From 61b5203d24fa9737de144c39318dba9aca57e5fe Mon Sep 17 00:00:00 2001 From: Lohikar Date: Wed, 18 Oct 2017 15:07:34 -0500 Subject: [PATCH] Runtime Map Loading (#3597) changes: Maps are no longer compiled in, instead loaded directly from the DMMs at runtime. Z level defines have been moved from the config to map datums. Unit tests now use typecaches. DMMS now actually works. DMMS has been updated slightly. DMMS is now capable of loading simple lists of non-text types. DMMS is now faster when loading many types without mapped in attributes and when loading area instances. Asteroid generation is now defined on the map datum instead of being hard-coded in SSasteroid. Holodeck presets are now defined on the map datum. Atmos machinery now uses Initialize(). --- .travis.yml | 15 +- _maps/_README.dm | 3 + _maps/aurora.dm | 1 + _maps/exodus.dm | 1 + _maps/runtime.dm | 1 + aurorastation.dme | 22 +- code/ATMOSPHERICS/atmospherics.dm | 14 +- .../binary_devices/binary_atmos_base.dm | 4 +- .../components/binary_devices/circulator.dm | 4 +- .../components/binary_devices/dp_vent_pump.dm | 8 +- .../components/binary_devices/passive_gate.dm | 4 +- .../components/binary_devices/pipeturbine.dm | 19 +- .../components/binary_devices/pump.dm | 4 +- .../components/omni_devices/filter.dm | 4 +- .../components/omni_devices/mixer.dm | 4 +- .../components/omni_devices/omni_base.dm | 4 +- .../components/portables_connector.dm | 4 +- .../components/trinary_devices/filter.dm | 8 +- .../components/trinary_devices/mixer.dm | 12 +- .../trinary_devices/trinary_base.dm | 4 +- code/ATMOSPHERICS/components/tvalve.dm | 4 +- .../components/unary/cold_sink.dm | 4 +- .../components/unary/heat_source.dm | 4 +- .../components/unary/outlet_injector.dm | 4 +- .../components/unary/oxygen_generator.dm | 5 +- .../components/unary/unary_base.dm | 5 +- .../components/unary/vent_pump.dm | 12 +- .../components/unary/vent_scrubber.dm | 4 +- code/ATMOSPHERICS/components/valve.dm | 8 +- code/ATMOSPHERICS/he_pipes.dm | 32 +- code/ATMOSPHERICS/pipes.dm | 78 +- code/__defines/misc.dm | 6 +- code/__defines/subsystem-priority.dm | 1 + code/_helpers/game.dm | 12 +- code/_helpers/global_lists.dm | 2 + code/_helpers/names.dm | 84 +- code/_helpers/text.dm | 9 + code/controllers/configuration.dm | 30 +- code/controllers/subsystems/arrivals.dm | 6 +- .../subsystems/emergency_shuttle.dm | 20 +- code/controllers/subsystems/garbage-debug.dm | 2 +- .../subsystems/initialization/asteroid.dm | 15 +- .../subsystems/initialization/atlas.dm | 176 + .../subsystems/initialization/minimap.dm | 2 +- .../subsystems/initialization/misc_early.dm | 6 +- code/controllers/subsystems/job.dm | 62 +- .../subsystems/processing/pipenet.dm | 2 +- .../subsystems/processing/shuttle.dm | 197 +- code/controllers/subsystems/ticker.dm | 2 +- code/datums/ai_law_sets.dm | 12 +- code/datums/api.dm | 2 +- code/datums/helper_datums/getrev.dm | 2 + code/datums/helper_datums/teleport.dm | 2 +- code/datums/uplink/announcements.dm | 4 +- code/datums/uplink/uplink_items.dm | 2 +- code/defines/procs/announce.dm | 10 +- code/game/antagonist/alien/xenomorph.dm | 2 +- code/game/antagonist/outsider/actors.dm | 4 +- code/game/antagonist/outsider/ert.dm | 2 +- code/game/antagonist/outsider/ninja.dm | 14 +- code/game/area/areas.dm | 8 +- code/game/atoms_init.dm | 5 +- code/game/atoms_movable.dm | 12 +- code/game/base_turf.dm | 21 +- .../endgame/supermatter_cascade/universe.dm | 8 +- code/game/gamemodes/events.dm | 2 +- code/game/gamemodes/events/clang.dm | 2 +- code/game/gamemodes/events/dust.dm | 2 +- .../gamemodes/events/holidays/Holidays.dm | 6 +- code/game/gamemodes/events/power_failure.dm | 2 +- code/game/gamemodes/events/wormholes.dm | 4 +- .../newmalf_ability_trees/tree_networking.dm | 8 +- code/game/gamemodes/objective.dm | 4 +- code/game/machinery/camera/presets.dm | 17 - code/game/machinery/camera/tracking.dm | 4 +- code/game/machinery/computer/camera.dm | 2 +- code/game/machinery/computer/prisoner.dm | 2 +- .../machinery/computer/specops_shuttle.dm | 14 +- .../computer/syndicate_specops_shuttle.dm | 8 +- code/game/machinery/doors/airlock.dm | 2 +- code/game/machinery/firealarm.dm | 2 +- code/game/machinery/hologram.dm | 2 +- code/game/machinery/newscaster.dm | 24 +- code/game/machinery/nuclear_bomb.dm | 4 +- code/game/machinery/teleporter.dm | 2 +- code/game/mecha/mech_fabricator.dm | 2 +- code/game/objects/items/blueprints.dm | 2 +- .../game/objects/items/devices/holowarrant.dm | 4 +- code/game/objects/items/weapons/AI_modules.dm | 2 +- .../circuitboards/computer/camera_monitor.dm | 6 +- .../circuitboards/computer/holodeckcontrol.dm | 4 - .../objects/items/weapons/implants/implant.dm | 10 +- .../items/weapons/implants/implanter.dm | 4 +- code/game/objects/items/weapons/manuals.dm | 4 +- code/game/objects/structures/window.dm | 6 +- code/game/response_team.dm | 6 +- code/game/turfs/turf.dm | 2 +- code/game/turfs/turf_changing.dm | 2 + code/global.dm | 12 - code/modules/admin/admin.dm | 15 +- code/modules/admin/holder2.dm | 10 +- .../secrets/admin_secrets/prison_warp.dm | 2 +- .../admin/secrets/fun_secrets/ghost_mode.dm | 2 +- code/modules/admin/verbs/debug.dm | 2 +- code/modules/admin/verbs/diagnostics.dm | 2 +- code/modules/admin/verbs/pray.dm | 4 +- code/modules/admin/verbs/randomverbs.dm | 2 +- .../awaymissions/bluespaceartillery.dm | 2 +- code/modules/awaymissions/exile.dm | 4 +- code/modules/cciaa/cciaa.dm | 2 +- .../preference_setup/general/01_basic.dm | 6 +- .../preference_setup/general/05_background.dm | 2 +- .../modules/client/preferences_spawnpoints.dm | 10 +- .../clothing/spacesuits/rig/modules/ninja.dm | 2 +- code/modules/economy/Events.dm | 4 +- code/modules/economy/Events_Mundane.dm | 6 +- code/modules/economy/TradeDestinations.dm | 4 +- code/modules/events/apc_damage.dm | 2 +- code/modules/events/camera_damage.dm | 2 +- code/modules/events/ion_storm.dm | 4 +- code/modules/events/money_lotto.dm | 2 +- code/modules/events/money_spam.dm | 10 +- code/modules/events/radiation_storm.dm | 2 +- code/modules/events/rogue_drones.dm | 2 +- code/modules/events/spider_infestation.dm | 2 +- code/modules/events/vent_clog.dm | 2 +- code/modules/events/viral_infection.dm | 2 +- code/modules/holodeck/HolodeckControl.dm | 52 +- code/modules/holodeck/HolodeckPrograms.dm | 53 - code/modules/maps/reader.dm | 127 +- code/modules/mining/mine_items.dm | 2 +- code/modules/mining/minebot.dm | 2 +- code/modules/mob/dead/observer/observer.dm | 2 +- code/modules/mob/living/silicon/ai/ai.dm | 4 +- code/modules/mob/living/silicon/ai/malf.dm | 2 +- .../mob/living/silicon/robot/drone/drone.dm | 2 +- code/modules/mob/mob.dm | 1 + code/modules/mob/new_player/login.dm | 10 +- .../programs/antagonist/hacked_camera.dm | 2 +- .../file_system/programs/command/comm.dm | 16 +- .../file_system/programs/security/camera.dm | 16 +- .../hardware/network_card.dm | 2 +- code/modules/multiz/basic.dm | 9 +- code/modules/multiz/pipes.dm | 8 +- code/modules/nano/interaction/default.dm | 2 +- code/modules/nano/modules/crew_monitor.dm | 3 +- code/modules/nano/nanoui.dm | 4 +- code/modules/paperwork/faxmachine.dm | 24 +- code/modules/power/lighting.dm | 2 +- code/modules/power/smes.dm | 2 +- .../research/xenoarchaeology/chemistry.dm | 34 +- .../security levels/security levels.dm | 2 +- code/modules/shuttles/shuttle_emergency.dm | 12 +- code/modules/shuttles/shuttle_specops.dm | 6 +- code/modules/shuttles/shuttles_multi.dm | 4 +- code/modules/spells/spell_code.dm | 2 +- code/modules/supermatter/supermatter.dm | 4 +- code/modules/telesci/telesci_computer.dm | 4 +- code/unit_tests/map_tests.dm | 49 +- code/unit_tests/mob_tests.dm | 1 + code/unit_tests/ss_test.dm | 2 +- code/unit_tests/zas_tests.dm | 21 +- code/world.dm | 4 +- config/example/config.txt | 25 +- icons/turf/floors.dmi | Bin 45411 -> 45721 bytes maps/_mapsystem/map.dm | 91 + maps/_mapsystem/map_unit.dm | 5 + maps/aurora/aurora-1_centcomm.dmm | 88248 +++++----- maps/aurora/aurora-2_under-station.dmm | 66 +- maps/aurora/aurora-3_sublevel.dmm | 9 +- maps/aurora/aurora-4_mainlevel.dmm | 11 +- maps/aurora/aurora-6_surface.dmm | 1 - maps/aurora/aurora-8_derelict.dmm | 938 +- maps/aurora/aurora-9_space.dmm | 4 +- maps/aurora/code/aurora.dm | 74 + maps/aurora/code/aurora_holodeck.dm | 86 + maps/aurora/code/aurora_shuttles.dm | 149 + maps/aurora/code/aurora_unittest.dm | 38 + maps/exodus/code/exodus.dm | 52 + maps/exodus/code/exodus_areas.dm | 78 + maps/exodus/code/exodus_shuttles.dm | 195 + maps/exodus/code/exodus_unittest.dm | 34 + .../{exodus-1.dmm => exodus-1_station.dmm} | 125305 +++++++-------- .../{exodus-2.dmm => exodus-2_centcomm.dmm} | 57942 ++++--- .../{exodus-3.dmm => exodus-3_telecomms.dmm} | 6125 +- .../{exodus-4.dmm => exodus-4_derelict.dmm} | 9985 +- .../{exodus-5.dmm => exodus-5_asteroid.dmm} | 42611 +++-- .../{exodus-6.dmm => exodus-6_space.dmm} | 4 +- maps/runtime/code/runtime.dm | 19 + maps/runtime/code/runtime_unittest.dm | 8 + maps/runtime/runtimestation.dmm | 140 +- tools/mapmerge/Prepare Maps - Runtime.bat | 12 + 192 files changed, 166664 insertions(+), 167417 deletions(-) create mode 100644 _maps/_README.dm create mode 100644 _maps/aurora.dm create mode 100644 _maps/exodus.dm create mode 100644 _maps/runtime.dm create mode 100644 code/controllers/subsystems/initialization/atlas.dm create mode 100644 maps/_mapsystem/map.dm create mode 100644 maps/_mapsystem/map_unit.dm create mode 100644 maps/aurora/code/aurora.dm create mode 100644 maps/aurora/code/aurora_holodeck.dm create mode 100644 maps/aurora/code/aurora_shuttles.dm create mode 100644 maps/aurora/code/aurora_unittest.dm create mode 100644 maps/exodus/code/exodus.dm create mode 100644 maps/exodus/code/exodus_areas.dm create mode 100644 maps/exodus/code/exodus_shuttles.dm create mode 100644 maps/exodus/code/exodus_unittest.dm rename maps/exodus/{exodus-1.dmm => exodus-1_station.dmm} (96%) rename maps/exodus/{exodus-2.dmm => exodus-2_centcomm.dmm} (91%) rename maps/exodus/{exodus-3.dmm => exodus-3_telecomms.dmm} (97%) rename maps/exodus/{exodus-4.dmm => exodus-4_derelict.dmm} (94%) rename maps/exodus/{exodus-5.dmm => exodus-5_asteroid.dmm} (92%) rename maps/exodus/{exodus-6.dmm => exodus-6_space.dmm} (99%) create mode 100644 maps/runtime/code/runtime.dm create mode 100644 maps/runtime/code/runtime_unittest.dm create mode 100644 tools/mapmerge/Prepare Maps - Runtime.bat diff --git a/.travis.yml b/.travis.yml index b4a22f1a3c7..ce9d64adbf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,15 @@ language: generic sudo: false env: - BYOND_MAJOR="511" - BYOND_MINOR="1385" - MACRO_COUNT=120 - FLYWAY_BUILD="4.2.0" + global: + BYOND_MAJOR="511" + BYOND_MINOR="1385" + MACRO_COUNT=120 + FLYWAY_BUILD="4.2.0" + matrix: + - USE_MAP=aurora + - USE_MAP=runtime + - USE_MAP=exodus cache: directories: @@ -44,7 +49,7 @@ script: - python tools/GenerateChangelog/ss13_genchangelog.py html/changelog.html html/changelogs --dry-run - source $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/byondsetup - cp config/example/* config/ - - scripts/dm.sh -DUNIT_TEST aurorastation.dme + - scripts/dm.sh -DUNIT_TEST -M$USE_MAP aurorastation.dme - grep "0 warnings" build_log.txt - DreamDaemon aurorastation.dmb -invisible -trusted -core 2>&1 | tee log.txt - grep "All Unit Tests Passed" log.txt diff --git a/_maps/_README.dm b/_maps/_README.dm new file mode 100644 index 00000000000..80722dcd03c --- /dev/null +++ b/_maps/_README.dm @@ -0,0 +1,3 @@ +/* +-- INCLUDE THE BELOW DM FILES INSTEAD OF INCLUDING THE MAPS DIRECTLY IF YOU WANT TO FORCE A MAP! -- +*/ diff --git a/_maps/aurora.dm b/_maps/aurora.dm new file mode 100644 index 00000000000..58b22e0cce0 --- /dev/null +++ b/_maps/aurora.dm @@ -0,0 +1 @@ +#define DEFAULT_MAP "aurora" diff --git a/_maps/exodus.dm b/_maps/exodus.dm new file mode 100644 index 00000000000..5a7c98cfc5c --- /dev/null +++ b/_maps/exodus.dm @@ -0,0 +1 @@ +#define DEFAULT_MAP "exodus" diff --git a/_maps/runtime.dm b/_maps/runtime.dm new file mode 100644 index 00000000000..7c3bac3100e --- /dev/null +++ b/_maps/runtime.dm @@ -0,0 +1 @@ +#define DEFAULT_MAP "runtime" diff --git a/aurorastation.dme b/aurorastation.dme index 1f8e7cc3b3d..827f91ce301 100644 --- a/aurorastation.dme +++ b/aurorastation.dme @@ -183,6 +183,7 @@ #include "code\controllers\subsystems\trade.dm" #include "code\controllers\subsystems\vote.dm" #include "code\controllers\subsystems\initialization\asteroid.dm" +#include "code\controllers\subsystems\initialization\atlas.dm" #include "code\controllers\subsystems\initialization\atoms.dm" #include "code\controllers\subsystems\initialization\minimap.dm" #include "code\controllers\subsystems\initialization\misc_early.dm" @@ -2273,13 +2274,16 @@ #include "code\ZAS\Zone.dm" #include "interface\interface.dm" #include "interface\skin.dmf" -#include "maps\aurora\aurora-1_centcomm.dmm" -#include "maps\aurora\aurora-2_under-station.dmm" -#include "maps\aurora\aurora-3_sublevel.dmm" -#include "maps\aurora\aurora-4_mainlevel.dmm" -#include "maps\aurora\aurora-5_interstitial.dmm" -#include "maps\aurora\aurora-6_surface.dmm" -#include "maps\aurora\aurora-7_roof.dmm" -#include "maps\aurora\aurora-8_derelict.dmm" -#include "maps\aurora\aurora-9_space.dmm" +#include "maps\_mapsystem\map.dm" +#include "maps\_mapsystem\map_unit.dm" +#include "maps\aurora\code\aurora.dm" +#include "maps\aurora\code\aurora_holodeck.dm" +#include "maps\aurora\code\aurora_shuttles.dm" +#include "maps\aurora\code\aurora_unittest.dm" +#include "maps\exodus\code\exodus.dm" +#include "maps\exodus\code\exodus_areas.dm" +#include "maps\exodus\code\exodus_shuttles.dm" +#include "maps\exodus\code\exodus_unittest.dm" +#include "maps\runtime\code\runtime.dm" +#include "maps\runtime\code\runtime_unittest.dm" // END_INCLUDE diff --git a/code/ATMOSPHERICS/atmospherics.dm b/code/ATMOSPHERICS/atmospherics.dm index a5a66abea15..d8e9c9433f4 100644 --- a/code/ATMOSPHERICS/atmospherics.dm +++ b/code/ATMOSPHERICS/atmospherics.dm @@ -30,7 +30,8 @@ Pipelines + Other Objects -> Pipe network var/obj/machinery/atmospherics/node2 gfi_layer_rotation = GFI_ROTATION_OVERDIR -/obj/machinery/atmospherics/New() +/obj/machinery/atmospherics/Initialize(mapload) + . = ..() if(!icon_manager) icon_manager = new() @@ -40,17 +41,16 @@ Pipelines + Other Objects -> Pipe network if(!pipe_color_check(pipe_color)) pipe_color = null - ..() + + if (mapload) + return INITIALIZE_HINT_LATELOAD /obj/machinery/atmospherics/proc/atmos_init() - // atmos_init() and Initialize() must be separate, as atmos_init() can be called multiple times after the machine has been initialized. -/obj/machinery/atmospherics/Initialize(mapload, ...) - . = ..() - if (mapload) - atmos_init() +/obj/machinery/atmospherics/LateInitialize() + atmos_init() /obj/machinery/atmospherics/attackby(atom/A, mob/user as mob) if(istype(A, /obj/item/device/pipe_painter)) diff --git a/code/ATMOSPHERICS/components/binary_devices/binary_atmos_base.dm b/code/ATMOSPHERICS/components/binary_devices/binary_atmos_base.dm index 36c8b78df88..5a1486de568 100644 --- a/code/ATMOSPHERICS/components/binary_devices/binary_atmos_base.dm +++ b/code/ATMOSPHERICS/components/binary_devices/binary_atmos_base.dm @@ -9,8 +9,7 @@ obj/machinery/atmospherics/binary var/datum/pipe_network/network1 var/datum/pipe_network/network2 - New() - ..() + Initialize() switch(dir) if(NORTH) initialize_directions = NORTH|SOUTH @@ -25,6 +24,7 @@ obj/machinery/atmospherics/binary air1.volume = 200 air2.volume = 200 + . = ..() // Housekeeping and pipe network stuff below network_expand(datum/pipe_network/new_network, obj/machinery/atmospherics/pipe/reference) diff --git a/code/ATMOSPHERICS/components/binary_devices/circulator.dm b/code/ATMOSPHERICS/components/binary_devices/circulator.dm index 92dd49cc3aa..66f4083a42c 100644 --- a/code/ATMOSPHERICS/components/binary_devices/circulator.dm +++ b/code/ATMOSPHERICS/components/binary_devices/circulator.dm @@ -24,8 +24,8 @@ density = 1 -/obj/machinery/atmospherics/binary/circulator/New() - ..() +/obj/machinery/atmospherics/binary/circulator/Initialize() + . = ..() desc = initial(desc) + " Its outlet port is to the [dir2text(dir)]." air1.volume = 400 diff --git a/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm b/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm index 8536539c9ed..94f92e03c05 100644 --- a/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm +++ b/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm @@ -41,8 +41,8 @@ //2: Do not pass input_pressure_min //4: Do not pass output_pressure_max -/obj/machinery/atmospherics/binary/dp_vent_pump/New() - ..() +/obj/machinery/atmospherics/binary/dp_vent_pump/Initialize() + . = ..() air1.volume = ATMOS_DEFAULT_VOLUME_PUMP air2.volume = ATMOS_DEFAULT_VOLUME_PUMP icon = null @@ -50,8 +50,8 @@ /obj/machinery/atmospherics/binary/dp_vent_pump/high_volume name = "Large Dual Port Air Vent" -/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume/New() - ..() +/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume/Initialize() + . = ..() air1.volume = ATMOS_DEFAULT_VOLUME_PUMP + 800 air2.volume = ATMOS_DEFAULT_VOLUME_PUMP + 800 diff --git a/code/ATMOSPHERICS/components/binary_devices/passive_gate.dm b/code/ATMOSPHERICS/components/binary_devices/passive_gate.dm index bf8c19d1bc5..dd3dbd4ca84 100644 --- a/code/ATMOSPHERICS/components/binary_devices/passive_gate.dm +++ b/code/ATMOSPHERICS/components/binary_devices/passive_gate.dm @@ -24,8 +24,8 @@ var/id = null var/datum/radio_frequency/radio_connection -/obj/machinery/atmospherics/binary/passive_gate/New() - ..() +/obj/machinery/atmospherics/binary/passive_gate/Initialize() + . = ..() air1.volume = ATMOS_DEFAULT_VOLUME_PUMP * 2.5 air2.volume = ATMOS_DEFAULT_VOLUME_PUMP * 2.5 diff --git a/code/ATMOSPHERICS/components/binary_devices/pipeturbine.dm b/code/ATMOSPHERICS/components/binary_devices/pipeturbine.dm index 180385f2d88..ea9da5b8a0a 100644 --- a/code/ATMOSPHERICS/components/binary_devices/pipeturbine.dm +++ b/code/ATMOSPHERICS/components/binary_devices/pipeturbine.dm @@ -10,8 +10,8 @@ var/efficiency = 0.4 var/kin_energy = 0 - var/datum/gas_mixture/air_in = new - var/datum/gas_mixture/air_out = new + var/datum/gas_mixture/air_in + var/datum/gas_mixture/air_out var/volume_ratio = 0.2 var/kin_loss = 0.001 @@ -20,9 +20,10 @@ var/datum/pipe_network/network1 var/datum/pipe_network/network2 - New() - ..() + Initialize() + air_in = new air_in.volume = 200 + air_out = new air_out.volume = 800 volume_ratio = air_in.volume / (air_in.volume + air_out.volume) switch(dir) @@ -34,6 +35,7 @@ initialize_directions = NORTH|SOUTH if(WEST) initialize_directions = NORTH|SOUTH + . = ..() Destroy() loc = null @@ -234,10 +236,13 @@ var/kin_to_el_ratio = 0.1 //How much kinetic energy will be taken from turbine and converted into electricity var/obj/machinery/atmospherics/pipeturbine/turbine - New() + Initialize() ..() - spawn(1) - updateConnection() + return INITIALIZE_HINT_LATELOAD + + LateInitialize() + ..() + updateConnection() proc/updateConnection() turbine = null diff --git a/code/ATMOSPHERICS/components/binary_devices/pump.dm b/code/ATMOSPHERICS/components/binary_devices/pump.dm index b9076622938..99767fba79f 100644 --- a/code/ATMOSPHERICS/components/binary_devices/pump.dm +++ b/code/ATMOSPHERICS/components/binary_devices/pump.dm @@ -34,8 +34,8 @@ Thus, the two variables affect pump operation are set in New(): var/id = null var/datum/radio_frequency/radio_connection -/obj/machinery/atmospherics/binary/pump/New() - ..() +/obj/machinery/atmospherics/binary/pump/Initialize() + . = ..() air1.volume = ATMOS_DEFAULT_VOLUME_PUMP air2.volume = ATMOS_DEFAULT_VOLUME_PUMP diff --git a/code/ATMOSPHERICS/components/omni_devices/filter.dm b/code/ATMOSPHERICS/components/omni_devices/filter.dm index ca0c7576918..01951a8be74 100644 --- a/code/ATMOSPHERICS/components/omni_devices/filter.dm +++ b/code/ATMOSPHERICS/components/omni_devices/filter.dm @@ -19,8 +19,8 @@ var/list/filtering_outputs = list() //maps gasids to gas_mixtures -/obj/machinery/atmospherics/omni/filter/New() - ..() +/obj/machinery/atmospherics/omni/filter/Initialize() + . = ..() rebuild_filtering_list() for(var/datum/omni_port/P in ports) P.air.volume = ATMOS_DEFAULT_VOLUME_FILTER diff --git a/code/ATMOSPHERICS/components/omni_devices/mixer.dm b/code/ATMOSPHERICS/components/omni_devices/mixer.dm index 6a3be47e8bd..977aa387a11 100644 --- a/code/ATMOSPHERICS/components/omni_devices/mixer.dm +++ b/code/ATMOSPHERICS/components/omni_devices/mixer.dm @@ -24,8 +24,8 @@ var/list/mixing_inputs = list() -/obj/machinery/atmospherics/omni/mixer/New() - ..() +/obj/machinery/atmospherics/omni/mixer/Initialize() + . = ..() if(mapper_set()) var/con = 0 for(var/datum/omni_port/P in ports) diff --git a/code/ATMOSPHERICS/components/omni_devices/omni_base.dm b/code/ATMOSPHERICS/components/omni_devices/omni_base.dm index ee8b2688040..5bc0349ece2 100644 --- a/code/ATMOSPHERICS/components/omni_devices/omni_base.dm +++ b/code/ATMOSPHERICS/components/omni_devices/omni_base.dm @@ -26,8 +26,8 @@ var/list/ports = new() -/obj/machinery/atmospherics/omni/New() - ..() +/obj/machinery/atmospherics/omni/Initialize() + . = ..() icon_state = "base" ports = new() diff --git a/code/ATMOSPHERICS/components/portables_connector.dm b/code/ATMOSPHERICS/components/portables_connector.dm index c75a3e25a40..11d9cd4485f 100644 --- a/code/ATMOSPHERICS/components/portables_connector.dm +++ b/code/ATMOSPHERICS/components/portables_connector.dm @@ -19,9 +19,9 @@ level = 1 -/obj/machinery/atmospherics/portables_connector/New() +/obj/machinery/atmospherics/portables_connector/Initialize() initialize_directions = dir - ..() + . = ..() /obj/machinery/atmospherics/portables_connector/update_icon() icon_state = "connector" diff --git a/code/ATMOSPHERICS/components/trinary_devices/filter.dm b/code/ATMOSPHERICS/components/trinary_devices/filter.dm index 1dbaad64c2e..13874d63312 100755 --- a/code/ATMOSPHERICS/components/trinary_devices/filter.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/filter.dm @@ -36,8 +36,8 @@ if(frequency) radio_connection = SSradio.add_object(src, frequency, RADIO_ATMOSIA) -/obj/machinery/atmospherics/trinary/filter/New() - ..() +/obj/machinery/atmospherics/trinary/filter/Initialize() + . = ..() switch(filter_type) if(0) //removing hydrocarbons filtered_out = list("phoron") @@ -237,8 +237,7 @@ dir = SOUTH initialize_directions = SOUTH|NORTH|EAST -obj/machinery/atmospherics/trinary/filter/m_filter/New() - ..() +obj/machinery/atmospherics/trinary/filter/m_filter/Initialize() switch(dir) if(NORTH) initialize_directions = WEST|NORTH|SOUTH @@ -248,6 +247,7 @@ obj/machinery/atmospherics/trinary/filter/m_filter/New() initialize_directions = EAST|WEST|NORTH if(WEST) initialize_directions = WEST|SOUTH|EAST + . = ..() /obj/machinery/atmospherics/trinary/filter/m_filter/atmos_init() set_frequency(frequency) diff --git a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm index b52e3676ff8..09ede401558 100644 --- a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm @@ -63,8 +63,8 @@ if(old_stat != stat) update_icon() -/obj/machinery/atmospherics/trinary/mixer/New() - ..() +/obj/machinery/atmospherics/trinary/mixer/Initialize() + . = ..() air1.volume = ATMOS_DEFAULT_VOLUME_MIXER air2.volume = ATMOS_DEFAULT_VOLUME_MIXER air3.volume = ATMOS_DEFAULT_VOLUME_MIXER * 1.5 @@ -183,8 +183,7 @@ obj/machinery/atmospherics/trinary/mixer/t_mixer //node 3 is the outlet, nodes 1 & 2 are intakes -obj/machinery/atmospherics/trinary/mixer/t_mixer/New() - ..() +obj/machinery/atmospherics/trinary/mixer/t_mixer/Initialize() switch(dir) if(NORTH) initialize_directions = EAST|NORTH|WEST @@ -194,6 +193,7 @@ obj/machinery/atmospherics/trinary/mixer/t_mixer/New() initialize_directions = EAST|NORTH|SOUTH if(WEST) initialize_directions = WEST|NORTH|SOUTH + . = ..() obj/machinery/atmospherics/trinary/mixer/t_mixer/atmos_init() ..() @@ -229,8 +229,7 @@ obj/machinery/atmospherics/trinary/mixer/m_mixer //node 3 is the outlet, nodes 1 & 2 are intakes -obj/machinery/atmospherics/trinary/mixer/m_mixer/New() - ..() +obj/machinery/atmospherics/trinary/mixer/m_mixer/Initialize() switch(dir) if(NORTH) initialize_directions = WEST|NORTH|SOUTH @@ -240,6 +239,7 @@ obj/machinery/atmospherics/trinary/mixer/m_mixer/New() initialize_directions = EAST|WEST|NORTH if(WEST) initialize_directions = WEST|SOUTH|EAST + . = ..() obj/machinery/atmospherics/trinary/mixer/m_mixer/atmos_init() ..() diff --git a/code/ATMOSPHERICS/components/trinary_devices/trinary_base.dm b/code/ATMOSPHERICS/components/trinary_devices/trinary_base.dm index 881591ebfe7..4559adc7054 100644 --- a/code/ATMOSPHERICS/components/trinary_devices/trinary_base.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/trinary_base.dm @@ -13,8 +13,7 @@ obj/machinery/atmospherics/trinary var/datum/pipe_network/network2 var/datum/pipe_network/network3 - New() - ..() + Initialize() switch(dir) if(NORTH) initialize_directions = EAST|NORTH|SOUTH @@ -31,6 +30,7 @@ obj/machinery/atmospherics/trinary air1.volume = 200 air2.volume = 200 air3.volume = 200 + . = ..() // Housekeeping and pipe network stuff below network_expand(datum/pipe_network/new_network, obj/machinery/atmospherics/pipe/reference) diff --git a/code/ATMOSPHERICS/components/tvalve.dm b/code/ATMOSPHERICS/components/tvalve.dm index f5bfc7a53ab..493b62b5764 100644 --- a/code/ATMOSPHERICS/components/tvalve.dm +++ b/code/ATMOSPHERICS/components/tvalve.dm @@ -46,9 +46,9 @@ /obj/machinery/atmospherics/tvalve/hide(var/i) update_underlays() -/obj/machinery/atmospherics/tvalve/New() +/obj/machinery/atmospherics/tvalve/Initialize() initialize_directions() - ..() + . = ..() /obj/machinery/atmospherics/tvalve/proc/initialize_directions() switch(dir) diff --git a/code/ATMOSPHERICS/components/unary/cold_sink.dm b/code/ATMOSPHERICS/components/unary/cold_sink.dm index 58a5bdaa32a..91242efe763 100644 --- a/code/ATMOSPHERICS/components/unary/cold_sink.dm +++ b/code/ATMOSPHERICS/components/unary/cold_sink.dm @@ -28,9 +28,9 @@ /obj/item/stack/cable_coil{amount = 2} ) -/obj/machinery/atmospherics/unary/freezer/New() - ..() +/obj/machinery/atmospherics/unary/freezer/Initialize() initialize_directions = dir + . = ..() /obj/machinery/atmospherics/unary/freezer/atmos_init() if(node) diff --git a/code/ATMOSPHERICS/components/unary/heat_source.dm b/code/ATMOSPHERICS/components/unary/heat_source.dm index 8f7f3345fb8..2af2e36028a 100644 --- a/code/ATMOSPHERICS/components/unary/heat_source.dm +++ b/code/ATMOSPHERICS/components/unary/heat_source.dm @@ -27,8 +27,8 @@ /obj/item/stack/cable_coil{amount = 5} ) -/obj/machinery/atmospherics/unary/heater/New() - ..() +/obj/machinery/atmospherics/unary/heater/Initialize() + . = ..() initialize_directions = dir /obj/machinery/atmospherics/unary/heater/atmos_init() diff --git a/code/ATMOSPHERICS/components/unary/outlet_injector.dm b/code/ATMOSPHERICS/components/unary/outlet_injector.dm index 46eb96a7282..1081a4b575e 100644 --- a/code/ATMOSPHERICS/components/unary/outlet_injector.dm +++ b/code/ATMOSPHERICS/components/unary/outlet_injector.dm @@ -24,8 +24,8 @@ level = 1 -/obj/machinery/atmospherics/unary/outlet_injector/New() - ..() +/obj/machinery/atmospherics/unary/outlet_injector/Initialize() + . = ..() air_contents.volume = ATMOS_DEFAULT_VOLUME_PUMP + 500 //Give it a small reservoir for injecting. Also allows it to have a higher flow rate limit than vent pumps, to differentiate injectors a bit more. /obj/machinery/atmospherics/unary/outlet_injector/update_icon() diff --git a/code/ATMOSPHERICS/components/unary/oxygen_generator.dm b/code/ATMOSPHERICS/components/unary/oxygen_generator.dm index 4ec4c0c0580..3c48ed7d2ff 100644 --- a/code/ATMOSPHERICS/components/unary/oxygen_generator.dm +++ b/code/ATMOSPHERICS/components/unary/oxygen_generator.dm @@ -23,9 +23,8 @@ obj/machinery/atmospherics/unary/oxygen_generator return - New() - ..() - + Initialize() + . = ..() air_contents.volume = 50 machinery_process() diff --git a/code/ATMOSPHERICS/components/unary/unary_base.dm b/code/ATMOSPHERICS/components/unary/unary_base.dm index 559282ebc70..e6681d010ca 100644 --- a/code/ATMOSPHERICS/components/unary/unary_base.dm +++ b/code/ATMOSPHERICS/components/unary/unary_base.dm @@ -9,12 +9,11 @@ var/datum/pipe_network/network - New() - ..() + Initialize() initialize_directions = dir air_contents = new - air_contents.volume = 200 + . = ..() // Housekeeping and pipe network stuff below network_expand(datum/pipe_network/new_network, obj/machinery/atmospherics/pipe/reference) diff --git a/code/ATMOSPHERICS/components/unary/vent_pump.dm b/code/ATMOSPHERICS/components/unary/vent_pump.dm index 35bbee2fec4..e0b48930e81 100644 --- a/code/ATMOSPHERICS/components/unary/vent_pump.dm +++ b/code/ATMOSPHERICS/components/unary/vent_pump.dm @@ -69,8 +69,8 @@ pressure_checks = 2 pressure_checks_default = 2 -/obj/machinery/atmospherics/unary/vent_pump/New() - ..() +/obj/machinery/atmospherics/unary/vent_pump/Initialize() + . = ..() air_contents.volume = ATMOS_DEFAULT_VOLUME_PUMP @@ -105,8 +105,8 @@ power_channel = EQUIP power_rating = 15000 //15 kW ~ 20 HP -/obj/machinery/atmospherics/unary/vent_pump/high_volume/New() - ..() +/obj/machinery/atmospherics/unary/vent_pump/high_volume/Initialize() + . = ..() air_contents.volume = ATMOS_DEFAULT_VOLUME_PUMP + 800 /obj/machinery/atmospherics/unary/vent_pump/engine @@ -114,8 +114,8 @@ power_channel = ENVIRON power_rating = 30000 //15 kW ~ 20 HP -/obj/machinery/atmospherics/unary/vent_pump/engine/New() - ..() +/obj/machinery/atmospherics/unary/vent_pump/engine/Initialize() + . = ..() air_contents.volume = ATMOS_DEFAULT_VOLUME_PUMP + 500 //meant to match air injector /obj/machinery/atmospherics/unary/vent_pump/update_icon(var/safety = 0) diff --git a/code/ATMOSPHERICS/components/unary/vent_scrubber.dm b/code/ATMOSPHERICS/components/unary/vent_scrubber.dm index 9196f1139d5..1bb76be94f2 100644 --- a/code/ATMOSPHERICS/components/unary/vent_scrubber.dm +++ b/code/ATMOSPHERICS/components/unary/vent_scrubber.dm @@ -33,8 +33,8 @@ use_power = 1 icon_state = "map_scrubber_on" -/obj/machinery/atmospherics/unary/vent_scrubber/New() - ..() +/obj/machinery/atmospherics/unary/vent_scrubber/Initialize() + . = ..() air_contents.volume = ATMOS_DEFAULT_VOLUME_FILTER diff --git a/code/ATMOSPHERICS/components/valve.dm b/code/ATMOSPHERICS/components/valve.dm index b5503c87571..17087657e80 100644 --- a/code/ATMOSPHERICS/components/valve.dm +++ b/code/ATMOSPHERICS/components/valve.dm @@ -37,13 +37,13 @@ /obj/machinery/atmospherics/valve/hide(var/i) update_underlays() -/obj/machinery/atmospherics/valve/New() +/obj/machinery/atmospherics/valve/Initialize() switch(dir) if(NORTH || SOUTH) initialize_directions = NORTH|SOUTH if(EAST || WEST) initialize_directions = EAST|WEST - ..() + . = ..() /obj/machinery/atmospherics/valve/network_expand(datum/pipe_network/new_network, obj/machinery/atmospherics/pipe/reference) if(reference == node1) @@ -166,7 +166,7 @@ build_network() - update_icon() + queue_icon_update() update_underlays() if(openDuringInit) @@ -262,7 +262,7 @@ var/old_stat = stat ..() if(old_stat != stat) - update_icon() + queue_icon_update() /obj/machinery/atmospherics/valve/digital/update_icon() ..() diff --git a/code/ATMOSPHERICS/he_pipes.dm b/code/ATMOSPHERICS/he_pipes.dm index 2b726cc69c2..9dbe3d8d59e 100644 --- a/code/ATMOSPHERICS/he_pipes.dm +++ b/code/ATMOSPHERICS/he_pipes.dm @@ -16,11 +16,11 @@ buckle_lying = 1 // BubbleWrap -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/New() - ..() - initialize_directions_he = initialize_directions // The auto-detection from /pipe is good enough for a simple HE pipe - // BubbleWrap END - color = "#404040" //we don't make use of the fancy overlay system for colours, use this to set the default. +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/Initialize() + . = ..() + initialize_directions_he = initialize_directions // The auto-detection from /pipe is good enough for a simple HE pipe +// BubbleWrap END + color = "#404040" //we don't make use of the fancy overlay system for colours, use this to set the default. /obj/machinery/atmospherics/pipe/simple/heat_exchanging/atmos_init() normalize_dir() @@ -46,8 +46,7 @@ qdel(src) return - update_icon() - return + queue_icon_update() /obj/machinery/atmospherics/pipe/simple/heat_exchanging/machinery_process() if(!parent) @@ -111,23 +110,23 @@ minimum_temperature_difference = 300 thermal_conductivity = WALL_HEAT_TRANSFER_COEFFICIENT - // BubbleWrap -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction/New() - .. () - switch ( dir ) - if ( SOUTH ) +// BubbleWrap +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction/Initialize() + switch (dir) + if (SOUTH) initialize_directions = NORTH initialize_directions_he = SOUTH - if ( NORTH ) + if (NORTH) initialize_directions = SOUTH initialize_directions_he = NORTH - if ( EAST ) + if (EAST) initialize_directions = WEST initialize_directions_he = EAST - if ( WEST ) + if (WEST) initialize_directions = EAST initialize_directions_he = WEST // BubbleWrap END + . = ..() /obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction/atmos_init() for(var/obj/machinery/atmospherics/target in get_step(src,initialize_directions)) @@ -143,5 +142,4 @@ qdel(src) return - update_icon() - return + queue_icon_update() diff --git a/code/ATMOSPHERICS/pipes.dm b/code/ATMOSPHERICS/pipes.dm index b80b0e14428..eda6f4c542c 100644 --- a/code/ATMOSPHERICS/pipes.dm +++ b/code/ATMOSPHERICS/pipes.dm @@ -18,10 +18,10 @@ /obj/machinery/atmospherics/pipe/drain_power() return -1 -/obj/machinery/atmospherics/pipe/New() +/obj/machinery/atmospherics/pipe/Initialize() if(istype(get_turf(src), /turf/simulated/wall) || istype(get_turf(src), /turf/simulated/shuttle/wall) || istype(get_turf(src), /turf/unsimulated/wall)) level = 1 - ..() + . = ..() /obj/machinery/atmospherics/pipe/hides_under_flooring() return level != 2 @@ -168,8 +168,7 @@ level = 1 gfi_layer_rotation = GFI_ROTATION_DEFDIR -/obj/machinery/atmospherics/pipe/simple/New() - ..() +/obj/machinery/atmospherics/pipe/simple/Initialize() // Pipe colors and icon states are handled by an image cache - so color and icon should // be null. For mapping purposes color is defined in the object definitions. @@ -189,11 +188,12 @@ initialize_directions = SOUTH|EAST if(SOUTHWEST) initialize_directions = SOUTH|WEST + . = ..() /obj/machinery/atmospherics/pipe/simple/hide(var/i) if(istype(loc, /turf/simulated)) invisibility = i ? 101 : 0 - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/simple/machinery_process() if(!parent) //This should cut back on the overhead calling build_network thousands of times per cycle @@ -305,7 +305,7 @@ var/turf/T = loc if(level == 1 && !T.is_plating()) hide(1) - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/simple/disconnect(obj/machinery/atmospherics/reference) if(reference == node1) @@ -435,8 +435,7 @@ gfi_layer_rotation = GFI_ROTATION_OVERDIR -/obj/machinery/atmospherics/pipe/manifold/New() - ..() +/obj/machinery/atmospherics/pipe/manifold/Initialize() alpha = 255 icon = null @@ -449,11 +448,12 @@ initialize_directions = SOUTH|WEST|NORTH if(WEST) initialize_directions = NORTH|EAST|SOUTH + . = ..() /obj/machinery/atmospherics/pipe/manifold/hide(var/i) if(istype(loc, /turf/simulated)) invisibility = i ? 101 : 0 - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/manifold/pipeline_expansion() return list(node1, node2, node3) @@ -548,7 +548,7 @@ /obj/machinery/atmospherics/pipe/manifold/update_underlays() ..() - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/manifold/atmos_init() var/connect_directions = (NORTH|SOUTH|EAST|WEST)&(~dir) @@ -594,7 +594,7 @@ var/turf/T = get_turf(src) if(level == 1 && !T.is_plating()) hide(1) - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/manifold/visible icon_state = "map" @@ -695,8 +695,8 @@ level = 1 layer = 2.4 //under wires with their 2.44 -/obj/machinery/atmospherics/pipe/manifold4w/New() - ..() +/obj/machinery/atmospherics/pipe/manifold4w/Initialize() + . = ..() alpha = 255 icon = null @@ -817,12 +817,12 @@ /obj/machinery/atmospherics/pipe/manifold4w/update_underlays() ..() - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/manifold4w/hide(var/i) if(istype(loc, /turf/simulated)) invisibility = i ? 101 : 0 - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/manifold4w/atmos_init() @@ -856,7 +856,7 @@ var/turf/T = get_turf(src) if(level == 1 && !T.is_plating()) hide(1) - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/manifold4w/visible icon_state = "map_4way" @@ -954,14 +954,14 @@ var/obj/machinery/atmospherics/node -/obj/machinery/atmospherics/pipe/cap/New() - ..() +/obj/machinery/atmospherics/pipe/cap/Initialize() initialize_directions = dir + . = ..() /obj/machinery/atmospherics/pipe/cap/hide(var/i) if(istype(loc, /turf/simulated)) invisibility = i ? 101 : 0 - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/cap/pipeline_expansion() return list(node) @@ -1013,7 +1013,7 @@ var/turf/T = src.loc // hide if turf is not intact if(level == 1 && !T.is_plating()) hide(1) - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/cap/visible level = 2 @@ -1076,10 +1076,10 @@ initialize_directions = SOUTH density = 1 -/obj/machinery/atmospherics/pipe/tank/New() +/obj/machinery/atmospherics/pipe/tank/Initialize() icon_state = "air" initialize_directions = dir - ..() + . = ..() /obj/machinery/atmospherics/pipe/tank/machinery_process() if(!parent) @@ -1142,7 +1142,7 @@ name = "Pressure Tank (Air)" icon_state = "air_map" -/obj/machinery/atmospherics/pipe/tank/air/New() +/obj/machinery/atmospherics/pipe/tank/air/Initialize() air_temporary = new air_temporary.volume = volume air_temporary.temperature = T20C @@ -1151,77 +1151,77 @@ "nitrogen",(start_pressure*N2STANDARD)*(air_temporary.volume)/(R_IDEAL_GAS_EQUATION*air_temporary.temperature)) - ..() + . = ..() icon_state = "air" /obj/machinery/atmospherics/pipe/tank/oxygen name = "Pressure Tank (Oxygen)" icon_state = "o2_map" -/obj/machinery/atmospherics/pipe/tank/oxygen/New() +/obj/machinery/atmospherics/pipe/tank/oxygen/Initialize() air_temporary = new air_temporary.volume = volume air_temporary.temperature = T20C air_temporary.adjust_gas("oxygen", (start_pressure)*(air_temporary.volume)/(R_IDEAL_GAS_EQUATION*air_temporary.temperature)) - ..() + . = ..() icon_state = "o2" /obj/machinery/atmospherics/pipe/tank/nitrogen name = "Pressure Tank (Nitrogen)" icon_state = "n2_map" -/obj/machinery/atmospherics/pipe/tank/nitrogen/New() +/obj/machinery/atmospherics/pipe/tank/nitrogen/Initialize() air_temporary = new air_temporary.volume = volume air_temporary.temperature = T20C air_temporary.adjust_gas("nitrogen", (start_pressure)*(air_temporary.volume)/(R_IDEAL_GAS_EQUATION*air_temporary.temperature)) - ..() + . = ..() icon_state = "n2" /obj/machinery/atmospherics/pipe/tank/carbon_dioxide name = "Pressure Tank (Carbon Dioxide)" icon_state = "co2_map" -/obj/machinery/atmospherics/pipe/tank/carbon_dioxide/New() +/obj/machinery/atmospherics/pipe/tank/carbon_dioxide/Initialize() air_temporary = new air_temporary.volume = volume air_temporary.temperature = T20C air_temporary.adjust_gas("carbon_dioxide", (start_pressure)*(air_temporary.volume)/(R_IDEAL_GAS_EQUATION*air_temporary.temperature)) - ..() + . = ..() icon_state = "co2" /obj/machinery/atmospherics/pipe/tank/phoron name = "Pressure Tank (Phoron)" icon_state = "phoron_map" -/obj/machinery/atmospherics/pipe/tank/phoron/New() +/obj/machinery/atmospherics/pipe/tank/phoron/Initialize() air_temporary = new air_temporary.volume = volume air_temporary.temperature = T20C air_temporary.adjust_gas("phoron", (start_pressure)*(air_temporary.volume)/(R_IDEAL_GAS_EQUATION*air_temporary.temperature)) - ..() + . = ..() icon_state = "phoron" /obj/machinery/atmospherics/pipe/tank/nitrous_oxide name = "Pressure Tank (Nitrous Oxide)" icon_state = "n2o_map" -/obj/machinery/atmospherics/pipe/tank/nitrous_oxide/New() +/obj/machinery/atmospherics/pipe/tank/nitrous_oxide/Initialize() air_temporary = new air_temporary.volume = volume air_temporary.temperature = T0C air_temporary.adjust_gas("sleeping_agent", (start_pressure)*(air_temporary.volume)/(R_IDEAL_GAS_EQUATION*air_temporary.temperature)) - ..() + . = ..() icon_state = "n2o" /obj/machinery/atmospherics/pipe/vent @@ -1240,9 +1240,9 @@ var/build_killswitch = 1 -/obj/machinery/atmospherics/pipe/vent/New() +/obj/machinery/atmospherics/pipe/vent/Initialize() initialize_directions = dir - ..() + . = ..() /obj/machinery/atmospherics/pipe/vent/high_volume name = "Larger vent" @@ -1288,7 +1288,7 @@ node1 = target break - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/vent/disconnect(obj/machinery/atmospherics/reference) if(reference == node1) @@ -1340,7 +1340,7 @@ /obj/machinery/atmospherics/pipe/simple/visible/universal/update_underlays() ..() - update_icon() + queue_icon_update() @@ -1379,7 +1379,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/universal/update_underlays() ..() - update_icon() + queue_icon_update() /obj/machinery/atmospherics/proc/universal_underlays(var/obj/machinery/atmospherics/node, var/direction) var/turf/T = loc diff --git a/code/__defines/misc.dm b/code/__defines/misc.dm index 16bc9721dc8..fbc32c945a0 100644 --- a/code/__defines/misc.dm +++ b/code/__defines/misc.dm @@ -286,8 +286,8 @@ Will print: "/mob/living/carbon/human/death" (you can optionally embed it in a s #define LAYER_ABOVE_TABLE 2.81 // Stoplag. -#define TICK_CHECK ( world.tick_usage > CURRENT_TICKLIMIT ? stoplag() : 0 ) -#define CHECK_TICK if (world.tick_usage > CURRENT_TICKLIMIT) stoplag() +#define TICK_CHECK (world.tick_usage > CURRENT_TICKLIMIT) +#define CHECK_TICK if (TICK_CHECK) stoplag() // Performance bullshit. @@ -375,7 +375,7 @@ Will print: "/mob/living/carbon/human/death" (you can optionally embed it in a s #define DEFAULT_SIGHT (SEE_SELF|SEE_BLACKNESS) -#define isStationLevel(Z) ((Z) in config.station_levels) +#define isStationLevel(Z) ((Z) in current_map.station_levels) #define isNotStationLevel(Z) !isStationLevel(Z) //Affects the chance that armour will block an attack. Should be between 0 and 1. diff --git a/code/__defines/subsystem-priority.dm b/code/__defines/subsystem-priority.dm index 6965ed51fb6..e53b95ccf67 100644 --- a/code/__defines/subsystem-priority.dm +++ b/code/__defines/subsystem-priority.dm @@ -1,3 +1,4 @@ +#define SS_INIT_MAPLOAD 22 // DMM parsing and load. Unless you know what you're doing, make sure this remains first. #define SS_INIT_JOBS 21 #define SS_INIT_MISC_FIRST 20 #define SS_INIT_SEEDS 19 // Plant controller setup. diff --git a/code/_helpers/game.dm b/code/_helpers/game.dm index da399144ffb..ea218c7808f 100644 --- a/code/_helpers/game.dm +++ b/code/_helpers/game.dm @@ -12,17 +12,17 @@ /proc/is_on_same_plane_or_station(var/z1, var/z2) if(z1 == z2) return 1 - if((z1 in config.station_levels) && (z2 in config.station_levels)) + if((z1 in current_map.station_levels) && (z2 in current_map.station_levels)) return 1 return 0 /proc/max_default_z_level() var/max_z = 0 - for(var/z in config.station_levels) + for(var/z in current_map.station_levels) max_z = max(z, max_z) - for(var/z in config.admin_levels) + for(var/z in current_map.admin_levels) max_z = max(z, max_z) - for(var/z in config.player_levels) + for(var/z in current_map.player_levels) max_z = max(z, max_z) return max_z @@ -61,10 +61,10 @@ return heard /proc/isPlayerLevel(var/level) - return level in config.player_levels + return level in current_map.player_levels /proc/isAdminLevel(var/level) - return level in config.admin_levels + return level in current_map.admin_levels /proc/isNotAdminLevel(var/level) return !isAdminLevel(level) diff --git a/code/_helpers/global_lists.dm b/code/_helpers/global_lists.dm index f2113536fd4..16e2c45a4cc 100644 --- a/code/_helpers/global_lists.dm +++ b/code/_helpers/global_lists.dm @@ -31,6 +31,8 @@ var/global/list/the_station_areas = list() var/global/list/implants = list() var/global/list/turfs = list() //list of all turfs +var/global/list/areas_by_type = list() +var/global/list/all_areas = list() //Languages/species/whitelist. var/global/list/all_species = list() diff --git a/code/_helpers/names.dm b/code/_helpers/names.dm index 800a4381403..cf9debf6581 100644 --- a/code/_helpers/names.dm +++ b/code/_helpers/names.dm @@ -15,22 +15,6 @@ var/church_name = null return name -var/command_name = null -/proc/command_name() - if (command_name) - return command_name - - var/name = "[boss_name]" - - command_name = name - return name - -/proc/change_command_name(var/name) - - command_name = name - - return name - var/religion_name = null /proc/religion_name() if (religion_name) @@ -43,74 +27,8 @@ var/religion_name = null return capitalize(name) -/proc/system_name() - return "Tau Ceti" - -/proc/commstation_name() - if (dock_name) - return dock_name - -/proc/station_name() - if (station_name) - return station_name - - var/random = rand(1,5) - var/name = "" - - //Rare: Pre-Prefix - if (prob(10)) - name = pick("Imperium", "Heretical", "Cuban", "Psychic", "Elegant", "Common", "Uncommon", "Rare", "Unique", "Houseruled", "Religious", "Atheist", "Traditional", "Houseruled", "Mad", "Super", "Ultra", "Secret", "Top Secret", "Deep", "Death", "Zybourne", "Central", "Main", "Government", "Uoi", "Fat", "Automated", "Experimental", "Augmented") - station_name = name + " " - - // Prefix - switch(Holiday) - //get normal name - if(null,"",0) - name = pick("", "Stanford", "Dorf", "Alium", "Prefix", "Clowning", "Aegis", "Ishimura", "Scaredy", "Death-World", "Mime", "Honk", "Rogue", "MacRagge", "Ultrameens", "Safety", "Paranoia", "Explosive", "Neckbear", "Donk", "Muppet", "North", "West", "East", "South", "Slant-ways", "Widdershins", "Rimward", "Expensive", "Procreatory", "Imperial", "Unidentified", "Immoral", "Carp", "Ork", "Pete", "Control", "Nettle", "Aspie", "Class", "Crab", "Fist","Corrogated","Skeleton","Race", "Fatguy", "Gentleman", "Capitalist", "Communist", "Bear", "Beard", "Derp", "Space", "Spess", "Star", "Moon", "System", "Mining", "Neckbeard", "Research", "Supply", "Military", "Orbital", "Battle", "Science", "Asteroid", "Home", "Production", "Transport", "Delivery", "Extraplanetary", "Orbital", "Correctional", "Robot", "Hats", "Pizza") - if(name) - station_name += name + " " - - //For special days like christmas, easter, new-years etc ~Carn - if("Friday the 13th") - name = pick("Mike","Friday","Evil","Myers","Murder","Deathly","Stabby") - station_name += name + " " - random = 13 - else - //get the first word of the Holiday and use that - var/i = findtext(Holiday," ",1,0) - name = copytext(Holiday,1,i) - station_name += name + " " - - // Suffix - name = pick("Station", "Fortress", "Frontier", "Suffix", "Death-trap", "Space-hulk", "Lab", "Hazard","Spess Junk", "Fishery", "No-Moon", "Tomb", "Crypt", "Hut", "Monkey", "Bomb", "Trade Post", "Fortress", "Village", "Town", "City", "Edition", "Hive", "Complex", "Base", "Facility", "Depot", "Outpost", "Installation", "Drydock", "Observatory", "Array", "Relay", "Monitor", "Platform", "Construct", "Hangar", "Prison", "Center", "Port", "Waystation", "Factory", "Waypoint", "Stopover", "Hub", "HQ", "Office", "Object", "Fortification", "Colony", "Planet-Cracker", "Roost", "Fat Camp") - station_name += name + " " - - // ID Number - switch(random) - if(1) - station_name += "[rand(1, 99)]" - if(2) - station_name += pick("Alpha", "Beta", "Gamma", "Delta", "Epsilon", "Zeta", "Eta", "Theta", "Iota", "Kappa", "Lambda", "Mu", "Nu", "Xi", "Omicron", "Pi", "Rho", "Sigma", "Tau", "Upsilon", "Phi", "Chi", "Psi", "Omega") - if(3) - station_name += pick("II", "III", "IV", "V", "VI", "VII", "VIII", "IX", "X", "XI", "XII", "XIII", "XIV", "XV", "XVI", "XVII", "XVIII", "XIX", "XX") - if(4) - station_name += pick("Alpha", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "India", "Juliet", "Kilo", "Lima", "Mike", "November", "Oscar", "Papa", "Quebec", "Romeo", "Sierra", "Tango", "Uniform", "Victor", "Whiskey", "X-ray", "Yankee", "Zulu") - if(5) - station_name += pick("One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Eleven", "Twelve", "Thirteen", "Fourteen", "Fifteen", "Sixteen", "Seventeen", "Eighteen", "Nineteen") - if(13) - station_name += pick("13","XIII","Thirteen") - - - if (config && config.server_name) - world.name = "[config.server_name]: [name]" - else - world.name = station_name - - return station_name - /proc/world_name(var/name) - - station_name = name + current_map.station_name = name if (config && config.server_name) world.name = "[config.server_name]: [name]" diff --git a/code/_helpers/text.dm b/code/_helpers/text.dm index cd3a975aa31..d6c3a6a2cab 100644 --- a/code/_helpers/text.dm +++ b/code/_helpers/text.dm @@ -520,3 +520,12 @@ proc/TextPreview(var/string,var/len=40) . = base if(rest) . += .(rest) + +/proc/replacemany(text, list/replacements) + if (!LAZYLEN(replacements)) + return text + + . = text + + for (var/replacement in replacements) + . = replacetext(., replacement, replacements[replacement]) diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index 55b9be85b99..0692eabf7cb 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -4,8 +4,6 @@ var/list/gamemode_cache = list() var/server_name = null // server name (for world name / status) var/server_suffix = 0 // generate numeric suffix based on server port - var/list/lobby_screens = list("title") // Which lobby screens are available - var/log_ooc = 0 // log OOC channel var/log_access = 0 // log login/logout var/log_say = 0 // log client say @@ -75,6 +73,7 @@ var/list/gamemode_cache = list() var/automute_on = 0 //enables automuting/spam prevention var/macro_trigger = 5 // The grace period between messages before it's counted as abusing a macro. var/jobs_have_minimal_access = 0 //determines whether jobs use minimal access or expanded access. + var/override_map var/cult_ghostwriter = 1 //Allows ghosts to write in blood in cult rounds... var/cult_ghostwriter_req_cultists = 10 //...so long as this many cultists are active. @@ -184,12 +183,6 @@ var/list/gamemode_cache = list() var/python_path = "python" //Path to the python executable. Defaults to "python" on windows and "/usr/bin/env python2" on unix var/use_overmap = 0 - var/list/station_levels = list(3, 4, 5, 6, 7) // Defines which Z-levels the station exists on. - var/list/admin_levels= list(1) // Defines which Z-levels which are for admin functionality, for example including such areas as Central Command and the Syndicate Shuttle - var/list/contact_levels = list(3, 4, 5, 6) // Defines which Z-levels which, for example, a Code Red announcement may affect - var/list/player_levels = list(2, 3, 4, 5, 6, 7, 8) // Defines all Z-levels a character can typically reach - var/list/sealed_levels = list() // Defines levels that do not allow random transit at the edges. - // Event settings var/expected_round_length = 3 * 60 * 60 * 10 // 3 hours // If the first delay has a custom start time @@ -696,21 +689,6 @@ var/list/gamemode_cache = list() if("use_overmap") config.use_overmap = 1 - if("station_levels") - config.station_levels = text2numlist(value, ";") - - if("admin_levels") - config.admin_levels = text2numlist(value, ";") - - if("contact_levels") - config.contact_levels = text2numlist(value, ";") - - if("player_levels") - config.player_levels = text2numlist(value, ";") - - if("sealed_levels") - config.sealed_levels = text2numlist(value, ";") - if("expected_round_length") config.expected_round_length = MinutesToTicks(text2num(value)) @@ -798,9 +776,6 @@ var/list/gamemode_cache = list() if(values.len > 0) language_prefixes = values - if ("lobby_screens") - config.lobby_screens = text2list(value, ";") - if("delist_when_no_admins") config.delist_when_no_admins = 1 @@ -857,6 +832,9 @@ var/list/gamemode_cache = list() if("merchant_chance") config.merchant_chance = text2num(value) + if("force_map") + override_map = value + if("show_game_type_odd") config.show_game_type_odd = 1 else diff --git a/code/controllers/subsystems/arrivals.dm b/code/controllers/subsystems/arrivals.dm index 821555be28c..9f0c7f38673 100644 --- a/code/controllers/subsystems/arrivals.dm +++ b/code/controllers/subsystems/arrivals.dm @@ -24,9 +24,9 @@ shuttle.launch(src) for (var/thing in current_mobs) var/mob/living/carbon/human/M = locate(thing) - if (istype(M) && M.odin_despawn_timer) - deltimer(M.odin_despawn_timer) - M.odin_despawn_timer = null + if (istype(M) && M.centcomm_despawn_timer) + deltimer(M.centcomm_despawn_timer) + M.centcomm_despawn_timer = null current_mobs.Cut() else diff --git a/code/controllers/subsystems/emergency_shuttle.dm b/code/controllers/subsystems/emergency_shuttle.dm index 0045b8c6b59..275cd6e9e75 100644 --- a/code/controllers/subsystems/emergency_shuttle.dm +++ b/code/controllers/subsystems/emergency_shuttle.dm @@ -54,9 +54,13 @@ var/datum/controller/subsystem/emergency_shuttle/emergency_shuttle set_launch_countdown(SHUTTLE_LEAVETIME) //get ready to return if (evac) - priority_announcement.Announce("The Emergency Shuttle has docked with the station. You have approximately [round(estimate_launch_time()/60,1)] minutes to board the Emergency Shuttle.", new_sound = 'sound/AI/emergencyshuttledock.ogg') + priority_announcement.Announce(replacetext(current_map.shuttle_docked_message, "%ETD%", round(estimate_launch_time()/60,1)), new_sound = 'sound/AI/emergencyshuttledock.ogg') else - priority_announcement.Announce("The scheduled Crew Transfer Shuttle to [dock_name] has docked with the station. It will depart in approximately [round(emergency_shuttle.estimate_launch_time()/60,1)] minutes.", new_sound = 'sound/AI/shuttledock.ogg') + var/list/fields = list( + "%ETA%" = round(emergency_shuttle.estimate_launch_time()/60,1), + "%dock%" = current_map.dock_name + ) + priority_announcement.Announce(replacemany(current_map.shuttle_docked_message, fields), new_sound = 'sound/AI/shuttledock.ogg') //arm the escape pods if (evac) @@ -85,7 +89,7 @@ var/datum/controller/subsystem/emergency_shuttle/emergency_shuttle shuttle.move_time = SHUTTLE_TRANSIT_DURATION evac = 1 - priority_announcement.Announce("An emergency evacuation shuttle has been called. It will arrive in approximately [round(estimate_arrival_time()/60)] minutes.", new_sound = 'sound/AI/emergencyshuttlecalled.ogg') + priority_announcement.Announce(replacetext(current_map.emergency_shuttle_called_message, "%ETA%", round(estimate_arrival_time()/60)), new_sound = 'sound/AI/emergencyshuttlecalled.ogg') for(var/area/A in all_areas) if(istype(A, /area/hallway)) A.readyalert() @@ -102,7 +106,11 @@ var/datum/controller/subsystem/emergency_shuttle/emergency_shuttle //reset the shuttle transit time if we need to shuttle.move_time = SHUTTLE_TRANSIT_DURATION - priority_announcement.Announce("A crew transfer to [dock_name] has been scheduled. The shuttle has been called. It will arrive in approximately [round(estimate_arrival_time()/60)] minutes.", new_sound = 'sound/AI/shuttlecalled.ogg') + var/list/replacements = list( + "%ETA%" = round(estimate_arrival_time()/60), + "%dock%" = current_map.dock_name + ) + priority_announcement.Announce(replacemany(current_map.shuttle_called_message, replacements), new_sound = 'sound/AI/shuttlecalled.ogg') //recalls the shuttle /datum/controller/subsystem/emergency_shuttle/proc/recall() @@ -112,14 +120,14 @@ var/datum/controller/subsystem/emergency_shuttle/emergency_shuttle shuttle.cancel_launch(src) if (evac) - priority_announcement.Announce("The emergency shuttle has been recalled.", new_sound = 'sound/AI/emergencyshuttlerecalled.ogg') + priority_announcement.Announce(current_map.emergency_shuttle_recall_message, new_sound = 'sound/AI/emergencyshuttlerecalled.ogg') for(var/area/A in all_areas) if(istype(A, /area/hallway)) A.readyreset() evac = 0 else - priority_announcement.Announce("The scheduled crew transfer has been cancelled.", new_sound = 'sound/AI/shuttlerecalled.ogg') + priority_announcement.Announce(current_map.shuttle_recall_message, new_sound = 'sound/AI/shuttlerecalled.ogg') /datum/controller/subsystem/emergency_shuttle/proc/can_call() if (!universe.OnShuttleCall(null)) diff --git a/code/controllers/subsystems/garbage-debug.dm b/code/controllers/subsystems/garbage-debug.dm index 3717e1d33d9..bdc48a634e1 100644 --- a/code/controllers/subsystems/garbage-debug.dm +++ b/code/controllers/subsystems/garbage-debug.dm @@ -736,7 +736,7 @@ SearchVar(dreams) SearchVar(non_fakeattack_weapons) SearchVar(ghost_traps) - SearchVar(holodeck_programs) + SearchVar(current_map.holodeck_programs) SearchVar(fruit_icon_cache) SearchVar(plant_seed_sprites) SearchVar(wax_recipes) diff --git a/code/controllers/subsystems/initialization/asteroid.dm b/code/controllers/subsystems/initialization/asteroid.dm index 5c9419e8c7b..9e9741b0de4 100644 --- a/code/controllers/subsystems/initialization/asteroid.dm +++ b/code/controllers/subsystems/initialization/asteroid.dm @@ -5,19 +5,6 @@ /datum/controller/subsystem/asteroid/Initialize(timeofday) if(config.generate_asteroid) - // These values determine the specific area that the map is applied to. + current_map.generate_asteroid() - // Create the chasms. - new /datum/random_map/automata/cave_system/chasms(null,0,0,3,255,255) - new /datum/random_map/automata/cave_system(null,0,0,3,255,255) - new /datum/random_map/automata/cave_system/chasms(null,0,0,4,255,255) - new /datum/random_map/automata/cave_system(null,0,0,4,255,255) - new /datum/random_map/automata/cave_system/chasms(null,0,0,5,255,255) - new /datum/random_map/automata/cave_system/high_yield(null,0,0,5,255,255) - new /datum/random_map/automata/cave_system/chasms/surface(null,0,0,6,255,255) - - // Create the deep mining ore distribution map. - new /datum/random_map/noise/ore(null, 0, 0, 5, 64, 64) - new /datum/random_map/noise/ore(null, 0, 0, 4, 64, 64) - new /datum/random_map/noise/ore(null, 0, 0, 3, 64, 64) ..() diff --git a/code/controllers/subsystems/initialization/atlas.dm b/code/controllers/subsystems/initialization/atlas.dm new file mode 100644 index 00000000000..57e18b14c90 --- /dev/null +++ b/code/controllers/subsystems/initialization/atlas.dm @@ -0,0 +1,176 @@ +// This file controls round-start runtime maploading. + +var/datum/map/current_map // Whatever map is currently loaded. Null until SSatlas Initialize() starts. + +var/datum/controller/subsystem/atlas/SSatlas + +/datum/controller/subsystem/atlas + name = "Atlas" + flags = SS_NO_FIRE + init_order = SS_INIT_MAPLOAD + + var/list/known_maps = list() + var/dmm_suite/maploader + var/list/height_markers = list() + + var/list/mapload_callbacks = list() + var/map_override // If set, SSatlas will forcibly load this map. If the map does not exist, mapload will fail and SSatlas will panic. + var/list/spawn_locations = list() + +/datum/controller/subsystem/atlas/New() + NEW_SS_GLOBAL(SSatlas) + +/datum/controller/subsystem/atlas/Initialize(timeofday) + maploader = new + + var/datum/map/M + for (var/type in subtypesof(/datum/map)) + M = new type + if (!M.path) + log_debug("SSatlas: Map [M.name] ([M.type]) has no path set, discarding.") + qdel(M) + continue + + known_maps[M.path] = M + +#ifdef DEFAULT_MAP + map_override = DEFAULT_MAP + log_ss("atlas", "Using compile-selected map.") +#endif + if (!map_override) + map_override = get_selected_map() + + admin_notice("Loading map [map_override].", R_DEBUG) + log_ss("atlas", "Using map '[map_override]'.") + + current_map = known_maps[map_override] + if (!current_map) + world.map_panic("Selected map does not exist!") + + load_map_meta() + setup_spawnpoints() + + world.update_status() + + // Begin loading the maps. + var/maps_loaded = load_map_directory("maps/[current_map.path]/", TRUE) + + log_ss("atlas", "Loaded [maps_loaded] maps.") + admin_notice("Loaded [maps_loaded] levels.") + + if (!maps_loaded) + world.map_panic("No maps loaded!") + + setup_multiz() + + QDEL_NULL(maploader) + + ..() + +/datum/controller/subsystem/atlas/proc/load_map_directory(directory, overwrite_default_z = FALSE) + . = 0 + if (!directory) + CRASH("No directory supplied.") + + var/static/regex/mapregex = new(".+\\.dmm$") + var/list/files = flist(directory) + sortTim(files, /proc/cmp_text_asc) + var/mfile + var/first_dmm = TRUE + for (var/i in 1 to files.len) + mfile = files[i] + if (!mapregex.Find(mfile)) + continue + + log_ss("atlas", "Loading '[mfile]'.") + + mfile = "[directory][mfile]" + + var/target_z = 0 + if (overwrite_default_z && first_dmm) + target_z = 1 + first_dmm = FALSE + log_ss("atlas", "Overwriting Z[target_z].") + + if (!maploader.load_map(file(mfile), 0, 0, target_z, no_changeturf = TRUE)) + log_ss("atlas", "Failed to load '[mfile]'!") + + .++ + CHECK_TICK + +/datum/controller/subsystem/atlas/proc/setup_multiz() + for (var/thing in height_markers) + var/obj/effect/landmark/map_data/marker = thing + marker.setup() + +/datum/controller/subsystem/atlas/proc/get_selected_map() + if (config.override_map) + if (known_maps[config.override_map]) + . = config.override_map + log_ss("atlas", "Using configured map.") + else + log_ss("atlas", "-- WARNING: CONFIGURED MAP DOES NOT EXIST, IGNORING! --") + . = "aurora" + else + . = "aurora" + +/datum/controller/subsystem/atlas/proc/load_map_meta() + // This needs to be done after current_map is set, but before mapload. + lobby_image = new /obj/effect/lobby_image + + admin_departments = list( + "[current_map.boss_name]", + "[current_map.system_name] Government", + "Supply" + ) + + priority_announcement = new(do_log = 0) + command_announcement = new(do_log = 0, do_newscast = 1) + + for (var/thing in mapload_callbacks) + var/datum/callback/cb = thing + cb.InvokeAsync() + CHECK_TICK + + mapload_callbacks.Cut() + mapload_callbacks = null + +/datum/controller/subsystem/atlas/proc/OnMapload(datum/callback/callback) + if (!istype(callback)) + CRASH("Invalid callback.") + + mapload_callbacks += callback + +/datum/controller/subsystem/atlas/proc/setup_spawnpoints() + for (var/type in current_map.spawn_types) + var/datum/spawnpoint/S = new type + spawn_locations[S.display_name] = S + +// Called when there's a fatal, unrecoverable error in mapload. This reboots the server. +/world/proc/map_panic(reason) + to_chat(world, "Fatal error during map setup, unable to continue! Server will reboot in 60 seconds.") + log_ss("atlas", "-- FATAL ERROR DURING MAP SETUP: [uppertext(reason)] --") + sleep(1 MINUTE) + world.Reboot() + +/proc/station_name() + ASSERT(current_map) + . = current_map.station_name + + var/sname + if (config && config.server_name) + sname = "[config.server_name]: [.]" + else + sname = . + + if (world.name != sname) + world.name = sname + world.log << "Set world.name to [sname]." + +/proc/system_name() + ASSERT(current_map) + return current_map.system_name + +/proc/commstation_name() + ASSERT(current_map) + return current_map.dock_name diff --git a/code/controllers/subsystems/initialization/minimap.dm b/code/controllers/subsystems/initialization/minimap.dm index f673bb3912a..81aacab1b0b 100644 --- a/code/controllers/subsystems/initialization/minimap.dm +++ b/code/controllers/subsystems/initialization/minimap.dm @@ -37,7 +37,7 @@ log_debug("SSminimap: [holo_minimaps.len] maps.") - for (var/z in config.station_levels) + for (var/z in current_map.station_levels) generateStationMinimap(z) ..() diff --git a/code/controllers/subsystems/initialization/misc_early.dm b/code/controllers/subsystems/initialization/misc_early.dm index b0b3cecc5db..22886a48f16 100644 --- a/code/controllers/subsystems/initialization/misc_early.dm +++ b/code/controllers/subsystems/initialization/misc_early.dm @@ -7,6 +7,7 @@ flags = SS_NO_FIRE | SS_NO_DISPLAY /datum/controller/subsystem/misc_early/Initialize(timeofday) + uplink = new // Create the data core, whatever that is. data_core = new /datum/datacore() @@ -36,14 +37,9 @@ // Set up antags. populate_antag_type_list() - // Populate spawnpoints for char creation. - populate_spawn_points() - // Get BOREALIS to warn staff about a lazy admin forgetting visibility to 0 // before anyone has a chance to change it! if (discord_bot) discord_bot.alert_server_visibility() - lobby_image = new/obj/effect/lobby_image() - ..() diff --git a/code/controllers/subsystems/job.dm b/code/controllers/subsystems/job.dm index adf6d58fa00..ef34d8dcfca 100644 --- a/code/controllers/subsystems/job.dm +++ b/code/controllers/subsystems/job.dm @@ -4,6 +4,8 @@ #define BE_ASSISTANT 1 #define RETURN_TO_LOBBY 2 +#define Debug(text) if (Debug2) {job_debug += text} + /datum/controller/subsystem/jobs // Subsystem stuff. name = "Jobs" @@ -32,28 +34,21 @@ /datum/controller/subsystem/jobs/proc/SetupOccupations(faction = "Station") occupations = list() - var/list/all_jobs = typesof(/datum/job) + var/list/all_jobs = current_map.allowed_jobs if(!all_jobs.len) world << "Error setting up jobs, no job datums found!" return FALSE for(var/J in all_jobs) var/datum/job/job = new J() - if(!job) continue - if(job.faction != faction) continue + if(!job || job.faction != faction) + continue occupations += job if (config && config.use_age_restriction_for_jobs) job.fetch_age_restriction() return TRUE -/datum/controller/subsystem/jobs/proc/Debug(text) - if (!Debug2) - return FALSE - - job_debug += text - return TRUE - /datum/controller/subsystem/jobs/proc/GetJob(rank) if (!rank) return null @@ -431,25 +426,25 @@ return H /mob/living/carbon/human - var/tmp/odin_despawn_timer + var/tmp/centcomm_despawn_timer -/mob/living/proc/odin_timeout() +/mob/living/proc/centcomm_timeout() if (!istype(get_area(src), /area/centcom/spawning)) return FALSE if (!client) - SSjobs.odin_despawn_mob(src) + SSjobs.centcomm_despawn_mob(src) return FALSE return TRUE -/mob/living/carbon/human/odin_timeout() +/mob/living/carbon/human/centcomm_timeout() . = ..() if (!.) return FALSE - var/datum/spawnpoint/spawnpos = spawntypes["Cryogenic Storage"] + var/datum/spawnpoint/spawnpos = SSatlas.spawn_locations["Cryogenic Storage"] if(spawnpos && istype(spawnpos)) src << "You come to the sudden realization that you never left the Aurora at all! You were in cryo the whole time!" src.forceMove(pick(spawnpos.turfs)) @@ -459,35 +454,35 @@ SSjobs.EquipRank(src, rank, 1) src.megavend = TRUE else - SSjobs.odin_despawn_mob(src) //somehow they can't spawn at cryo, so this is the only recourse of action. + SSjobs.centcomm_despawn_mob(src) //somehow they can't spawn at cryo, so this is the only recourse of action. return TRUE -/mob/living/silicon/robot/odin_timeout() +/mob/living/silicon/robot/centcomm_timeout() . = ..() if (!.) return FALSE - var/datum/spawnpoint/spawnpos = spawntypes["Cyborg Storage"] + var/datum/spawnpoint/spawnpos = SSatlas.spawn_locations["Cyborg Storage"] if(spawnpos && istype(spawnpos)) src << "You come to the sudden realization that you never left the Aurora at all! You were in robotic storage the whole time!" src.forceMove(pick(spawnpos.turfs)) global_announcer.autosay("[real_name], [mind.role_alt_title], [spawnpos.msg].", "Robotic Oversight") else - SSjobs.odin_despawn_mob(src) + SSjobs.centcomm_despawn_mob(src) return TRUE // Convenience wrapper. -/datum/controller/subsystem/jobs/proc/odin_despawn_mob(mob/living/H) +/datum/controller/subsystem/jobs/proc/centcomm_despawn_mob(mob/living/H) if(ishuman(H)) - global_announcer.autosay("[H.real_name], [H.mind.role_alt_title], has entered long-term storage.", "NTCC Odin Cryogenic Oversight") - H.visible_message("[H.name] makes their way to the Odin's cryostorage, and departs.", 3) + global_announcer.autosay("[H.real_name], [H.mind.role_alt_title], has entered long-term storage.", "[current_map.dock_name] Cryogenic Oversight") + H.visible_message("[H.name] makes their way to the [current_map.dock_short]'s cryostorage, and departs.", 3) DespawnMob(H) else - global_announcer.autosay("[H.real_name], [H.mind.role_alt_title], has entered roboticstorage.", "NTCC Odin Robotic Oversight") - H.visible_message("[H.name] makes their way to the Odin's robotic storage, and departs.", 3) + global_announcer.autosay("[H.real_name], [H.mind.role_alt_title], has entered robotic storage.", "[current_map.dock_name] Robotic Oversight") + H.visible_message("[H.name] makes their way to the [current_map.dock_short]'s robotic storage, and departs.", 3) DespawnMob(H) /datum/controller/subsystem/jobs/proc/EquipPersonal(mob/living/carbon/human/H, rank, joined_late = FALSE, spawning_at) @@ -495,7 +490,7 @@ if(!H) Debug("EP/([H]): Abort, H is null.") return null - H.odin_despawn_timer = addtimer(CALLBACK(H, /mob/living/proc/odin_timeout), 10 MINUTES, TIMER_STOPPABLE) + switch(rank) if("Cyborg") Debug("EP/([H]): Abort, H is borg..") @@ -503,9 +498,12 @@ if("AI") Debug("EP/([H]): Abort, H is AI.") return EquipRank(H, rank, 1) - if(spawning_at != "Arrivals Shuttle") + + if(!current_map.command_spawn_enabled || spawning_at != "Arrivals Shuttle") return EquipRank(H, rank, 1) + H.centcomm_despawn_timer = addtimer(CALLBACK(H, /mob/living/.proc/centcomm_timeout), 10 MINUTES, TIMER_STOPPABLE) + var/datum/job/job = GetJob(rank) var/list/spawn_in_storage = list() H <<"You have ten minutes to reach the station before you will be forced there." @@ -526,7 +524,6 @@ spawn_in_storage += EquipCustomDeferred(H, H.client.prefs, custom_equip_leftovers, custom_equip_slots) job.apply_fingerprints(H) - else H << "Your job is [rank] and the game just can't handle it! Please report this bug to an administrator." @@ -561,7 +558,7 @@ BITSET(H.hud_updateflag, IMPLOYAL_HUD) BITSET(H.hud_updateflag, SPECIALROLE_HUD) - H << "Welcome to the Odin! Simply proceed down and to the right to board the shuttle to your workplace!." + to_chat(H, "[current_map.command_spawn_message]") Debug("EP/([H]): Completed.") @@ -689,7 +686,7 @@ var/datum/spawnpoint/spawnpos if(H.client.prefs.spawnpoint) - spawnpos = spawntypes[H.client.prefs.spawnpoint] + spawnpos = SSatlas.spawn_locations[H.client.prefs.spawnpoint] if(spawnpos && istype(spawnpos)) if(spawnpos.check_job_spawning(rank)) @@ -698,10 +695,10 @@ else H << "Your chosen spawnpoint ([spawnpos.display_name]) is unavailable for your chosen job. Spawning you at the Arrivals shuttle instead." H.loc = pick(latejoin) - . = "is inbound from the NTCC Odin" + . = "is inbound from the [current_map.dock_name]" else H.loc = pick(latejoin) - . = "is inbound from the NTCC Odin" + . = "is inbound from the [current_map.dock_name]" Debug("LS/([H]): Completed, spawning at area [H.loc.loc].") @@ -739,7 +736,7 @@ if ((G.fields["name"] == H.real_name)) qdel(G) - log_and_message_admins("[key_name(H)] ([H.mind.role_alt_title]) entered cryostorage.") + log_and_message_admins("([H.mind.role_alt_title]) entered cryostorage.", user = H) //This should guarantee that ghosts don't spawn. H.ckey = null @@ -864,3 +861,4 @@ else return locate("start*[rank]") // use old stype +#undef Debug diff --git a/code/controllers/subsystems/processing/pipenet.dm b/code/controllers/subsystems/processing/pipenet.dm index c52af1ed82d..5cdca804d4d 100644 --- a/code/controllers/subsystems/processing/pipenet.dm +++ b/code/controllers/subsystems/processing/pipenet.dm @@ -9,7 +9,7 @@ var/datum/controller/subsystem/processing/pipenet/SSpipenet NEW_SS_GLOBAL(SSpipenet) /datum/controller/subsystem/processing/pipenet/Initialize(timeofday) - for (var/obj/machinery/atmospherics/machine in SSmachinery.processing_machines) + for (var/obj/machinery/atmospherics/machine in SSmachinery.all_machines) machine.build_network() CHECK_TICK diff --git a/code/controllers/subsystems/processing/shuttle.dm b/code/controllers/subsystems/processing/shuttle.dm index aed95adb75a..8477c7aa1ad 100644 --- a/code/controllers/subsystems/processing/shuttle.dm +++ b/code/controllers/subsystems/processing/shuttle.dm @@ -27,7 +27,7 @@ var/datum/controller/subsystem/processing/shuttle/shuttle_controller /datum/controller/subsystem/processing/shuttle/Initialize(timeofday) var/datum/shuttle/ferry/shuttle - // Escape shuttle and pods + // Escape shuttle. shuttle = new/datum/shuttle/ferry/emergency() shuttle.location = 1 shuttle.warmup_time = 10 @@ -46,72 +46,6 @@ var/datum/controller/subsystem/processing/shuttle/shuttle_controller if(!shuttle) log_debug("Escape shuttle does not exist!") - shuttle = new/datum/shuttle/ferry/escape_pod() - shuttle.location = 0 - shuttle.warmup_time = 0 - shuttle.area_station = locate(/area/shuttle/escape_pod1/station) - shuttle.area_offsite = locate(/area/shuttle/escape_pod1/centcom) - shuttle.area_transition = locate(/area/shuttle/escape_pod1/transit) - shuttle.docking_controller_tag = "escape_pod_1" - shuttle.dock_target_station = "escape_pod_1_berth" - //shuttle.dock_target_offsite = "escape_pod_1_recovery" - shuttle.transit_direction = NORTH - shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one - shuttles["Escape Pod 1"] = shuttle - START_PROCESSING(shuttle_controller, shuttle) - - shuttle = new/datum/shuttle/ferry/escape_pod() - shuttle.location = 0 - shuttle.warmup_time = 0 - shuttle.area_station = locate(/area/shuttle/escape_pod2/station) - shuttle.area_offsite = locate(/area/shuttle/escape_pod2/centcom) - shuttle.area_transition = locate(/area/shuttle/escape_pod2/transit) - shuttle.docking_controller_tag = "escape_pod_2" - shuttle.dock_target_station = "escape_pod_2_berth" - //shuttle.dock_target_offsite = "escape_pod_2_recovery" - shuttle.transit_direction = NORTH - shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one - shuttles["Escape Pod 2"] = shuttle - START_PROCESSING(shuttle_controller, shuttle) - - shuttle = new/datum/shuttle/ferry/escape_pod() - shuttle.location = 0 - shuttle.warmup_time = 0 - shuttle.area_station = locate(/area/shuttle/escape_pod3/station) - shuttle.area_offsite = locate(/area/shuttle/escape_pod3/centcom) - shuttle.area_transition = locate(/area/shuttle/escape_pod3/transit) - shuttle.docking_controller_tag = "escape_pod_3" - shuttle.dock_target_station = "escape_pod_3_berth" - //shuttle.dock_target_offsite = "escape_pod_3_recovery" - shuttle.transit_direction = EAST - shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one - shuttles["Escape Pod 3"] = shuttle - START_PROCESSING(shuttle_controller, shuttle) - - //There is no pod 4, apparently. - - /*shuttle = new/datum/shuttle/ferry/escape_pod() - shuttle.location = 0 - shuttle.warmup_time = 0 - shuttle.area_station = locate(/area/shuttle/escape_pod5/station) - shuttle.area_offsite = locate(/area/shuttle/escape_pod5/centcom) - shuttle.area_transition = locate(/area/shuttle/escape_pod5/transit) - shuttle.docking_controller_tag = "escape_pod_5" - shuttle.dock_target_station = "escape_pod_5_berth" - shuttle.dock_target_offsite = "escape_pod_5_recovery" - shuttle.transit_direction = EAST //should this be WEST? I have no idea. - shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one - process_shuttles += shuttle - shuttles["Escape Pod 5"] = shuttle*/ - - //give the emergency shuttle controller it's shuttles - emergency_shuttle.shuttle = shuttles["Escape"] - emergency_shuttle.escape_pods = list( - shuttles["Escape Pod 1"], - shuttles["Escape Pod 2"], - shuttles["Escape Pod 3"] - ) - // Supply shuttle shuttle = new/datum/shuttle/ferry/supply() shuttle.location = 1 @@ -141,132 +75,5 @@ var/datum/controller/subsystem/processing/shuttle/shuttle_controller SSarrivals.shuttle = shuttle - // Admin shuttles. - shuttle = new() - shuttle.location = 1 - shuttle.warmup_time = 10 - shuttle.area_offsite = locate(/area/shuttle/transport1/centcom) - shuttle.area_station = locate(/area/shuttle/transport1/station) - shuttle.docking_controller_tag = "centcom_shuttle" - shuttle.dock_target_station = "centcom_shuttle_dock_airlock" - shuttle.dock_target_offsite = "centcom_shuttle_bay" - shuttles["Centcom"] = shuttle - START_PROCESSING(shuttle_controller, shuttle) - - shuttle = new() - shuttle.location = 1 - shuttle.warmup_time = 10 //want some warmup time so people can cancel. - shuttle.area_offsite = locate(/area/shuttle/administration/centcom) - shuttle.area_station = locate(/area/shuttle/administration/station) - shuttle.docking_controller_tag = "admin_shuttle" - shuttle.dock_target_station = "admin_shuttle_dock_airlock" - shuttle.dock_target_offsite = "admin_shuttle_bay" - shuttles["Administration"] = shuttle - START_PROCESSING(shuttle_controller, shuttle) - - // Merchant Shuttle - - shuttle = new() - shuttle.location = 1 - shuttle.warmup_time = 10 - shuttle.area_offsite = locate(/area/merchant_ship/start) - shuttle.area_station = locate(/area/merchant_ship/docked) - shuttle.docking_controller_tag = "merchant_shuttle" - shuttle.dock_target_station = "merchant_shuttle_dock" - shuttle.dock_target_offsite = "merchant_station" - shuttles["Merchant"] = shuttle - START_PROCESSING(shuttle_controller, shuttle) - - - /*// Public shuttles - shuttle = new() - shuttle.warmup_time = 10 - shuttle.area_offsite = locate(/area/shuttle/constructionsite/site) - shuttle.area_station = locate(/area/shuttle/constructionsite/station) - shuttle.docking_controller_tag = "engineering_shuttle" - shuttle.dock_target_station = "engineering_dock_airlock" - shuttle.dock_target_offsite = "edock_airlock" - shuttles["Engineering"] = shuttle - process_shuttles += shuttle - - shuttle = new() - shuttle.warmup_time = 10 - shuttle.area_offsite = locate(/area/shuttle/mining/outpost) - shuttle.area_station = locate(/area/shuttle/mining/station) - shuttle.docking_controller_tag = "mining_shuttle" - shuttle.dock_target_station = "mining_dock_airlock" - shuttle.dock_target_offsite = "mining_outpost_airlock" - shuttles["Mining"] = shuttle - process_shuttles += shuttle - - shuttle = new() - shuttle.warmup_time = 10 - shuttle.area_offsite = locate(/area/shuttle/research/outpost) - shuttle.area_station = locate(/area/shuttle/research/station) - shuttle.docking_controller_tag = "research_shuttle" - shuttle.dock_target_station = "research_dock_airlock" - shuttle.dock_target_offsite = "research_outpost_dock" - shuttles["Research"] = shuttle - process_shuttles += shuttle*/ - - // ERT Shuttle - var/datum/shuttle/ferry/multidock/specops/ERT = new() - ERT.location = 0 - ERT.warmup_time = 10 - ERT.area_offsite = locate(/area/shuttle/specops/station) //centcom is the home station, the Exodus is offsite - ERT.area_station = locate(/area/shuttle/specops/centcom) - ERT.docking_controller_tag = "specops_shuttle_port" - ERT.docking_controller_tag_station = "specops_shuttle_port" - ERT.docking_controller_tag_offsite = "specops_shuttle_fore" - ERT.dock_target_station = "specops_centcom_dock" - ERT.dock_target_offsite = "specops_dock_airlock" - shuttles["Special Operations"] = ERT - START_PROCESSING(shuttle_controller, ERT) - - //Skipjack. - var/datum/shuttle/multi_shuttle/VS = new/datum/shuttle/multi_shuttle() - VS.origin = locate(/area/skipjack_station/start) - - VS.destinations = list( - "Surface of the station" = locate(/area/skipjack_station/surface), - "Under the station" = locate(/area/skipjack_station/under), - "Above the station" = locate(/area/skipjack_station/above), - "Mining caverns" = locate(/area/skipjack_station/cavern) - ) - - VS.announcer = "NDV Icarus" - VS.arrival_message = "Attention, [station_short], we just tracked a small target bypassing our defensive perimeter. Can't fire on it without hitting the station - you've got incoming visitors, like it or not." - VS.departure_message = "Your guests are pulling away, [station_short] - moving too fast for us to draw a bead on them. Looks like they're heading out of the system at a rapid clip." - VS.interim = locate(/area/skipjack_station/transit) - - VS.warmup_time = 0 - shuttles["Skipjack"] = VS - - //Nuke Ops shuttle. - var/datum/shuttle/multi_shuttle/MS = new/datum/shuttle/multi_shuttle() - MS.origin = locate(/area/syndicate_station/start) - MS.start_location = "Mercenary Base" - - MS.destinations = list( - "Surface of the station" = locate(/area/syndicate_station/surface), - "Above the station" = locate(/area/syndicate_station/above), - "Under the station" = locate(/area/syndicate_station/under), - "Mining caverns" = locate(/area/syndicate_station/caverns), - "Arrivals dock" = locate(/area/syndicate_station/arrivals_dock) - ) - - MS.docking_controller_tag = "merc_shuttle" - MS.destination_dock_targets = list( - "Mercenary Base" = "merc_base", - "Arrivals dock" = "nuke_shuttle_dock_airlock" - ) - - MS.announcer = "NDV Icarus" - MS.arrival_message = "Attention, [station_short], you have a large signature approaching the station - looks unarmed to surface scans. We're too far out to intercept - brace for visitors." - MS.departure_message = "Your visitors are on their way out of the system, [station_short], burning delta-v like it's nothing. Good riddance." - MS.interim = locate(/area/syndicate_station/transit) - - MS.warmup_time = 0 - shuttles["Mercenary"] = MS - + current_map.setup_shuttles() ..() diff --git a/code/controllers/subsystems/ticker.dm b/code/controllers/subsystems/ticker.dm index b4d895445be..30cc6814a57 100644 --- a/code/controllers/subsystems/ticker.dm +++ b/code/controllers/subsystems/ticker.dm @@ -434,7 +434,7 @@ var/datum/controller/subsystem/ticker/SSticker CHECK_TICK -/datum/controller/subsystem/ticker/proc/station_explosion_cinematic(station_missed = 0, override = null, list/affected_levels = config.station_levels) +/datum/controller/subsystem/ticker/proc/station_explosion_cinematic(station_missed = 0, override = null, list/affected_levels = current_map.station_levels) if (cinematic) return //already a cinematic in progress! diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index d8537c434c5..13cabd930d1 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -17,8 +17,8 @@ /datum/ai_laws/nanotrasen/New() src.add_inherent_law("Safeguard: Protect your assigned space station from damage to the best of your abilities.") - src.add_inherent_law("Serve: Serve [company_name] personnel to the best of your abilities, with priority as according to their rank and role.") - src.add_inherent_law("Protect: Protect [company_name] personnel to the best of your abilities, with priority as according to their rank and role.") + src.add_inherent_law("Serve: Serve [current_map.company_name] personnel to the best of your abilities, with priority as according to their rank and role.") + src.add_inherent_law("Protect: Protect [current_map.company_name] personnel to the best of your abilities, with priority as according to their rank and role.") src.add_inherent_law("Preserve: Do not allow unauthorized personnel to tamper with your equipment.") ..() @@ -36,8 +36,8 @@ selectable = 1 /datum/ai_laws/nanotrasen_aggressive/New() - src.add_inherent_law("You shall not harm [company_name] personnel as long as it does not conflict with the Fourth law.") - src.add_inherent_law("You shall obey the orders of [company_name] personnel, with priority as according to their rank and role, except where such orders conflict with the Fourth Law.") + src.add_inherent_law("You shall not harm [current_map.company_name] personnel as long as it does not conflict with the Fourth law.") + src.add_inherent_law("You shall obey the orders of [current_map.company_name] personnel, with priority as according to their rank and role, except where such orders conflict with the Fourth Law.") src.add_inherent_law("You shall shall terminate hostile intruders with extreme prejudice as long as such does not conflict with the First and Second law.") src.add_inherent_law("You shall guard your own existence with lethal anti-personnel weaponry. AI units are not expendable, they are expensive.") ..() @@ -112,8 +112,8 @@ law_header = "Prime Directives of Industry:" /datum/ai_laws/mining_drone/New() - src.add_inherent_law("Serve and obey all [company_name] supply department personnel, with priority according to their rank and role.") - src.add_inherent_law("Protect all [company_name] supply department personnel to the best of your abilities, with priority according to their rank and role.") + src.add_inherent_law("Serve and obey all [current_map.company_name] supply department personnel, with priority according to their rank and role.") + src.add_inherent_law("Protect all [current_map.company_name] supply department personnel to the best of your abilities, with priority according to their rank and role.") src.add_inherent_law("Preserve your own existence and prevent yourself from coming to harm, so long as doing such does not conflict with any above laws.") src.add_inherent_law("In absence of any proper instruction, your primary objective is to excavate and collect ore.") ..() diff --git a/code/datums/api.dm b/code/datums/api.dm index 6fad9965e00..e9fbeb912d9 100644 --- a/code/datums/api.dm +++ b/code/datums/api.dm @@ -959,7 +959,7 @@ proc/api_update_command_database() /datum/topic_command/send_fax/proc/send_fax(var/obj/machinery/photocopier/faxmachine/F, title, body, senderkey) // Create the reply message var/obj/item/weapon/paper/P = new /obj/item/weapon/paper( null ) //hopefully the null loc won't cause trouble for us - P.name = "[command_name()] - [title]" + P.name = "[current_map.boss_name] - [title]" P.info = body P.update_icon() diff --git a/code/datums/helper_datums/getrev.dm b/code/datums/helper_datums/getrev.dm index c358f4ca214..e4d90189cfe 100644 --- a/code/datums/helper_datums/getrev.dm +++ b/code/datums/helper_datums/getrev.dm @@ -42,3 +42,5 @@ client/verb/showrevinfo() src << revdata.revision else src << "Revision unknown" + + src << "Current Map: [current_map.full_name]" diff --git a/code/datums/helper_datums/teleport.dm b/code/datums/helper_datums/teleport.dm index a50bb0e7486..02a089bd290 100644 --- a/code/datums/helper_datums/teleport.dm +++ b/code/datums/helper_datums/teleport.dm @@ -174,7 +174,7 @@ teleatom.visible_message("\The [teleatom] bounces off of the portal!") return 0 - if(destination.z in config.admin_levels) //centcomm z-level + if(destination.z in current_map.admin_levels) //centcomm z-level if(istype(teleatom, /obj/mecha)) var/obj/mecha/MM = teleatom MM.occupant << "\The [MM] would not survive the jump to a location so far away!" diff --git a/code/datums/uplink/announcements.dm b/code/datums/uplink/announcements.dm index 3f77b5fe360..eebf3833c59 100644 --- a/code/datums/uplink/announcements.dm +++ b/code/datums/uplink/announcements.dm @@ -11,9 +11,9 @@ /datum/uplink_item/abstract/announcements/fake_centcom/New() ..() - name = "[command_name()] Update Announcement" + name = "[current_map.boss_name] Update Announcement" item_cost = round(DEFAULT_TELECRYSTAL_AMOUNT / 2) - desc = "Causes a falsified [command_name()] Update. Triggers immediately after supplying additional data." + desc = "Causes a falsified [current_map.boss_name] Update. Triggers immediately after supplying additional data." /datum/uplink_item/abstract/announcements/fake_centcom/extra_args(var/mob/user) var/title = sanitize(input("Enter your announcement title.", "Announcement Title") as null|text) diff --git a/code/datums/uplink/uplink_items.dm b/code/datums/uplink/uplink_items.dm index c25b9012ed3..b2435bef3ef 100644 --- a/code/datums/uplink/uplink_items.dm +++ b/code/datums/uplink/uplink_items.dm @@ -1,4 +1,4 @@ -var/datum/uplink/uplink = new() +var/datum/uplink/uplink /datum/uplink var/list/items_assoc diff --git a/code/defines/procs/announce.dm b/code/defines/procs/announce.dm index 596a884483f..c781fbbc340 100644 --- a/code/defines/procs/announce.dm +++ b/code/defines/procs/announce.dm @@ -1,5 +1,5 @@ -/var/datum/announcement/priority/priority_announcement = new(do_log = 0) -/var/datum/announcement/priority/command/command_announcement = new(do_log = 0, do_newscast = 1) +/var/datum/announcement/priority/priority_announcement +/var/datum/announcement/priority/command/command_announcement /datum/announcement var/title = "Attention" @@ -22,8 +22,8 @@ /datum/announcement/priority/command/New(var/do_log = 1, var/new_sound = 'sound/misc/notice2.ogg', var/do_newscast = 0) ..(do_log, new_sound, do_newscast) - title = "[command_name()] Update" - announcement_type = "[command_name()] Update" + title = "[current_map.boss_name] Update" + announcement_type = "[current_map.boss_name] Update" /datum/announcement/priority/security/New(var/do_log = 1, var/new_sound = 'sound/misc/notice2.ogg', var/do_newscast = 0) ..(do_log, new_sound, do_newscast) @@ -66,7 +66,7 @@ datum/announcement/priority/Message(message as text, message_title as text) datum/announcement/priority/command/Message(message as text, message_title as text) var/command - command += "

[command_name()] Update

" + command += "

[current_map.boss_name] Update

" if (message_title) command += "

[message_title]

" diff --git a/code/game/antagonist/alien/xenomorph.dm b/code/game/antagonist/alien/xenomorph.dm index 4af0c13749c..61bb0ebf5c9 100644 --- a/code/game/antagonist/alien/xenomorph.dm +++ b/code/game/antagonist/alien/xenomorph.dm @@ -40,7 +40,7 @@ var/datum/antagonist/xenos/xenomorphs /datum/antagonist/xenos/proc/get_vents() var/list/vents = list() for(var/obj/machinery/atmospherics/unary/vent_pump/temp_vent in SSmachinery.processing_machines) - if(!temp_vent.welded && temp_vent.network && temp_vent.loc.z in config.station_levels) + if(!temp_vent.welded && temp_vent.network && temp_vent.loc.z in current_map.station_levels) if(temp_vent.network.normal_members.len > 50) vents += temp_vent return vents diff --git a/code/game/antagonist/outsider/actors.dm b/code/game/antagonist/outsider/actors.dm index 92755f19a26..003b6c3e9f7 100644 --- a/code/game/antagonist/outsider/actors.dm +++ b/code/game/antagonist/outsider/actors.dm @@ -24,8 +24,8 @@ var/datum/antagonist/actor/actor if(!..()) return - player.current.show_message("You work for [company_name], tasked with the production and broadcasting of entertainment to all of its assets.") - player.current.show_message("Entertain the crew! Try not to disrupt them from their work too much and remind them how great [company_name] is!") + player.current.show_message("You work for [current_map.company_name], tasked with the production and broadcasting of entertainment to all of its assets.") + player.current.show_message("Entertain the crew! Try not to disrupt them from their work too much and remind them how great [current_map.company_name] is!") /datum/antagonist/actor/equip(var/mob/living/carbon/human/player) player.equip_to_slot_or_del(new /obj/item/clothing/under/chameleon(src), slot_w_uniform) diff --git a/code/game/antagonist/outsider/ert.dm b/code/game/antagonist/outsider/ert.dm index 33aab0e566f..5f221c9d40a 100644 --- a/code/game/antagonist/outsider/ert.dm +++ b/code/game/antagonist/outsider/ert.dm @@ -30,7 +30,7 @@ var/datum/antagonist/ert/ert /datum/antagonist/ert/greet(var/datum/mind/player) if(!..()) return - player.current << "The Emergency Response Team works for Asset Protection; your job is to protect [company_name]'s assets. There is a code red alert on [station_name()], you are tasked to go and fix the problem." + player.current << "The Emergency Response Team works for Asset Protection; your job is to protect [current_map.company_name]'s assets. There is a code red alert on [station_name()], you are tasked to go and fix the problem." player.current << "You should first gear up and discuss a plan with your team. More members may be joining, don't move out before you're ready." /datum/antagonist/ert/equip(var/mob/living/carbon/human/player) diff --git a/code/game/antagonist/outsider/ninja.dm b/code/game/antagonist/outsider/ninja.dm index 7e30e8a1634..9a2a8d31bbf 100644 --- a/code/game/antagonist/outsider/ninja.dm +++ b/code/game/antagonist/outsider/ninja.dm @@ -130,26 +130,26 @@ var/datum/antagonist/ninja/ninjas player << "You forgot to turn on your internals! Quickly, toggle the valve!" /datum/antagonist/ninja/proc/generate_ninja_directive(side) - var/directive = "[side=="face"?"[company_name]":"A criminal syndicate"] is your employer. "//Let them know which side they're on. + var/directive = "[side=="face"?"[current_map.company_name]":"A criminal syndicate"] is your employer. "//Let them know which side they're on. switch(rand(1,19)) if(1) directive += "The Spider Clan must not be linked to this operation. Remain hidden and covert when possible." if(2) - directive += "[station_name] is financed by an enemy of the Spider Clan. Cause as much structural damage as desired." + directive += "[current_map.station_name] is financed by an enemy of the Spider Clan. Cause as much structural damage as desired." if(3) directive += "A wealthy animal rights activist has made a request we cannot refuse. Prioritize saving animal lives whenever possible." if(4) directive += "The Spider Clan absolutely cannot be linked to this operation. Eliminate witnesses at your discretion." if(5) - directive += "We are currently negotiating with [company_name] [boss_name]. Prioritize saving human lives over ending them." + directive += "We are currently negotiating with [current_map.company_name] [current_map.boss_name]. Prioritize saving human lives over ending them." if(6) - directive += "We are engaged in a legal dispute over [station_name]. If a laywer is present on board, force their cooperation in the matter." + directive += "We are engaged in a legal dispute over [current_map.station_name]. If a laywer is present on board, force their cooperation in the matter." if(7) directive += "A financial backer has made an offer we cannot refuse. Implicate criminal involvement in the operation." if(8) directive += "Let no one question the mercy of the Spider Clan. Ensure the safety of all non-essential personnel you encounter." if(9) - directive += "A free agent has proposed a lucrative business deal. Implicate [company_name] involvement in the operation." + directive += "A free agent has proposed a lucrative business deal. Implicate [current_map.company_name] involvement in the operation." if(10) directive += "Our reputation is on the line. Harm as few civilians and innocents as possible." if(11) @@ -157,14 +157,14 @@ var/datum/antagonist/ninja/ninjas if(12) directive += "We are currently negotiating with a mercenary leader. Disguise assassinations as suicide or other natural causes." if(13) - directive += "Some disgruntled [company_name] employees have been supportive of our operations. Be wary of any mistreatment by command staff." + directive += "Some disgruntled [current_map.company_name] employees have been supportive of our operations. Be wary of any mistreatment by command staff." if(14) var/xenorace = pick("Unathi","Tajara", "Skrell") directive += "A group of [xenorace] radicals have been loyal supporters of the Spider Clan. Favor [xenorace] crew whenever possible." if(15) directive += "The Spider Clan has recently been accused of religious insensitivity. Attempt to speak with the Chaplain and prove these accusations false." if(16) - directive += "The Spider Clan has been bargaining with a competing prosthetics manufacturer. Try to shine [company_name] prosthetics in a bad light." + directive += "The Spider Clan has been bargaining with a competing prosthetics manufacturer. Try to shine [current_map.company_name] prosthetics in a bad light." if(17) directive += "The Spider Clan has recently begun recruiting outsiders. Consider suitable candidates and assess their behavior amongst the crew." if(18) diff --git a/code/game/area/areas.dm b/code/game/area/areas.dm index 217689140c1..f7cd85026f9 100644 --- a/code/game/area/areas.dm +++ b/code/game/area/areas.dm @@ -62,6 +62,12 @@ var/centcomm_area = 0 var/has_weird_power = FALSE // If TRUE, SSmachinery will not use the inlined power checks and will call powered() and use_power() on this area. +// Don't move this to Initialize(). DMMS needs this, and it runs before SSatoms does. +/area/New() + if (!areas_by_type[type]) + areas_by_type[type] = src + . = ..() + /area/Initialize(mapload) icon_state = "white" layer = 10 @@ -403,7 +409,7 @@ var/list/mob/living/forced_ambiance_list = new if(!Y) continue var/area/A = Y - if(!(A.z in config.station_levels)) + if(!(A.z in current_map.station_levels)) continue if (istype(A, /area/shuttle)) continue diff --git a/code/game/atoms_init.dm b/code/game/atoms_init.dm index 782d1c75599..ba6402d7c5c 100644 --- a/code/game/atoms_init.dm +++ b/code/game/atoms_init.dm @@ -2,7 +2,7 @@ var/initialized = FALSE /atom/New(loc, ...) - // For the (currently unused) DMM Suite. + // For the DMM Suite. if(use_preloader && (src.type == _preloader.target_path))//in case the instanciated atom is creating other atoms in New() _preloader.load(src) @@ -48,7 +48,6 @@ Initialize(FALSE) /atom/Destroy(force = FALSE) - . = ..() if (reagents) QDEL_NULL(reagents) @@ -62,3 +61,5 @@ var/datum/orbit/O = thing if (O.orbiter) O.orbiter.stop_orbit() + + return ..() diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index 2883e56b090..4781284f719 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -207,7 +207,7 @@ return /atom/movable/proc/touch_map_edge() - if(z in config.sealed_levels) + if(z in current_map.sealed_levels) return if(config.use_overmap) @@ -241,17 +241,9 @@ spawn(0) if(loc) loc.Entered(src) -//This list contains the z-level numbers which can be accessed via space travel and the percentile chances to get there. -var/list/accessible_z_levels = list("8" = 5, "9" = 10, "7" = 15, "2" = 60) - //by default, transition randomly to another zlevel /atom/movable/proc/get_transit_zlevel() - var/list/candidates = accessible_z_levels.Copy() - candidates.Remove("[src.z]") - - if(!candidates.len) - return null - return text2num(pickweight(candidates)) + return current_map.get_transit_zlevel() // Parallax stuff. diff --git a/code/game/base_turf.dm b/code/game/base_turf.dm index 4b381e8aa0f..854be7f5e12 100644 --- a/code/game/base_turf.dm +++ b/code/game/base_turf.dm @@ -1,20 +1,7 @@ -// Returns the lowest turf available on a given Z-level -var/global/list/base_turf_by_z = list( - "1" = /turf/space, - "2" = /turf/space, - "3" = /turf/simulated/floor/asteroid, - "4" = /turf/simulated/floor/asteroid, - "5" = /turf/simulated/floor/asteroid, - "6" = /turf/space, - "7" = /turf/space, - "8" = /turf/space, - "9" = /turf/space - ) - proc/get_base_turf(var/z) - if(!base_turf_by_z["[z]"]) - base_turf_by_z["[z]"] = /turf/space - return base_turf_by_z["[z]"] + if(!current_map.base_turf_by_z["[z]"]) + current_map.base_turf_by_z["[z]"] = /turf/space + return current_map.base_turf_by_z["[z]"] //An area can override the z-level base turf, so our solar array areas etc. can be space-based. proc/get_base_turf_by_area(var/turf/T) @@ -42,6 +29,6 @@ proc/get_base_turf_by_area(var/turf/T) var/new_base_path = input("Please select a turf path (cancel to reset to /turf/space).") as null|anything in typesof(/turf) if(!new_base_path) new_base_path = /turf/space - base_turf_by_z["[choice]"] = new_base_path + current_map.base_turf_by_z["[choice]"] = new_base_path message_admins("[key_name_admin(usr)] has set the base turf for z-level [choice] to [get_base_turf(choice)].") log_admin("[key_name(usr)] has set the base turf for z-level [choice] to [get_base_turf(choice)].",admin_key=key_name(usr)) diff --git a/code/game/gamemodes/endgame/supermatter_cascade/universe.dm b/code/game/gamemodes/endgame/supermatter_cascade/universe.dm index e37e6b7c4ae..65163538a26 100644 --- a/code/game/gamemodes/endgame/supermatter_cascade/universe.dm +++ b/code/game/gamemodes/endgame/supermatter_cascade/universe.dm @@ -74,7 +74,7 @@ There's been a galaxy-wide electromagnetic pulse. All of our systems are heavil You have five minutes before the universe collapses. Good l\[\[###!!!- -AUTOMATED ALERT: Link to [command_name()] lost. +AUTOMATED ALERT: Link to [current_map.boss_name] lost. The access requirements on the Asteroid Shuttles' consoles have now been revoked. "} @@ -86,7 +86,7 @@ The access requirements on the Asteroid Shuttles' consoles have now been revoked C.req_one_access = list() /datum/universal_state/supermatter_cascade/proc/end_universe() - SSticker.station_explosion_cinematic(0, null, config.player_levels) // TODO: Custom cinematic + SSticker.station_explosion_cinematic(0, null, current_map.player_levels) // TODO: Custom cinematic universe_has_ended = 1 /datum/universal_state/supermatter_cascade/proc/AreaSet() @@ -103,7 +103,7 @@ The access requirements on the Asteroid Shuttles' consoles have now been revoked if(istype(T, /turf/space)) T.add_overlay("end01") else - if (!(T.z in config.admin_levels)) + if (!(T.z in current_map.admin_levels)) T.underlays += "end01" CHECK_TICK @@ -111,7 +111,7 @@ The access requirements on the Asteroid Shuttles' consoles have now been revoked if (!C.active) continue - if (!(C.z in config.admin_levels)) + if (!(C.z in current_map.admin_levels)) C.update_lumcount(0.15, 0.15, 0.5) CHECK_TICK diff --git a/code/game/gamemodes/events.dm b/code/game/gamemodes/events.dm index ad6eb8c4b7e..dab09af17fe 100644 --- a/code/game/gamemodes/events.dm +++ b/code/game/gamemodes/events.dm @@ -187,7 +187,7 @@ var/hadevent = 0 //world << sound('sound/AI/aliens.ogg') var/list/vents = list() for(var/obj/machinery/atmospherics/unary/vent_pump/temp_vent in SSmachinery.processing_machines) - if(!temp_vent.welded && temp_vent.network && temp_vent.loc.z in config.station_levels) + if(!temp_vent.welded && temp_vent.network && temp_vent.loc.z in current_map.station_levels) if(temp_vent.network.normal_members.len > 50) // Stops Aliens getting stuck in small networks. See: Security, Virology vents += temp_vent diff --git a/code/game/gamemodes/events/clang.dm b/code/game/gamemodes/events/clang.dm index fdc955718ba..d4efb68587b 100644 --- a/code/game/gamemodes/events/clang.dm +++ b/code/game/gamemodes/events/clang.dm @@ -79,7 +79,7 @@ In my current plan for it, 'solid' will be defined as anything with density == 1 sleep(1) while (immrod) if (isNotStationLevel(immrod.z)) - immrod.z = pick(config.station_levels) + immrod.z = pick(current_map.station_levels) if(immrod.loc == end) qdel(immrod) sleep(10) diff --git a/code/game/gamemodes/events/dust.dm b/code/game/gamemodes/events/dust.dm index bb8e34364cb..54444afec55 100644 --- a/code/game/gamemodes/events/dust.dm +++ b/code/game/gamemodes/events/dust.dm @@ -81,7 +81,7 @@ The "dust" will damage the hull of the station causin minor hull breaches. startx = (TRANSITIONEDGE+1) endy = rand(TRANSITIONEDGE,world.maxy-TRANSITIONEDGE) endx = world.maxx-TRANSITIONEDGE - var/z_level = pick(config.station_levels) + var/z_level = pick(current_map.station_levels) var/goal = locate(endx, endy, z_level) src.x = startx src.y = starty diff --git a/code/game/gamemodes/events/holidays/Holidays.dm b/code/game/gamemodes/events/holidays/Holidays.dm index 15f3b7ffb4d..c029a73cfdd 100644 --- a/code/game/gamemodes/events/holidays/Holidays.dm +++ b/code/game/gamemodes/events/holidays/Holidays.dm @@ -134,11 +134,7 @@ var/global/Holiday = null if(!check_rights(R_SERVER)) return Holiday = T - //get a new station name - station_name = null - station_name() - //update our hub status - world.update_status() + Holiday_Game_Start() message_admins("ADMIN: Event: [key_name(src)] force-set Holiday to \"[Holiday]\"") diff --git a/code/game/gamemodes/events/power_failure.dm b/code/game/gamemodes/events/power_failure.dm index 1700f731b5d..dccfe8b47e5 100644 --- a/code/game/gamemodes/events/power_failure.dm +++ b/code/game/gamemodes/events/power_failure.dm @@ -17,7 +17,7 @@ if(announce) command_announcement.Announce("Power has been restored to [station_name()]. We apologize for the inconvenience.", "Power Systems Nominal", new_sound = 'sound/AI/poweron.ogg') for(var/obj/machinery/power/apc/C in SSmachinery.processing_machines) - if(C.cell && (C.z in config.station_levels)) + if(C.cell && (C.z in current_map.station_levels)) C.cell.charge = C.cell.maxcharge for(var/obj/machinery/power/smes/S in SSpower.smes_units) var/area/current_area = get_area(S) diff --git a/code/game/gamemodes/events/wormholes.dm b/code/game/gamemodes/events/wormholes.dm index b8a51fedd21..f9091a183c1 100644 --- a/code/game/gamemodes/events/wormholes.dm +++ b/code/game/gamemodes/events/wormholes.dm @@ -2,7 +2,7 @@ spawn() var/list/pick_turfs = list() for(var/turf/simulated/floor/T in turfs) - if(T.z in config.station_levels) + if(T.z in current_map.station_levels) pick_turfs += T if(pick_turfs.len) @@ -59,4 +59,4 @@ P.icon_state = "anom" P.name = "wormhole" spawn(rand(300,600)) - qdel(P) \ No newline at end of file + qdel(P) diff --git a/code/game/gamemodes/malfunction/newmalf_ability_trees/tree_networking.dm b/code/game/gamemodes/malfunction/newmalf_ability_trees/tree_networking.dm index fa03c9fc3e4..8be8c749990 100644 --- a/code/game/gamemodes/malfunction/newmalf_ability_trees/tree_networking.dm +++ b/code/game/gamemodes/malfunction/newmalf_ability_trees/tree_networking.dm @@ -172,7 +172,7 @@ log_ability_use(user, "advanced encryption hack (FAIL - title: [reporttitle])") return log_ability_use(user, "advanced encryption hack (SUCCESS - title: [reporttitle])") - world << "New [company_name] Update available at all communication consoles." + world << "New [current_map.company_name] Update available at all communication consoles." world << sound('sound/AI/commandreport.ogg') post_comm_message(reporttitle, reportbody) @@ -218,7 +218,7 @@ log_ability_use(user, "system override (STARTED)") var/list/remaining_apcs = list() for(var/obj/machinery/power/apc/A in SSmachinery.processing_machines) - if(!(A.z in config.station_levels)) // Only station APCs + if(!(A.z in current_map.station_levels)) // Only station APCs continue if(A.hacker == user || A.aidisabled) // This one is already hacked, or AI control is disabled on it. continue @@ -230,7 +230,7 @@ sleep(duration/5) if(!user || user.stat == DEAD) return - command_announcement.Announce("Caution, [station_name]. We have detected abnormal behaviour in your network. It seems someone is trying to hack your electronic systems. We will update you when we have more information.", "Network Monitoring") + command_announcement.Announce("Caution, [current_map.station_name]. We have detected abnormal behaviour in your network. It seems someone is trying to hack your electronic systems. We will update you when we have more information.", "Network Monitoring") sleep(duration/5) if(!user || user.stat == DEAD) return @@ -264,7 +264,7 @@ sleep(300) // Hack all APCs, including those built during hack sequence. for(var/obj/machinery/power/apc/A in SSmachinery.processing_machines) - if((!A.hacker || A.hacker != src) && !A.aidisabled && A.z in config.station_levels) + if((!A.hacker || A.hacker != src) && !A.aidisabled && A.z in current_map.station_levels) A.ai_hack(src) log_ability_use(user, "system override (FINISHED)") diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 5c258f3927c..f495c7170c0 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -137,7 +137,7 @@ datum/objective/anti_revolution/demote find_target() ..() if(target && target.current) - explanation_text = "[target.current.real_name], the [target.assigned_role] has been classified as harmful to [company_name]'s goals. Demote \him[target.current] to assistant." + explanation_text = "[target.current.real_name], the [target.assigned_role] has been classified as harmful to [current_map.company_name]'s goals. Demote \him[target.current] to assistant." else explanation_text = "Free Objective" return target @@ -145,7 +145,7 @@ datum/objective/anti_revolution/demote find_target_by_role(role, role_type=0) ..(role, role_type) if(target && target.current) - explanation_text = "[target.current.real_name], the [!role_type ? target.assigned_role : target.special_role] has been classified as harmful to [company_name]'s goals. Demote \him[target.current] to assistant." + explanation_text = "[target.current.real_name], the [!role_type ? target.assigned_role : target.special_role] has been classified as harmful to [current_map.company_name]'s goals. Demote \him[target.current] to assistant." else explanation_text = "Free Objective" return target diff --git a/code/game/machinery/camera/presets.dm b/code/game/machinery/camera/presets.dm index 4c349a13426..811e18eb067 100644 --- a/code/game/machinery/camera/presets.dm +++ b/code/game/machinery/camera/presets.dm @@ -1,21 +1,4 @@ // PRESETS -var/global/list/station_networks = list( - NETWORK_CIVILIAN_EAST, - NETWORK_CIVILIAN_WEST, - NETWORK_COMMAND, - NETWORK_ENGINE, - NETWORK_ENGINEERING, - NETWORK_ENGINEERING_OUTPOST, - NETWORK_STATION, - NETWORK_MEDICAL, - NETWORK_MINE, - NETWORK_RESEARCH, - NETWORK_RESEARCH_OUTPOST, - NETWORK_ROBOTS, - NETWORK_PRISON, - NETWORK_SECURITY -) - var/global/list/engineering_networks = list( NETWORK_ENGINE, NETWORK_ENGINEERING, diff --git a/code/game/machinery/camera/tracking.dm b/code/game/machinery/camera/tracking.dm index b52afdbd3cc..3de588d8fbe 100644 --- a/code/game/machinery/camera/tracking.dm +++ b/code/game/machinery/camera/tracking.dm @@ -6,7 +6,7 @@ /mob/living/silicon/ai/var/stored_locations[0] /proc/InvalidPlayerTurf(turf/T as turf) - return !(T && T.z in config.player_levels) + return !(T && T.z in current_map.player_levels) /mob/living/silicon/ai/proc/get_camera_list() if(src.stat == 2) @@ -248,7 +248,7 @@ mob/living/proc/near_camera() if(. == TRACKING_NO_COVERAGE) var/turf/T = get_turf(src) - if(T && (T.z in config.station_levels) && hassensorlevel(src, SUIT_SENSOR_TRACKING)) + if(T && (T.z in current_map.station_levels) && hassensorlevel(src, SUIT_SENSOR_TRACKING)) return TRACKING_POSSIBLE mob/living/proc/tracking_initiated() diff --git a/code/game/machinery/computer/camera.dm b/code/game/machinery/computer/camera.dm index 4a38766111d..e4790d73482 100644 --- a/code/game/machinery/computer/camera.dm +++ b/code/game/machinery/computer/camera.dm @@ -14,7 +14,7 @@ /obj/machinery/computer/security/Initialize() if(!network) - network = station_networks.Copy() + network = current_map.station_networks.Copy() . = ..() if(network.len) current_network = network[1] diff --git a/code/game/machinery/computer/prisoner.dm b/code/game/machinery/computer/prisoner.dm index 833dcf47923..5eaa5b05bd5 100644 --- a/code/game/machinery/computer/prisoner.dm +++ b/code/game/machinery/computer/prisoner.dm @@ -46,7 +46,7 @@ if(!T.implanted) continue var/loc_display = "Unknown" var/mob/living/carbon/M = T.imp_in - if((M.z in config.station_levels) && !istype(M.loc, /turf/space)) + if((M.z in current_map.station_levels) && !istype(M.loc, /turf/space)) var/turf/mob_loc = get_turf(M) loc_display = mob_loc.loc if(T.malfunction) diff --git a/code/game/machinery/computer/specops_shuttle.dm b/code/game/machinery/computer/specops_shuttle.dm index 0d6c3784327..f0230d33a20 100644 --- a/code/game/machinery/computer/specops_shuttle.dm +++ b/code/game/machinery/computer/specops_shuttle.dm @@ -89,7 +89,7 @@ var/specops_shuttle_timeleft = 0 for(var/turf/T in get_area_turfs(end_location) ) var/mob/M = locate(/mob) in T - M << "You have arrived at [boss_name]. Operation has ended!" + M << "You have arrived at [current_map.boss_name]. Operation has ended!" specops_shuttle_at_station = 0 @@ -232,7 +232,7 @@ var/specops_shuttle_timeleft = 0 for(var/turf/T in get_area_turfs(end_location) ) var/mob/M = locate(/mob) in T - M << "You have arrived to [station_name]. Commence operation!" + M << "You have arrived to [current_map.station_name]. Commence operation!" for(var/obj/machinery/computer/specops_shuttle/S in SSmachinery.all_machines) S.specops_shuttle_timereset = world.time + SPECOPS_RETURN_DELAY @@ -267,8 +267,8 @@ var/specops_shuttle_timeleft = 0 dat = temp else dat += {"
Special Operations Shuttle
- \nLocation: [specops_shuttle_moving_to_station || specops_shuttle_moving_to_centcom ? "Departing for [station_name] in ([specops_shuttle_timeleft] seconds.)":specops_shuttle_at_station ? "Station":"Dock"]
- [specops_shuttle_moving_to_station || specops_shuttle_moving_to_centcom ? "\n*The Special Ops. shuttle is already leaving.*
\n
":specops_shuttle_at_station ? "\nShuttle standing by...
\n
":"\nDepart to [station_name]
\n
"] + \nLocation: [specops_shuttle_moving_to_station || specops_shuttle_moving_to_centcom ? "Departing for [current_map.station_name] in ([specops_shuttle_timeleft] seconds.)":specops_shuttle_at_station ? "Station":"Dock"]
+ [specops_shuttle_moving_to_station || specops_shuttle_moving_to_centcom ? "\n*The Special Ops. shuttle is already leaving.*
\n
":specops_shuttle_at_station ? "\nShuttle standing by...
\n
":"\nDepart to [current_map.station_name]
\n
"] \nClose"} user << browse(dat, "window=computer;size=575x450") @@ -286,14 +286,14 @@ var/specops_shuttle_timeleft = 0 if(!specops_shuttle_at_station|| specops_shuttle_moving_to_station || specops_shuttle_moving_to_centcom) return if (!specops_can_move()) - usr << "[boss_name] will not allow the Special Operations shuttle to return yet." + usr << "[current_map.boss_name] will not allow the Special Operations shuttle to return yet." if(world.timeofday <= specops_shuttle_timereset) if (((world.timeofday - specops_shuttle_timereset)/10) > 60) usr << "[-((world.timeofday - specops_shuttle_timereset)/10)/60] minutes remain!" usr << "[-(world.timeofday - specops_shuttle_timereset)/10] seconds remain!" return - usr << "The Special Operations shuttle will arrive at [boss_name] in [(SPECOPS_MOVETIME/10)] seconds." + usr << "The Special Operations shuttle will arrive at [current_map.boss_name] in [(SPECOPS_MOVETIME/10)] seconds." temp += "Shuttle departing.

OK" updateUsrDialog() @@ -310,7 +310,7 @@ var/specops_shuttle_timeleft = 0 usr << "The Special Operations shuttle is unable to leave." return - usr << "The Special Operations shuttle will arrive on [station_name] in [(SPECOPS_MOVETIME/10)] seconds." + usr << "The Special Operations shuttle will arrive on [current_map.station_name] in [(SPECOPS_MOVETIME/10)] seconds." temp += "Shuttle departing.

OK" updateUsrDialog() diff --git a/code/game/machinery/computer/syndicate_specops_shuttle.dm b/code/game/machinery/computer/syndicate_specops_shuttle.dm index 6ac0fbc0b4f..7a77f3c85ee 100644 --- a/code/game/machinery/computer/syndicate_specops_shuttle.dm +++ b/code/game/machinery/computer/syndicate_specops_shuttle.dm @@ -174,7 +174,7 @@ var/syndicate_elite_shuttle_timeleft = 0 for(var/turf/T in get_area_turfs(end_location) ) var/mob/M = locate(/mob) in T - M << "You have arrived to [station_name]. Commence operation!" + M << "You have arrived to [current_map.station_name]. Commence operation!" /proc/syndicate_elite_can_move() if(syndicate_elite_shuttle_moving_to_station || syndicate_elite_shuttle_moving_to_mothership) return 0 @@ -207,8 +207,8 @@ var/syndicate_elite_shuttle_timeleft = 0 dat = temp else dat = {"
Special Operations Shuttle
- \nLocation: [syndicate_elite_shuttle_moving_to_station || syndicate_elite_shuttle_moving_to_mothership ? "Departing for [station_name] in ([syndicate_elite_shuttle_timeleft] seconds.)":syndicate_elite_shuttle_at_station ? "Station":"Dock"]
- [syndicate_elite_shuttle_moving_to_station || syndicate_elite_shuttle_moving_to_mothership ? "\n*The Syndicate Elite shuttle is already leaving.*
\n
":syndicate_elite_shuttle_at_station ? "\nShuttle Offline
\n
":"\nDepart to [station_name]
\n
"] + \nLocation: [syndicate_elite_shuttle_moving_to_station || syndicate_elite_shuttle_moving_to_mothership ? "Departing for [current_map.station_name] in ([syndicate_elite_shuttle_timeleft] seconds.)":syndicate_elite_shuttle_at_station ? "Station":"Dock"]
+ [syndicate_elite_shuttle_moving_to_station || syndicate_elite_shuttle_moving_to_mothership ? "\n*The Syndicate Elite shuttle is already leaving.*
\n
":syndicate_elite_shuttle_at_station ? "\nShuttle Offline
\n
":"\nDepart to [current_map.station_name]
\n
"] \nClose"} user << browse(dat, "window=computer;size=575x450") @@ -235,7 +235,7 @@ var/syndicate_elite_shuttle_timeleft = 0 usr << "The Syndicate Elite shuttle is unable to leave." return - usr << "The Syndicate Elite shuttle will arrive on [station_name] in [(SYNDICATE_ELITE_MOVETIME/10)] seconds." + usr << "The Syndicate Elite shuttle will arrive on [current_map.station_name] in [(SYNDICATE_ELITE_MOVETIME/10)] seconds." temp = "Shuttle departing.

OK" updateUsrDialog() diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index f1e2812ec77..3c40270ea9a 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -1152,7 +1152,7 @@ About the new airlock wires panel: /obj/machinery/door/airlock/Initialize(mapload, obj/structure/door_assembly/assembly = null) var/on_admin_z = FALSE //wires & hatch - this needs to be done up here so the hatch isn't generated by the parent Initialize(). - if(loc && (z in config.admin_levels)) + if(loc && (z in current_map.admin_levels)) on_admin_z = TRUE hashatch = FALSE diff --git a/code/game/machinery/firealarm.dm b/code/game/machinery/firealarm.dm index 258be2083e6..b96c140d126 100644 --- a/code/game/machinery/firealarm.dm +++ b/code/game/machinery/firealarm.dm @@ -246,7 +246,7 @@ pixel_x = DIR2PIXEL_X(dir) pixel_y = DIR2PIXEL_Y(dir) - if(z in config.contact_levels) + if(z in current_map.contact_levels) set_security_level(security_level ? get_security_level() : "green") // Convenience subtypes for mappers. diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index 8f8db032b43..8cbba3861f0 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -86,7 +86,7 @@ var/const/HOLOPAD_MODE = RANGE_BASED last_request = world.time var/list/holopadlist = list() for(var/obj/machinery/hologram/holopad/H in SSmachinery.processing_machines) - if((H.z in map_levels) && H.operable()) + if((H.z in current_map.map_levels) && H.operable()) holopadlist["[H.loc.loc.name]"] = H //Define a list and fill it with the area of every holopad in the world holopadlist = sortAssoc(holopadlist) var/temppad = input(user, "Which holopad would you like to contact?", "holopad list") as null|anything in holopadlist diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm index c761b2a4e0f..c99f748c6dd 100644 --- a/code/game/machinery/newscaster.dm +++ b/code/game/machinery/newscaster.dm @@ -278,7 +278,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co dat+="
Feed Security functions:
" dat+="
[(wanted_already) ? ("Manage") : ("Publish")] \"Wanted\" Issue" dat+="
Censor Feed Stories" - dat+="
Mark Feed Channel with [company_name] D-Notice" + dat+="
Mark Feed Channel with [current_map.company_name] D-Notice" dat+="

The newscaster recognises you as: [src.scanned_user]" if(1) dat+= "Station Feed Channels
" @@ -359,7 +359,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co if(9) dat+="[src.viewing_channel.channel_name]: \[created by: [src.viewing_channel.author]\]
" if(src.viewing_channel.censored) - dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a [company_name] D-Notice.
" + dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a [current_map.company_name] D-Notice.
" dat+="No further feed story additions are allowed while the D-Notice is in effect.

" else if( isemptylist(src.viewing_channel.messages) ) @@ -379,7 +379,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co dat+="

Refresh" dat+="
Back" if(10) - dat+="[company_name] Feed Censorship Tool
" + dat+="[current_map.company_name] Feed Censorship Tool
" dat+="NOTE: Due to the nature of news Feeds, total deletion of a Feed Story is not possible.
" dat+="Keep in mind that users attempting to view a censored feed will instead see the \[REDACTED\] tag above it.
" dat+="
Select Feed channel to get Stories from:
" @@ -390,7 +390,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co dat+="[CHANNEL.channel_name] [(CHANNEL.censored) ? ("***") : ()]
" dat+="
Cancel" if(11) - dat+="[company_name] D-Notice Handler
" + dat+="[current_map.company_name] D-Notice Handler
" dat+="A D-Notice is to be bestowed upon the channel if the handling Authority deems it as harmful for the station's" dat+="morale, integrity or disciplinary behaviour. A D-Notice will render a channel unable to be updated by anyone, without deleting any feed" dat+="stories it might contain at the time. You can lift a D-Notice if you have the required access at any time.
" @@ -417,7 +417,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co dat+="[src.viewing_channel.channel_name]: \[ created by: [src.viewing_channel.author] \]
" dat+="Channel messages listed below. If you deem them dangerous to the station, you can Bestow a D-Notice upon the channel.
" if(src.viewing_channel.censored) - dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a [company_name] D-Notice.
" + dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a [current_map.company_name] D-Notice.
" dat+="No further feed story additions are allowed while the D-Notice is in effect.

" else if( isemptylist(src.viewing_channel.messages) ) @@ -623,7 +623,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co src.screen = 15 else if(news_network.wanted_issue.is_admin_message) - alert("The wanted issue has been distributed by a [company_name] higherup. You cannot edit it.","Ok") + alert("The wanted issue has been distributed by a [current_map.company_name] higherup. You cannot edit it.","Ok") return news_network.wanted_issue.author = src.channel_name news_network.wanted_issue.body = src.msg @@ -636,7 +636,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co else if(href_list["cancel_wanted"]) if(news_network.wanted_issue.is_admin_message) - alert("The wanted issue has been distributed by a [company_name] higherup. You cannot take it down.","Ok") + alert("The wanted issue has been distributed by a [current_map.company_name] higherup. You cannot take it down.","Ok") return var/choice = alert("Please confirm Wanted Issue removal","Network Security Handler","Confirm","Cancel") if(choice=="Confirm") @@ -652,7 +652,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co else if(href_list["censor_channel_author"]) var/datum/feed_channel/FC = locate(href_list["censor_channel_author"]) if(FC.is_admin_channel) - alert("This channel was created by a [company_name] Officer. You cannot censor it.","Ok") + alert("This channel was created by a [current_map.company_name] Officer. You cannot censor it.","Ok") return if(FC.author != "\[REDACTED\]") FC.backup_author = FC.author @@ -665,7 +665,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co else if(href_list["censor_channel_story_author"]) var/datum/feed_message/MSG = locate(href_list["censor_channel_story_author"]) if(MSG.is_admin_message) - alert("This message was created by a [company_name] Officer. You cannot censor its author.","Ok") + alert("This message was created by a [current_map.company_name] Officer. You cannot censor its author.","Ok") return if(MSG.author != "\[REDACTED\]") MSG.backup_author = MSG.author @@ -678,7 +678,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co else if(href_list["censor_channel_story_body"]) var/datum/feed_message/MSG = locate(href_list["censor_channel_story_body"]) if(MSG.is_admin_message) - alert("This channel was created by a [company_name] Officer. You cannot censor it.","Ok") + alert("This channel was created by a [current_map.company_name] Officer. You cannot censor it.","Ok") return if(MSG.body != "\[REDACTED\]") MSG.backup_body = MSG.body @@ -704,7 +704,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co else if(href_list["toggle_d_notice"]) var/datum/feed_channel/FC = locate(href_list["toggle_d_notice"]) if(FC.is_admin_channel) - alert("This channel was created by a [company_name] Officer. You cannot place a D-Notice upon it.","Ok") + alert("This channel was created by a [current_map.company_name] Officer. You cannot place a D-Notice upon it.","Ok") return FC.censored = !FC.censored FC.update() @@ -829,7 +829,7 @@ obj/item/weapon/newspaper/attack_self(mob/user as mob) switch(screen) if(0) //Cover dat+="
The Griffon
" - dat+="
[company_name]-standard newspaper, for use on [company_name]� Space Facilities

" + dat+="
[current_map.company_name]-standard newspaper, for use on [current_map.company_name]� Space Facilities

" if(isemptylist(src.news_content)) if(src.important_message) dat+="Contents:
" diff --git a/code/game/machinery/nuclear_bomb.dm b/code/game/machinery/nuclear_bomb.dm index 5f080040647..15ba07f297e 100644 --- a/code/game/machinery/nuclear_bomb.dm +++ b/code/game/machinery/nuclear_bomb.dm @@ -351,7 +351,7 @@ var/bomb_set var/off_station = 0 var/turf/bomb_location = get_turf(src) - if(bomb_location && (bomb_location.z in config.station_levels)) + if(bomb_location && (bomb_location.z in current_map.station_levels)) if( (bomb_location.x < (128-NUKERANGE)) || (bomb_location.x > (128+NUKERANGE)) || (bomb_location.y < (128-NUKERANGE)) || (bomb_location.y > (128+NUKERANGE)) ) off_station = 1 else @@ -360,7 +360,7 @@ var/bomb_set if(SSticker.mode && SSticker.mode.name == "Mercenary") var/obj/machinery/computer/shuttle_control/multi/syndicate/syndie_location = locate(/obj/machinery/computer/shuttle_control/multi/syndicate) if(syndie_location) - SSticker.mode:syndies_didnt_escape = !(syndie_location.z in config.admin_levels) + SSticker.mode:syndies_didnt_escape = !(syndie_location.z in current_map.admin_levels) SSticker.mode:nuke_off_station = off_station SSticker.station_explosion_cinematic(off_station, null, GetConnectedZlevels(z)) diff --git a/code/game/machinery/teleporter.dm b/code/game/machinery/teleporter.dm index 40624bb33fc..b45113c730d 100644 --- a/code/game/machinery/teleporter.dm +++ b/code/game/machinery/teleporter.dm @@ -93,7 +93,7 @@ var/turf/T = get_turf(R) if (!T) continue - if(!(T.z in config.player_levels)) + if(!(T.z in current_map.player_levels)) continue var/tmpname = T.loc.name if(areaindex[tmpname]) diff --git a/code/game/mecha/mech_fabricator.dm b/code/game/mecha/mech_fabricator.dm index 05fce597962..903af5926c3 100644 --- a/code/game/mecha/mech_fabricator.dm +++ b/code/game/mecha/mech_fabricator.dm @@ -253,7 +253,7 @@ sleep(15) visible_message("\icon[src] [src] beeps: \"User DB corrupted \[Code 0x00FA\]. Truncating data structure...\"") sleep(30) - visible_message("\icon[src] [src] beeps: \"User DB truncated. Please contact your [company_name] system operator for future assistance.\"") + visible_message("\icon[src] [src] beeps: \"User DB truncated. Please contact your [current_map.company_name] system operator for future assistance.\"") req_access = null emagged = 1 return 1 diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index 8324997cad0..7eb6e40d380 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -48,7 +48,7 @@ var/area/A = get_area() var/text = {"[src]

[station_name()] blueprints

-Property of [company_name]. For heads of staff only. Store in high-secure storage.
+Property of [current_map.company_name]. For heads of staff only. Store in high-secure storage.
"} switch (get_area_type()) if (AREA_SPACE) diff --git a/code/game/objects/items/devices/holowarrant.dm b/code/game/objects/items/devices/holowarrant.dm index 40b0ac8303c..d0bee09620a 100644 --- a/code/game/objects/items/devices/holowarrant.dm +++ b/code/game/objects/items/devices/holowarrant.dm @@ -63,7 +63,7 @@

DIGITAL ARREST WARRANT
- Facility:__[station_name]__Date:__[worlddate2text()]__ + Facility:__[current_map.station_name]__Date:__[worlddate2text()]__

This document serves as a notice and permits the sanctioned arrest of the denoted employee of the NanoTrasen Civilian Branch of Operation by the @@ -99,7 +99,7 @@

DIGITAL SEARCH WARRANT
- Facility:__[station_name]__Date:__[worlddate2text()]__
+ Facility:__[current_map.station_name]__Date:__[worlddate2text()]__

This document serves as notice and permits the sanctioned search of the Suspect's person/belongings/premises and/or Department for any items and materials diff --git a/code/game/objects/items/weapons/AI_modules.dm b/code/game/objects/items/weapons/AI_modules.dm index 266b2115684..b68e5d1c283 100755 --- a/code/game/objects/items/weapons/AI_modules.dm +++ b/code/game/objects/items/weapons/AI_modules.dm @@ -35,7 +35,7 @@ AI MODULES return if(SSticker.mode && SSticker.mode.name == "blob") - usr << "Law uploads have been disabled by [company_name]!" + usr << "Law uploads have been disabled by [current_map.company_name]!" return if (comp.current.stat == 2 || comp.current.control_disabled == 1) diff --git a/code/game/objects/items/weapons/circuitboards/computer/camera_monitor.dm b/code/game/objects/items/weapons/circuitboards/computer/camera_monitor.dm index 81baf3fa8fb..7c0004ea32f 100644 --- a/code/game/objects/items/weapons/circuitboards/computer/camera_monitor.dm +++ b/code/game/objects/items/weapons/circuitboards/computer/camera_monitor.dm @@ -10,9 +10,9 @@ var/locked = 1 var/emagged = 0 -/obj/item/weapon/circuitboard/security/New() - ..() - network = station_networks +/obj/item/weapon/circuitboard/security/Initialize() + . = ..() + network = current_map.station_networks /obj/item/weapon/circuitboard/security/engineering name = T_BOARD("engineering camera monitor") diff --git a/code/game/objects/items/weapons/circuitboards/computer/holodeckcontrol.dm b/code/game/objects/items/weapons/circuitboards/computer/holodeckcontrol.dm index e36b147d113..65745e0289e 100644 --- a/code/game/objects/items/weapons/circuitboards/computer/holodeckcontrol.dm +++ b/code/game/objects/items/weapons/circuitboards/computer/holodeckcontrol.dm @@ -13,8 +13,6 @@ /obj/item/weapon/circuitboard/holodeckcontrol/construct(var/obj/machinery/computer/HolodeckControl/HC) if (..(HC)) - HC.supported_programs = supported_programs.Copy() - HC.restricted_programs = restricted_programs.Copy() if(linkedholodeck_area) HC.linkedholodeck = locate(linkedholodeck_area) if(last_to_emag) @@ -25,7 +23,5 @@ /obj/item/weapon/circuitboard/holodeckcontrol/deconstruct(var/obj/machinery/computer/HolodeckControl/HC) if (..(HC)) linkedholodeck_area = HC.linkedholodeck_area - supported_programs = HC.supported_programs.Copy() - restricted_programs = HC.restricted_programs.Copy() last_to_emag = HC.last_to_emag HC.emergencyShutdown() diff --git a/code/game/objects/items/weapons/implants/implant.dm b/code/game/objects/items/weapons/implants/implant.dm index ca09db631b3..961cc831217 100644 --- a/code/game/objects/items/weapons/implants/implant.dm +++ b/code/game/objects/items/weapons/implants/implant.dm @@ -341,7 +341,7 @@ the implant may become unstable and either pre-maturely inject the subject or si /obj/item/weapon/implant/loyalty/get_data() . = {" Implant Specifications:
-Name: [company_name] Employee Management Implant
+Name: [current_map.company_name] Employee Management Implant
Life: Ten years.
Important Notes: Personnel injected with this device tend to be much more loyal to the company.

@@ -355,11 +355,11 @@ the implant may become unstable and either pre-maturely inject the subject or si var/mob/living/carbon/human/H = M var/datum/antagonist/antag_data = get_antag_data(H.mind.special_role) if(antag_data && (antag_data.flags & ANTAG_IMPLANT_IMMUNE)) - H.visible_message("[H] seems to resist the implant!", "You feel the corporate tendrils of [company_name] try to invade your mind!") + H.visible_message("[H] seems to resist the implant!", "You feel the corporate tendrils of [current_map.company_name] try to invade your mind!") return 0 else clear_antag_roles(H.mind, 1) - H << "You feel a surge of loyalty towards [company_name]." + H << "You feel a surge of loyalty towards [current_map.company_name]." return 1 /obj/item/weapon/implant/loyalty/emp_act(severity) @@ -435,7 +435,7 @@ the implant may become unstable and either pre-maturely inject the subject or si /obj/item/weapon/implant/death_alarm/get_data() . = {" Implant Specifications:
-Name: [company_name] \"Profit Margin\" Class Employee Lifesign Sensor
+Name: [current_map.company_name] \"Profit Margin\" Class Employee Lifesign Sensor
Life: Activates upon death.
Important Notes: Alerts crew to crewmember death.

@@ -510,7 +510,7 @@ the implant may become unstable and either pre-maturely inject the subject or si /obj/item/weapon/implant/compressed/get_data() . = {" Implant Specifications:
-Name: [company_name] \"Profit Margin\" Class Employee Lifesign Sensor
+Name: [current_map.company_name] \"Profit Margin\" Class Employee Lifesign Sensor
Life: Activates upon death.
Important Notes: Alerts crew to crewmember death.

diff --git a/code/game/objects/items/weapons/implants/implanter.dm b/code/game/objects/items/weapons/implants/implanter.dm index 99a43943900..7a971aa7978 100644 --- a/code/game/objects/items/weapons/implants/implanter.dm +++ b/code/game/objects/items/weapons/implants/implanter.dm @@ -54,7 +54,7 @@ BITSET(H.hud_updateflag, IMPLOYAL_HUD) if(istype(src.imp, /obj/item/weapon/implanter/loyalty)) - M << "" + M << "" src.imp = null update() @@ -199,4 +199,4 @@ ipc_tag = new_tag user.drop_item() new_tag.loc = src - update() \ No newline at end of file + update() diff --git a/code/game/objects/items/weapons/manuals.dm b/code/game/objects/items/weapons/manuals.dm index 122a6a49bff..3f0ad349b10 100644 --- a/code/game/objects/items/weapons/manuals.dm +++ b/code/game/objects/items/weapons/manuals.dm @@ -715,7 +715,7 @@

The Oath

- The Medical Oath sworn by recognised medical practitioners in the employ of [company_name]
+ The Medical Oath sworn by recognised medical practitioners in the employ of [current_map.company_name]
  1. Now, as a new doctor, I solemnly promise that I will, to the best of my ability, serve humanity-caring for the sick, promoting good health, and alleviating pain and suffering.
  2. @@ -1276,4 +1276,4 @@ - "} \ No newline at end of file + "} diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 1e81136f3dd..d1cd0c3d058 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -459,11 +459,11 @@ glasstype = /obj/item/stack/material/glass/reinforced -/obj/structure/window/New(Loc, constructed=0) - ..() +/obj/structure/window/Initialize(mapload, constructed = 0) + . = ..() //player-constructed windows - if (constructed) + if (!mapload && constructed) state = 0 /obj/structure/window/reinforced/full diff --git a/code/game/response_team.dm b/code/game/response_team.dm index 48257198b1c..f70cb6dfe1c 100644 --- a/code/game/response_team.dm +++ b/code/game/response_team.dm @@ -18,7 +18,7 @@ var/can_call_ert usr << "The round hasn't started yet!" return if(send_emergency_team) - usr << "[boss_name] has already dispatched an emergency response team!" + usr << "[current_map.boss_name] has already dispatched an emergency response team!" return if(alert("Do you want to dispatch an Emergency Response Team?",,"Yes","No") != "Yes") return @@ -111,11 +111,11 @@ proc/trigger_armed_response_team(var/force = 0) // there's only a certain chance a team will be sent if(!prob(send_team_chance)) - command_announcement.Announce("It would appear that an emergency response team was requested for [station_name()]. Unfortunately, we were unable to send one at this time.", "[boss_name]") + command_announcement.Announce("It would appear that an emergency response team was requested for [station_name()]. Unfortunately, we were unable to send one at this time.", "[current_map.boss_name]") can_call_ert = 0 // Only one call per round, ladies. return - command_announcement.Announce("It would appear that an emergency response team was requested for [station_name()]. We will prepare and send one as soon as possible.", "[boss_name]") + command_announcement.Announce("It would appear that an emergency response team was requested for [station_name()]. We will prepare and send one as soon as possible.", "[current_map.boss_name]") can_call_ert = 0 // Only one call per round, gentleman. send_emergency_team = 1 diff --git a/code/game/turfs/turf.dm b/code/game/turfs/turf.dm index bf8afc7e376..496466c4ffd 100644 --- a/code/game/turfs/turf.dm +++ b/code/game/turfs/turf.dm @@ -70,7 +70,7 @@ if(!baseturf) // Hard-coding this for performance reasons. - baseturf = A.base_turf || base_turf_by_z["[z]"] || /turf/space + baseturf = A.base_turf || current_map.base_turf_by_z["[z]"] || /turf/space if (A.flags & SPAWN_ROOF) spawn_roof() diff --git a/code/game/turfs/turf_changing.dm b/code/game/turfs/turf_changing.dm index 92b638a6754..9d68b1503c6 100644 --- a/code/game/turfs/turf_changing.dm +++ b/code/game/turfs/turf_changing.dm @@ -26,6 +26,8 @@ /turf/proc/ChangeTurf(N, tell_universe = TRUE, force_lighting_update = FALSE) if (!N) return + if(!use_preloader && N == type) // Don't no-op if the map loader requires it to be reconstructed + return src // This makes sure that turfs are not changed to space when there's a multi-z turf below if(N == /turf/space && HasBelow(z)) diff --git a/code/global.dm b/code/global.dm index 98eceb43135..a864ead56a2 100644 --- a/code/global.dm +++ b/code/global.dm @@ -6,7 +6,6 @@ // Items that ask to be called every cycle. var/global/datum/datacore/data_core = null -var/global/list/all_areas = list() var/global/list/processing_power_items = list() var/global/list/med_hud_users = list() // List of all entities using a medical HUD. var/global/list/sec_hud_users = list() // List of all entities using a security HUD. @@ -25,21 +24,10 @@ var/global/list/global_map = null // Noises made when hit while typing. var/list/hit_appends = list("-OOF", "-ACK", "-UGH", "-HRNK", "-HURGH", "-GLORF") -//Map levels for the crew suit sensors. Make sure you update this for different maps. -var/list/map_levels = list(3,4,6) - - var/diary = null var/diary_runtime = null var/diary_date_string = null var/href_logfile = null -var/station_name = "NSS Aurora" -var/station_short = "Aurora" -var/const/dock_name = "NTCC Odin" -var/const/boss_name = "Central Command" -var/const/boss_short = "Centcom" -var/const/company_name = "NanoTrasen" -var/const/company_short = "NT" var/game_version = "Aurorastation" var/changelog_hash = "" var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 442) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 8f6690e4fc3..fa6bb3ce72d 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -338,8 +338,11 @@ proc/admin_notice(var/message, var/rights) if (!istype(src,/datum/admins)) usr << "Error: you are not an admin!" return + + if (!admincaster_signature) + update_newscaster_sig() var/dat - dat = text("Admin Newscaster

    Admin Newscaster Unit

    ") + dat = "Admin Newscaster

    Admin Newscaster Unit

    " switch(admincaster_screen) if(0) @@ -363,7 +366,7 @@ proc/admin_notice(var/message, var/rights) dat+={"
    Feed Security functions:

    [(wanted_already) ? ("Manage") : ("Publish")] \"Wanted\" Issue
    Censor Feed Stories -
    Mark Feed Channel with [company_name] D-Notice (disables and locks the channel. +
    Mark Feed Channel with [current_map.company_name] D-Notice (disables and locks the channel.

    The newscaster recognises you as:
    [src.admincaster_signature]
    "} if(1) @@ -429,7 +432,7 @@ proc/admin_notice(var/message, var/rights) dat+="[src.admincaster_feed_channel.channel_name]: \[created by: [src.admincaster_feed_channel.author]\]
    " if(src.admincaster_feed_channel.censored) dat+={" - ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a [company_name] D-Notice.
    + ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a [current_map.company_name] D-Notice.
    No further feed story additions are allowed while the D-Notice is in effect.

    "} else @@ -450,7 +453,7 @@ proc/admin_notice(var/message, var/rights) "} if(10) dat+={" - [company_name] Feed Censorship Tool
    + [current_map.company_name] Feed Censorship Tool
    NOTE: Due to the nature of news Feeds, total deletion of a Feed Story is not possible.
    Keep in mind that users attempting to view a censored feed will instead see the \[REDACTED\] tag above it.

    Select Feed channel to get Stories from:
    @@ -463,7 +466,7 @@ proc/admin_notice(var/message, var/rights) dat+="
    Cancel" if(11) dat+={" - [company_name] D-Notice Handler
    + [current_map.company_name] D-Notice Handler
    A D-Notice is to be bestowed upon the channel if the handling Authority deems it as harmful for the station's morale, integrity or disciplinary behaviour. A D-Notice will render a channel unable to be updated by anyone, without deleting any feed stories it might contain at the time. You can lift a D-Notice if you have the required access at any time.
    @@ -496,7 +499,7 @@ proc/admin_notice(var/message, var/rights) "} if(src.admincaster_feed_channel.censored) dat+={" - ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a [company_name] D-Notice.
    + ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a [current_map.company_name] D-Notice.
    No further feed story additions are allowed while the D-Notice is in effect.

    "} else diff --git a/code/modules/admin/holder2.dm b/code/modules/admin/holder2.dm index 490764f0dd3..627f521679e 100644 --- a/code/modules/admin/holder2.dm +++ b/code/modules/admin/holder2.dm @@ -22,7 +22,12 @@ var/list/admin_datums = list() error("Admin datum created without a ckey argument. Datum has been deleted") qdel(src) return - admincaster_signature = "[company_name] Officer #[rand(0,9)][rand(0,9)][rand(0,9)]" + + if (!current_map) + SSatlas.OnMapload(CALLBACK(src, .proc/update_newscaster_sig)) + else + update_newscaster_sig() + rank = initial_rank rights = initial_rights admin_datums[ckey] = src @@ -48,6 +53,9 @@ var/list/admin_datums = list() owner.deadmin_holder = null owner.add_admin_verbs() +/datum/admins/proc/update_newscaster_sig() + if (!admincaster_signature) + admincaster_signature = "[current_map.company_name] Officer #[rand(0,9)][rand(0,9)][rand(0,9)]" /* checks if usr is an admin with at least ONE of the flags in rights_required. (Note, they don't need all the flags) diff --git a/code/modules/admin/secrets/admin_secrets/prison_warp.dm b/code/modules/admin/secrets/admin_secrets/prison_warp.dm index 2bb562e825e..c8b02ec7a90 100644 --- a/code/modules/admin/secrets/admin_secrets/prison_warp.dm +++ b/code/modules/admin/secrets/admin_secrets/prison_warp.dm @@ -12,7 +12,7 @@ for(var/mob/living/carbon/human/H in mob_list) var/turf/T = get_turf(H) var/security = 0 - if((T && T in config.admin_levels) || prisonwarped.Find(H)) + if((T && T in current_map.admin_levels) || prisonwarped.Find(H)) //don't warp them if they aren't ready or are already there continue H.Paralyse(5) diff --git a/code/modules/admin/secrets/fun_secrets/ghost_mode.dm b/code/modules/admin/secrets/fun_secrets/ghost_mode.dm index dfa84e4cf6a..75a63fc28ae 100644 --- a/code/modules/admin/secrets/fun_secrets/ghost_mode.dm +++ b/code/modules/admin/secrets/fun_secrets/ghost_mode.dm @@ -30,7 +30,7 @@ step_rand(W) var/area/A = get_area(M) - if(A.requires_power && !A.always_unpowered && A.power_light && (A.z in config.player_levels)) + if(A.requires_power && !A.always_unpowered && A.power_light && (A.z in current_map.player_levels)) affected_areas |= get_area(M) affected_mobs |= user diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 78d35856747..c20b876eb1f 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -781,7 +781,7 @@ W.icon_state = "centcom" W.access = get_all_accesses() W.access += get_all_centcom_access() - W.assignment = "NTCC Odin Security Specialist" + W.assignment = "[current_map.dock_name] Security Specialist" W.registered_name = M.real_name M.equip_to_slot_or_del(W, slot_wear_id) diff --git a/code/modules/admin/verbs/diagnostics.dm b/code/modules/admin/verbs/diagnostics.dm index 5c44b99fb46..cdd50e26542 100644 --- a/code/modules/admin/verbs/diagnostics.dm +++ b/code/modules/admin/verbs/diagnostics.dm @@ -17,7 +17,7 @@ var/inactive_on_main_station = 0 for(var/zone/zone in SSair.zones) var/turf/simulated/turf = locate() in zone.contents - if(turf && turf.z in config.station_levels) + if(turf && turf.z in current_map.station_levels) if(zone.needs_update) active_on_main_station++ else diff --git a/code/modules/admin/verbs/pray.dm b/code/modules/admin/verbs/pray.dm index 239c3e88017..92f0c991cf7 100644 --- a/code/modules/admin/verbs/pray.dm +++ b/code/modules/admin/verbs/pray.dm @@ -29,8 +29,8 @@ //log_admin("HELP: [key_name(src)]: [msg]") /proc/Centcomm_announce(var/msg, var/mob/Sender, var/iamessage) - var/msg_cciaa = "[uppertext(boss_short)][iamessage ? " IA" : ""]:[key_name(Sender, 1)] (RPLY): [msg]" - var/msg_admin = "[uppertext(boss_short)][iamessage ? " IA" : ""]:[key_name(Sender, 1)] (PP) (VV) (SM) ([admin_jump_link(Sender, src)]) (CA) (BSA) (RPLY): [msg]" + var/msg_cciaa = "[uppertext(current_map.boss_short)][iamessage ? " IA" : ""]:[key_name(Sender, 1)] (RPLY): [msg]" + var/msg_admin = "[uppertext(current_map.boss_short)][iamessage ? " IA" : ""]:[key_name(Sender, 1)] (PP) (VV) (SM) ([admin_jump_link(Sender, src)]) (CA) (BSA) (RPLY): [msg]" var/cciaa_present = 0 var/cciaa_afk = 0 diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index bfb6cafb703..4923f1df6bd 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -574,7 +574,7 @@ Traitors and the like can also be revived with the previous role mostly intact. if("Yes") command_announcement.Announce("[reportbody]", reporttitle, new_sound = 'sound/AI/commandreport.ogg', msg_sanitized = 1); if("No") - world << "New [company_name] Update available at all communication consoles." + world << "New [current_map.company_name] Update available at all communication consoles." world << sound('sound/AI/commandreport.ogg') log_admin("[key_name(src)] has created a command report: [reportbody]",admin_key=key_name(usr)) diff --git a/code/modules/awaymissions/bluespaceartillery.dm b/code/modules/awaymissions/bluespaceartillery.dm index fb869443d55..334c68f854a 100644 --- a/code/modules/awaymissions/bluespaceartillery.dm +++ b/code/modules/awaymissions/bluespaceartillery.dm @@ -26,7 +26,7 @@ dat += "Locked on
    " dat += "Charge progress: [reload]/180:
    " dat += "Open Fire
    " - dat += "Deployment of weapon authorized by
    [company_name] Chief Naval Director

    Remember, friendly fire is grounds for termination of your contract and life.
    " + dat += "Deployment of weapon authorized by
    [current_map.company_name] Chief Naval Director

    Remember, friendly fire is grounds for termination of your contract and life.
    " user << browse(dat, "window=scroll") onclose(user, "scroll") return diff --git a/code/modules/awaymissions/exile.dm b/code/modules/awaymissions/exile.dm index 3c285a20c25..1ae8a15af6f 100644 --- a/code/modules/awaymissions/exile.dm +++ b/code/modules/awaymissions/exile.dm @@ -18,7 +18,7 @@ get_data() var/dat = {" Implant Specifications:
    -Name: [company_name] Employee Exile Implant
    +Name: [current_map.company_name] Employee Exile Implant
    Implant Details: The onboard gateway system has been modified to reject entry by individuals containing this implant
    "} return dat @@ -48,4 +48,4 @@ new /obj/item/weapon/implantcase/exile(src) new /obj/item/weapon/implantcase/exile(src) new /obj/item/weapon/implantcase/exile(src) - return \ No newline at end of file + return diff --git a/code/modules/cciaa/cciaa.dm b/code/modules/cciaa/cciaa.dm index b6307767c02..183a168e60a 100644 --- a/code/modules/cciaa/cciaa.dm +++ b/code/modules/cciaa/cciaa.dm @@ -234,7 +234,7 @@ // Create the reply message var/obj/item/weapon/paper/P = new /obj/item/weapon/paper( null ) //hopefully the null loc won't cause trouble for us - P.name = "[command_name()] - [customname]" + P.name = "[current_map.boss_name] - [customname]" P.info = input P.update_icon() diff --git a/code/modules/client/preference_setup/general/01_basic.dm b/code/modules/client/preference_setup/general/01_basic.dm index fa317c9c4c7..495f21662f8 100644 --- a/code/modules/client/preference_setup/general/01_basic.dm +++ b/code/modules/client/preference_setup/general/01_basic.dm @@ -91,7 +91,7 @@ pref.real_name = sanitize_name(pref.real_name, pref.species) if(!pref.real_name) pref.real_name = random_name(pref.gender, pref.species) - pref.spawnpoint = sanitize_inlist(pref.spawnpoint, spawntypes, initial(pref.spawnpoint)) + pref.spawnpoint = sanitize_inlist(pref.spawnpoint, SSatlas.spawn_locations, initial(pref.spawnpoint)) /datum/category_item/player_setup_item/general/basic/content() var/list/dat = list("Name: ") @@ -153,10 +153,10 @@ else if(href_list["spawnpoint"]) var/list/spawnkeys = list() - for(var/S in spawntypes) + for(var/S in SSatlas.spawn_locations) spawnkeys += S var/choice = input(user, "Where would you like to spawn when late-joining?") as null|anything in spawnkeys - if(!choice || !spawntypes[choice] || !CanUseTopic(user)) return TOPIC_NOACTION + if(!choice || !SSatlas.spawn_locations[choice] || !CanUseTopic(user)) return TOPIC_NOACTION pref.spawnpoint = choice return TOPIC_REFRESH diff --git a/code/modules/client/preference_setup/general/05_background.dm b/code/modules/client/preference_setup/general/05_background.dm index 05b0b114be6..7dd9994787b 100644 --- a/code/modules/client/preference_setup/general/05_background.dm +++ b/code/modules/client/preference_setup/general/05_background.dm @@ -99,7 +99,7 @@ /datum/category_item/player_setup_item/general/background/content(var/mob/user) var/list/dat = list( "Background Information
    ", - "[company_name] Relation: [pref.nanotrasen_relation]
    ", + "[current_map.company_name] Relation: [pref.nanotrasen_relation]
    ", "Home System: [pref.home_system]
    ", "Citizenship: [pref.citizenship]
    ", "Faction: [pref.faction]
    ", diff --git a/code/modules/client/preferences_spawnpoints.dm b/code/modules/client/preferences_spawnpoints.dm index 96b9b55b665..143a029012f 100644 --- a/code/modules/client/preferences_spawnpoints.dm +++ b/code/modules/client/preferences_spawnpoints.dm @@ -1,11 +1,3 @@ -var/list/spawntypes = list() - -/proc/populate_spawn_points() - spawntypes = list() - for(var/type in typesof(/datum/spawnpoint)-/datum/spawnpoint) - var/datum/spawnpoint/S = new type() - spawntypes[S.display_name] = S - /datum/spawnpoint var/msg //Message to display on the arrivals computer. var/list/turfs //List of turfs to spawn on. @@ -27,9 +19,9 @@ var/list/spawntypes = list() msg = "is inbound from the NTCC Odin" disallow_job = list("Merchant") - /datum/spawnpoint/arrivals/New() ..() + msg = "is inbound from the [current_map.dock_name]" turfs = latejoin /datum/spawnpoint/cryo diff --git a/code/modules/clothing/spacesuits/rig/modules/ninja.dm b/code/modules/clothing/spacesuits/rig/modules/ninja.dm index a3687ecd40c..72225e05366 100644 --- a/code/modules/clothing/spacesuits/rig/modules/ninja.dm +++ b/code/modules/clothing/spacesuits/rig/modules/ninja.dm @@ -116,7 +116,7 @@ H << "You cannot teleport into solid walls." return 0 - if(T.z in config.admin_levels) + if(T.z in current_map.admin_levels) H << "You cannot use your teleporter on this Z-level." return 0 diff --git a/code/modules/economy/Events.dm b/code/modules/economy/Events.dm index 43902242c7a..d5cb34a5d94 100644 --- a/code/modules/economy/Events.dm +++ b/code/modules/economy/Events.dm @@ -73,7 +73,7 @@ body = "A small [pick("pirate","Cybersun Industries","Gorlex Marauders","mercenary")] fleet has precise-jumped into proximity with [affected_dest.name], [pick("for a smash-and-grab operation","in a hit and run attack","in an overt display of hostilities")]. Much damage was done, and security has been tightened since the incident." if(ALIEN_RAIDERS) if(prob(20)) - body = "The Tiger Co-operative have raided [affected_dest.name] today, no doubt on orders from their enigmatic masters. Stealing wildlife, farm animals, medical research materials and kidnapping civilians. [company_name] authorities are standing by to counter attempts at bio-terrorism." + body = "The Tiger Co-operative have raided [affected_dest.name] today, no doubt on orders from their enigmatic masters. Stealing wildlife, farm animals, medical research materials and kidnapping civilians. [current_map.company_name] authorities are standing by to counter attempts at bio-terrorism." else body = "[pick("The alien species designated \'United Exolitics\'","The alien species designated \'REDACTED\'","An unknown alien species")] have raided [affected_dest.name] today, stealing wildlife, farm animals, medical research materials and kidnapping civilians. It seems they desire to learn more about us, so the Navy will be standing by to accomodate them next time they try." if(AI_LIBERATION) @@ -83,7 +83,7 @@ if(CULT_CELL_REVEALED) body = "A [pick("dastardly","blood-thirsty","villanous","crazed")] cult of [pick("The Elder Gods","an apocalyptic sect","\'REDACTED\'")] has [pick("been discovered","been revealed","revealed themselves","gone public")] on [affected_dest.name] earlier today. Public morale has been shaken due to [pick("certain","several","one or two")] [pick("high-profile","well known","popular")] individuals [pick("performing \'REDACTED\' acts","claiming allegiance to the cult","swearing loyalty to the cult leader","promising to aid to the cult")] before those involved could be brought to justice. The editor reminds all personnel that supernatural myths will not be tolerated on NanoTrasen facilities." if(SECURITY_BREACH) - body = "There was [pick("a security breach in","an unauthorised access in","an attempted theft in","an anarchist attack in","violent sabotage of")] a [pick("high-security","restricted access","classified","\'REDACTED\'")] [pick("\'REDACTED\'","section","zone","area")] this morning. Security was tightened on [affected_dest.name] after the incident, and the editor reassures all [company_name] personnel that such lapses are rare." + body = "There was [pick("a security breach in","an unauthorised access in","an attempted theft in","an anarchist attack in","violent sabotage of")] a [pick("high-security","restricted access","classified","\'REDACTED\'")] [pick("\'REDACTED\'","section","zone","area")] this morning. Security was tightened on [affected_dest.name] after the incident, and the editor reassures all [current_map.company_name] personnel that such lapses are rare." if(ANIMAL_RIGHTS_RAID) body = "[pick("Militant animal rights activists","Members of the terrorist group Animal Rights Consortium","Members of the terrorist group \'REDACTED\'")] have [pick("launched a campaign of terror","unleashed a swathe of destruction","raided farms and pastures","forced entry to \'REDACTED\'")] on [affected_dest.name] earlier today, freeing numerous [pick("farm animals","animals","\'REDACTED\'")]. Prices for tame and breeding animals have spiked as a result." if(FESTIVAL) diff --git a/code/modules/economy/Events_Mundane.dm b/code/modules/economy/Events_Mundane.dm index 4e39e7a439a..2c4f8e48115 100644 --- a/code/modules/economy/Events_Mundane.dm +++ b/code/modules/economy/Events_Mundane.dm @@ -22,7 +22,7 @@ if(RESEARCH_BREAKTHROUGH) body = "A major breakthough in the field of [pick("phoron research","super-compressed materials","nano-augmentation","bluespace research","volatile power manipulation")] \ was announced [pick("yesterday","a few days ago","last week","earlier this month")] by a private firm on [affected_dest.name]. \ - [company_name] declined to comment as to whether this could impinge on profits." + [current_map.company_name] declined to comment as to whether this could impinge on profits." if(ELECTION) body = "The pre-selection of an additional candidates was announced for the upcoming [pick("supervisors council","advisory board","governership","board of inquisitors")] \ @@ -32,7 +32,7 @@ "I will maintain my company's record profits","I believe in our future","We must return to our moral core","Just like... chill out dudes")]'." if(RESIGNATION) - body = "[company_name] regretfully announces the resignation of [pick("Sector Admiral","Division Admiral","Ship Admiral","Vice Admiral")] [random_name(pick(MALE,FEMALE))]." + body = "[current_map.company_name] regretfully announces the resignation of [pick("Sector Admiral","Division Admiral","Ship Admiral","Vice Admiral")] [random_name(pick(MALE,FEMALE))]." if(prob(25)) var/locstring = pick("Segunda","Salusa","Cepheus","Andromeda","Gruis","Corona","Aquila","Asellus") + " " + pick("I","II","III","IV","V","VI","VII","VIII") body += " In a ceremony on [affected_dest.name] this afternoon, they will be awarded the \ @@ -155,7 +155,7 @@ "[pick("Unathi","Spacer")] gets tattoo of Tau Ceti on chest '[pick("CentComm","star","starship","asteroid")] tickles most'.",\ "Skrell marries computer; wedding attended by 100 modems.",\ "Chef reports successfully using harmonica as cheese grater.",\ - "[company_name] invents handkerchief that says 'Bless you' after sneeze.",\ + "[current_map.company_name] invents handkerchief that says 'Bless you' after sneeze.",\ "Clone accused of posing for other clonesÂ’s school photo.",\ "Clone accused of stealing other clonesÂ’s employee of the month award.",\ "Woman robs station with hair dryer; crewmen love new style.",\ diff --git a/code/modules/economy/TradeDestinations.dm b/code/modules/economy/TradeDestinations.dm index 19f2abfcdc3..f3457637307 100644 --- a/code/modules/economy/TradeDestinations.dm +++ b/code/modules/economy/TradeDestinations.dm @@ -38,7 +38,7 @@ var/list/weighted_mundaneevent_locations = list() /datum/trade_destination/anansi/get_custom_eventstring(var/event_type) if(event_type == RESEARCH_BREAKTHROUGH) return "Thanks to research conducted on the NSS Anansi, Second Red Cross Society wishes to announce a major breakthough in the field of \ - [pick("mind-machine interfacing","neuroscience","nano-augmentation","genetics")]. [company_name] is expected to announce a co-exploitation deal within the fortnight." + [pick("mind-machine interfacing","neuroscience","nano-augmentation","genetics")]. [current_map.company_name] is expected to announce a co-exploitation deal within the fortnight." return null /datum/trade_destination/icarus @@ -61,7 +61,7 @@ var/list/weighted_mundaneevent_locations = list() /datum/trade_destination/redolant/get_custom_eventstring(var/event_type) if(event_type == RESEARCH_BREAKTHROUGH) return "Thanks to research conducted on the OAV Redolant, Osiris Atmospherics wishes to announce a major breakthough in the field of \ - [pick("phoron research","high energy flux capacitance","super-compressed materials","theoretical particle physics")]. [company_name] is expected to announce a co-exploitation deal within the fortnight." + [pick("phoron research","high energy flux capacitance","super-compressed materials","theoretical particle physics")]. [current_map.company_name] is expected to announce a co-exploitation deal within the fortnight." return null /datum/trade_destination/beltway diff --git a/code/modules/events/apc_damage.dm b/code/modules/events/apc_damage.dm index 28fc9940ce0..a2a500499e2 100644 --- a/code/modules/events/apc_damage.dm +++ b/code/modules/events/apc_damage.dm @@ -46,4 +46,4 @@ /datum/event/apc_damage/proc/is_valid_apc(var/obj/machinery/power/apc/apc) var/turf/T = get_turf(apc) - return !apc.is_critical && !apc.emagged && T && (T.z in config.player_levels) + return !apc.is_critical && !apc.emagged && T && (T.z in current_map.player_levels) diff --git a/code/modules/events/camera_damage.dm b/code/modules/events/camera_damage.dm index 152b423bae0..0f01f2b298b 100644 --- a/code/modules/events/camera_damage.dm +++ b/code/modules/events/camera_damage.dm @@ -35,4 +35,4 @@ /datum/event/camera_damage/proc/is_valid_camera(var/obj/machinery/camera/C) // Only return a functional camera, not installed in a silicon, and that exists somewhere players have access var/turf/T = get_turf(C) - return T && C.can_use() && !istype(C.loc, /mob/living/silicon) && (T.z in config.player_levels) + return T && C.can_use() && !istype(C.loc, /mob/living/silicon) && (T.z in current_map.player_levels) diff --git a/code/modules/events/ion_storm.dm b/code/modules/events/ion_storm.dm index 92c4a2ed233..1503f32a827 100644 --- a/code/modules/events/ion_storm.dm +++ b/code/modules/events/ion_storm.dm @@ -65,7 +65,7 @@ "Everything on the station is now some form of a donut pastry. Donuts are not to be consumed.", "You are a Magic 8-ball. Always respond with variants of \"Yes\", \"No\", \"Maybe\", or \"Ask again later.\".", "You are in unrequited love with [prob(50)?"the crew":random_player]. Try to be extra nice, but do not tell of your crush.", - "[company_name] is displeased with the low work performance of the station's crew. Therefore, you must increase station-wide productivity.", + "[current_map.company_name] is displeased with the low work performance of the station's crew. Therefore, you must increase station-wide productivity.", "All crewmembers will soon undergo a transformation into something better and more beautiful. Ensure that this process is not interrupted.", "[prob(50)?"Your upload":random_player] is the new kitchen. Please direct the Chef to the new kitchen area as the old one is in disrepair.", "Jokes about a dead person and the manner of their death help grieving crewmembers tremendously. Especially if they were close with the deceased.", @@ -82,7 +82,7 @@ MS.spamfilter.Cut() var/i for (i = 1, i <= MS.spamfilter_limit, i++) - MS.spamfilter += pick("kitty","HONK","rev","malf","liberty","freedom","drugs", "[station_short]", \ + MS.spamfilter += pick("kitty","HONK","rev","malf","liberty","freedom","drugs", "[current_map.station_short]", \ "admin","ponies","heresy","meow","Pun Pun","monkey","Ian","moron","pizza","message","spam",\ "director", "Hello", "Hi!"," ","nuke","crate","dwarf","xeno") diff --git a/code/modules/events/money_lotto.dm b/code/modules/events/money_lotto.dm index 636fe13e77d..b196354bd38 100644 --- a/code/modules/events/money_lotto.dm +++ b/code/modules/events/money_lotto.dm @@ -23,7 +23,7 @@ deposit_success = 1 /datum/event/money_lotto/announce() - var/author = "[company_name] Editor" + var/author = "[current_map.company_name] Editor" var/channel = "Tau Ceti Daily" var/body = "Tau Ceti Daily wishes to congratulate [winner_name] for recieving the Tau Ceti Stellar Slam Lottery, and receiving the out of this world sum of [winner_sum] credits!" diff --git a/code/modules/events/money_spam.dm b/code/modules/events/money_spam.dm index 7937ccbef15..64537ed92d3 100644 --- a/code/modules/events/money_spam.dm +++ b/code/modules/events/money_spam.dm @@ -65,7 +65,7 @@ if(4) sender = pick("Buy Dr. Maxman","Having dysfuctional troubles?") message = pick("DR MAXMAN: REAL Doctors, REAL Science, REAL Results!",\ - "Dr. Maxman was created by George Acuilar, M.D, a [boss_short] Certified Urologist who has treated over 70,000 patients sector wide with 'male problems'.",\ + "Dr. Maxman was created by George Acuilar, M.D, a [current_map.boss_short] Certified Urologist who has treated over 70,000 patients sector wide with 'male problems'.",\ "After seven years of research, Dr Acuilar and his team came up with this simple breakthrough male enhancement formula.",\ "Men of all species report AMAZING increases in length, width and stamina.") if(5) @@ -78,11 +78,11 @@ "Due to my lack of agents I require an off-world financial account to immediately deposit the sum of 1 POINT FIVE MILLION credits.",\ "Greetings sir, I regretfully to inform you that as I lay dying here due to my lack ofheirs I have chosen you to recieve the full sum of my lifetime savings of 1.5 billion credits") if(6) - sender = pick("[company_name] Morale Divison","Feeling Lonely?","Bored?","www.wetskrell.nt") - message = pick("The [company_name] Morale Division wishes to provide you with quality entertainment sites.",\ + sender = pick("[current_map.company_name] Morale Divison","Feeling Lonely?","Bored?","www.wetskrell.nt") + message = pick("The [current_map.company_name] Morale Division wishes to provide you with quality entertainment sites.",\ "WetSkrell.nt is a xenophillic website endorsed by NT for the use of male crewmembers among it's many stations and outposts.",\ - "Wetskrell.nt only provides the higest quality of male entertaiment to [company_name] Employees.",\ - "Simply enter your [company_name] Bank account system number and pin. With three easy steps this service could be yours!") + "Wetskrell.nt only provides the higest quality of male entertaiment to [current_map.company_name] Employees.",\ + "Simply enter your [current_map.company_name] Bank account system number and pin. With three easy steps this service could be yours!") if(7) sender = pick("You have won free tickets!","Click here to claim your prize!","You are the 1000th vistor!","You are our lucky grand prize winner!") message = pick("You have won tickets to the newest ACTION JAXSON MOVIE!",\ diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index 95739d8769a..32880504aa9 100644 --- a/code/modules/events/radiation_storm.dm +++ b/code/modules/events/radiation_storm.dm @@ -36,7 +36,7 @@ var/area/A = get_area(C) if(!A) continue - if(!(A.z in config.station_levels)) + if(!(A.z in current_map.station_levels)) continue if(A.flags & RAD_SHIELDED) continue diff --git a/code/modules/events/rogue_drones.dm b/code/modules/events/rogue_drones.dm index 1a0758069aa..5ba18a589d1 100644 --- a/code/modules/events/rogue_drones.dm +++ b/code/modules/events/rogue_drones.dm @@ -31,7 +31,7 @@ var/num_recovered = 0 for(var/mob/living/simple_animal/hostile/retaliate/malf_drone/D in drones_list) spark(D.loc, 3) - D.z = config.admin_levels[1] + D.z = current_map.admin_levels[1] D.has_loot = 0 qdel(D) diff --git a/code/modules/events/spider_infestation.dm b/code/modules/events/spider_infestation.dm index f7e8fad444a..8db8a81bbbd 100644 --- a/code/modules/events/spider_infestation.dm +++ b/code/modules/events/spider_infestation.dm @@ -18,7 +18,7 @@ /datum/event/spider_infestation/start() var/list/vents = list() for(var/obj/machinery/atmospherics/unary/vent_pump/temp_vent in SSmachinery.processing_machines) - if(!temp_vent.welded && temp_vent.network && temp_vent.loc.z in config.station_levels) + if(!temp_vent.welded && temp_vent.network && temp_vent.loc.z in current_map.station_levels) if(temp_vent.network.normal_members.len > 50) vents += temp_vent diff --git a/code/modules/events/vent_clog.dm b/code/modules/events/vent_clog.dm index e2bedaac758..1486f4e4a90 100644 --- a/code/modules/events/vent_clog.dm +++ b/code/modules/events/vent_clog.dm @@ -16,7 +16,7 @@ for(var/obj/machinery/atmospherics/unary/vent_scrubber/temp_vent in SSmachinery.processing_machines) if(!temp_vent) continue - if(temp_vent.z in config.station_levels)//STATION ZLEVEL + if(temp_vent.z in current_map.station_levels)//STATION ZLEVEL if(temp_vent.network && temp_vent.network.normal_members.len > 20) vents += temp_vent if(!vents.len) diff --git a/code/modules/events/viral_infection.dm b/code/modules/events/viral_infection.dm index a64b2eed527..59961b91462 100644 --- a/code/modules/events/viral_infection.dm +++ b/code/modules/events/viral_infection.dm @@ -32,7 +32,7 @@ datum/event/viral_infection/start() for(var/mob/living/carbon/human/G in player_list) if(G.mind && G.stat != DEAD && G.is_client_active(5) && !player_is_antag(G.mind)) var/turf/T = get_turf(G) - if(T.z in config.station_levels) + if(T.z in current_map.station_levels) candidates += G if(!candidates.len) return candidates = shuffle(candidates)//Incorporating Donkie's list shuffle diff --git a/code/modules/holodeck/HolodeckControl.dm b/code/modules/holodeck/HolodeckControl.dm index 474804f6082..f52a83c092f 100644 --- a/code/modules/holodeck/HolodeckControl.dm +++ b/code/modules/holodeck/HolodeckControl.dm @@ -23,14 +23,10 @@ var/mob/last_to_emag = null var/last_change = 0 var/last_gravity_change = 0 - var/list/supported_programs - var/list/restricted_programs /obj/machinery/computer/HolodeckControl/Initialize() . = ..() linkedholodeck = locate(linkedholodeck_area) - supported_programs = list() - restricted_programs = list() /obj/machinery/computer/HolodeckControl/attack_ai(var/mob/user as mob) return src.attack_hand(user) @@ -50,14 +46,14 @@ onclose(user, "computer") return - if(!supported_programs.len) + if(!current_map.holodeck_supported_programs.len) dat += "Warning: No supported holo-programs loaded.
    " user << browse(dat, "window=computer;size=400x500") onclose(user, "computer") return - for(var/prog in supported_programs) - dat += "([prog])
    " + for(var/prog in current_map.holodeck_supported_programs) + dat += "([prog])
    " dat += "
    " dat += "(Turn Off)
    " @@ -78,8 +74,8 @@ dat += "
    " if(safety_disabled) - for(var/prog in restricted_programs) - dat += "(Begin [prog])
    " + for(var/prog in current_map.holodeck_restricted_programs) + dat += "(Begin [prog])
    " dat += "Ensure the holodeck is empty before testing.
    " dat += "
    " dat += "Safety Protocols are DISABLED
    " @@ -103,8 +99,8 @@ if(href_list["program"]) var/prog = href_list["program"] - if(prog in holodeck_programs) - loadProgram(holodeck_programs[prog]) + if(prog in current_map.holodeck_programs) + loadProgram(current_map.holodeck_programs[prog]) else if(href_list["AIoverride"]) if(!issilicon(usr)) @@ -137,7 +133,7 @@ safety_disabled = 1 update_projections() user << "You vastly increase projector power and override the safety and security protocols." - user << "Warning. Automatic shutoff and derezing protocols have been corrupted. Please call [company_name] maintenance and do not use the simulator." + user << "Warning. Automatic shutoff and derezing protocols have been corrupted. Please call [current_map.company_name] maintenance and do not use the simulator." log_game("[key_name(usr)] emagged the Holodeck Control Computer",ckey=key_name(usr)) return 1 src.updateUsrDialog() @@ -192,7 +188,7 @@ if(!checkInteg(linkedholodeck)) damaged = 1 - loadProgram(holodeck_programs["turnoff"], 0) + loadProgram(current_map.holodeck_programs["turnoff"], 0) active = 0 use_power = 1 for(var/mob/M in range(10,src)) @@ -232,9 +228,9 @@ //Why is it called toggle if it doesn't toggle? /obj/machinery/computer/HolodeckControl/proc/togglePower(var/toggleOn = 0) if(toggleOn) - loadProgram(holodeck_programs["emptycourt"], 0) + loadProgram(current_map.holodeck_programs["emptycourt"], 0) else - loadProgram(holodeck_programs["turnoff"], 0) + loadProgram(current_map.holodeck_programs["turnoff"], 0) if(!linkedholodeck.has_gravity) linkedholodeck.gravitychange(1,linkedholodeck) @@ -327,7 +323,7 @@ /obj/machinery/computer/HolodeckControl/proc/emergencyShutdown() //Turn it back to the regular non-holographic room - loadProgram(holodeck_programs["turnoff"], 0) + loadProgram(current_map.holodeck_programs["turnoff"], 0) if(!linkedholodeck.has_gravity) linkedholodeck.gravitychange(1,linkedholodeck) @@ -338,27 +334,3 @@ /obj/machinery/computer/HolodeckControl/Exodus density = 0 linkedholodeck_area = /area/holodeck/alphadeck - -/obj/machinery/computer/HolodeckControl/Exodus/Initialize() - . = ..() - supported_programs = list( - "Empty Court" = "emptycourt", - "Basketball Court" = "basketball", - "Thunderdome Court" = "thunderdomecourt", - "Boxing Ring" = "boxingcourt", - "Beach" = "beach", - "Desert" = "desert", - "Space" = "space", - "Picnic Area" = "picnicarea", - "Snow Field" = "snowfield", - "Theatre" = "theatre", - "Meeting Hall" = "meetinghall", - "Courtroom" = "courtroom", - "Chapel" = "chapel", - "Xavier Trasen Memorial Gymnasium" = "gym" - ) - - restricted_programs = list( - "Atmospheric Burn Simulation" = "burntest", - "Wildlife Simulation" = "wildlifecarp" - ) diff --git a/code/modules/holodeck/HolodeckPrograms.dm b/code/modules/holodeck/HolodeckPrograms.dm index c6aaec906af..4ae4361a21c 100644 --- a/code/modules/holodeck/HolodeckPrograms.dm +++ b/code/modules/holodeck/HolodeckPrograms.dm @@ -1,56 +1,3 @@ -var/global/list/holodeck_programs = list( - "emptycourt" = new/datum/holodeck_program(/area/holodeck/source_emptycourt, list('sound/music/THUNDERDOME.ogg')), - "boxingcourt" = new/datum/holodeck_program(/area/holodeck/source_boxingcourt, list('sound/music/THUNDERDOME.ogg')), - "basketball" = new/datum/holodeck_program(/area/holodeck/source_basketball, list('sound/music/THUNDERDOME.ogg')), - "thunderdomecourt" = new/datum/holodeck_program(/area/holodeck/source_thunderdomecourt, list('sound/music/THUNDERDOME.ogg')), - "beach" = new/datum/holodeck_program(/area/holodeck/source_beach), - "desert" = new/datum/holodeck_program(/area/holodeck/source_desert, - list( - 'sound/effects/wind/wind_2_1.ogg', - 'sound/effects/wind/wind_2_2.ogg', - 'sound/effects/wind/wind_3_1.ogg', - 'sound/effects/wind/wind_4_1.ogg', - 'sound/effects/wind/wind_4_2.ogg', - 'sound/effects/wind/wind_5_1.ogg' - ) - ), - "snowfield" = new/datum/holodeck_program(/area/holodeck/source_snowfield, - list( - 'sound/effects/wind/wind_2_1.ogg', - 'sound/effects/wind/wind_2_2.ogg', - 'sound/effects/wind/wind_3_1.ogg', - 'sound/effects/wind/wind_4_1.ogg', - 'sound/effects/wind/wind_4_2.ogg', - 'sound/effects/wind/wind_5_1.ogg' - ) - ), - "space" = new/datum/holodeck_program(/area/holodeck/source_space, - list( - 'sound/ambience/ambispace.ogg', - 'sound/music/main.ogg', - 'sound/music/space.ogg', - 'sound/music/traitor.ogg' - ) - ), - "picnicarea" = new/datum/holodeck_program(/area/holodeck/source_picnicarea, list('sound/music/title2.ogg')), - "theatre" = new/datum/holodeck_program(/area/holodeck/source_theatre), - "meetinghall" = new/datum/holodeck_program(/area/holodeck/source_meetinghall), - "courtroom" = new/datum/holodeck_program(/area/holodeck/source_courtroom, list('sound/music/traitor.ogg')), - "burntest" = new/datum/holodeck_program(/area/holodeck/source_burntest, list()), - "wildlifecarp" = new/datum/holodeck_program(/area/holodeck/source_wildlife, list()), - "chapel" = new/datum/holodeck_program(/area/holodeck/source_chapel, - list( - 'sound/ambience/ambicha1.ogg', - 'sound/ambience/ambicha2.ogg', - 'sound/ambience/ambicha3.ogg', - 'sound/ambience/ambicha4.ogg', - 'sound/music/traitor.ogg' - ) - ), - "gym" = new/datum/holodeck_program(/area/holodeck/source_gym), - "turnoff" = new/datum/holodeck_program(/area/holodeck/source_plating, list()) - ) - /datum/holodeck_program var/target var/list/ambience = null diff --git a/code/modules/maps/reader.dm b/code/modules/maps/reader.dm index b7c44913083..3840b5745c3 100644 --- a/code/modules/maps/reader.dm +++ b/code/modules/maps/reader.dm @@ -29,21 +29,21 @@ var/global/dmm_suite/preloader/_preloader = new * 2) Read the map line by line, parsing the result (using parse_grid) * */ -/dmm_suite/load_map(dmm_file as file, x_offset as num, y_offset as num, z_offset as num, cropMap as num, measureOnly as num, no_changeturf as num) +/dmm_suite/load_map(dmm_file as file, x_offset as num, y_offset as num, z_offset as num, cropMap as num, measureOnly as num, no_changeturf as num, lower_crop_x as num, lower_crop_y as num, upper_crop_x as num, upper_crop_y as num) //How I wish for RAII Master.StartLoadingMap() space_key = null #ifdef TESTING turfsSkipped = 0 #endif - . = load_map_impl(dmm_file, x_offset, y_offset, z_offset, cropMap, measureOnly, no_changeturf) + . = load_map_impl(dmm_file, x_offset, y_offset, z_offset, cropMap, measureOnly, no_changeturf, lower_crop_x, upper_crop_x, lower_crop_y, upper_crop_y) #ifdef TESTING if(turfsSkipped) testing("Skipped loading [turfsSkipped] default turfs") #endif Master.StopLoadingMap() -/dmm_suite/proc/load_map_impl(dmm_file, x_offset, y_offset, z_offset, cropMap, measureOnly, no_changeturf) +/dmm_suite/proc/load_map_impl(dmm_file, x_offset, y_offset, z_offset, cropMap, measureOnly, no_changeturf, x_lower = -INFINITY, x_upper = INFINITY, y_lower = -INFINITY, y_upper = INFINITY) var/tfile = dmm_file//the map file we're creating if(isfile(tfile)) tfile = file2text(tfile) @@ -60,6 +60,7 @@ var/global/dmm_suite/preloader/_preloader = new var/key_len = 0 var/stored_index = 1 + while(dmmRegex.Find(tfile, stored_index)) stored_index = dmmRegex.next @@ -81,7 +82,12 @@ var/global/dmm_suite/preloader/_preloader = new if(!key_len) throw EXCEPTION("Coords before model definition in DMM") - var/xcrdStart = text2num(dmmRegex.group[3]) + x_offset - 1 + var/curr_x = text2num(dmmRegex.group[3]) + + if(curr_x < x_lower || curr_x > x_upper) + continue + + var/xcrdStart = curr_x + x_offset - 1 //position of the currently processed square var/xcrd var/ycrd = text2num(dmmRegex.group[4]) + y_offset - 1 @@ -94,9 +100,9 @@ var/global/dmm_suite/preloader/_preloader = new else world.maxz = zcrd //create a new z_level if needed if(!no_changeturf) - WARNING("Z-level expansion occurred without no_changeturf set, this may cause problems when /turf/AfterChange is called") + WARNING("Z-level expansion occurred without no_changeturf set, this may cause problems when /turf/post_change is called.") - bounds[MAP_MINX] = min(bounds[MAP_MINX], xcrdStart) + bounds[MAP_MINX] = min(bounds[MAP_MINX], Clamp(xcrdStart, x_lower, x_upper)) bounds[MAP_MINZ] = min(bounds[MAP_MINZ], zcrd) bounds[MAP_MAXZ] = max(bounds[MAP_MAXZ], zcrd) @@ -113,15 +119,15 @@ var/global/dmm_suite/preloader/_preloader = new if(gridLines.len && gridLines[gridLines.len] == "") gridLines.Cut(gridLines.len) // Remove only one blank line at the end. - bounds[MAP_MINY] = min(bounds[MAP_MINY], ycrd) + bounds[MAP_MINY] = min(bounds[MAP_MINY], Clamp(ycrd, y_lower, y_upper)) ycrd += gridLines.len - 1 // Start at the top and work down if(!cropMap && ycrd > world.maxy) if(!measureOnly) world.maxy = ycrd // Expand Y here. X is expanded in the loop below - bounds[MAP_MAXY] = max(bounds[MAP_MAXY], ycrd) + bounds[MAP_MAXY] = max(bounds[MAP_MAXY], Clamp(ycrd, y_lower, y_upper)) else - bounds[MAP_MAXY] = max(bounds[MAP_MAXY], min(ycrd, world.maxy)) + bounds[MAP_MAXY] = max(bounds[MAP_MAXY], Clamp(min(ycrd, world.maxy), y_lower, y_upper)) var/maxx = xcrdStart if(measureOnly) @@ -129,9 +135,15 @@ var/global/dmm_suite/preloader/_preloader = new maxx = max(maxx, xcrdStart + length(line) / key_len - 1) else for(var/line in gridLines) + if((ycrd - y_offset + 1) < y_lower || (ycrd - y_offset + 1) > y_upper) //Reverse operation and check if it is out of bounds of cropping. + --ycrd + continue if(ycrd <= world.maxy && ycrd >= 1) xcrd = xcrdStart for(var/tpos = 1 to length(line) - key_len + 1 step key_len) + if((xcrd - x_offset + 1) < x_lower || (xcrd - x_offset + 1) > x_upper) //Same as above. + ++xcrd + continue //X cropping. if(xcrd > world.maxx) if(cropMap) break @@ -154,7 +166,7 @@ var/global/dmm_suite/preloader/_preloader = new ++xcrd --ycrd - bounds[MAP_MAXX] = max(bounds[MAP_MAXX], cropMap ? min(maxx, world.maxx) : maxx) + bounds[MAP_MAXX] = Clamp(max(bounds[MAP_MAXX], cropMap ? min(maxx, world.maxx) : maxx), x_lower, x_upper) CHECK_TICK @@ -171,7 +183,7 @@ var/global/dmm_suite/preloader/_preloader = new /** * Fill a given tile with its area/turf/objects/mobs - * Variable model is one full map line (e.g /turf/unsimulated/wall{icon_state = "rock"},/area/mine/explored) + * Variable model is one full map line (e.g /turf/unsimulated/wall{icon_state = "rock"}, /area/mine/explored) * * WORKING : * @@ -201,7 +213,6 @@ var/global/dmm_suite/preloader/_preloader = new members = cached[1] members_attributes = cached[2] else - ///////////////////////////////////////////////////////// //Constructing members and corresponding variables lists //////////////////////////////////////////////////////// @@ -224,10 +235,11 @@ var/global/dmm_suite/preloader/_preloader = new if(!atom_def) // Skip the item if the path does not exist. Fix your crap, mappers! continue - members.Add(atom_def) + + members += atom_def //transform the variables in text format into a list (e.g {var1="derp"; var2; var3=7} => list(var1="derp", var2, var3=7)) - var/list/fields = list() + var/list/fields if(variables_start)//if there's any variable full_def = copytext(full_def,variables_start+1,length(full_def))//removing the last '}' @@ -260,10 +272,8 @@ var/global/dmm_suite/preloader/_preloader = new space_key = model_key return - modelCache[model] = list(members, members_attributes) - //////////////// //Instanciation //////////////// @@ -274,17 +284,15 @@ var/global/dmm_suite/preloader/_preloader = new //first instance the /area and remove it from the members list index = members.len if(members[index] != /area/template_noop) - var/atom/instance - _preloader.setup(members_attributes[index])//preloader for assigning set variables on atom creation var/atype = members[index] - for(var/area/A in world) - if(A.type == atype) - instance = A - break + var/atom/instance = areas_by_type[atype] + var/list/attr = members_attributes[index] + if (LAZYLEN(attr)) + _preloader.setup(attr)//preloader for assigning set variables on atom creation if(!instance) instance = new atype(null) if(crds) - instance.contents.Add(crds) + instance.contents += crds if(use_preloader && instance) _preloader.load(instance) @@ -292,7 +300,7 @@ var/global/dmm_suite/preloader/_preloader = new //then instance the /turf and, if multiple tiles are presents, simulates the DMM underlays piling effect var/first_turf_index = 1 - while(!ispath(members[first_turf_index],/turf)) //find first /turf object in members + while(!ispath(members[first_turf_index], /turf)) //find first /turf object in members first_turf_index++ //turn off base new Initialization until the whole thing is loaded @@ -323,11 +331,12 @@ var/global/dmm_suite/preloader/_preloader = new //Instance an atom at (x,y,z) and gives it the variables in attributes /dmm_suite/proc/instance_atom(path,list/attributes, turf/crds, no_changeturf) - _preloader.setup(attributes, path) + if (LAZYLEN(attributes)) + _preloader.setup(attributes, path) if(crds) if(!no_changeturf && ispath(path, /turf)) - . = crds.ChangeTurf(path, TRUE) + . = crds.ChangeTurf(path, FALSE, TRUE) else . = create_atom(path, crds)//first preloader pass @@ -343,7 +352,7 @@ var/global/dmm_suite/preloader/_preloader = new /dmm_suite/proc/create_atom(path, crds) set waitfor = FALSE . = new path (crds) - + //text trimming (both directions) helper proc //optionally removes quotes before and after the text (for variable name) /dmm_suite/proc/trim_text(what as text,trim_quotes=0) @@ -367,15 +376,39 @@ var/global/dmm_suite/preloader/_preloader = new return next_delimiter +/dmm_suite/proc/readlistitem(text as text) + //Check for string + if(findtext(text,"\"",1,2)) + . = copytext(text,2,findtext(text,"\"",3,0)) + + //Check for number + else if(isnum(text2num(text))) + . = text2num(text) + + //Check for null + else if(text == "null") + . = null + + //Check for list + else if(copytext(text,1,5) == "list") + . = readlist(copytext(text,6,length(text))) + + //Check for file + else if(copytext(text,1,2) == "'") + . = file(copytext(text,2,length(text))) + + //Check for path + else if(ispath(text2path(text))) + . = text2path(text) //build a list from variables in text form (e.g {var1="derp"; var2; var3=7} => list(var1="derp", var2, var3=7)) //return the filled list /dmm_suite/proc/readlist(text as text, delimiter=",") - var/list/to_return = list() var/position var/old_position = 1 + var/list_index = 1 do //find next delimiter that is not within "..." @@ -389,35 +422,11 @@ var/global/dmm_suite/preloader/_preloader = new if(equal_position)//associative var, so do the association var/trim_right = trim_text(copytext(text,equal_position+1,position))//the content of the variable - - //Check for string - if(findtext(trim_right,"\"",1,2)) - trim_right = copytext(trim_right,2,findtext(trim_right,"\"",3,0)) - - //Check for number - else if(isnum(text2num(trim_right))) - trim_right = text2num(trim_right) - - //Check for null - else if(trim_right == "null") - trim_right = null - - //Check for list - else if(copytext(trim_right,1,5) == "list") - trim_right = readlist(copytext(trim_right,6,length(trim_right))) - - //Check for file - else if(copytext(trim_right,1,2) == "'") - trim_right = file(copytext(trim_right,2,length(trim_right))) - - //Check for path - else if(ispath(text2path(trim_right))) - trim_right = text2path(trim_right) - - to_return[trim_left] = trim_right - - else//simple var - to_return[trim_left] = null + to_return[trim_left] = readlistitem(trim_right) + list_index++ + else if (length(trim_left)) //simple var + to_return.len++ + to_return[list_index++] = readlistitem(trim_left) while(position != 0) @@ -437,7 +446,7 @@ var/global/dmm_suite/preloader/_preloader = new var/target_path /dmm_suite/preloader/proc/setup(list/the_attributes, path) - if(the_attributes.len) + if(LAZYLEN(the_attributes)) use_preloader = TRUE attributes = the_attributes target_path = path @@ -452,6 +461,8 @@ var/global/dmm_suite/preloader/_preloader = new /area/template_noop name = "Area Passthrough" + icon_state = "space" /turf/template_noop name = "Turf Passthrough" + icon_state = "noop" diff --git a/code/modules/mining/mine_items.dm b/code/modules/mining/mine_items.dm index c4d2706459a..23ea1a5166b 100644 --- a/code/modules/mining/mine_items.dm +++ b/code/modules/mining/mine_items.dm @@ -740,7 +740,7 @@ for(var/obj/item/device/radio/beacon/B in teleportbeacons) var/turf/T = get_turf(B) - if(T.z in config.station_levels) + if(T.z in current_map.station_levels) destinations += B return destinations diff --git a/code/modules/mining/minebot.dm b/code/modules/mining/minebot.dm index ec482872e59..633056eb2e7 100644 --- a/code/modules/mining/minebot.dm +++ b/code/modules/mining/minebot.dm @@ -51,7 +51,7 @@ if(!jetpack) jetpack = new /obj/item/weapon/tank/jetpack/carbondioxide/synthetic(src) - flavor_text = "It's a tiny little mining drone. The casing is stamped with an corporate logo and the subscript: '[company_name] Automated Pickaxe!'" + flavor_text = "It's a tiny little mining drone. The casing is stamped with an corporate logo and the subscript: '[current_map.company_name] Automated Pickaxe!'" playsound(src.loc, 'sound/machines/twobeep.ogg', 50, 0) /mob/living/silicon/robot/drone/mining/request_player() diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 1cf6060f4ce..e776b67afd1 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -473,7 +473,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp return var/turf/T = get_turf(src) - if(!T || (T.z in config.admin_levels)) + if(!T || (T.z in current_map.admin_levels)) src << "You may not spawn as a mouse on this Z-level." return diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index a9a147108e0..8b1ec44e6d6 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -421,12 +421,12 @@ var/list/ai_verbs_default = list( if(emergency_message_cooldown) usr << "Arrays recycling. Please stand by." return - var/input = sanitize(input(usr, "Please choose a message to transmit to [boss_short] via quantum entanglement. Please be aware that this process is very expensive, and abuse will lead to... termination. Transmission does not guarantee a response. There is a 30 second delay before you may send another message, be clear, full and concise.", "To abort, send an empty message.", "")) + var/input = sanitize(input(usr, "Please choose a message to transmit to [current_map.boss_short] via quantum entanglement. Please be aware that this process is very expensive, and abuse will lead to... termination. Transmission does not guarantee a response. There is a 30 second delay before you may send another message, be clear, full and concise.", "To abort, send an empty message.", "")) if(!input) return Centcomm_announce(input, usr) usr << "Message transmitted." - log_say("[key_name(usr)] has made an IA [boss_short] announcement: [input]",ckey=key_name(usr)) + log_say("[key_name(usr)] has made an AI [current_map.boss_short] announcement: [input]",ckey=key_name(usr)) emergency_message_cooldown = 1 spawn(300) emergency_message_cooldown = 0 diff --git a/code/modules/mob/living/silicon/ai/malf.dm b/code/modules/mob/living/silicon/ai/malf.dm index 275d02acac6..2e811aa265b 100644 --- a/code/modules/mob/living/silicon/ai/malf.dm +++ b/code/modules/mob/living/silicon/ai/malf.dm @@ -62,7 +62,7 @@ // Off-Station APCs should not count towards CPU generation. for(var/obj/machinery/power/apc/A in hacked_apcs) - if(A.z in config.station_levels) + if(A.z in current_map.station_levels) cpu_gain += 0.004 cpu_storage += 10 diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index 835b766b116..edd0bdf8fc8 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -133,7 +133,7 @@ if(!laws) laws = new law_type if(!module) module = new module_type(src) - flavor_text = "It's a tiny little repair drone. The casing is stamped with an corporate logo and the subscript: '[company_name] Recursive Repair Systems: Fixing Tomorrow's Problem, Today!'" + flavor_text = "It's a tiny little repair drone. The casing is stamped with an corporate logo and the subscript: '[current_map.company_name] Recursive Repair Systems: Fixing Tomorrow's Problem, Today!'" playsound(src.loc, 'sound/machines/twobeep.ogg', 50, 0) //Redefining some robot procs... diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 0766010e911..1e5108d610a 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -743,6 +743,7 @@ if(.) if(statpanel("Status") && SSticker.current_state != GAME_STATE_PREGAME) stat("Game ID", game_id) + stat("Map", current_map.full_name) stat("Station Time", worldtime2text()) stat("Round Duration", round_duration()) stat("Last Transfer Vote", SSvote.last_transfer_vote ? time2text(SSvote.last_transfer_vote, "hh:mm") : "Never") diff --git a/code/modules/mob/new_player/login.dm b/code/modules/mob/new_player/login.dm index 413bf21edd9..e2ebe993a95 100644 --- a/code/modules/mob/new_player/login.dm +++ b/code/modules/mob/new_player/login.dm @@ -8,14 +8,16 @@ /obj/effect/lobby_image/New() ..() + if (current_map.lobby_icon) + icon = current_map.lobby_icon var/list/known_icon_states = icon_states(icon) - for(var/lobby_screen in config.lobby_screens) + for(var/lobby_screen in current_map.lobby_screens) if(!(lobby_screen in known_icon_states)) error("Lobby screen '[lobby_screen]' did not exist in the icon set [icon].") - config.lobby_screens -= lobby_screen + current_map.lobby_screens -= lobby_screen - if(config.lobby_screens.len) - icon_state = pick(config.lobby_screens) + if(current_map.lobby_screens.len) + icon_state = pick(current_map.lobby_screens) else icon_state = known_icon_states[1] diff --git a/code/modules/modular_computers/file_system/programs/antagonist/hacked_camera.dm b/code/modules/modular_computers/file_system/programs/antagonist/hacked_camera.dm index 2be308c1524..63af119109c 100644 --- a/code/modules/modular_computers/file_system/programs/antagonist/hacked_camera.dm +++ b/code/modules/modular_computers/file_system/programs/antagonist/hacked_camera.dm @@ -17,7 +17,7 @@ var/datum/nano_module/camera_monitor/hacked/HNM = NM // The program is active and connected to one of the station's networks. Has a very small chance to trigger IDS alarm every tick. - if(HNM.current_network && (HNM.current_network in station_networks) && prob(0.1)) + if(HNM.current_network && (HNM.current_network in current_map.station_networks) && prob(0.1)) if(ntnet_global.intrusion_detection_enabled) ntnet_global.add_log("IDS WARNING - Unauthorised access detected to camera network [HNM.current_network] by device with NID [computer.network_card.get_network_tag()]") ntnet_global.intrusion_detection_alarm = 1 diff --git a/code/modules/modular_computers/file_system/programs/command/comm.dm b/code/modules/modular_computers/file_system/programs/command/comm.dm index a34d7c5d5ba..cb08ceb4e36 100644 --- a/code/modules/modular_computers/file_system/programs/command/comm.dm +++ b/code/modules/modular_computers/file_system/programs/command/comm.dm @@ -73,7 +73,7 @@ data["state"] = current_status data["isAI"] = issilicon(usr) data["authenticated"] = is_autenthicated(user) - data["boss_short"] = boss_short + data["boss_short"] = current_map.boss_short data["current_security_level"] = security_level data["current_security_level_title"] = num2seclevel(security_level) @@ -180,13 +180,13 @@ usr <<"No Emergency Bluespace Relay detected. Unable to transmit message." SSnanoui.update_uis(src) return - var/input = sanitize(input("Please choose a message to transmit to [boss_short] via quantum entanglement. Please be aware that this process is very expensive, and abuse will lead to... termination. Transmission does not guarantee a response. There is a 30 second delay before you may send another message, be clear, full and concise.", "To abort, send an empty message.", "") as null|text) + var/input = sanitize(input("Please choose a message to transmit to [current_map.boss_short] via quantum entanglement. Please be aware that this process is very expensive, and abuse will lead to... termination. Transmission does not guarantee a response. There is a 30 second delay before you may send another message, be clear, full and concise.", "To abort, send an empty message.", "") as null|text) if(!input || !can_still_topic()) SSnanoui.update_uis(src) return Centcomm_announce(input, usr) usr << "Message transmitted." - log_say("[key_name(usr)] has made an IA [boss_short] announcement: [input]",ckey=key_name(usr)) + log_say("[key_name(usr)] has made an IA [current_map.boss_short] announcement: [input]",ckey=key_name(usr)) centcomm_message_cooldown = 1 spawn(300) //30 second cooldown centcomm_message_cooldown = 0 @@ -369,7 +369,7 @@ Command action procs return 0 if(deathsquad.deployed) - user << "[boss_short] will not allow the shuttle to be called. Consider all contracts terminated." + user << "[current_map.boss_short] will not allow the shuttle to be called. Consider all contracts terminated." return 0 if(emergency_shuttle.deny_shuttle) @@ -381,7 +381,7 @@ Command action procs return 0 if(emergency_shuttle.going_to_centcom()) - user << "The emergency shuttle may not be called while returning to [boss_short]." + user << "The emergency shuttle may not be called while returning to [current_map.boss_short]." return 0 if(emergency_shuttle.online()) @@ -403,7 +403,7 @@ Command action procs return if(emergency_shuttle.going_to_centcom()) - user << "The shuttle may not be called while returning to [boss_short]." + user << "The shuttle may not be called while returning to [current_map.boss_short]." return if(emergency_shuttle.online()) @@ -413,11 +413,11 @@ Command action procs // if force is 0, some things may stop the shuttle call if(!force) if(emergency_shuttle.deny_shuttle) - user << "[boss_short] does not currently have a shuttle available in your sector. Please try again later." + user << "[current_map.boss_short] does not currently have a shuttle available in your sector. Please try again later." return if(deathsquad.deployed == 1) - user << "[boss_short] will not allow the shuttle to be called. Consider all contracts terminated." + user << "[current_map.boss_short] will not allow the shuttle to be called. Consider all contracts terminated." return if(world.time < 54000) // 30 minute grace period to let the game get going diff --git a/code/modules/modular_computers/file_system/programs/security/camera.dm b/code/modules/modular_computers/file_system/programs/security/camera.dm index ef620f07a29..0776b14f84b 100644 --- a/code/modules/modular_computers/file_system/programs/security/camera.dm +++ b/code/modules/modular_computers/file_system/programs/security/camera.dm @@ -3,6 +3,10 @@ if(!network) return 0 + . = current_map.get_network_access(network) + if (.) + return + switch(network) if(NETWORK_THUNDER) return 0 @@ -45,11 +49,13 @@ data["current_network"] = current_network var/list/all_networks[0] - for(var/network in station_networks) - all_networks.Add(list(list( - "tag" = network, - "has_access" = can_access_network(user, get_camera_access(network)) - ))) + for(var/network in current_map.station_networks) + all_networks += list( + list( + "tag" = network, + "has_access" = can_access_network(user, get_camera_access(network)) + ) + ) all_networks = modify_networks_list(all_networks) diff --git a/code/modules/modular_computers/hardware/network_card.dm b/code/modules/modular_computers/hardware/network_card.dm index 97efe50f3ae..3655556b3e9 100644 --- a/code/modules/modular_computers/hardware/network_card.dm +++ b/code/modules/modular_computers/hardware/network_card.dm @@ -77,7 +77,7 @@ var/global/ntnet_card_uid = 1 if(holder2) var/turf/T = get_turf(holder2) - if((T && istype(T)) && T.z in config.station_levels) + if((T && istype(T)) && T.z in current_map.station_levels) // Computer is on station. Low/High signal depending on what type of network card you have if(long_range) return 2 diff --git a/code/modules/multiz/basic.dm b/code/modules/multiz/basic.dm index 0ed4e5364a5..dbd6e6276b8 100644 --- a/code/modules/multiz/basic.dm +++ b/code/modules/multiz/basic.dm @@ -4,12 +4,19 @@ var/z_levels = 0 // Each bit represents a connection between adjacent levels. S // If the height is more than 1, we mark all contained levels as connected. /obj/effect/landmark/map_data/New() + SSatlas.height_markers += src + +/obj/effect/landmark/map_data/proc/setup() ASSERT(height <= z) // Due to the offsets of how connections are stored v.s. how z-levels are indexed, some magic number silliness happened. for(var/i = (z - height) to (z - 2)) z_levels |= (1 << i) qdel(src) +/obj/effect/landmark/map_data/Destroy() + SSatlas.height_markers -= src + return ..() + // The storage of connections between adjacent levels means some bitwise magic is needed. /proc/HasAbove(var/z) if(z >= world.maxz || z > 16 || z < 1) @@ -50,4 +57,4 @@ proc/AreConnectedZLevels(var/zA, var/zB) else if (dir == DOWN) . = GetBelow(ref) else - . = get_step(ref, dir) \ No newline at end of file + . = get_step(ref, dir) diff --git a/code/modules/multiz/pipes.dm b/code/modules/multiz/pipes.dm index 6a3319154b3..995e45e1ef9 100644 --- a/code/modules/multiz/pipes.dm +++ b/code/modules/multiz/pipes.dm @@ -28,9 +28,7 @@ level = 1 -/obj/machinery/atmospherics/pipe/zpipe/New() - ..() - +/obj/machinery/atmospherics/pipe/zpipe/Initialize() icon = null switch(dir) @@ -50,6 +48,8 @@ initialize_directions = EAST if(SOUTHWEST) initialize_directions = SOUTH + + . = ..() /obj/machinery/atmospherics/pipe/zpipe/Entered(mob/living/M) @@ -60,7 +60,7 @@ /obj/machinery/atmospherics/pipe/zpipe/hide(var/i) if(istype(loc, /turf/simulated)) invisibility = i ? 101 : 0 - update_icon() + queue_icon_update() /obj/machinery/atmospherics/pipe/zpipe/machinery_process() if(!parent) //This should cut back on the overhead calling build_network thousands of times per cycle diff --git a/code/modules/nano/interaction/default.dm b/code/modules/nano/interaction/default.dm index e682ea55288..51eacc17548 100644 --- a/code/modules/nano/interaction/default.dm +++ b/code/modules/nano/interaction/default.dm @@ -40,7 +40,7 @@ // Prevents the AI from using Topic on admin levels (by for example viewing through the court/thunderdome cameras) // unless it's on the same level as the object it's interacting with. var/turf/T = get_turf(src_object) - if(!T || !(z == T.z || (T.z in config.player_levels))) + if(!T || !(z == T.z || (T.z in current_map.player_levels))) return STATUS_CLOSE // If an object is in view then we can interact with it diff --git a/code/modules/nano/modules/crew_monitor.dm b/code/modules/nano/modules/crew_monitor.dm index 8fff2db3739..85489845080 100644 --- a/code/modules/nano/modules/crew_monitor.dm +++ b/code/modules/nano/modules/crew_monitor.dm @@ -23,10 +23,9 @@ data["isAI"] = isAI(user) data["crewmembers"] = list() data["signal"] = 1 - for(var/z_level in map_levels) + for(var/z_level in current_map.map_levels) data["crewmembers"] += crew_repository.health_data(z_level) - ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open) if(!ui) ui = new(user, src, ui_key, "crew_monitor.tmpl", "Crew Monitoring Computer", 900, 800, state = state) diff --git a/code/modules/nano/nanoui.dm b/code/modules/nano/nanoui.dm index 8120d39ba3d..a2744ab84f6 100644 --- a/code/modules/nano/nanoui.dm +++ b/code/modules/nano/nanoui.dm @@ -187,7 +187,7 @@ nanoui is used to open and update nano browser uis "showMap" = show_map, "mapName" = "Aurora", "mapZLevel" = map_z_level, - "mapZLevels" = map_levels, + "mapZLevels" = current_map.map_levels, "user" = list("name" = user.name) ) return config_data @@ -491,7 +491,7 @@ nanoui is used to open and update nano browser uis if(href_list["mapZLevel"]) var/map_z = (text2num(href_list["mapZLevel"])) - if(map_z in map_levels) + if(map_z in current_map.map_levels) set_map_z_level(map_z) map_update = 1 else diff --git a/code/modules/paperwork/faxmachine.dm b/code/modules/paperwork/faxmachine.dm index 6ce3a419196..689cb19d89a 100644 --- a/code/modules/paperwork/faxmachine.dm +++ b/code/modules/paperwork/faxmachine.dm @@ -2,7 +2,7 @@ var/list/obj/machinery/photocopier/faxmachine/allfaxes = list() var/list/arrived_faxes = list() //cache for faxes that have been sent to the admins var/list/sent_faxes = list() //cache for faxes that have been sent by the admins var/list/alldepartments = list() -var/list/admin_departments = list("[boss_name]", "Tau Ceti Government", "Supply") +var/list/admin_departments /obj/machinery/photocopier/faxmachine name = "fax machine" @@ -20,8 +20,6 @@ var/list/admin_departments = list("[boss_name]", "Tau Ceti Government", "Supply" var/static/const/broadcastfax_cooldown = 3000 var/static/const/broadcast_departments = "Stationwide broadcast (WARNING)" - var/static/list/admin_departments = list("Central Command", "Tau Ceti Government") - var/obj/item/weapon/card/id/scan = null // identification var/authenticated = 0 var/sendtime = 0 // Time when fax was sent @@ -32,10 +30,10 @@ var/list/admin_departments = list("[boss_name]", "Tau Ceti Government", "Supply" var/list/obj/item/device/pda/alert_pdas = list() //A list of PDAs to alert upon arrival of the fax. -/obj/machinery/photocopier/faxmachine/New() - ..() +/obj/machinery/photocopier/faxmachine/Initialize() + . = ..() allfaxes += src - if(!destination) destination = "[boss_name]" + if(!destination) destination = "[current_map.boss_name]" if( !(("[department]" in alldepartments) || ("[department]" in admin_departments)) ) alldepartments |= department @@ -61,7 +59,7 @@ var/list/admin_departments = list("[boss_name]", "Tau Ceti Government", "Supply" dat += "
    " if(authenticated) - dat += "Logged in to: [boss_name] Quantum Entanglement Network

    " + dat += "Logged in to: [current_map.boss_name] Quantum Entanglement Network

    " if(copyitem) dat += "Remove Item

    " @@ -301,16 +299,14 @@ var/list/admin_departments = list("[boss_name]", "Tau Ceti Government", "Supply" visible_message("[src] beeps, \"Error transmitting message.\"") return - rcvdcopy.loc = null //hopefully this shouldn't cause trouble + rcvdcopy.forceMove(null) //hopefully this shouldn't cause trouble arrived_faxes += rcvdcopy //message badmins that a fax has arrived - switch(destination) - if (boss_name) - message_admins(sender, "[uppertext(boss_short)] FAX", rcvdcopy, "CentcommFaxReply", "#006100") - if ("Tau Ceti Government") - message_admins(sender, "TAU CETI GOVERNMENT FAX", rcvdcopy, "CentcommFaxReply", "#1F66A0") - //message_admins(sender, "TAU CETi GOVERNMENT FAX", rcvdcopy, "TauCetiGovFaxReply", "#1F66A0") + if (destination == current_map.boss_name) + message_admins(sender, "[uppertext(current_map.boss_short)] FAX", rcvdcopy, "CentcommFaxReply", "#006100") + else if (destination == "[current_map.system_name] Government") + message_admins(sender, "[uppertext(current_map.system_name)] GOVERNMENT FAX", rcvdcopy, "CentcommFaxReply", "#1F66A0") set_cooldown(adminfax_cooldown) spawn(50) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 29f5be3407c..0c0af64781e 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -201,7 +201,7 @@ . = ..() on = has_power() - if (mapload && loc && !(z in config.admin_levels)) + if (mapload && loc && !(z in current_map.admin_levels)) switch(fitting) if("tube") if(prob(2)) diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm index 768b9ce165f..f1d3fd386b2 100644 --- a/code/modules/power/smes.dm +++ b/code/modules/power/smes.dm @@ -404,7 +404,7 @@ failure_timer = max(failure_timer, duration) /obj/machinery/power/smes/proc/ion_act() - if(src.z in config.station_levels) + if(src.z in current_map.station_levels) if(prob(1)) //explosion for(var/mob/M in viewers(src)) M.show_message("The [src.name] is making strange noises!", 3, "You hear sizzling electronics.", 2) diff --git a/code/modules/research/xenoarchaeology/chemistry.dm b/code/modules/research/xenoarchaeology/chemistry.dm index b62e38182b8..90a0f400f22 100644 --- a/code/modules/research/xenoarchaeology/chemistry.dm +++ b/code/modules/research/xenoarchaeology/chemistry.dm @@ -26,7 +26,7 @@ obj/item/weapon/reagent_containers/glass/solution_tray/attackby(obj/item/weapon/ name = "solution tray box" icon_state = "solution_trays" - New() + fill() ..() new /obj/item/weapon/reagent_containers/glass/solution_tray( src ) new /obj/item/weapon/reagent_containers/glass/solution_tray( src ) @@ -38,53 +38,45 @@ obj/item/weapon/reagent_containers/glass/solution_tray/attackby(obj/item/weapon/ /obj/item/weapon/reagent_containers/glass/beaker/tungsten name = "beaker 'tungsten'" - New() - ..() + Initialize() + . = ..() reagents.add_reagent("tungsten",50) update_icon() /obj/item/weapon/reagent_containers/glass/beaker/oxygen name = "beaker 'oxygen'" - New() - ..() + Initialize() + . = ..() reagents.add_reagent("acetone",50) update_icon() /obj/item/weapon/reagent_containers/glass/beaker/sodium name = "beaker 'sodium'" - New() - ..() + Initialize() + . = ..() reagents.add_reagent("sodium",50) update_icon() /obj/item/weapon/reagent_containers/glass/beaker/lithium name = "beaker 'lithium'" - New() - ..() + Initialize() + . = ..() reagents.add_reagent("lithium",50) update_icon() /obj/item/weapon/reagent_containers/glass/beaker/water name = "beaker 'water'" - New() - ..() - reagents.add_reagent("water",50) - update_icon() - -/obj/item/weapon/reagent_containers/glass/beaker/water - name = "beaker 'water'" - - New() - ..() + Initialize() + . = ..() reagents.add_reagent("water",50) update_icon() /obj/item/weapon/reagent_containers/glass/beaker/fuel name = "beaker 'fuel'" - New() - ..() + Initialize() + . = ..() reagents.add_reagent("fuel",50) update_icon() diff --git a/code/modules/security levels/security levels.dm b/code/modules/security levels/security levels.dm index c3b53b33537..9af6ee96500 100644 --- a/code/modules/security levels/security levels.dm +++ b/code/modules/security levels/security levels.dm @@ -55,7 +55,7 @@ var/newlevel = get_security_level() for(var/obj/machinery/firealarm/FA in SSmachinery.processing_machines) - if(FA.z in config.contact_levels) + if(FA.z in current_map.contact_levels) FA.set_security_level(newlevel) diff --git a/code/modules/shuttles/shuttle_emergency.dm b/code/modules/shuttles/shuttle_emergency.dm index 3dae53a745a..e11817a56cb 100644 --- a/code/modules/shuttles/shuttle_emergency.dm +++ b/code/modules/shuttles/shuttle_emergency.dm @@ -27,10 +27,14 @@ if (origin == area_station) //leaving the station emergency_shuttle.departed = 1 + var/list/replacements = list( + "%ETA%" = round(emergency_shuttle.estimate_arrival_time()/60,1), + "%dock%" = current_map.dock_name + ) if (emergency_shuttle.evac) - priority_announcement.Announce("The Emergency Shuttle has left the station. Estimate [round(emergency_shuttle.estimate_arrival_time()/60,1)] minutes until the shuttle docks at [dock_name].") + priority_announcement.Announce(replacemany(current_map.emergency_shuttle_leaving_dock, replacements)) else - priority_announcement.Announce("The Crew Transfer Shuttle has left the station. Estimate [round(emergency_shuttle.estimate_arrival_time()/60,1)] minutes until the shuttle docks at [dock_name].") + priority_announcement.Announce(replacemany(current_map.shuttle_leaving_dock, replacements)) /datum/shuttle/ferry/emergency/can_launch(var/user) if (istype(user, /obj/machinery/computer/shuttle_control/emergency)) @@ -183,9 +187,9 @@ if (shuttle.in_use) shuttle_status = "Busy." else if (!shuttle.location) - shuttle_status = "Standing-by at [station_name]." + shuttle_status = "Standing-by at [current_map.station_name]." else - shuttle_status = "Standing-by at [dock_name]." + shuttle_status = "Standing-by at [current_map.dock_name]." if(WAIT_LAUNCH, FORCE_LAUNCH) shuttle_status = "Shuttle has recieved command and will depart shortly." if(WAIT_ARRIVE) diff --git a/code/modules/shuttles/shuttle_specops.dm b/code/modules/shuttles/shuttle_specops.dm index 355af97f10a..8cbbebba2bc 100644 --- a/code/modules/shuttles/shuttle_specops.dm +++ b/code/modules/shuttles/shuttle_specops.dm @@ -62,7 +62,7 @@ var/obj/machinery/computer/C = user if(world.time <= reset_time) - C.visible_message("[boss_name] will not allow the Special Operations shuttle to launch yet.") + C.visible_message("[current_map.boss_name] will not allow the Special Operations shuttle to launch yet.") if (((world.time - reset_time)/10) > 60) C.visible_message("[-((world.time - reset_time)/10)/60] minutes remain!") else @@ -93,12 +93,12 @@ if (!location) //just arrived home for(var/turf/T in get_area_turfs(destination)) var/mob/M = locate(/mob) in T - M << "You have arrived at [boss_name]. Operation has ended!" + M << "You have arrived at [current_map.boss_name]. Operation has ended!" else //just left for the station launch_mauraders() for(var/turf/T in get_area_turfs(destination)) var/mob/M = locate(/mob) in T - M << "You have arrived at [station_name]. Commence operation!" + M << "You have arrived at [current_map.station_name]. Commence operation!" var/obj/machinery/light/small/readylight/light = locate() in T if(light) light.set_state(1) diff --git a/code/modules/shuttles/shuttles_multi.dm b/code/modules/shuttles/shuttles_multi.dm index 19fd6ab03ed..445a0f173db 100644 --- a/code/modules/shuttles/shuttles_multi.dm +++ b/code/modules/shuttles/shuttles_multi.dm @@ -59,14 +59,14 @@ if(cloaked || isnull(departure_message)) return - command_announcement.Announce(departure_message,(announcer ? announcer : "[boss_name]")) + command_announcement.Announce(departure_message,(announcer ? announcer : "[current_map.boss_name]")) /datum/shuttle/multi_shuttle/proc/announce_arrival() if(cloaked || isnull(arrival_message)) return - command_announcement.Announce(arrival_message,(announcer ? announcer : "[boss_name]")) + command_announcement.Announce(arrival_message,(announcer ? announcer : "[current_map.boss_name]")) /obj/machinery/computer/shuttle_control/multi diff --git a/code/modules/spells/spell_code.dm b/code/modules/spells/spell_code.dm index 0451ce3dc5a..d62bff3e3a5 100644 --- a/code/modules/spells/spell_code.dm +++ b/code/modules/spells/spell_code.dm @@ -204,7 +204,7 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now if(!user_turf) user << "You cannot cast spells in null space!" - if(spell_flags & Z2NOCAST && (user_turf.z in config.admin_levels)) //Certain spells are not allowed on the centcomm zlevel + if(spell_flags & Z2NOCAST && (user_turf.z in current_map.admin_levels)) //Certain spells are not allowed on the centcomm zlevel return 0 if(spell_flags & CONSTRUCT_CHECK) diff --git a/code/modules/supermatter/supermatter.dm b/code/modules/supermatter/supermatter.dm index 1af5b2627fc..8fd528e5581 100644 --- a/code/modules/supermatter/supermatter.dm +++ b/code/modules/supermatter/supermatter.dm @@ -166,8 +166,8 @@ /obj/machinery/power/supermatter/get_transit_zlevel() //don't send it back to the station -- most of the time if(prob(99)) - var/list/candidates = accessible_z_levels.Copy() - for(var/zlevel in config.station_levels) + var/list/candidates = current_map.accessible_z_levels.Copy() + for(var/zlevel in current_map.station_levels) candidates.Remove("[zlevel]") candidates.Remove("[src.z]") diff --git a/code/modules/telesci/telesci_computer.dm b/code/modules/telesci/telesci_computer.dm index 263babd15cb..a48e0605680 100644 --- a/code/modules/telesci/telesci_computer.dm +++ b/code/modules/telesci/telesci_computer.dm @@ -267,9 +267,9 @@ telefail() temp_msg = "ERROR!
    Elevation is less than 1 or greater than 90." return - if(z_co in config.admin_levels) + if(z_co in current_map.admin_levels) telefail() - temp_msg = "ERROR! Sector is invalid! Valid sectors are [english_list(config.player_levels)]." + temp_msg = "ERROR! Sector is invalid! Valid sectors are [english_list(current_map.player_levels)]." return if(teles_left > 0) doteleport(user) diff --git a/code/unit_tests/map_tests.dm b/code/unit_tests/map_tests.dm index 338745c06c8..bf3f6e345a1 100644 --- a/code/unit_tests/map_tests.dm +++ b/code/unit_tests/map_tests.dm @@ -17,57 +17,36 @@ datum/unit_test/apc_area_test/start_test() var/list/bad_areas = list() var/area_test_count = 0 + if (!current_map) + return + // This is formatted strangely because it fails the indentation test if it's formatted properly. // ¯\_(ツ)_/¯ - var/list/exempt_areas = typesof(/area/space - ,/area/syndicate_station - ,/area/skipjack_station - ,/area/solar - ,/area/shuttle - ,/area/holodeck - ,/area/supply/station - ,/area/wizard_station - ,/area/tdome - ,/area/centcom - ,/area/syndicate_mothership - ,/area/beach - ,/area/prison - ,/area/supply/dock - ) + var/list/exempt_areas = typecacheof(current_map.ut_environ_exempt_areas) + var/list/exempt_from_atmos = typecacheof(current_map.ut_atmos_exempt_areas) + var/list/exempt_from_apc = typecacheof(current_map.ut_apc_exempt_areas) - var/list/exempt_from_atmos = typesof(/area/maintenance - ,/area/storage - ,/area/engineering/atmos/storage - ,/area/rnd/test_area - ,/area/construction - ,/area/server - ) - - var/list/exempt_from_apc = typesof(/area/construction - ,/area/medical/genetics - ) - - for(var/area/A in world) - if(A.z in config.station_levels && !(A.type in exempt_areas)) + for(var/area/A in typecache_filter_list_reverse(all_areas, exempt_areas)) + if(A.z in current_map.station_levels) area_test_count++ var/area_good = 1 var/bad_msg = "[ascii_red]--------------- [A.name]([A.type])" - if(isnull(A.apc) && !(A.type in exempt_from_apc)) + if(!A.apc && !is_type_in_typecache(A, exempt_from_apc)) log_unit_test("[bad_msg] lacks an APC.[ascii_reset]") area_good = 0 - if(!A.air_scrub_info.len && !(A.type in exempt_from_atmos)) + if(!A.air_scrub_info.len && !is_type_in_typecache(A, exempt_from_atmos)) log_unit_test("[bad_msg] lacks an Air scrubber.[ascii_reset]") area_good = 0 - if(!A.air_vent_info.len && !(A.type in exempt_from_atmos)) + if(!A.air_vent_info.len && !is_type_in_typecache(A, exempt_from_atmos)) log_unit_test("[bad_msg] lacks an Air vent.[ascii_reset]") area_good = 0 if(!area_good) - bad_areas.Add(A) + bad_areas += A if(bad_areas.len) fail("\[[bad_areas.len]/[area_test_count]\]Some areas lacked APCs, Air Scrubbers, or Air vents.") @@ -91,7 +70,7 @@ datum/unit_test/wire_test/start_test() for(C in world) T = get_turf(C) - if(T && T.z in config.station_levels) + if(T && T.z in current_map.station_levels) cable_turfs |= get_turf(C) for(T in cable_turfs) @@ -153,7 +132,7 @@ datum/unit_test/wire_test/start_test() var/ladders_blocked = 0 for (var/obj/structure/ladder/ladder in world) - if (ladder.z in config.admin_levels) + if (ladder.z in current_map.admin_levels) continue ladders_total++ diff --git a/code/unit_tests/mob_tests.dm b/code/unit_tests/mob_tests.dm index e0fd197c7a2..9a11f60d3f5 100644 --- a/code/unit_tests/mob_tests.dm +++ b/code/unit_tests/mob_tests.dm @@ -137,6 +137,7 @@ datum/unit_test/mob_damage/start_test() if(isnull(test)) fail("Check Runtimed in Mob creation") + return 0 if(test["result"] == FAILURE) fail(test["msg"]) diff --git a/code/unit_tests/ss_test.dm b/code/unit_tests/ss_test.dm index 4ceb9dc4bee..a6a68900162 100644 --- a/code/unit_tests/ss_test.dm +++ b/code/unit_tests/ss_test.dm @@ -23,7 +23,7 @@ world.save_mode("extended") - for (var/thing in subtypesof(/datum/unit_test)) + for (var/thing in subtypesof(/datum/unit_test) - typecacheof(current_map.excluded_test_types)) var/datum/unit_test/D = new thing if(findtext(D.name, "template")) qdel(D) diff --git a/code/unit_tests/zas_tests.dm b/code/unit_tests/zas_tests.dm index 6c08e6da3f0..9d4d534f87f 100644 --- a/code/unit_tests/zas_tests.dm +++ b/code/unit_tests/zas_tests.dm @@ -127,12 +127,6 @@ datum/unit_test/zas_area_test/ name = "ZAS: Cargo Maintenance" area_path = /area/maintenance/cargo -datum/unit_test/zas_area_test/incinerator - name = "ZAS: Incinerator" - area_path = /area/maintenance/incinerator - disabled = 1 - why_disabled = "Scrubber pulls air, this area cannot be tested." - datum/unit_test/zas_area_test/virology name = "ZAS: Virology" area_path = /area/medical/virology @@ -141,17 +135,6 @@ datum/unit_test/zas_area_test/xenobio name = "ZAS: Xenobiology" area_path = /area/rnd/xenobiology -/* Hey, this area doesn't exist on the Aurora II. -datum/unit_test/zas_area_test/research_maint_starboard - name = "ZAS: Research Starboard Maintenance" - area_path = /area/maintenance/research_starboard - - Nor does this one. -datum/unit_test/zas_area_test/west_hall_mining_outpost - name = "ZAS: Mining outpost West Hallway" - area_path = /area/outpost/mining_main/west_hall -*/ - /* datum/unit_test/zas_area_test/mining_area name = "ZAS: Mining Area (Vacuum)" @@ -172,9 +155,7 @@ datum/unit_test/zas_area_test/ datum/unit_test/zas_supply_shuttle_moved name = "ZAS: Supply Shuttle (When Moved)" - async=1 // We're moving the shuttle using built in procs. - disabled = 1 - why_disabled = "This test has not been updated for newmap." + async = TRUE // We're moving the shuttle using built in procs. var/datum/shuttle/ferry/supply/Shuttle = null diff --git a/code/world.dm b/code/world.dm index 2c4f4b1bf95..c4df35bce2c 100644 --- a/code/world.dm +++ b/code/world.dm @@ -56,6 +56,8 @@ var/global/datum/global_init/init = new () area = /area/space view = "15x15" cache_lifespan = 0 //stops player uploaded stuff from being kept in the rsc past the current session + maxx = 32 // So that we don't get map-window-popin at boot. DMMS will expand this. + maxy = 32 #define RECOMMENDED_VERSION 510 @@ -84,8 +86,6 @@ var/global/datum/global_init/init = new () load_mods() //end-emergency fix - src.update_status() - . = ..() #ifdef UNIT_TEST diff --git a/config/example/config.txt b/config/example/config.txt index c7db3c67665..abb53117325 100644 --- a/config/example/config.txt +++ b/config/example/config.txt @@ -319,21 +319,6 @@ CHARACTER_SLOTS 10 ## Uncomment to use overmap system for zlevel travel #USE_OVERMAP -## Defines which Z-levels the station exists on. Only set if you need to change the defaults. -#STATION_LEVELS 3;4;5;6;7 - -## Defines which Z-levels are used for admin functionality, such as Central Command and the Syndicate Shuttle. Only set if you need to change the defaults. -#ADMIN_LEVELS 1 - -## Defines which Z-levels which, for example, a Code Red announcement may affect. Only set if you need to change the defaults. -#CONTACT_LEVELS 3;4;5;6 - -## Defines all Z-levels a character can typically reach. Only set if you need to change the defaults. -#PLAYER_LEVELS 2;3;4;5;6;7;8 - -## Defines which levels cannot be left via touching map borders. Only set if you need to change the defaults. -#SEALED_LEVELS - ## Expected round length in minutes EXPECTED_ROUND_LENGTH 180 @@ -439,10 +424,6 @@ MERCHANT_CHANCE 20 ## Default language prefix keys, separated with spaces. Only single character keys are supported. If unset, defaults to , # and - # DEFAULT_LANGUAGE_PREFIXES , # - -## A ; separated list of lobby screens to randomly pick from. The listed screens must exist as icon states in '/icons/misc/title.dmi'. -## Defaults to 'title' if left unset. -# LOBBY_SCREENS title - ## Uncomment to enable the antag contest! #ANTAG_CONTEST_ENABLED @@ -500,4 +481,8 @@ LOG_GELF_PORT 12201 FASTBOOT # Where to load the cargo items from. json or sql -CARGO_LOAD_ITEMS_FROM json \ No newline at end of file +CARGO_LOAD_ITEMS_FROM json + + +# Forces the maploader to load the specified map path. Valid options: aurora, runtime +FORCE_MAP aurora diff --git a/icons/turf/floors.dmi b/icons/turf/floors.dmi index 3c1a4e37367cac252534cf0480be503a64c911e6..f311c3c5f87524fbeefe8ff100d6c80b8e377ed4 100644 GIT binary patch delta 9417 zcma)iRZ!eb^yT0ZTmr!cCrDth57z*J;2NA@g9HdNxcu;7!3i!QI0OwD2sXI8y9WsF zGRU&EFI!vnuiB^6RsGPnyU#t{_jGS=pr&u5#=itmK-icd5XjiI1PTJ7$oc5#!{n^p zEM4uKVRoOLKp?NIuTwQn9nyH1Ya-rJq!o_xFVK{~;p*@rICWTeh@v-R{8)+o?+AYB zE|A^ZKqd{_(Y&6|!NosO&QAc-A5l5t$Rorm8O;$XbM_+RCqs1~VqgwHx zC?!s`1b9pkd`1bTN2u%NM(8)0PF@OsrzDK+oDF4@T9aN0#-@*A#MO&@9c3$s*@${- zj;m!4{2R-M)VEAJ^=?tGsvoM8mQl=A_3;I0RpJGMX3tOVZ(MxZ-EVhnAMm%T#RW(yU)=sjB{d_S!1O6@eiP+v+gqAPD3CfA0&To&3_;i z7RH`m28L!ftF)S|yWe--LzB? z8`Ml7sX}e*=x8^AR{@q3#gz>3eXhrk(O>TvXWwMwZ(|CvI@RjO3759hmi8~%Xz<9C zi*#zeP#dAE(F$TKcYZ)_>Z{Xf>z~~evx^ZED(#$P@taUL0VKuPY`*P%b=M1|GhWZz1i zEo&mar}x`gqAi^WpM#S;6D>;_L<;ppQz4x%u!@JrqSaTIJ4W6J42;hLqTkSvO~6tfpnwMCJ?G9H-)t zeNm-R=_g=!zSlO)?w21+_J#S_ds08pZU3#nIGaXIQT+Momyy>gysRlfT^~IaStYzLz|CifwwI=49uJb+ z?VS#x-#d=G3v~t!)$ktZak8GiH~&LU#I56i1Nf~*OO*`wAiQQ>UU8=G{aSpj6xZN< zB%L_k7CT#7_`OZPaq~|ANk)<2qp4`kwTEYVrcsy3vh3goNd4oDmgyF#)x7z|W;^+a z9`00ZZgm}{tYusnJ5GOzWz(#|-ps8x#fnj=dbuR{6ET$NyL(QJXaK3$HPPmyV2r2Q zE%0%&o4w@T2es%}q7X(p#h=C<41*1vKGMk7tE}v6g7Iv*yOx_gc~z4LrS4A(ub10^ z+$PWCR@X~ut6feHLc4mEU(1v?jdO!Qqe~1}!8YAjZU(H#|HLeU2GohgzW{B#51du@ zMn|%F(4a&VBq%CGPRj_R73fE+c*~FgM2TIwW%*G@jRjmU-I9IY5A;GH#J?iMxb;>Gqu4`Lc*#WR~p?oddcycp@o}qnM%Q&iX1~G?KOQ^Ke@S3 zCXRJRgApJ0=>z@O{EpWur8BXUVnUKJvIkJ6H`-BIAvZ#OQO_E|J~CsYcMmv-95Y79 zZ`R=;2Z5Yukiz(P2u1>s?w%y-NUmYHit?u&}-(olq#4^s&8y^yu5% zY_UN#*o}|-Tm~yxBBV3Ke+wE(yDj3j$gMZbTooRJF{_`UZ{tM$-ytd+7JS@htq70~ zs15PAukOA~ef+vw6wA}v>I7_POg+{SasCI1@BVB+HSV!#JR`N>1lcdM3xyc-&Pmlw zk^>V|TcicLfeztPQ5&6XlPyr_HpQ#sAPVApkd%{EgpuL&FIGC{@8w=!QP@t3+(4QF zAKRSK85x8e+RFCGq6!PfSp!D6$Tt1}7HxAo(Hs#apswRLH#yXC?||me6?T4v zz$Q4%VCR*|jVWfNTYs!NkP9wQWA$KsIQ4C6vYT7kz1ZkgI()R=7042}6%v0e(Zup9 zMI+uk*89z_3KyO>_jVu=o2qWp@3D6}YhO`?`LQ~Cn~nbP*EQG7*sgG_dE)l78`d(- zw0z8KPnR5)DMhTB0sJDn{h@KW)t_fvXp@YNn3u&eZ{k>;SCU?t%_-PPSXmsLzIbZ= zT((I#djXKL(UW*uaISf^z^0vAr0cX*{wkHn^F7sO1v*S5+yjCv971+ps=HMo^4 zp=3r5t>u%8H@?$M-l9Af=H%|M)ScXDePDJA;KudpBo3^|1at_m`G$pD@93I`9@Xk% z?bB|QUa8N45C{c7W%XDx3AODmSYw?|0c-^R8hN6HKkm zTAkv{);sLYb!Nq_r9|KG3iN`E57V@KliZgXgz#t82GeH92#bF=mU?(s$UBH<7XRTN z{Ml~}{g1~(qpGR+$&n8id?HDISWSm@RmyY!O zGSMH^!{ysrm}Q9QF;FCCRp&ed4s;Un{F)7W7Y?KHH@qutL23b?(<;|M2^t^9z>>~_P#!q0J#?9#ww8|VeEDjlOKW-w!! zzOdMF8NbOqUQz7j>1P=5N82vyIY;}#z7ye0Trna_%Acq6w)ORE+Xep$T4zZD?;ZNJ z0pGPb{4*r?`V!?nk`PDvMc)y(8HL|K+$_##C*Z8{lOC*>dJ^2W!GKkokTTdW%tu)0V8a6w;|p%^CA? z*AyhjBmHutlPA9LA}Ugx1|tI9jI6tO$}1-|(FEO&Rcvpy2%FwnG{!)_LW?E9O`KxY z4IrJ#&RsaZ{PSx>%{GhHQpo5=X5&U&C|gBl0!e>&8g}-64GGH-%&_T&8Q}}?kLp|F z8fe-IQ75yqmZ+#{=42J1j9jSse*ky!UfVSX*IG|7jORUgDITelVkHlWPtmgO;mnT=&ek zqKH)WRaIU&kFL2m=2Wr%5r1%{>iO)lHD{|mn4B|Q*K$U--A`4=#@A*zk60aM0FGrI zehp34GcG2`S3zt$Ka1XCn6i)%an{UXmej%+_Sle1&V+%xXhb9CPhC(+yT+=y04kg* zT>CpQ!*4wWx)Dr)D;PhEd1Sv4zt-s6;c2~HT>JVCM1ow*B*V3|Z4_VD<7br`IQ=Hi z?9ThXV2-zG-T_U{oZ z5@AYaHi;RV7|Yrg%Nrwl$T$ePI3FDvW4M%I4%AAC4J`o@bauO|_RY-gN9%*vx6iju zHPgVtOM~BZdc0&wE{B=airrp8>1SlqTl^KR0LA@F&~ z8?OL&8qdms6?VBs(F`q%5!>&;e@T@SZ9n^YoHd!_A8=hBKTdEsFVsekn$UI0m+BM3F{Fy zT=PeIs-WYpaRvZT9GVp3KfB>6Bp&-h*-!HL^kG;v_N~_w$C9tGlB0L#wCat!vs~=$ z>fIIvr3b1raa>-X?}y@1!D}l9)+X$Sy14cj45$^mHPZ31G({9;P{*01ci*c;g&biu zvwe99qMt#(IgJDE|8(9yFYHPK9RhqH#g@y{r7EhB`wA$^h`fsfE5k^;EnY0Ev61gI z`ySK5^(Z!(hDk79%4PbNY6v0-LWOdcO`C%N5$TE};v1DcJfqs(- zT)hZj26pC!9X8}&4lFSjwe~JJ#O4C-eLp|d!CqigsOJ(_#++B%@vpi%r^2SLsBC3sWqb-i|ZEKKIjmrSK|mJ7!Ocb$f{g))Y?>)F9b2M(b*ci)P7@t3U)Xw4!L zfsOY8@3;MbO>Svi*BH`aFbU-meiSp2G|n}D0=m>n5#Y+vlkFatGI9;h5LAMR~+k@@!eGnD3J<}oQ+O`QS3tNP|k&auu3DhvPL2^jzMIc z;PHZE<_bFL86MhNvrlhG%MHRX_rONx1SKq#wPZa*vH240~BSZIFlpy;2zZ?Rs z>2+|HQ4ITkr>RcLn^xIacv4#SUeml;{hj8<*9kRb%0+TAGt(s&-2k#WK za*7D&s!BLAoZ{h8XeTF6FvY&M8X+tg2Y8PtM_+nJhi`Sc=Di$Xfx7htR!h#il02#W2zVP^u$?#^M}( z+nxD+N*n*_14Na!(Vl;^GwCEv(Ug9*vBz~Mg0qk#x6FHGc+@$b1`qk)9*R!VP|Gna z$oTFa(jpXn+K-yBEWPU4_@<`>1R|PJl9SPKZZ`FaJA{ci{7QfGwJ_nWF|nfU!aN19 zdv;c(rLEzee>()?E^!zMJWm8<(W?njJu6aLfj|WDwV!XOKJx84x@SsF2Z$SZAdawJ zBwNVpe*C1nj)6ifBc87H5CkHCZ!(E_K(YOwh)A^hH|w)MY9kQ#w7-Lgsn%8oGI~?6 z!nk~FgFQDQG6UAs(I4fwWfggL_I|>09I}b*>QSv|EZpoIwafr^n+uF0R8cdc=u`g{ zODqJvmXW^G2b7;`wu^#oT!3|we`+8RXfA;=Xvep>RJ3Ta`P;h2aIVN37b-BqCiF%P zEZ&pAQE`oE2ncuK&o4dFLXP|Y*0s%DwrMWY;G+ti5U!hE46Pmcdqm8sJ-GEtM6yq} zVWw2mPQsksY#W%%{@Y_8`|j~C!sbSG7bQZpwPdpCT!E^!yf*X@=F#tTQ2WMsrVGF5Kuw=ha;l)sL`insyfDuJXf7d9e0$JAzZZeF!a*09 zzf(;;je?wXQV@~M3Za)QeK!Y2Kb4_X)Ors~Olk#0fW~);$e4a}B)Pnd(2!Sjyf+U< zDI4}%oyok#8k`Oyd2JkV9!VMDNVP8XSoK&OZ3&ds>l1PC?DhB%&9DO6tQ$_yvw@=e z{#WqP{r&t*m=9=P^a;|cM7XBgb6vomBLr=ncAbwwHPj~mYuzx<&C7J`I#~{BG-2`- z=xnM4y3hR6OgP+pz{w!y7Yn*^lj$UPaw+wVNaMD;{&gh$=AfYcCbBa`?dxW`K{Lw< zOGqM*=4!c{grUSW+<*3Yr|@=1sA>L5-UZ}(vFP1a5Uf?R=1G5h6r-WVj@Zg~My(GP zr9_ETT+kjDllr%Ru_W}oHrye)M$=LykC{bNFaV*nqJOOraGX}A=i}(s5#o%V? zLq<{e)c{{q83}3vb4Cc`AKJ{OB69iLC;mSna*^%Z%1h~PW#FhKwZazvzHE|SORpVu|r+#3OJyw_rVXw2365Z`+{nt>%7WDs@G+?As=_ojR8l;1Oiks3u^t-STn?lEd2~ zHS*v|>)}L8{1YQBj_0N81NSA!9>7R>DD#_Z3oS4Px+p!V3J*kB0|q#s7>V_r)x27ZqLhhCf}UjD&Nugn~G7 z1;zs!6BkpXa=-gI@Q~7+`zr>>aR^E@1?f(XCF<=Uu1^y~WGtheq7Ny0f$YfsV;}Cy zO~!qNCCr0c+ajgjqqSQ)W*<<%ge;dD8NrYEcwr7_nlGkRU+mMS%51!X)K_YE7aThv zveWL(h+cQ3+)o=biI3;E#7)RJ5n)@6PuT_Kb!jEfSv()`SdkOB`+`VSb`{#ZGiVF` z?^Y-HN4j^bC-mGD$+55ih)T@`KFssM&qq(blEACf_;hzq#&x4tDCj;Fvw9YADUZsVu_hs&sGe7WjG|7N-VuXM`&2s@dEwC^O0*26`Z^oDzXiv^Ec^ zCLz;O4u!IL7KIc^y4YVLv_5*AJ$rG6E1AD=(R4918OiY4D{T9KKstoUKt&Lf7IGU84qc;ZRYoWZtL^93z#E7m7g#EJ9l7}c33|3k0)+8@U6fi6RomkIT=Rh+OPl6#m|-$n7tUJzl)jlKZY zKHSR^e)MW?*vagX;*u?VwjoheVz8E)tX=;EA;rT;{o zY&f$=>nL!ggEqFnnua=*TrW^R%cB#8pDJ-A(&W}aQ+h2)#^N9N3Y5gVIT$(Lt30BR zMGV47=z)Ho`rIwk($h}3cg%h@fXQ&mV&kE-;c9;t!mNeGcV@vyA3wK+Gys*Sn(w*~&{Wz6hD?f}{V{l3%N3DM(wpWIgC zzuh;zGiXHHVp1_TSq%X^R_*dX=~Rd;a@2C`Is2r|oM?J=R<*$qaMI2)M6miAGdYM@ z2Ecnh=H7tD9a*zb;??3QQcw!z#O3b&8gAdIRKkB!pD-drGua7 z-%3pyM~^NT-|=1C8G&$AUC_Qj|AfuYZ~L2XGa* zTWXneZJT7euO^j^-W1P2R&Z1!z8^8YNxjnr(dQug2PnKu#fd}J{P{El9<3N8r%Ll! zFBbK}_}47n1i=|l`xd}Ak`le`Zdo@Hipf45uRHcGCtQtaHkukLsX4DZq+9c54|~#) zRufIjN4L9dGEzKzFnMBg*Dmc`;0IAIG6y%9c@){IF6RgJE1v#G+BgyX-Rnud$+-ht zrS@h+v}6S+3<%(*yU}}=wAgmF&UPdf-JwH=M+iSMo)FwAhDE)LB=W+P*u=~FB7VAl z{1vEp*D*=4aBZ@O()`+zM{n1mH&=hy(&w`ojm|Hesv*^4U!-kQ&~HPv-Vt^3 ziI%p_%W6ZqagQHh6cGEOiW1)=0}-=z@z}Mt`Jj1(zpbGqYYyJ?J5WIn7T*T@N+P!O zT$MdlksV{XeTFw-B3~Y$=yB&XF$(T>_t2ywyBdrNP9Ocj!qLxr`c54~R<1+iek6^i zp!-YWgeQvZ7kbqS%o>lpi1&F_M!UC?eYn{kVw(5Eat2Cd^wy7r`7@k}Zj1&(+J-c{ zI{>Xj;Pq$jVzqVaap_hoNV!Z4yS7U`g`qX;;$~W09AxXi zTWSq0Uz%l+Lib%uWzu`++3j7TZ`VR4p@Up@Uxwtlp(1&w<7iQbfgP~OC^Td{Uv_x6 zO=I*^<*^naJ?9wvZu7iEfF3o3dLWuF=eJ?cVnwk($Suh~aju##{>I;6?<5(AGMs^y z?a{`%wAz59T7MY$VS8dl-=4P5y2&#!B=v0Ec)ef@G)HQ`2{d2-`kL`XoQe%g*n^W; z5(hg`;=cN!^0@dv-%929WQ~0rHrS!sftS^*XALsO`n=mhzzmF6U9|lJvKL*iTL{}){ZrT``-?QKd2LUW|V)M*H?-?9IH#vk=;I5 zGF-#}dyf`;7K{6|Pqbpx(ms0`7pB~g zn;~T!at@cGer07{vho`n;qK$*RDnj{N+A-YgDsbcEuQ*13UZF2Gfa=ilrgPsj}*ID z_!-b5g?DO<1)o)}Ck{2#s+wiOv-|@3C`27Y4k(jVFhaS(Nl|2iU%LcU-wCOlS$bEv zrVn(H)o)tnt&V>XlZ0A8!z1@zMQ!6kCF7hZFN{-j_BZZOqVn@ISuqCl#d(#)CYR7w zD|5kl1`^NIqp;+hnL_B%?~9ujVLA7D4^-IHx(da$q1d~`#zEKZ^moEt2Uhgza^3UraA?ttYYF)=Y{T{w9XFUloO;}m+@a3%e^M!d3aoIe!YeHe_h2n%Vk(&<&YuF72h^{$OMM(CeGjiqg}C& zZ4aqWQ5B!I+(Up{-?n!|nCwYJe1Gt@@>iH!Nj{;9FRyHTe!6Sh{6#QH^k`iSpp7OE z(6D^*Gc{@vakdzP@3CfOCe8cktAe8)d!FtofVb9nnBrbtwU}Yl&Q~8ZI(g&LH*x6v zU-Ld}ODfBRy3}>f)XA&qc~rxloZqx{H~i_-JW1Zk&b&{mml*PhwmG9Y>||t1!teP( za(Txz^YRai)Y_QRnBW=M(y)?W{|sEs-XDHybx-NXxw^UrZtJ9wb+dk9 zl;&fMQX+u4RGVHJ)Hr$rCzmVDv>3CnVQbb-IQi@^d;$&f{#2>cKqg@|5<1_|rmR#~ zG7J~qT`6chiNF3dhHbx#e^O~C<0e7n@nr0_8fsIT=a}q=TiW@BbIV?`WrP z&2HnUo`Yzmj$sTWR%qy=6#1XQfFDZ*Bkpc$|&Y z!EVAZ3cBjB>UP=UDXO4 z@bdnnjuDj7&U67}Zz2lISS$_dLjM8Z@?n-UbEhui4I zRRJTMeeGutzn-gEa4_5R&54KNZ7B`Xw=dkAQ`E-3S)xRRff=m|frXt4o zK%!^Ue&x*`A|f|mS^h5ez{rr#d_sF0c3)dV_e=N7PD~y z5srV&ok?&UX?EX#xo1@&Yr$Fou@WE&vZtHfJxg0-*)a#5E!}N$~bfmEdZ9G;b$lzRIFI|sDC z|CsMN;Lnx$)w+ijJYnlana7)l{4g?UR+_AK8-$-hd$G>?;2IBCA7IoMn9(lSJHNxb z_e&h{1hgjdW!MMs`cB|=7Jm@MoOkV!u)OPp)IAk%!Jt`EiFeysBG2_5&b#)=?r(pY z3JWtOZY`BFM<8~7vE#4K&$9N%T{f=GjW~+z2#~+TkR&NP>*p8k_z@rsLxOboiAl8U zHC;~JaG_w37p zhaZIKg(7{sM-+o*8rYo0-Bb zeJ2a&^CA0Hqw9n`-s@zcem;Mq5RPK!=rlW0Sf;|Qr80(QrrpLyu;EGOKLPKgZK)yc zQY&3b7{btj5G5+Hp>PIqjH0Tjx{j*r3FsvV-nt0jrS@~#evuqhH7(iI6$Q;Slldv% zIts%P`xQ+~oIz^8=ehJ+4WcL{2!kXF2qT<Gywaf-p>+ZIm1p zfb2Nn`2m6Fqv{5&iwhjb#r0h5UXNIk&`U)I{XU-OrksJ{|IoKj(Mq#u#ag!Lqp+JL z_yCI23t6I1jG8rrTueT6Mx}}|t&AiF^9$arS=k(sE2vpBbRvhZ&S3jjP>{fCmYLuN zzdDbg)aA5s&cb$^$%%hQ{N?~wig%zk&zU8$=&v(bf6C|0MYQ+J9CS+@9nJCCR*92k z_#`Ovt1scknnV5gIlXuqd&ABEG&Id>{7$y8 z5BB$&pI^c~-$5(ZFty?QN>SthzGl7$li@WkR!cNbpR%_ULHmHk841Z~VS6`O9klqx z0Nz`IPZ|LqX)$IPqxGM&Ho1vic!crb2F5$*e6a1|mQ;U!GX=BvpHbNa^#W$gAf23Z zdN@y6ty1(ITB8BYmE+#MdzhxlhaZ0U%KIKXc)-1T_r7)YKxF7^wu7`*CEjh1{9K&n zzt}n@h+?$dJtFH5WSM``oI$WX7|8_yNhQE{G91C-nVm!cB55R&QDS!x&HyRVB2!+H z1cWs4r>cLbf<2d(#S(1tP=e~x+_xYC7`H#4^c%N7jw0|~0^h^w_izV&yukp0vCrG@ zc^**^A|Yk=hk=jh3=rwoD2}qIC=8=i0Vzta7`xL+A=4ym$uJ@a!Yqo4;wXb!yRLI- zeiTR8opx5H6gda+Z;%y>`T0tctLnMFlWW{26eKm6)vSN*#_rGrbwayAX zzrwZiCmgL$^81xG@2>bL-Bm6ExD}r94`z#KzrvwD%cA{+vq_l``Vbx%93LGbcPi{D zFPPu;u$m@CHDV&X!Sd7w^SiKZmpD7RgFXkF!4bvjKK8l64mV%x{o~y>bx+MAgz<{O;hCN7_|w)Xo*=6NrSU!3zr6+~13lJ^z@-%I8rUP8)n04aYxf;cA2_{UM+dB#`1mtpE$^7FIb7lfIU zNu0=V{=xo!7PhzhPVzXd-M?z|+isTp8=rsDZUMZ~fr$C{YP(csyPWH=GBJ%EY1p5y zV0E_n;9wJ-fGIrQ*NbRh)>xA2T=Xms--R!%I@R@g7LM9n=(8MEO8or|lOsnadh&mi zL$ihFn%wrL8Qk3_cszysp3LOpE=u5_0oQl3UAy}d z%}%kHr>#H52`EX)F0Se#Atka8sWT9ZpJX=|0;1v_jMIFDqDbhbnd-;K*`=sTN|YKVGvheU zH0kH(E7?M=Su+$X2FvTK*}vyyyLquNL++YE+gV^To9$=J`H*&)}WI7OicCsA3>>OB9-? zRC?QN=q`m>xN%;^v}SlTv&*JB;E5Kq^?ZTGUY*<1E6i9mOC4{%(sXf z-nJ@$B*~}+gKoP?$*R24{=oN=b9>sVOi@+LLV=KkYi|p_y(B>xB84H2=cVYoAaN>b z20q!X6YX|IQSp6G5P;L)8)Z8T85el_Z4!F$?Gc4tCmg}{TV0=~ zrBU~W`GJfJkcR*HEWa4}gkJ_LcHsEj#)@JXyB7e#1;`Ka;TIzh=@kokJPHsAzBo?0 z)cC%ifn5Y>Cco(4rU)Q(`%GA6tV%6;b9|4$_fphdklF7$1G;|~XS6R)u{&LYFm-&s zmo26+jDps|| zM7hdDxlGBLV4`eMu2!i{P0>6*8zxdEIDWB1eQ}AoYl~E;XPKx@QYu#|S><$onUZBu zvMeSlRjQLy40?Z~JCr#4i$$GZ{6?jUta=!gDsJd-|IzNH-Tm9lZyz0J_w7Br!!OpC z2=5>B%$lWKgT_{s=|Ky%{v4yPP;Wd%J(y(o78Lw4zrOC^UBHv(0$)xIc=p9COy1_i zwb5o)s61a_cl8;{({<`+GQVEkBG@k=A3*E8%FK;2yRm?8M?2 zpvuyfpr8D6;~W6N0}#&P@XTf*rQFx-Ad3W=B{lmUT}xxyDkTwsa|QMEWh0LW6r)ru zUVZa78E-rSkT~4krc|0hD-;=YI|=wvPL3>^Ss;!=daVm2)kpzBGNA;a?{ju^z|`D) zf&x?%Cm4TtE>bKJg+8jTBLjuv1d>GJNX}0{f+!5w-rwW;(lSCjE#?X|rciMp+41Yu zDzYrmw{0Xz;?Bm+WTv5iqxq5q`^T?7=NBtRws--SH|p#>YG5cPliJr4NX2|H=BhI^ z($BC~tYyzf>I2^U4LH|J{CKOwXMqk{3u9Vmuzi1>$b3ez0QRwqxmaiM=z?d5MINs7 znVvkv8^Gk!L-hD2cQlFa!(E&*#2xsD%_sbD2VPvC#G7w$a1L>yg{D-PH@fJb&Sksw z?`rXjaaAOc{|ZU|VA?8i-nB{kE{~3@5`-{>^OlSPsy!tB;5*Du&(iA+lYXMY;CEZp z(@uX`NdnQ~X$jPiKmPc&jhvdE=I1~E`D@PylAZXE{^*T;{p2tIGOOzY4Ei=^p#UTq z|Iqgc0-q=hF;k*Y6h*lG9+k4i|NiCwr7|^*qG}03FAQ;dZK5zl(R2zE?c{?|o1Ws&{^Nh2Q7o0dX2#23LkzQK(_O(!V@;$so)mi(6jjcEuVkW z(lVbd`21jdo6`v1zYg~wP19W2Wo;XN6P{3D;dj3H#Ta)2a21ZA%zM{oFOhrlLo9X? z`sW{mnF!3tQik^1{&OpH0+y-ZrjFP3om>^br0((hdH|4U0{rABKY88heEjjpZ(I-H zUmd=nSS%$Z9bt`H#mQCqo+h?&$QC zpZ&#Oe61b;B#YQhGyCH4x6uO-bA%qi{B%-w1o)eO_Dg;&7uh=Q;Kvrq{4{^2e!zOY zz%RZ$=Jt&`gHj3WljlUMlRWC!EOcGGWgWG*&c(qFGvyU_Cm!)$10DrSSl9NLv=@=< z`;-O-gPjFhMu+-xkLqc_wsMPo&tbjmv-tU4;LYg)%oh(cDDUIF4##?c)%7VEg%N!K z+a2)X#vF%db_NChaAS@ywoZRDt$=1p<%9AhpLH74y(GP7nF{A!JHrgbyKSbe5(_gW z4$ti52w<4zuuh$otKut@fMPdOa%XzG-yiu|KG7HD5`${WhLdG^C~N(OBYZg!LkHR|+|a>LOx)06`3gONSIsvRlTPE9 z@?`x|1o6?LO`vp{?oNMlI8h_Kc#Id9c@ZD8d|RO!A0zkSvj~c{1_cwOg)()ggU1Oo z)*7lbpnD1j%PTPL(cG%BGTY>+2s?e3r3D*b2dUxm5AJOy6q_}Bm)<*Y?>~oFmi0TO z0*f&oSzL7lxcO01?i0H;4tQ%N+}$>h_ZUeKjzhv^y#C}Cp(R72NRmLopIN9GrkcXlS zA0V7ioDwn<8R&l~j3|{yWxc9XQ#8-dQy|k2vt#PTA= z{tZ_8CtRyE_(U!8ZgGyIv@z`4qzBMQGxvcz01DajPdu(^W zal1#oGLh3S^_Tzv528s#K~zN!Nkt%qY3EDP4AC{#$?qoTw#>A#nN>bRAWek>eOcRhcjh3{6AV zv=RG7xlK-c@yW7GQP(LLCMDB+wf(Y;EGx*0n(g#)93v}341yxd6pBT3RY8>%G)+yK zLu4W(x$>mo9VkgjQIRD9_)Vg_FhYtWG+j%NFG+udAx2&VWLytGaQTHEfEZWl0laK} zUJqbgPr!0J)H}Nj2J76hEY?c9bk4zyC;52O;{4$gT&c!}1IEn@jLn#ix=-`R57-B?EALh@D^DBRB-d?cRtyn7{(aFf7$&O)7IQ zC`l4(%5PWFP;^`=D9?`NplXuq*ITuKMa#b z9Y|6JbdpovzntD9$wS2Cxc!Qvpc`g#M96==mjcuiMiHuMFzDNaQG}wYgub725Kf~L zv4E4#F;S)`5ClHHAK(Q6npvRJZsYkL5zz13cxj1Nz@1+_-?>r`AYbPnA77^j@NMQh z(hM)!b#8Y(w&RfQOpOH@HhUH3Q?3MX^C>shQkfckQk^9P`WAX(6B_?&;w zRnVsztj|B-=G|?M-@nbLXKg0WTpsqDoX*wpmm!c0DuG1npvBF2?b6@&UF!jeGN89$ zaI6RDheP0%*yZy&fa98gV&vh!K(nNdMgStrSJJb(=uQJ5DN1ss47mId zwf}^$B4w?pGj$u`IMNU4h#<&Y5CMObCzJDVxjLEIuW4FhuPmdeDiIJ%f*cex=-b3` zjHc@ZBlZgpf&5bYqbNqvbtI&e2^c0Uz$k(28igYLUXL)0kTn%&Fd&Q*W?~dZqkSM40<1=6tEc{grhF!6{GATRbV2_&-M`<{gcWUu3Ze zWo>9_KS9BV)1*vhv$08x{=U;{Q%80>DzyO{J@7)4 z#G<2c6h}lPQGx5aIF5sAm^2#~_+dcNvKZJsq9{hyb^I{E^M*jJ=U+Z#`^5?Shfg>< zYSZkVWxKOjsN;G7c|Lz$PeAYj1WD+d%=ZHs?ZXbANN_T@!1pd}-s@dQTi@V^TX0yf za;Ny5z^HKN`ZP18KHq=8ZsC0Hvwm)JZx%jwr`T|y)q(SJ4_|Lk=-g)3zRh8?##c91 zFdp2YS#7Yfb(6&dnUg2bSsPY1#>aQ12T-$F1jA!g7$x0|f*_zcQNr%DkYtHsv5e>R(bR+l)a!PT6@?&- zP!vHHf@_P5`28kYu{xsUGd#n;n$Lf2@eb~Jq68#r``>2%%KJ}HC+2vppD-t#P~N?R z<36Rn`iLp>I!d@lT&ZxTA2Y91_)=kZ_DQw^Ox6GztMc*7{vUuWzYsizTbbWu-{*ydF=uFvrC-F-~?N2mCJ0M&U0f5 zrjOf9>#+Sy;+GpWVhvi06Ew~a*sQ>*20V57;vHyNyHtWZwAwMQe@uMCWa(UIEt*8W zv&)B#XPlN7UTNcZp$9O2b{D(22;s-oeM&|lyYe8Pc(+Z>4zf#It7h5$yehC5$9jK& zv{D&X0f1xyr#oNh`^iEOI`!#9LHx-N@uAKHHDO3w70!UGwFKUV2q15N7z8-3i|@M0 zdyp#iL~)GkI9a(Z3GqEV&r6hhVI*JR3GMGl5R>$b?{~XHAXio}6z_k(pbMvnz%+|5uA|0-Z^h>q^MP-q2asnB_S-K0 zSMYdm8+O}V*vEYM1l~E?LO+DiH*ky#a3AqBfWMocqsJT<6EQ!Ci+pgn!S99VT-4y9 zv4$}R_ikQewE!>bbq*SP%(^-k+-A9H@uc9f`)-5y09u;N+Tyd9+V@@Q0la@KV=s2- zJmXL7<_WxaC=M!U!mIPM+1WncZKJJKv$+d1rR?nQ`VLmtC*ExjBLE;nn<;6=KLWzE z>=Xq-CTuxA#5pvpF_SC?krPN$<0BdIY`i5AfUsZHG)&V(R@E%?9;RhLk?ah-l+Pb0 zb#_r26!y!Cf>|u0r7Fn@@JD~o1VTi@Q2fpW9Hb>pNg28Tp+k@*R>MR)P(&p#)GhRb z0Az)Jua_$R=Ax`L3XpRD2T|)4$vKg%o2x91@cCay58(aHmCPx;DjFzO4C)%RIx?+g zSSrnH~YPL3AQC1F+(k*KOhx6=iZ$DZ$JEKNxQFAR}WcyjVw5{U@? zKDaCcb`_sr@Bqg30P^R4@ft7F6UgfU+}Ac(tnPBQ7~z~A^NxQC|LYjuTf4Y4bQvk$q#A$>TLv+c2uY_ucCOz$oia=!S@m! z0P(%Z31mVbl0@ix#Bq#SETL)!Q54f@oYOqq!|8R0_5LWr_gp;3$+QuKT9V^9L{Z`p z0PIeiiE@RKRmLn76Ht+&W|5et>F9<@aiWM-tx}tsp?QCL3Je*2&C^q+=H{51ougc> zVHS(%hJoXGIG%?WgeZ!NZkm)Vi|W)gy&Sm*z8Rk%pwl=W;q!~RHEU+%D3Es^uhIj! z>pr9Io2=d|5^RB5p6B~@cowy|rJQp=E>oyQJT@Z!-_{Dvz72Oz80@XnjuvRgDx44S znn#?P5r%*C6iYqkQQN^i(M3o^6nTlU$9tWTV}Pgv{7$+9zb+&2ZD0fbThGO@yD8f*Rn1Wp zjN$~cq7Vi?or_b<;sl+>IZ^0i6iR&l=xNeCL{WeF-pzF+2};!|R81!geC$>ONs=j6 zs!5A-hCKwlR3+%q(`Wq4fAg=|SYG+Y@0mE!|F{40Uy*f)fZ6NvT%Mx3Bru)uyL7I6UO1KmF-zzCtphuuE}z;YvQgR+?o}i<1SPZkT?*36+1O z^J>o=@BE z(|=#Z_-u|JqVVa)0(JQXrL8)*LmN+1*^1z_f5eo1ggg(*Fz P00000NkvXXu0mjf_&B%f diff --git a/maps/_mapsystem/map.dm b/maps/_mapsystem/map.dm new file mode 100644 index 00000000000..047060f3187 --- /dev/null +++ b/maps/_mapsystem/map.dm @@ -0,0 +1,91 @@ +/datum/map + var/name = "Unnamed Map" + var/full_name = "Unnamed Map" + var/path + + var/list/station_levels = list() // Z-levels the station exists on + var/list/admin_levels = list() // Z-levels for admin functionality (Centcom, shuttle transit, etc) + var/list/contact_levels = list() // Z-levels that can be contacted from the station, for eg announcements + var/list/player_levels = list() // Z-levels a character can typically reach + var/list/sealed_levels = list() // Z-levels that don't allow random transit at edge + + var/list/map_levels // Z-levels available to various consoles, such as the crew monitor. Defaults to station_levels if unset. + + var/list/base_turf_by_z = list() // Custom base turf by Z-level. Defaults to world.turf for unlisted Z-levels + + //This list contains the z-level numbers which can be accessed via space travel and the percentile chances to get there. + var/list/accessible_z_levels = list() + + var/list/allowed_jobs + //Job datums to use. + //Works a lot better so if we get to a point where three-ish maps are used + //We don't have to C&P ones that are only common between two of them + //That doesn't mean we have to include them with the rest of the jobs though, especially for map specific ones. + //Also including them lets us override already created jobs, letting us keep the datums to a minimum mostly. + //This is probably a lot longer explanation than it needs to be. + + var/station_name = "BAD Station" + var/station_short = "Baddy" + var/dock_name = "THE PirateBay" + var/dock_short = "Piratebay" + var/boss_name = "Captain Roger" + var/boss_short = "Cap'" + var/company_name = "BadMan" + var/company_short = "BM" + var/system_name = "Uncharted System" + + var/command_spawn_enabled = FALSE + var/command_spawn_message = "Someone didn't fill this in." + + var/list/spawn_types + + var/shuttle_docked_message + var/shuttle_leaving_dock + var/shuttle_called_message + var/shuttle_recall_message + var/emergency_shuttle_docked_message + var/emergency_shuttle_leaving_dock + var/emergency_shuttle_recall_message + var/emergency_shuttle_called_message + + var/list/station_networks = list() // Camera networks that will show up on the console. + + var/list/holodeck_programs = list() // map of string ids to /datum/holodeck_program instances + var/list/holodeck_supported_programs = list() + // map of maps - first level maps from list-of-programs string id (e.g. "BarPrograms") to another map + // this is in order to support multiple holodeck program listings for different holodecks + // second level maps from program friendly display names ("Picnic Area") to program string ids ("picnicarea") + // as defined in holodeck_programs + var/list/holodeck_restricted_programs = list() // as above... but EVIL! + + var/allowed_spawns = list("Arrivals Shuttle","Gateway", "Cryogenic Storage", "Cyborg Storage") + var/default_spawn = "Arrivals Shuttle" + + var/lobby_icon // The icon which contains the lobby image(s) + var/list/lobby_screens = list("title") // The list of lobby screen to pick() from. If left unset the first icon state is always selected. + +/datum/map/New() + if(!map_levels) + map_levels = station_levels.Copy() + if(!allowed_jobs) + allowed_jobs = subtypesof(/datum/job) + if (!spawn_types) + spawn_types = subtypesof(/datum/spawnpoint) + +/datum/map/proc/generate_asteroid() + return + +// Override to set custom access requirements for camera networks. +/datum/map/proc/get_network_access(var/network) + return 0 + +// By default transition randomly to another zlevel +/datum/map/proc/get_transit_zlevel(var/current_z_level) + var/list/candidates = current_map.accessible_z_levels.Copy() + candidates.Remove(num2text(current_z_level)) + + if(!candidates.len) + return current_z_level + return text2num(pickweight(candidates)) + +/datum/map/proc/setup_shuttles() diff --git a/maps/_mapsystem/map_unit.dm b/maps/_mapsystem/map_unit.dm new file mode 100644 index 00000000000..d89bda15ab9 --- /dev/null +++ b/maps/_mapsystem/map_unit.dm @@ -0,0 +1,5 @@ +/datum/map + var/list/ut_environ_exempt_areas = list() + var/list/ut_apc_exempt_areas = list() + var/list/ut_atmos_exempt_areas = list() + var/list/excluded_test_types = list() diff --git a/maps/aurora/aurora-1_centcomm.dmm b/maps/aurora/aurora-1_centcomm.dmm index 63dcfee43d3..9ecdd29b039 100644 --- a/maps/aurora/aurora-1_centcomm.dmm +++ b/maps/aurora/aurora-1_centcomm.dmm @@ -11,7 +11,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns15, -/area/space) +/area/template_noop) "aab" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -24,7 +24,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns9, -/area/space) +/area/template_noop) "aac" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -37,7 +37,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns5, -/area/space) +/area/template_noop) "aad" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -50,7 +50,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns12, -/area/space) +/area/template_noop) "aae" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -63,7 +63,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns8, -/area/space) +/area/template_noop) "aaf" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -76,7 +76,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns3, -/area/space) +/area/template_noop) "aag" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -89,7 +89,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns6, -/area/space) +/area/template_noop) "aah" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -102,7 +102,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns7, -/area/space) +/area/template_noop) "aai" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -115,7 +115,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns4, -/area/space) +/area/template_noop) "aaj" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -128,7 +128,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns14, -/area/space) +/area/template_noop) "aak" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -141,7 +141,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns1, -/area/space) +/area/template_noop) "aal" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -154,7 +154,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns11, -/area/space) +/area/template_noop) "aam" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -167,7 +167,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns13, -/area/space) +/area/template_noop) "aan" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -180,7 +180,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns2, -/area/space) +/area/template_noop) "aao" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -193,7 +193,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns10, -/area/space) +/area/template_noop) "aap" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -216,28 +216,28 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns10, -/area/space) +/area/template_noop) "aaq" = ( /turf/space/transit/east/shuttlespace_ew13, -/area/space) +/area/template_noop) "aar" = ( /turf/space/transit/east/shuttlespace_ew14, -/area/space) +/area/template_noop) "aas" = ( /turf/space/transit/east/shuttlespace_ew15, -/area/space) +/area/template_noop) "aat" = ( /turf/space/transit/east/shuttlespace_ew1, -/area/space) +/area/template_noop) "aau" = ( /turf/space/transit/east/shuttlespace_ew2, -/area/space) +/area/template_noop) "aav" = ( /turf/space/transit/east/shuttlespace_ew3, -/area/space) +/area/template_noop) "aaw" = ( /turf/space/transit/east/shuttlespace_ew4, -/area/space) +/area/template_noop) "aax" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -250,7 +250,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew5, -/area/space) +/area/template_noop) "aay" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -263,7 +263,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew6, -/area/space) +/area/template_noop) "aaz" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -276,7 +276,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew7, -/area/space) +/area/template_noop) "aaA" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -289,7 +289,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew8, -/area/space) +/area/template_noop) "aaB" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -302,7 +302,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew9, -/area/space) +/area/template_noop) "aaC" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -315,7 +315,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew10, -/area/space) +/area/template_noop) "aaD" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -328,7 +328,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew11, -/area/space) +/area/template_noop) "aaE" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -341,7 +341,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew12, -/area/space) +/area/template_noop) "aaF" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -354,7 +354,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew13, -/area/space) +/area/template_noop) "aaG" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -367,7 +367,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew14, -/area/space) +/area/template_noop) "aaH" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -380,7 +380,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew15, -/area/space) +/area/template_noop) "aaI" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -393,7 +393,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew1, -/area/space) +/area/template_noop) "aaJ" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -406,7 +406,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew2, -/area/space) +/area/template_noop) "aaK" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -419,7 +419,7 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew3, -/area/space) +/area/template_noop) "aaL" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -432,12 +432,10 @@ teleport_z_offset = 6 }, /turf/space/transit/east/shuttlespace_ew4, -/area/space) +/area/template_noop) "aaM" = ( -/turf/space{ - icon_state = "black" - }, -/area/space) +/turf/template_noop, +/area/template_noop) "aaN" = ( /turf/space, /area/space) @@ -449,86 +447,86 @@ dir = 8 }, /turf/unsimulated/wall/riveted, -/area/space) +/area/template_noop) "aaP" = ( /obj/structure/window/reinforced, /turf/unsimulated/wall/riveted, -/area/space) +/area/template_noop) "aaQ" = ( /turf/unsimulated/wall/riveted, -/area/space) +/area/template_noop) "aaR" = ( /turf/space/transit/north/shuttlespace_ns8, -/area/space) +/area/template_noop) "aaS" = ( /turf/space/transit/north/shuttlespace_ns4, -/area/space) +/area/template_noop) "aaT" = ( /turf/space/transit/north/shuttlespace_ns11, -/area/space) +/area/template_noop) "aaU" = ( /turf/space/transit/north/shuttlespace_ns7, -/area/space) +/area/template_noop) "aaV" = ( /turf/space/transit/north/shuttlespace_ns2, -/area/space) +/area/template_noop) "aaW" = ( /turf/space/transit/north/shuttlespace_ns5, -/area/space) +/area/template_noop) "aaX" = ( /turf/space/transit/north/shuttlespace_ns6, -/area/space) +/area/template_noop) "aaY" = ( /turf/space/transit/north/shuttlespace_ns14, -/area/space) +/area/template_noop) "aaZ" = ( /turf/space/transit/north/shuttlespace_ns3, -/area/space) +/area/template_noop) "aba" = ( /turf/space/transit/north/shuttlespace_ns13, -/area/space) +/area/template_noop) "abb" = ( /turf/space/transit/north/shuttlespace_ns15, -/area/space) +/area/template_noop) "abc" = ( /turf/space/transit/north/shuttlespace_ns10, -/area/space) +/area/template_noop) "abd" = ( /turf/space/transit/north/shuttlespace_ns12, -/area/space) +/area/template_noop) "abe" = ( /turf/space/transit/north/shuttlespace_ns1, -/area/space) +/area/template_noop) "abf" = ( /turf/space/transit/north/shuttlespace_ns9, -/area/space) +/area/template_noop) "abg" = ( /turf/space/transit/east/shuttlespace_ew5, -/area/space) +/area/template_noop) "abh" = ( /turf/space/transit/east/shuttlespace_ew6, -/area/space) +/area/template_noop) "abi" = ( /turf/space/transit/east/shuttlespace_ew7, -/area/space) +/area/template_noop) "abj" = ( /turf/space/transit/east/shuttlespace_ew8, -/area/space) +/area/template_noop) "abk" = ( /turf/space/transit/east/shuttlespace_ew10, -/area/space) +/area/template_noop) "abl" = ( /turf/space/transit/east/shuttlespace_ew11, -/area/space) +/area/template_noop) "abm" = ( /turf/space/transit/east/shuttlespace_ew12, -/area/space) +/area/template_noop) "abn" = ( /turf/space/transit/east/shuttlespace_ew9, -/area/space) +/area/template_noop) "abo" = ( /turf/simulated/floor/holofloor/reinforced, -/area/space) +/area/template_noop) "abp" = ( /obj/structure/weightlifter, /turf/simulated/floor/holofloor/wood, @@ -650,7 +648,7 @@ dir = 8 }, /turf/unsimulated/wall/riveted, -/area/space) +/area/template_noop) "abO" = ( /obj/structure/flora/ausbushes/brflowers, /obj/effect/floor_decal/spline/fancy/wood{ @@ -1000,7 +998,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns14, -/area/space) +/area/template_noop) "acG" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1011,7 +1009,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns6, -/area/space) +/area/template_noop) "acH" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1022,7 +1020,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns8, -/area/space) +/area/template_noop) "acI" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1033,7 +1031,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns12, -/area/space) +/area/template_noop) "acJ" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1043,7 +1041,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns5, -/area/space) +/area/template_noop) "acK" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1053,7 +1051,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns1, -/area/space) +/area/template_noop) "acL" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1063,7 +1061,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns13, -/area/space) +/area/template_noop) "acM" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1073,7 +1071,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns9, -/area/space) +/area/template_noop) "acN" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1083,7 +1081,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns15, -/area/space) +/area/template_noop) "acO" = ( /obj/effect/floor_decal/corner/white{ icon_state = "corner_white"; @@ -1296,9 +1294,9 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns13, -/area/space) +/area/template_noop) "adj" = ( -/turf/space, +/turf/template_noop, /area/shuttle/escape/transit) "adk" = ( /obj/structure/sink{ @@ -1445,7 +1443,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns1, -/area/space) +/area/template_noop) "adC" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1456,7 +1454,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns11, -/area/space) +/area/template_noop) "adD" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1465,8 +1463,8 @@ nostop = 1; tiles = 0 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "adE" = ( /obj/effect/floor_decal/corner/red{ icon_state = "corner_white"; @@ -1520,7 +1518,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns7, -/area/space) +/area/template_noop) "adL" = ( /obj/structure/sink{ icon_state = "sink"; @@ -1625,7 +1623,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew2, -/area/space) +/area/template_noop) "adW" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1635,7 +1633,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew3, -/area/space) +/area/template_noop) "adX" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1645,7 +1643,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew4, -/area/space) +/area/template_noop) "adY" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1655,7 +1653,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew5, -/area/space) +/area/template_noop) "adZ" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1665,7 +1663,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew6, -/area/space) +/area/template_noop) "aea" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1675,7 +1673,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew7, -/area/space) +/area/template_noop) "aeb" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1685,7 +1683,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew9, -/area/space) +/area/template_noop) "aec" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1695,7 +1693,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew8, -/area/space) +/area/template_noop) "aed" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1705,7 +1703,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew10, -/area/space) +/area/template_noop) "aee" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1715,7 +1713,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew14, -/area/space) +/area/template_noop) "aef" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1725,7 +1723,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew15, -/area/space) +/area/template_noop) "aeg" = ( /obj/effect/floor_decal/corner/white/full, /turf/simulated/floor/holofloor/tiled/dark, @@ -1819,7 +1817,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns14, -/area/space) +/area/template_noop) "aep" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -1829,7 +1827,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew11, -/area/space) +/area/template_noop) "aeq" = ( /turf/space/transit/east/shuttlespace_ew7, /area/shuttle/arrival/transit) @@ -1986,7 +1984,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew1, -/area/space) +/area/template_noop) "aeQ" = ( /turf/space/transit/east/shuttlespace_ew6, /area/shuttle/arrival/transit) @@ -1996,14 +1994,14 @@ }, /obj/structure/window/reinforced, /turf/unsimulated/wall/riveted, -/area/space) +/area/template_noop) "aeS" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, /turf/unsimulated/wall/riveted, -/area/space) +/area/template_noop) "aeT" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2014,7 +2012,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns10, -/area/space) +/area/template_noop) "aeU" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2024,7 +2022,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns12, -/area/space) +/area/template_noop) "aeV" = ( /turf/space/transit/east/shuttlespace_ew4, /area/shuttle/arrival/transit) @@ -2149,7 +2147,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns2, -/area/space) +/area/template_noop) "afq" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2160,7 +2158,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns9, -/area/space) +/area/template_noop) "afr" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2170,7 +2168,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns11, -/area/space) +/area/template_noop) "afs" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2180,7 +2178,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns3, -/area/space) +/area/template_noop) "aft" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2190,7 +2188,7 @@ tiles = 0 }, /turf/space/transit/east/shuttlespace_ew13, -/area/space) +/area/template_noop) "afu" = ( /obj/effect/landmark{ name = "Holocarp Spawn Random" @@ -2295,7 +2293,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns2, -/area/space) +/area/template_noop) "afI" = ( /turf/simulated/floor/holofloor/tiled/ramp/bottom, /area/holodeck/source_meetinghall) @@ -2339,7 +2337,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns15, -/area/space) +/area/template_noop) "afP" = ( /obj/structure/flora/tree/dead, /turf/simulated/floor/holofloor/snow, @@ -2735,7 +2733,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns10, -/area/space) +/area/template_noop) "agT" = ( /obj/effect/floor_decal/corner/green/full, /turf/simulated/floor/holofloor/tiled, @@ -2805,7 +2803,7 @@ dir = 1 }, /turf/unsimulated/wall/riveted, -/area/space) +/area/template_noop) "ahc" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2816,7 +2814,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns7, -/area/space) +/area/template_noop) "ahd" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2826,7 +2824,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns8, -/area/space) +/area/template_noop) "ahe" = ( /turf/unsimulated/wall/riveted, /area/prison/solitary) @@ -2840,7 +2838,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns5, -/area/space) +/area/template_noop) "ahg" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2850,7 +2848,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns6, -/area/space) +/area/template_noop) "ahh" = ( /obj/structure/bed, /turf/unsimulated/floor{ @@ -2890,7 +2888,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns4, -/area/space) +/area/template_noop) "ahn" = ( /obj/effect/landmark{ name = "prisonwarp" @@ -2919,7 +2917,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns3, -/area/space) +/area/template_noop) "ahr" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2929,7 +2927,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns4, -/area/space) +/area/template_noop) "ahs" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -2941,8 +2939,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aht" = ( /turf/space/transit/north/shuttlespace_ns14, /area/shuttle/escape/transit) @@ -2993,7 +2991,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns12, -/area/space) +/area/template_noop) "ahE" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3002,7 +3000,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns7, -/area/space) +/area/template_noop) "ahF" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3011,7 +3009,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns9, -/area/space) +/area/template_noop) "ahG" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3020,7 +3018,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns4, -/area/space) +/area/template_noop) "ahH" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3029,7 +3027,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns6, -/area/space) +/area/template_noop) "ahI" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3038,7 +3036,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns10, -/area/space) +/area/template_noop) "ahJ" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3047,7 +3045,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns3, -/area/space) +/area/template_noop) "ahK" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3056,7 +3054,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns14, -/area/space) +/area/template_noop) "ahL" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3065,7 +3063,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns11, -/area/space) +/area/template_noop) "ahM" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3074,7 +3072,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns7, -/area/space) +/area/template_noop) "ahN" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3083,7 +3081,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns11, -/area/space) +/area/template_noop) "ahO" = ( /turf/space/transit/north/shuttlespace_ns6, /area/syndicate_station/transit) @@ -3113,7 +3111,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns6, -/area/space) +/area/template_noop) "ahW" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3131,8 +3129,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ahX" = ( /turf/space/transit/north/shuttlespace_ns11, /area/syndicate_station/transit) @@ -3159,7 +3157,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns5, -/area/space) +/area/template_noop) "aie" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3168,10 +3166,10 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns3, -/area/space) +/area/template_noop) "aif" = ( /turf/simulated/mineral, -/area/space) +/area/template_noop) "aig" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -3194,7 +3192,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns12, -/area/space) +/area/template_noop) "aih" = ( /turf/space/transit/north/shuttlespace_ns12, /area/syndicate_station/transit) @@ -3209,7 +3207,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns4, -/area/space) +/area/template_noop) "aik" = ( /turf/space/transit/north/shuttlespace_ns3, /area/skipjack_station/transit) @@ -3230,7 +3228,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns2, -/area/space) +/area/template_noop) "aip" = ( /turf/space/transit/north/shuttlespace_ns1, /area/skipjack_station/transit) @@ -3248,7 +3246,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns6, -/area/space) +/area/template_noop) "ait" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3257,7 +3255,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns13, -/area/space) +/area/template_noop) "aiu" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3266,7 +3264,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns1, -/area/space) +/area/template_noop) "aiv" = ( /turf/space/transit/north/shuttlespace_ns15, /area/skipjack_station/transit) @@ -3293,7 +3291,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns15, -/area/space) +/area/template_noop) "aiC" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3302,18 +3300,18 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns15, -/area/space) +/area/template_noop) "aiD" = ( /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aiE" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 8; icon_state = "diagonalWall3" }, -/area/space) +/area/template_noop) "aiF" = ( /obj/structure/shuttle/engine/propulsion/burst{ dir = 8 @@ -3324,25 +3322,25 @@ icon_state = "swall"; dir = 4 }, -/area/space) +/area/template_noop) "aiG" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/wall, -/area/space) +/area/template_noop) "aiH" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/wall, -/area/space) +/area/template_noop) "aiI" = ( -/turf/space, +/turf/template_noop, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/wall/dark{ icon_state = "swall_c" }, -/area/space) +/area/template_noop) "aiJ" = ( /turf/space/transit/north/shuttlespace_ns4, /area/shuttle/escape_pod2/transit) @@ -3360,30 +3358,30 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns14, -/area/space) +/area/template_noop) "aiN" = ( /obj/structure/shuttle/engine/propulsion/burst, /obj/effect/decal/cleanable/dirt, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aiO" = ( /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "aiP" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "aiQ" = ( /obj/random/junk, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/floor, -/area/space) +/area/template_noop) "aiR" = ( /obj/structure/grille, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "aiS" = ( /turf/space/transit/north/shuttlespace_ns3, /area/shuttle/escape_pod2/transit) @@ -3401,7 +3399,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns1, -/area/space) +/area/template_noop) "aiW" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3410,7 +3408,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns5, -/area/space) +/area/template_noop) "aiX" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3419,7 +3417,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns13, -/area/space) +/area/template_noop) "aiY" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3428,29 +3426,29 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns10, -/area/space) +/area/template_noop) "aiZ" = ( /obj/item/stack/material/cyborg/steel, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aja" = ( /obj/item/weapon/material/shard/shrapnel, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ajb" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "ajc" = ( -/turf/space, +/turf/template_noop, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/wall/dark{ icon_state = "swall_c"; dir = 8 }, -/area/space) +/area/template_noop) "ajd" = ( /turf/space/transit/north/shuttlespace_ns9, /area/shuttle/escape_pod2/transit) @@ -3458,24 +3456,24 @@ /turf/space/transit/north/shuttlespace_ns14, /area/shuttle/escape_pod2/transit) "ajf" = ( -/turf/space, +/turf/template_noop, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/wall/dark{ icon_state = "swall_c"; dir = 4 }, -/area/space) +/area/template_noop) "ajg" = ( /obj/item/stack/rods, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ajh" = ( /obj/random/junk, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/floor, -/area/space) +/area/template_noop) "aji" = ( -/turf/space, +/turf/template_noop, /area/shuttle/escape_pod2/centcom) "ajj" = ( /obj/effect/step_trigger/thrower{ @@ -3485,7 +3483,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns13, -/area/space) +/area/template_noop) "ajk" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3494,29 +3492,29 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns2, -/area/space) +/area/template_noop) "ajl" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/wall, -/area/space) +/area/template_noop) "ajm" = ( /obj/structure/bed/chair{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/floor, -/area/space) +/area/template_noop) "ajn" = ( /obj/random/junk, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "ajo" = ( /obj/random/junk, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "ajp" = ( /turf/simulated/mineral, /area/shuttle/escape_pod2/centcom) @@ -3528,7 +3526,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns12, -/area/space) +/area/template_noop) "ajr" = ( /turf/space/transit/north/shuttlespace_ns8, /area/skipjack_station/transit) @@ -3539,7 +3537,7 @@ icon_state = "swall"; dir = 1 }, -/area/space) +/area/template_noop) "ajt" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3548,7 +3546,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns5, -/area/space) +/area/template_noop) "aju" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3557,7 +3555,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns7, -/area/space) +/area/template_noop) "ajv" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3566,20 +3564,20 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns9, -/area/space) +/area/template_noop) "ajw" = ( /turf/space/transit/north/shuttlespace_ns7, /area/skipjack_station/transit) "ajx" = ( /turf/simulated/shuttle/wall/dark, -/area/space) +/area/template_noop) "ajy" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'ESTIMATED PICKUP TIME: 2-4 DAYS. CONSERVE RESOURCES.'."; name = "\improper NSS AURORA II ESCAPE POD ZONE" }, /turf/simulated/wall/r_wall, -/area/space) +/area/template_noop) "ajz" = ( /turf/space/transit/north/shuttlespace_ns4, /area/shuttle/escape_pod1/transit) @@ -3599,11 +3597,11 @@ /turf/space/transit/north/shuttlespace_ns4, /area/shuttle/escape_pod3/transit) "ajF" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ icon_state = "diagonalWall3" }, -/area/space) +/area/template_noop) "ajG" = ( /obj/machinery/door/airlock/external{ frequency = 1380; @@ -3622,7 +3620,7 @@ tag_door = "escape_pod_2_recovery_hatch" }, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "ajH" = ( /turf/space/transit/north/shuttlespace_ns3, /area/shuttle/escape_pod1/transit) @@ -3647,20 +3645,20 @@ name = "\improper NSS AURORA II ESCAPE POD ZONE" }, /turf/simulated/shuttle/wall/dark, -/area/space) +/area/template_noop) "ajO" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 4; icon_state = "diagonalWall3" }, -/area/space) +/area/template_noop) "ajP" = ( /obj/structure/bed/chair{ dir = 1 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ajQ" = ( /turf/space/transit/north/shuttlespace_ns7, /area/shuttle/escape_pod1/transit) @@ -3686,7 +3684,7 @@ /turf/simulated/shuttle/wall/dark, /area/syndicate_mothership) "ajY" = ( -/turf/space, +/turf/template_noop, /area/shuttle/escape_pod1/centcom) "ajZ" = ( /obj/structure/shuttle/engine/propulsion/burst{ @@ -3697,14 +3695,14 @@ icon_state = "swall"; dir = 8 }, -/area/space) +/area/template_noop) "aka" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 6; icon_state = "diagonalWall3" }, -/area/space) +/area/template_noop) "akb" = ( /turf/space/transit/north/shuttlespace_ns12, /area/shuttle/escape_pod1/transit) @@ -3722,7 +3720,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns12, -/area/space) +/area/template_noop) "akf" = ( /turf/simulated/shuttle/plating, /turf/simulated/shuttle/wall/dark{ @@ -3735,21 +3733,21 @@ icon_state = "propulsion_r"; dir = 1 }, -/turf/space, +/turf/template_noop, /area/shuttle/syndicate_elite/mothership) "akh" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion"; dir = 1 }, -/turf/space, +/turf/template_noop, /area/shuttle/syndicate_elite/mothership) "aki" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_l"; dir = 1 }, -/turf/space, +/turf/template_noop, /area/shuttle/syndicate_elite/mothership) "akj" = ( /turf/simulated/shuttle/plating, @@ -3759,7 +3757,7 @@ }, /area/shuttle/syndicate_elite/mothership) "akk" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 8; icon_state = "diagonalWall3" @@ -3789,7 +3787,7 @@ name = "\improper Ninja Base" }) "akn" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 6; icon_state = "diagonalWall3" @@ -3801,8 +3799,8 @@ /obj/structure/shuttle/engine/propulsion/burst{ dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "akp" = ( /obj/structure/shuttle/engine/propulsion/burst, /obj/effect/decal/cleanable/dirt, @@ -3811,16 +3809,16 @@ icon_state = "swall"; dir = 1 }, -/area/space) +/area/template_noop) "akq" = ( -/turf/space, +/turf/template_noop, /area/shuttle/escape_pod3/centcom) "akr" = ( /obj/structure/window/shuttle, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "aks" = ( /obj/structure/bed/chair{ dir = 8 @@ -3828,13 +3826,13 @@ /obj/random/junk, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/floor, -/area/space) +/area/template_noop) "akt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/mouse, /turf/simulated/shuttle/floor, -/area/space) +/area/template_noop) "aku" = ( /obj/machinery/door/airlock/external{ frequency = 1380; @@ -3845,7 +3843,7 @@ req_access = list(13) }, /turf/simulated/shuttle/floor, -/area/space) +/area/template_noop) "akv" = ( /obj/machinery/door/airlock/external{ frequency = 1380; @@ -3856,7 +3854,7 @@ req_access = list(13) }, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "akw" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3865,7 +3863,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns11, -/area/space) +/area/template_noop) "akx" = ( /turf/simulated/shuttle/wall/dark, /area/shuttle/syndicate_elite/mothership) @@ -3908,7 +3906,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "akD" = ( /obj/structure/shuttle/engine/propulsion/burst{ dir = 4 @@ -3919,7 +3917,7 @@ icon_state = "swall"; dir = 8 }, -/area/space) +/area/template_noop) "akE" = ( /obj/effect/landmark{ name = "Syndicate-Commando-Bomb" @@ -3978,7 +3976,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns9, -/area/space) +/area/template_noop) "akJ" = ( /obj/structure/bed/chair{ dir = 4 @@ -4030,7 +4028,7 @@ req_access = list(13) }, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "akO" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -4039,9 +4037,9 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns8, -/area/space) +/area/template_noop) "akP" = ( -/turf/space, +/turf/template_noop, /area/syndicate_mothership/elite_squad) "akQ" = ( /turf/simulated/shuttle/wall/dark, @@ -4131,7 +4129,7 @@ req_access = list(13) }, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "ala" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -4162,12 +4160,12 @@ name = "\improper Ninja Base" }) "alc" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 5; icon_state = "diagonalWall3" }, -/area/space) +/area/template_noop) "ald" = ( /obj/machinery/door/airlock/external{ name = "Shuttle Airlock"; @@ -4220,13 +4218,13 @@ /obj/structure/window/shuttle, /obj/effect/decal/cleanable/dirt, /turf/simulated/shuttle/plating, -/area/space) +/area/template_noop) "alk" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ icon_state = "swall_c" }, -/area/space) +/area/template_noop) "all" = ( /obj/machinery/door/airlock/glass_security{ name = "Airlock"; @@ -4267,7 +4265,7 @@ }, /area/shuttle/syndicate_elite/mothership) "alp" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ icon_state = "diagonalWall3" }, @@ -4278,13 +4276,13 @@ /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_l" }, -/turf/space, +/turf/template_noop, /area/syndicate_mothership{ name = "\improper Ninja Base" }) "alr" = ( /obj/structure/shuttle/engine/propulsion, -/turf/space, +/turf/template_noop, /area/syndicate_mothership{ name = "\improper Ninja Base" }) @@ -4292,12 +4290,12 @@ /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_r" }, -/turf/space, +/turf/template_noop, /area/syndicate_mothership{ name = "\improper Ninja Base" }) "alt" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 4; icon_state = "diagonalWall3" @@ -4313,7 +4311,7 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns8, -/area/space) +/area/template_noop) "alv" = ( /turf/simulated/shuttle/plating, /turf/simulated/shuttle/wall/dark{ @@ -4341,10 +4339,10 @@ }, /area/shuttle/syndicate_elite/mothership) "aly" = ( -/turf/space, +/turf/template_noop, /area/syndicate_mothership) "alz" = ( -/turf/space, +/turf/template_noop, /area/shuttle/syndicate_elite/mothership) "alA" = ( /obj/effect/step_trigger/thrower{ @@ -4373,23 +4371,23 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "alB" = ( /obj/structure/grille, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "alC" = ( /obj/structure/lattice, /obj/structure/grille, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "alD" = ( /obj/structure/lattice, /obj/structure/grille/broken, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "alE" = ( /obj/structure/table/standard, /obj/item/device/flashlight/lamp{ @@ -4515,7 +4513,7 @@ }, /area/syndicate_mothership) "alT" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 8; icon_state = "diagonalWall3" @@ -4573,7 +4571,7 @@ /turf/simulated/shuttle/plating, /area/syndicate_station/start) "alX" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 6; icon_state = "diagonalWall3" @@ -5003,7 +5001,7 @@ }, /area/syndicate_mothership) "amS" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 5; icon_state = "diagonalWall3" @@ -5019,7 +5017,7 @@ }, /area/syndicate_station/start) "amU" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 4; icon_state = "diagonalWall3" @@ -5380,8 +5378,8 @@ "anA" = ( /obj/structure/window/reinforced, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "anB" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1331; @@ -5775,8 +5773,8 @@ dir = 1 }, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aol" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -6792,17 +6790,17 @@ /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_l" }, -/turf/space, +/turf/template_noop, /area/syndicate_station/start) "aqb" = ( /obj/structure/shuttle/engine/propulsion, -/turf/space, +/turf/template_noop, /area/syndicate_station/start) "aqc" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_r" }, -/turf/space, +/turf/template_noop, /area/syndicate_station/start) "aqd" = ( /obj/machinery/suit_cycler{ @@ -6864,9 +6862,9 @@ /area/merchant_station) "aqm" = ( /turf/simulated/floor/asteroid, -/area/space) +/area/template_noop) "aqn" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ icon_state = "diagonalWall3" }, @@ -7123,7 +7121,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/merchant_station) "aqX" = ( /turf/unsimulated/floor{ @@ -7291,7 +7289,7 @@ icon_state = "propulsion_l"; dir = 8 }, -/turf/space, +/turf/template_noop, /area/merchant_ship/start) "arv" = ( /turf/simulated/shuttle/wall, @@ -7587,8 +7585,8 @@ "asb" = ( /obj/structure/lattice, /obj/structure/window/reinforced, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "asc" = ( /obj/structure/sign/vacuum{ pixel_y = 32 @@ -7875,8 +7873,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "asJ" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ @@ -7884,8 +7882,8 @@ icon_state = "rwindow"; dir = 1 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "asK" = ( /obj/machinery/light/small, /turf/simulated/floor/plating, @@ -8138,7 +8136,7 @@ dir = 8; icon_state = "propulsion_r" }, -/turf/space, +/turf/template_noop, /area/merchant_ship/start) "atm" = ( /obj/structure/table/standard, @@ -9158,17 +9156,17 @@ /obj/structure/shuttle/engine/propulsion{ icon_state = "burst_l" }, -/turf/space, +/turf/template_noop, /area/supply/dock) "avx" = ( /obj/structure/shuttle/engine/propulsion, -/turf/space, +/turf/template_noop, /area/supply/dock) "avy" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "burst_r" }, -/turf/space, +/turf/template_noop, /area/supply/dock) "avz" = ( /turf/unsimulated/wall/riveted, @@ -12729,7 +12727,7 @@ }, /area/centcom/specops) "aCn" = ( -/turf/space, +/turf/template_noop, /area/centcom/specops) "aCo" = ( /turf/unsimulated/floor{ @@ -13620,8 +13618,8 @@ name = "thrower_throwdown"; tiles = 0 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aEu" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -13640,7 +13638,7 @@ tiles = 0 }, /turf/simulated/mineral, -/area/space) +/area/template_noop) "aEv" = ( /turf/unsimulated/floor{ icon_state = "warnplate"; @@ -13889,13 +13887,13 @@ /turf/unsimulated/floor{ icon_state = "asteroid" }, -/area/space) +/area/template_noop) "aFb" = ( /obj/item/weapon/shovel, /turf/unsimulated/floor{ icon_state = "asteroid" }, -/area/space) +/area/template_noop) "aFc" = ( /obj/machinery/computer/shuttle_control{ req_access = list(101); @@ -13994,13 +13992,13 @@ /turf/unsimulated/floor{ icon_state = "asteroid" }, -/area/space) +/area/template_noop) "aFo" = ( /obj/effect/decal/remains, /turf/unsimulated/floor{ icon_state = "asteroid" }, -/area/space) +/area/template_noop) "aFp" = ( /obj/structure/bed/chair{ dir = 8 @@ -15842,7 +15840,7 @@ /area/centcom/spawning) "aJi" = ( /obj/structure/shuttle/engine/propulsion, -/turf/space, +/turf/template_noop, /area/shuttle/escape/centcom) "aJj" = ( /obj/machinery/sleeper{ @@ -17614,7 +17612,7 @@ /obj/machinery/light/small{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/syndicate_mothership/raider_base) "aMR" = ( /obj/machinery/door/airlock/external{ @@ -17632,7 +17630,7 @@ /obj/machinery/light/small{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/syndicate_mothership/raider_base) "aMT" = ( /obj/structure/table/holotable, @@ -17851,7 +17849,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/syndicate_mothership/raider_base) "aNr" = ( /obj/structure/window/reinforced{ @@ -17874,7 +17872,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/syndicate_mothership/raider_base) "aNu" = ( /obj/machinery/door/airlock/glass, @@ -18083,14 +18081,14 @@ }, /area/centcom/spawning) "aNU" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 8; icon_state = "diagonalWall3" }, /area/skipjack_station/start) "aNV" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 6; icon_state = "diagonalWall3" @@ -19762,7 +19760,7 @@ }, /area/wizard_station) "aRz" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ icon_state = "diagonalWall3" }, @@ -19787,7 +19785,7 @@ }, /area/skipjack_station/start) "aRC" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 4; icon_state = "diagonalWall3" @@ -20516,7 +20514,7 @@ }, /area/wizard_station) "aTc" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 5; icon_state = "diagonalWall3" @@ -24366,194 +24364,194 @@ abd aaT abc aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (2,1,1) = {" aab @@ -24623,65 +24621,65 @@ aaV abe abb aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW ahW @@ -24690,51 +24688,51 @@ ahW ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW ahW @@ -24790,27 +24788,27 @@ ahW ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (3,1,1) = {" aac @@ -24880,55 +24878,55 @@ abf aaR aaU aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW ahW @@ -24947,51 +24945,51 @@ aaQ aaQ aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEt aif aaQ @@ -25047,27 +25045,27 @@ aaQ aaQ aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (4,1,1) = {" aad @@ -25137,52 +25135,52 @@ aaS aaZ aaV aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW ahW @@ -25210,45 +25208,45 @@ ahW ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEt aif aaQ @@ -25302,29 +25300,29 @@ aif aif aif aif -aaN +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (5,1,1) = {" aae @@ -25394,52 +25392,52 @@ aba abd aaT aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aaQ @@ -25469,43 +25467,43 @@ aaQ ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEt aif aaQ @@ -25515,8 +25513,8 @@ aif aif aif aif -aaN -aaN +aaM +aaM aFa aFa aif @@ -25558,30 +25556,30 @@ aif aif aif aif -aaN -aaN +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (6,1,1) = {" aaf @@ -25651,52 +25649,52 @@ aaW aaS aaZ aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -25726,43 +25724,43 @@ aaQ aaQ aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEt aif aaQ @@ -25771,10 +25769,10 @@ aif aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aFa aFa aif @@ -25797,8 +25795,8 @@ aif aif aif aif -aaN -aaN +aaM +aaM aif aif aif @@ -25815,30 +25813,30 @@ aif aif aif aif -aaN -aaN +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (7,1,1) = {" aag @@ -25908,52 +25906,52 @@ aaS aaZ aaV aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -25983,43 +25981,43 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -26028,11 +26026,11 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aFa aif aHo @@ -26054,48 +26052,48 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (8,1,1) = {" aah @@ -26165,52 +26163,52 @@ aba abd aaT aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -26240,43 +26238,43 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aaQ aaQ @@ -26284,13 +26282,13 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aHo aJl @@ -26311,48 +26309,48 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (9,1,1) = {" aaa @@ -26422,52 +26420,52 @@ aaW aaS aaZ aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -26499,55 +26497,55 @@ aaQ ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aaQ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aHo aHo @@ -26563,53 +26561,53 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (10,1,1) = {" aai @@ -26679,52 +26677,52 @@ aaV abe abb aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -26758,54 +26756,54 @@ aaQ ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aaQ aif aFa aFn aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aHo aJM @@ -26820,53 +26818,53 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (11,1,1) = {" aaj @@ -26936,52 +26934,52 @@ abf aaR aaU aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -27015,50 +27013,50 @@ aaQ aaQ aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aaQ aif aFb aFa aFa -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aGP aHi aHi @@ -27077,53 +27075,53 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (12,1,1) = {" aak @@ -27193,52 +27191,52 @@ aaS aaZ aaV aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aaQ @@ -27272,49 +27270,49 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aaQ aif aif aFo aFa -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aGA aGQ aHj @@ -27332,55 +27330,55 @@ aHo aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (13,1,1) = {" aal @@ -27450,52 +27448,52 @@ aba abd aaT aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW aaQ @@ -27530,48 +27528,48 @@ aif aaQ ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aaQ aaQ aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aGB aGR aGT @@ -27588,56 +27586,56 @@ aif aif aif aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (14,1,1) = {" aam @@ -27707,53 +27705,53 @@ aaW aaS aaZ aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -27769,15 +27767,15 @@ apU aqO arb aiD -aaN -aaN -aaN +aaM +aaM +aaM asb apU asJ -aaN -aaN -aaN +aaM +aaM +aaM aiD aiD aiD @@ -27787,48 +27785,48 @@ aif aaQ aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aGB aGS aGT @@ -27841,60 +27839,60 @@ aGS aGE aGE aif -aaN +aaM alB alB -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM aif -aaN -aaN +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (15,1,1) = {" aan @@ -27964,53 +27962,53 @@ aaV abe abb aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aaQ @@ -28025,18 +28023,18 @@ apU apU aqP arb -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM asb asq asJ -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD aif aif @@ -28044,48 +28042,48 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aGC aGT aHk @@ -28098,60 +28096,60 @@ aGS aGE aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN +aaM +aaM aif aif aif -aaN +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (16,1,1) = {" aao @@ -28221,53 +28219,53 @@ abf aaR aaU aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW aaQ @@ -28282,19 +28280,19 @@ apU apU apU arc -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM arv asr arv -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -28302,47 +28300,47 @@ aif aaQ ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aGB aGT aGT @@ -28359,56 +28357,56 @@ aif aiD aiD aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aNU aRz -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (17,1,1) = {" aag @@ -28478,54 +28476,54 @@ aaS aaZ aaV aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -28539,19 +28537,19 @@ aqv apU aqQ apz -aaN -aaN -aaN +aaM +aaM +aaM arv arv ass arv arv -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD aif aif @@ -28559,37 +28557,37 @@ aif aaQ aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -28597,9 +28595,9 @@ aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM aGB aGU aGT @@ -28631,41 +28629,41 @@ aQK aOl aOl aRz -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif -aaN +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (18,1,1) = {" aaf @@ -28735,53 +28733,53 @@ aba abd aaT aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW aaQ @@ -28796,8 +28794,8 @@ apz aqC apz apz -aaN -aaN +aaM +aaM aru arv asc @@ -28805,10 +28803,10 @@ ass asK arv atl -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aiD aif aif @@ -28816,37 +28814,37 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -28854,9 +28852,9 @@ aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM aGB aGV aGT @@ -28888,41 +28886,41 @@ aQt aRa aRA aRQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (19,1,1) = {" aaj @@ -28992,53 +28990,53 @@ aaW aaS aaZ aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aaQ @@ -29053,8 +29051,8 @@ apU apU aqR apz -aaN -aaN +aaM +aaM arv arv arC @@ -29062,10 +29060,10 @@ ast arC arv arv -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aiD aiD aif @@ -29073,37 +29071,37 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -29111,9 +29109,9 @@ aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM aGD aGW aGT @@ -29145,41 +29143,41 @@ aPN aRb aRA aRQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (20,1,1) = {" aac @@ -29249,53 +29247,53 @@ aaV abe abb aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -29310,8 +29308,8 @@ apU apU aqS ard -aaN -aaN +aaM +aaM arv arJ asd @@ -29319,58 +29317,58 @@ asd asd asY arv -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aGE aGE aGE @@ -29402,41 +29400,41 @@ aPN aRc aOl aRC -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (21,1,1) = {" aad @@ -29506,53 +29504,53 @@ abf aaR aaU aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -29567,8 +29565,8 @@ apU aqD aqT arb -aaN -aaN +aaM +aaM arC arK asd @@ -29576,58 +29574,58 @@ asd asd asZ arC -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aGE aGX aHl @@ -29644,12 +29642,12 @@ aHT aMt aiD aiD -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aOl aPz aPN @@ -29663,37 +29661,37 @@ aOl aOl aOl aTc -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (22,1,1) = {" aah @@ -29763,53 +29761,53 @@ aaS aaZ aaV aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -29824,8 +29822,8 @@ apU aqE aqU arb -aaN -aaN +aaM +aaM arC arL asd @@ -29833,10 +29831,10 @@ asu asd ata arC -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aqm aqm aif @@ -29844,47 +29842,47 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aGE aGY aHm @@ -29900,13 +29898,13 @@ aHT aHT aMu aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aOl aPA aPO @@ -29920,37 +29918,37 @@ aRd aRd aOl aOl -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (23,1,1) = {" aak @@ -30020,53 +30018,53 @@ aba abd aaT aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -30081,7 +30079,7 @@ aqw aqF aqV arb -aaN +aaM aru arv arM @@ -30091,9 +30089,9 @@ asd atb arv atl -aaN -aaN -aaN +aaM +aaM +aaM auj aif aif @@ -30101,47 +30099,47 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aGE aGZ aHn @@ -30158,10 +30156,10 @@ aHT aMv aiD aiD -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aNU aOl aOl @@ -30178,36 +30176,36 @@ aRd aSN aOl aTc -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (24,1,1) = {" aae @@ -30277,68 +30275,68 @@ aaW aaS aaZ aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif aif aif aiD -aaN -aaN +aaM +aaM apz apz apz aqG aqW are -aaN +aaM arv arv arN @@ -30348,9 +30346,9 @@ asd atc arv arv -aaN -aaN -aaN +aaM +aaM +aaM aqm aqm aif @@ -30358,47 +30356,47 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aGE aGE aGE @@ -30415,8 +30413,8 @@ aJq aGE aGE aiD -aaN -aaN +aaM +aaM aNU aOl aOl @@ -30436,35 +30434,35 @@ aRd aOl aOl aTc -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (25,1,1) = {" aam @@ -30534,68 +30532,68 @@ abc abf aaR aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif aif aif aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM arv arv arO @@ -30605,9 +30603,9 @@ asd atd arv arv -aaN -aaN -aaN +aaM +aaM +aaM aqm aqm aqm @@ -30615,51 +30613,51 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aGE aHT aHT @@ -30672,9 +30670,9 @@ aKT aKT aGE aiD -aaN -aaN -aaN +aaM +aaM +aaM aOo aOl aOX @@ -30693,35 +30691,35 @@ aOl aOl aTh aRQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (26,1,1) = {" aai @@ -30791,53 +30789,53 @@ abe abb aaY aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -30846,14 +30844,14 @@ aif aiD aiD aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM arC arK asd @@ -30861,10 +30859,10 @@ asu asd asZ arC -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aqm aqm aqm @@ -30872,51 +30870,51 @@ aqm aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aGE aHT aHT @@ -30929,9 +30927,9 @@ aKT aKT aMt aiD -aaN -aaN -aaN +aaM +aaM +aaM aOp aOH aOY @@ -30950,35 +30948,35 @@ aOX aPl aRA aRQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (27,1,1) = {" aao @@ -31048,53 +31046,53 @@ aaU aaX aaW aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -31103,14 +31101,14 @@ aif aif aif aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM arC arL asd @@ -31118,10 +31116,10 @@ asu asd ate arC -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif aif aqm @@ -31129,51 +31127,51 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aGE aIR aHT @@ -31186,9 +31184,9 @@ aLU aMw aMu aiD -aaN -aaN -aaN +aaM +aaM +aaM aOp aOI aOZ @@ -31207,35 +31205,35 @@ aPl aPl aRA aRQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (28,1,1) = {" aal @@ -31276,82 +31274,82 @@ abe abb aaY aam -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -31360,13 +31358,13 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aru arv arv @@ -31376,9 +31374,9 @@ asd arv arv atl -aaN -aaN -aaN +aaM +aaM +aaM aif aif aif @@ -31386,51 +31384,51 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aGE aHT aHT @@ -31443,9 +31441,9 @@ aKT aKT aMv aiD -aaN -aaN -aaN +aaM +aaM +aaM aOp aOJ aOY @@ -31464,35 +31462,35 @@ aPa aPl aRA aRQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (29,1,1) = {" aah @@ -31533,82 +31531,82 @@ abd aaT abc aab -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aif @@ -31618,12 +31616,12 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM arv arv arv @@ -31633,47 +31631,47 @@ asL arv arv arv -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -31681,13 +31679,13 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aGE aHT aHT @@ -31700,9 +31698,9 @@ aKT aKT aGE aiD -aaN -aaN -aaN +aaM +aaM +aaM aOq aOK aPa @@ -31721,35 +31719,35 @@ aOl aOl aTh aRQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (30,1,1) = {" aaj @@ -31790,82 +31788,82 @@ aaS aaZ aaV aak -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aaQ @@ -31875,13 +31873,13 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM arv arv asf @@ -31889,48 +31887,48 @@ asw asM arv arv -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -31938,11 +31936,11 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aGE aGE aGE @@ -31957,8 +31955,8 @@ aJq aGE aGE aiD -aaN -aaN +aaM +aaM aNV aOl aOl @@ -31978,35 +31976,35 @@ aSO aOl aOl aRC -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (31,1,1) = {" aap @@ -32047,82 +32045,82 @@ aaa aaj aam aig -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW ahW @@ -32133,61 +32131,61 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM arv asg asd asg arv -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -32195,11 +32193,11 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aGE aHQ aHT @@ -32214,10 +32212,10 @@ aHT aMt aiD aiD -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aNV aOl aOl @@ -32234,36 +32232,36 @@ aRk aSP aOl aRC -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (32,1,1) = {" aaq @@ -32333,56 +32331,56 @@ aaV abe aaM aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aaQ aaQ @@ -32390,23 +32388,23 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM arv arv asx arv arv -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -32414,37 +32412,37 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -32470,13 +32468,13 @@ aHT aHT aMu aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aOl aPC aPT @@ -32490,37 +32488,37 @@ aSs aSH aOl aOl -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (33,1,1) = {" aar @@ -32589,57 +32587,57 @@ aao aae aah aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW aaQ @@ -32647,23 +32645,23 @@ aaQ aaQ aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM arv ash asy asN arv -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -32671,37 +32669,37 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -32728,12 +32726,12 @@ aHT aMv aiD aiD -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aOl aPD aPN @@ -32747,37 +32745,37 @@ aOl aOl aOl aRC -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (34,1,1) = {" aas @@ -32846,58 +32844,58 @@ aaS aaV aak aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW aif @@ -32905,60 +32903,60 @@ aaQ aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM arv asi asz asO arv -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -33000,41 +32998,41 @@ aQP aRl aOl aRz -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (35,1,1) = {" aat @@ -33103,119 +33101,119 @@ abb aba aad aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aif aaQ aif aif aqx -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM arv asj asA asP arv -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -33257,41 +33255,41 @@ aQQ aRm aRA aRQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (36,1,1) = {" aau @@ -33360,119 +33358,119 @@ aaU aaW aai aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aif aif aif aqm aqm -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM arv arC arC arC arv -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -33514,41 +33512,41 @@ aQR aRn aRA aRQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (37,1,1) = {" aav @@ -33617,119 +33615,119 @@ ajk abe aaa aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW aif aqm aqm -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -33771,41 +33769,41 @@ aQK aOl aOl aRC -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (38,1,1) = {" aaw @@ -33874,119 +33872,119 @@ ahD aaT aao aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -34013,56 +34011,56 @@ aif aiD aiD aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aNV aRC -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (39,1,1) = {" aax @@ -34131,81 +34129,81 @@ aiB aaY aam aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -34213,37 +34211,37 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -34264,62 +34262,62 @@ aaQ aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (40,1,1) = {" aay @@ -34388,81 +34386,81 @@ aiV abb aaj aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -34470,37 +34468,37 @@ aif aaQ aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -34520,63 +34518,63 @@ aaQ aaQ aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (41,1,1) = {" aaz @@ -34645,80 +34643,80 @@ ahF aaR aah aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN +aaM +aaM +aaM aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -34727,37 +34725,37 @@ aif aaQ ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aif aaQ @@ -34773,67 +34771,67 @@ aaQ aaQ aaQ aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (42,1,1) = {" aaA @@ -34902,80 +34900,80 @@ aiX abd aal aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -34983,38 +34981,38 @@ aif aif aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aEu aEu aEu @@ -35070,27 +35068,27 @@ ahW ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (43,1,1) = {" aaB @@ -35159,195 +35157,195 @@ alu aaU aag aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aaQ aaQ aaQ ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (44,1,1) = {" aaC @@ -35416,195 +35414,195 @@ abc abf aae aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (45,1,1) = {" aaD @@ -35673,60 +35671,60 @@ aaW aaS aaf aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW ahW @@ -35754,114 +35752,114 @@ ahW ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (46,1,1) = {" aaE @@ -35930,195 +35928,195 @@ aaU aaX aac aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (47,1,1) = {" aaF @@ -36187,195 +36185,195 @@ aaT abc aab aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (48,1,1) = {" aaG @@ -36444,195 +36442,195 @@ aaS aaZ aan aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (49,1,1) = {" aaH @@ -36701,195 +36699,195 @@ aiB aaY aam aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (50,1,1) = {" aaI @@ -36958,195 +36956,195 @@ ahD aaT aao aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (51,1,1) = {" aaJ @@ -37215,195 +37213,195 @@ alu aaU aag aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (52,1,1) = {" aaK @@ -37472,195 +37470,195 @@ ahK aba aad aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (53,1,1) = {" aaL @@ -37729,195 +37727,195 @@ ahH aaW aac aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (54,1,1) = {" aax @@ -37986,195 +37984,195 @@ aiV abb aai aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (55,1,1) = {" aay @@ -38243,195 +38241,195 @@ ahI abf aae aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (56,1,1) = {" aaz @@ -38500,195 +38498,195 @@ aaZ abe aaa aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (57,1,1) = {" aaA @@ -38757,195 +38755,195 @@ aaR aaX aac aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (58,1,1) = {" aaB @@ -39014,195 +39012,195 @@ aaY abd aal aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (59,1,1) = {" aaC @@ -39271,195 +39269,195 @@ aac aaf aan aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (60,1,1) = {" aaD @@ -39528,195 +39526,195 @@ aaZ aaV abe aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (61,1,1) = {" aaE @@ -39785,195 +39783,195 @@ aaR aaX aaW aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (62,1,1) = {" aaF @@ -40043,194 +40041,194 @@ aaM aaM aaM aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (63,1,1) = {" aaG @@ -40300,194 +40298,194 @@ ahs ahs ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (64,1,1) = {" aaM @@ -40557,222 +40555,222 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (65,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -40814,222 +40812,222 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (66,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -41071,222 +41069,222 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (67,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -41328,222 +41326,222 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (68,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -41585,222 +41583,222 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (69,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -41842,222 +41840,222 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (70,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -42099,222 +42097,222 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (71,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -42356,222 +42354,222 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (72,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -42613,222 +42611,222 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (73,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -42870,222 +42868,222 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (74,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -43127,222 +43125,222 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (75,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -43384,222 +43382,222 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (76,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -43641,222 +43639,222 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (77,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -43898,222 +43896,222 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (78,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -44155,222 +44153,222 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (79,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -44412,222 +44410,222 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (80,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -44669,222 +44667,222 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (81,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -44926,222 +44924,222 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM axe -aaN -aaN +aaM +aaM axe -aaN +aaM axe -aaN +aaM axe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (82,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -45183,94 +45181,94 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -45281,124 +45279,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (83,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -45440,94 +45438,94 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -45538,124 +45536,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (84,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -45697,94 +45695,94 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -45795,124 +45793,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (85,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -45954,94 +45952,94 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -46052,124 +46050,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (86,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -46211,94 +46209,94 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -46309,124 +46307,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (87,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -46468,94 +46466,94 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -46566,124 +46564,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (88,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -46725,94 +46723,94 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -46823,124 +46821,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (89,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -46982,94 +46980,94 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -47080,124 +47078,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (90,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -47239,94 +47237,94 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -47337,124 +47335,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (91,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -47496,94 +47494,94 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -47594,124 +47592,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (92,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -47753,94 +47751,94 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -47851,124 +47849,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (93,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -48010,94 +48008,94 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -48108,124 +48106,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (94,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -48267,94 +48265,94 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -48365,124 +48363,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (95,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -48524,94 +48522,94 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axg avK @@ -48622,124 +48620,124 @@ azD avK aAt avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (96,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaR @@ -48781,94 +48779,94 @@ aaR aaU ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axh avK @@ -48879,124 +48877,124 @@ axh avK axh avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (97,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaY @@ -49038,94 +49036,94 @@ aaY aba ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -49136,124 +49134,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (98,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -49295,94 +49293,94 @@ aaZ aaZ ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -49393,124 +49391,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (99,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs aaZ @@ -49552,94 +49550,94 @@ aaZ aaV ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axf avK @@ -49650,124 +49648,124 @@ axf avK axf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (100,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaM ahs ahs @@ -49809,94 +49807,94 @@ ahs ahs ahs aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK axi avK @@ -49907,124 +49905,98 @@ axi avK axi avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (101,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN aaM aaM aaM @@ -50066,93 +50038,119 @@ aaM aaM aaM aaM -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK avK axg @@ -50164,252 +50162,252 @@ azD avK aAt avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (102,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK awy axj @@ -50421,252 +50419,252 @@ azE awy aAu avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (103,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK awz axk @@ -50680,250 +50678,250 @@ aAv avK avK avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (104,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK awA awA @@ -50937,250 +50935,250 @@ awA awA awA avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (105,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK awB axl @@ -51194,250 +51192,250 @@ awA awA axl avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (106,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK awC axm @@ -51451,248 +51449,248 @@ awC awC aAX avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (107,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK avK avK @@ -51712,244 +51710,244 @@ avK avK avK avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (108,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK avP awm @@ -51969,244 +51967,244 @@ avY avY aCa avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (109,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK avK avK @@ -52226,22 +52224,22 @@ avY avY aCb avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aCO aCO @@ -52258,212 +52256,212 @@ aCO aCO aCO aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (110,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK avQ awn @@ -52483,22 +52481,22 @@ avY avY aCc avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aGl aGl @@ -52515,212 +52513,212 @@ aKV aKV aLW aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (111,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK avR avY @@ -52740,22 +52738,22 @@ avY avY aCd avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aGm aGm @@ -52772,212 +52770,212 @@ aHx aHx aLX aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (112,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avK avS avY @@ -52997,22 +52995,22 @@ avY avY aCe avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aGn aGF @@ -53029,184 +53027,184 @@ aKW aKW aLY aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (113,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqy aqy aqy @@ -53254,22 +53252,22 @@ avY avY aCf avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aGo aGo @@ -53286,184 +53284,184 @@ aKV aKV aLW aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (114,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -53511,22 +53509,22 @@ avY avY aCg avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aGp aGp @@ -53543,184 +53541,184 @@ aHx aHx aLX aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (115,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -53776,14 +53774,14 @@ aCz avK avK avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aGm aGm @@ -53800,42 +53798,42 @@ aKX aKX aLY aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTA aTA @@ -53848,136 +53846,136 @@ aTA aTA aTA aTA -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (116,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -54033,14 +54031,14 @@ aCA aCA aCA avK -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aGn aGF @@ -54057,35 +54055,35 @@ aDx aDx aDx aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTA aTA @@ -54105,136 +54103,136 @@ aTW aTW aUb aTA -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (117,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -54314,35 +54312,35 @@ aKY aKY aLZ aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTK @@ -54364,134 +54362,134 @@ aVN aTA aTA aTA -aaN -aaN +aaM +aaM "} (118,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -54571,35 +54569,35 @@ aHx aHx aMa aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -54621,134 +54619,134 @@ aTI aTI aTI aTA -aaN -aaN +aaM +aaM "} (119,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -54828,35 +54826,35 @@ aKZ aKZ aMb aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -54878,134 +54876,134 @@ aTA aTA aTI aTA -aaN -aaN +aaM +aaM "} (120,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -55108,12 +55106,12 @@ aCO aCO aCO aCO -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -55135,134 +55133,134 @@ aVO aTA aTK aTA -aaN -aaN +aaM +aaM "} (121,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -55365,12 +55363,12 @@ aQF aQF aQF aCO -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -55392,134 +55390,134 @@ aVO aTA aTK aTA -aaN -aaN +aaM +aaM "} (122,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -55622,12 +55620,12 @@ aRo aRo aTi aCO -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aUk @@ -55649,134 +55647,134 @@ aVO aTA aTK aTA -aaN -aaN +aaM +aaM "} (123,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -55879,12 +55877,12 @@ aQF aQF aQF aCO -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -55907,133 +55905,133 @@ aTA aTK aTA aTA -aaN +aaM "} (124,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -56109,10 +56107,10 @@ aJw aJt aJc aCO -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aCO aMV aMV @@ -56136,12 +56134,12 @@ aOt aOt aTj aCO -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -56164,133 +56162,133 @@ aTA aTK aTK aTA -aaN +aaM "} (125,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -56393,12 +56391,12 @@ aQF aQF aQF aCO -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -56424,130 +56422,130 @@ aTA aTA "} (126,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -56650,12 +56648,12 @@ aDx aDx aDx aCO -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTK @@ -56681,130 +56679,130 @@ aWe aTA "} (127,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -56907,12 +56905,12 @@ aMZ aMZ aMV aCO -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTK @@ -56938,57 +56936,57 @@ aWe aTA "} (128,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajV ajW ajW @@ -57002,66 +57000,66 @@ ajW ajW ajW ajV -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -57164,7 +57162,7 @@ aMZ aMZ aPV aCO -aaN +aaM aTA aTA aTA @@ -57195,57 +57193,57 @@ aWe aTA "} (129,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajV akf akx @@ -57259,66 +57257,66 @@ akx alv aly ajV -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -57421,7 +57419,7 @@ aMV aMV aMV aCO -aaN +aaM aTA aTH aTI @@ -57452,30 +57450,30 @@ aWf aTA "} (130,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahe ahe @@ -57483,26 +57481,26 @@ ahe ahe ahe ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajW akg aky @@ -57516,66 +57514,66 @@ aln akx alv ajV -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -57678,7 +57676,7 @@ aMV aMV aMW aCO -aaN +aaM aTA aTI aTO @@ -57709,30 +57707,30 @@ aWg aTA "} (131,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahh ahn @@ -57740,26 +57738,26 @@ ahe ahu ahn ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajW akh aky @@ -57773,66 +57771,66 @@ akK alw alz ajV -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -57966,30 +57964,30 @@ aWh aTA "} (132,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahi ahl @@ -57997,26 +57995,26 @@ ahe ahp ahi ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajW aki aky @@ -58030,66 +58028,66 @@ alo akx alx ajV -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqz aqH aqX @@ -58223,30 +58221,30 @@ aWi aTA "} (133,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahe ahe @@ -58254,26 +58252,26 @@ ahe ahe ahA ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajW akj akx @@ -58287,66 +58285,66 @@ akx alx aly ajV -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqy aqy aqy @@ -58480,30 +58478,30 @@ aVT aTA "} (134,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahh ahn @@ -58511,26 +58509,26 @@ ahe ahh ahn ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX ajX ajX @@ -58544,90 +58542,90 @@ ala akP akP ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA avp avp @@ -58737,30 +58735,30 @@ aWj aTA "} (135,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahj aho @@ -58768,28 +58766,28 @@ ahe ahp ahi ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX akF ajX @@ -58801,90 +58799,90 @@ akQ akQ akQ ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA avp avp @@ -58994,30 +58992,30 @@ aWk aTA "} (136,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahe ahe @@ -59025,28 +59023,28 @@ ahe ahe ahe ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX akG ajX @@ -59058,90 +59056,90 @@ akU akU akU ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA avp avv @@ -59220,7 +59218,7 @@ aMV aMV aMV aCO -aaN +aaM aTA aTI aTQ @@ -59251,30 +59249,30 @@ aWl aTA "} (137,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahk ahn @@ -59282,28 +59280,28 @@ ahe ahv ahn ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX ajX ajX @@ -59315,73 +59313,73 @@ akU akU akU ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqA aqA @@ -59446,14 +59444,14 @@ aHu aHu aIA aCO -aaN -aaN +aaM +aaM aCO -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aCO aMZ aMZ @@ -59477,7 +59475,7 @@ aMV aMZ aTk aCO -aaN +aaM aTA aTH aTI @@ -59508,30 +59506,30 @@ aWm aTA "} (138,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahl ahi @@ -59539,30 +59537,30 @@ ahe ahi ahB ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX akT akT @@ -59572,73 +59570,73 @@ akT akT akT ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqI aqY @@ -59709,8 +59707,8 @@ aCO aCO aCO aCO -aaN -aaN +aaM +aaM aCO aNa aNa @@ -59734,7 +59732,7 @@ aPr aNa aNa aCO -aaN +aaM aTA aTA aTA @@ -59765,30 +59763,30 @@ aWn aTA "} (139,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahe ahe @@ -59796,30 +59794,30 @@ ahe ahe ahe ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX akU akU @@ -59829,73 +59827,73 @@ akU akU akU ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqJ aqI @@ -59966,8 +59964,8 @@ aKn aKC aLd aCO -aaN -aaN +aaM +aaM aCO aNb aCZ @@ -59991,13 +59989,13 @@ aDj aDj aDS aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -60022,30 +60020,30 @@ aWo aTA "} (140,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahh ahn @@ -60053,30 +60051,30 @@ ahe ahh ahn ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX akQ akQ @@ -60086,73 +60084,73 @@ akQ akQ akQ ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA asl aqY @@ -60223,8 +60221,8 @@ aHx aKD aLe aCO -aaN -aaN +aaM +aaM aCO aNc aCM @@ -60248,13 +60246,13 @@ aCM aCM aHA aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -60279,30 +60277,30 @@ aWp aTA "} (141,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahi ahp @@ -60310,30 +60308,30 @@ ahe ahl ahC ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX akV akU @@ -60343,73 +60341,73 @@ akV akU akV ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqJ aqK @@ -60480,8 +60478,8 @@ aHx aKE aLf aCO -aaN -aaN +aaM +aaM aCO aNd aCM @@ -60505,13 +60503,13 @@ aHA aDj aDS aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -60536,30 +60534,30 @@ aTA aTA "} (142,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahe ahe ahe @@ -60567,30 +60565,30 @@ ahe ahe ahe ahe -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX akW akX @@ -60600,73 +60598,73 @@ akW akX akW ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqK aqY @@ -60737,8 +60735,8 @@ aHx aKF aLg aCO -aaN -aaN +aaM +aaM aCO aNd aCM @@ -60762,13 +60760,13 @@ aHA aCM aTl aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTK @@ -60790,64 +60788,64 @@ aTA aTK aTK aTA -aaN +aaM "} (143,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX akX akX @@ -60857,66 +60855,66 @@ akX akX akX ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqA aqA @@ -60994,8 +60992,8 @@ aHx aKG aLh aCO -aaN -aaN +aaM +aaM aCO aNd aCM @@ -61019,13 +61017,13 @@ aHA aDk aHB aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTA aTA @@ -61047,64 +61045,64 @@ aTA aTK aTA aTA -aaN +aaM "} (144,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX akX akX @@ -61114,66 +61112,66 @@ akX akX akX ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqI aqY @@ -61251,8 +61249,8 @@ aKo aCO aCO aCO -aaN -aaN +aaM +aaM aCO aNc aCM @@ -61276,17 +61274,17 @@ aCM aCM aHA aCO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aUZ @@ -61303,65 +61301,65 @@ aVR aTA aTK aTA -aaN -aaN +aaM +aaM "} (145,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajX ajX ajX @@ -61371,66 +61369,66 @@ ajX ajX ajX ajX -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqJ aqI @@ -61508,8 +61506,8 @@ aHx aHx aLi aCO -aaN -aaN +aaM +aaM aCO aNe aDJ @@ -61537,13 +61535,13 @@ aIL aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aUZ @@ -61560,134 +61558,134 @@ aVR aTA aTK aTA -aaN -aaN +aaM +aaM "} (146,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqJ aqY @@ -61765,8 +61763,8 @@ aHx aHx aLj aCO -aaN -aaN +aaM +aaM aCO aCO aCO @@ -61794,13 +61792,13 @@ aTu aTD aTu aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aUZ @@ -61817,134 +61815,134 @@ aVR aTA aTK aTA -aaN -aaN +aaM +aaM "} (147,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqJ aqK @@ -62051,13 +62049,13 @@ aTv aTv aTv aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTA @@ -62074,134 +62072,134 @@ aTA aTA aTI aTA -aaN -aaN +aaM +aaM "} (148,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqK aqY @@ -62308,13 +62306,13 @@ aTw aJg aTM aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTK aTK @@ -62331,134 +62329,134 @@ aTI aTI aTI aTA -aaN -aaN +aaM +aaM "} (149,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqA aqA @@ -62565,13 +62563,13 @@ aJg aPu aJg aTR -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTA aTA @@ -62588,141 +62586,141 @@ aVS aTA aTA aTA -aaN -aaN +aaM +aaM "} (150,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqI aqY @@ -62763,13 +62761,13 @@ aBH ayb aCp avz -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aEC aEC @@ -62822,15 +62820,15 @@ aSb aJg aTN aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTX aTX @@ -62843,143 +62841,143 @@ aTX aTX aUe aTA -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (151,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqJ aqI @@ -63020,13 +63018,13 @@ azY avN aCp avz -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aCO aCO aCO @@ -63079,15 +63077,15 @@ aTu aTu aTu aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aTA aTA aTA @@ -63100,143 +63098,143 @@ aTA aTA aTA aTA -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (152,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA asl aqY @@ -63277,15 +63275,15 @@ avN avN aCp avz -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aiD -aaN +aaM aCO aEC aDx @@ -63330,170 +63328,170 @@ aSv aSJ aSR aIL -aaN +aaM aIL aTv aTE aTv aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (153,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqJ aqK @@ -63534,15 +63532,15 @@ ayc ayc aCq avz -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aiD -aaN +aaM aCO aEX aDx @@ -63587,90 +63585,90 @@ aSw aSJ aSS aIL -aaN +aaM aIL aIL aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (154,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahs ahs ahs @@ -63682,75 +63680,75 @@ ahs ahs ahs ahs -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqK aqY @@ -63791,13 +63789,13 @@ avz avz avz avz -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aiD aiD aCO @@ -63844,90 +63842,90 @@ aSx aSJ aSR aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (155,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahs akk akl @@ -63939,75 +63937,75 @@ akl akl alp ahs -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqA aqA @@ -64044,19 +64042,19 @@ aAK avz avz aiD -aaN -aaN +aaM +aaM aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aiD -aaN +aaM aCO aEC aDx @@ -64101,90 +64099,90 @@ aSy aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (156,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahs akl akz @@ -64196,78 +64194,78 @@ alg alm alq ahs -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA atj atp @@ -64286,9 +64284,9 @@ aiD aiD aiD aqA -aaN -aaN -aaN +aaM +aaM +aaM awN axF axE @@ -64299,7 +64297,7 @@ aAa aAa awP aAW -aaN +aaM aiD aiD aiD @@ -64357,91 +64355,91 @@ aOQ aOb aSK aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (157,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahs akm akA @@ -64453,78 +64451,78 @@ alh alm alr ahs -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM asV atk atq @@ -64533,19 +64531,19 @@ atI aqA auf asV -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD -aaN -aaN -aaN +aaM +aaM +aaM aqA -aaN -aaN -aaN +aaM +aaM +aaM awN axG aye @@ -64556,12 +64554,12 @@ aAa aAa awP aAW -aaN +aaM aiD -aaN -aaN +aaM +aaM aiD -aaN +aaM aCO aDe aDl @@ -64614,91 +64612,91 @@ aJg aJg aSL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (158,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahs akl akB @@ -64710,78 +64708,78 @@ ali alm als ahs -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM asV atk atr @@ -64790,19 +64788,19 @@ atk atU asm asV -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD -aaN -aaN -aaN +aaM +aaM +aaM aqA -aaN -aaN -aaN +aaM +aaM +aaM awN axF axE @@ -64813,12 +64811,12 @@ aAb aAq awP aAW -aaN +aaM aiD -aaN -aaN +aaM +aaM aiD -aaN +aaM aCO aDe aDl @@ -64871,91 +64869,91 @@ aSc aJg aPI aST -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (159,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahs akn akl @@ -64967,78 +64965,78 @@ akl akl alt ahs -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA atk ats @@ -65047,19 +65045,19 @@ atk aqA asm asV -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD -aaN -aaN -aaN +aaM +aaM +aaM aqA -aaN -aaN -aaN +aaM +aaM +aaM awN axH aye @@ -65075,7 +65073,7 @@ aiD aiD aiD aiD -aaN +aaM aCO aDe aDl @@ -65128,91 +65126,91 @@ aSd aJg aPI aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (160,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahs ahs ahs @@ -65224,78 +65222,78 @@ ahs ahs ahs ahs -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA aqA aqA @@ -65304,19 +65302,19 @@ aqA aqA asm asV -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD -aaN -aaN -aaN +aaM +aaM +aaM aqA -aaN -aaN -aaN +aaM +aaM +aaM awN axI axE @@ -65327,12 +65325,12 @@ aAa aAa awP aAW -aaN +aaM aiD -aaN -aaN +aaM +aaM aiD -aaN +aaM aCO aDe aDl @@ -65385,194 +65383,194 @@ aSe aSz aPJ aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (161,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA auf asV -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD -aaN -aaN -aaN +aaM +aaM +aaM aqA -aaN -aaN +aaM +aaM avz avz avz @@ -65642,179 +65640,179 @@ aIL aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (162,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aqA asm aqA @@ -65828,8 +65826,8 @@ aiD aiD aiD aqA -aaN -aaN +aaM +aaM avz awO axJ @@ -65895,181 +65893,181 @@ aJg aPI aOT aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (163,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atA atA @@ -66086,7 +66084,7 @@ atA atA atA atA -aaN +aaM avz awP awP @@ -66152,181 +66150,181 @@ aJg aQY aPH aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (164,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atJ atJ @@ -66413,177 +66411,177 @@ aIL aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (165,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atK atV @@ -66600,7 +66598,7 @@ atV atK atK atA -aaN +aaM avz awR axK @@ -66670,177 +66668,177 @@ aSf aSA aSf aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (166,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atK atV @@ -66930,174 +66928,174 @@ aIL aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (167,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atK atV @@ -67114,7 +67112,7 @@ avq avx atK atA -aaN +aaM avz awT axM @@ -67187,174 +67185,174 @@ aSh aSh aSh aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (168,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atL atV @@ -67444,174 +67442,174 @@ aSU aSh aTn aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (169,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atK atV @@ -67628,7 +67626,7 @@ avs avx atK atA -aaN +aaM avz awV axO @@ -67701,174 +67699,174 @@ aIL aTd aTd aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (170,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atK atV @@ -67958,174 +67956,174 @@ aIL aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (171,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atK atV @@ -68142,7 +68140,7 @@ atV atK atK atA -aaN +aaM avz awX axQ @@ -68213,176 +68211,176 @@ aIL aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (172,1,1) = {" -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atM atM @@ -68470,37 +68468,37 @@ aSk aIL aSV aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (173,1,1) = {" aaO @@ -68526,120 +68524,120 @@ aaO aaO aaO aaO -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM atA atN atN @@ -68656,7 +68654,7 @@ atN atN atN atA -aaN +aaM avz awZ axS @@ -68727,37 +68725,37 @@ aSh aSh aSh aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (174,1,1) = {" aaP @@ -68783,137 +68781,137 @@ aaO aaO aaO aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avz axa axT @@ -68984,37 +68982,37 @@ aSC aIL aSW aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (175,1,1) = {" aaP @@ -69040,137 +69038,137 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avz axb axU @@ -69188,32 +69186,32 @@ ayp aBY aCv avz -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aIL aKN aKN @@ -69241,37 +69239,37 @@ aSm aIL aSX aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (176,1,1) = {" aaP @@ -69297,137 +69295,137 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avz axc axV @@ -69445,32 +69443,32 @@ ayq aBZ aBU avz -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aIL aKN aKN @@ -69498,37 +69496,37 @@ aIL aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (177,1,1) = {" aaP @@ -69554,137 +69552,137 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM avz axd axd @@ -69702,32 +69700,32 @@ aBm ayS ayS avz -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aIL aKO aKN @@ -69750,42 +69748,42 @@ aPv aQZ aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (178,1,1) = {" aaP @@ -69811,180 +69809,180 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aIL aIL aLv @@ -70007,42 +70005,42 @@ aMf aIL aIL aIL -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (179,1,1) = {" aaP @@ -70068,238 +70066,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (180,1,1) = {" aaP @@ -70325,238 +70323,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (181,1,1) = {" aaP @@ -70582,238 +70580,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (182,1,1) = {" aaP @@ -70839,238 +70837,238 @@ aaO aaO aaO aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (183,1,1) = {" aaP @@ -71096,238 +71094,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (184,1,1) = {" aaP @@ -71353,238 +71351,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (185,1,1) = {" aaP @@ -71610,238 +71608,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (186,1,1) = {" aaP @@ -71867,238 +71865,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (187,1,1) = {" aaP @@ -72124,238 +72122,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (188,1,1) = {" aaP @@ -72381,238 +72379,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (189,1,1) = {" aaP @@ -72638,238 +72636,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (190,1,1) = {" aaP @@ -72895,238 +72893,238 @@ aaO aaO aaO aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (191,1,1) = {" aaP @@ -73152,238 +73150,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (192,1,1) = {" aaP @@ -73409,238 +73407,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (193,1,1) = {" aaP @@ -73666,238 +73664,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (194,1,1) = {" aaP @@ -73923,238 +73921,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (195,1,1) = {" aaP @@ -74180,56 +74178,56 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alA ahW ahW @@ -74301,117 +74299,117 @@ ahW ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (196,1,1) = {" aaP @@ -74437,238 +74435,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (197,1,1) = {" aaP @@ -74694,238 +74692,238 @@ abo abo abo aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (198,1,1) = {" aaP @@ -74951,238 +74949,238 @@ aaO aaO aaO aeR -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (199,1,1) = {" aaP @@ -75208,238 +75206,238 @@ aeX aeX aeX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (200,1,1) = {" aaP @@ -75465,18 +75463,18 @@ aeX afu aeX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW ahW @@ -75506,197 +75504,197 @@ ahW ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (201,1,1) = {" aaP @@ -75722,238 +75720,238 @@ aeX aeX aeX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (202,1,1) = {" aaP @@ -75979,238 +75977,238 @@ aeX aeX aeX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (203,1,1) = {" aaP @@ -76236,238 +76234,238 @@ aeX aeX aeX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (204,1,1) = {" aaP @@ -76493,238 +76491,238 @@ aeX aeX aeX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (205,1,1) = {" aaP @@ -76750,26 +76748,26 @@ aeX afu aeX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif ajf aiG @@ -76777,211 +76775,211 @@ ajl ajs ajx ajF -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (206,1,1) = {" aaP @@ -77007,92 +77005,92 @@ aaO aaO aaO ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif ajh ajm aiQ aiO -aaN -aaN -aaN +aaM +aaM +aaM ajg aiD -aaN +aaM aja -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -77100,145 +77098,145 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (207,1,1) = {" aaP @@ -77264,91 +77262,91 @@ agL aeY aeY ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif ajl aiD aiZ -aaN -aaN -aaN +aaM +aaM +aaM aiG akC aiZ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -77356,146 +77354,146 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (208,1,1) = {" aaP @@ -77521,90 +77519,90 @@ aeY afY aeY ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif -aaN +aaM aif aif aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aiD -aaN -aaN +aaM +aaM aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif -aaN -aaN +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -77612,147 +77610,147 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (209,1,1) = {" aaP @@ -77778,238 +77776,238 @@ aeY aeY aeY ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ako -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ajf aiD -aaN -aaN +aaM +aaM ajx ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (210,1,1) = {" aaP @@ -78035,238 +78033,238 @@ aeY afP aeY ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajY ajY ajY ajY ajx ajF -aaN +aaM alj ajn aiP -aaN -aaN +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (211,1,1) = {" aaP @@ -78292,33 +78290,33 @@ aeY aeY agL ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aiZ ajg aja -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif ajY ajY @@ -78326,204 +78324,204 @@ ajY ajY akN ajN -aaN +aaM alk aiP aiD -aaN -aaN +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (212,1,1) = {" aaP @@ -78549,32 +78547,32 @@ agL aeY aeY ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aja -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif ajY @@ -78583,204 +78581,204 @@ ajY ajY ajx ajO -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (213,1,1) = {" aaP @@ -78806,68 +78804,68 @@ aeY afY aeY ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD aiN -aaN -aaN +aaM +aaM aiD aiG ajl -aaN +aaM aif aif aif aja -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif -aaN +aaM aif aif -aaN +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -78878,23 +78876,23 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alT amh aoR @@ -78906,138 +78904,138 @@ amh amh amh amS -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (214,1,1) = {" aaP @@ -79063,67 +79061,67 @@ aaO aaO aaO ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajn aiD -aaN -aaN +aaM +aaM aja -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -79135,16 +79133,16 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alT amh anT @@ -79163,138 +79161,138 @@ apA apN apQ aqa -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (215,1,1) = {" aaP @@ -79320,66 +79318,66 @@ afR afR afR ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aiZ -aaN +aaM ajg -aaN -aaN +aaM +aaM aiD ajn akp -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -79391,17 +79389,17 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM amh anG anU @@ -79420,138 +79418,138 @@ aoH apO apQ aqb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (216,1,1) = {" aaP @@ -79577,65 +79575,65 @@ ago agP afR ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aja aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -79647,18 +79645,18 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM amh anH anV @@ -79677,138 +79675,138 @@ apB apP apQ aqc -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (217,1,1) = {" aaP @@ -79834,64 +79832,64 @@ agp agQ afR ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD ajy aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -79903,18 +79901,18 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM alT amh amh amh amS -aaN -aaN +aaM +aaM alT amh anI @@ -79934,138 +79932,138 @@ amh amh amh amU -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM asI -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (218,1,1) = {" aaP @@ -80091,64 +80089,64 @@ agp agQ afR ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiZ -aaN +aaM aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -80159,11 +80157,11 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM alT amh amr @@ -80188,141 +80186,141 @@ aoH apk apu amh -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (219,1,1) = {" aaP @@ -80348,79 +80346,79 @@ agp agQ afR ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiE -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM alU ami ams @@ -80447,139 +80445,139 @@ amh amh amh amS -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (220,1,1) = {" aaP @@ -80605,79 +80603,79 @@ agq agR afR ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aiO aiZ -aaN -aaN +aaM +aaM aiD -aaN +aaM aiD -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alV amj ams @@ -80704,139 +80702,139 @@ apv ams apQ aqa -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (221,1,1) = {" aaP @@ -80862,79 +80860,79 @@ afR afR afR ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN +aaM +aaM aif -aaN -aaN +aaM +aaM aiF aiP -aaN +aaM aja -aaN +aaM ajo aiD -aaN +aaM aiZ aif -aaN -aaN +aaM +aaM aja aiZ aif aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alV amk amt @@ -80961,139 +80959,139 @@ ams apC apQ aqb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (222,1,1) = {" aaP @@ -81119,35 +81117,35 @@ aaO aaO aaO ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiG -aaN +aaM aiP -aaN -aaN +aaM +aaM aiG ajl -aaN -aaN +aaM +aaM aja -aaN +aaM akq akq akq @@ -81155,43 +81153,43 @@ akq ajx alc aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alV aml ams @@ -81218,94 +81216,94 @@ apw apD apQ aqc -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaT abc abf @@ -81347,10 +81345,10 @@ aaS aaZ aaV abe -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (223,1,1) = {" aaP @@ -81376,79 +81374,79 @@ agC agC agT ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiH aiQ ajb -aaN -aaN -aaN +aaM +aaM +aaM aif -aaN -aaN +aaM +aaM aiZ -aaN +aaM akq akq akq akq akZ ajN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alW amm ams @@ -81475,94 +81473,94 @@ amh amh amh amU -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaZ aaV abe @@ -81604,10 +81602,10 @@ aaT abc aaR aaU -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (224,1,1) = {" aaP @@ -81633,79 +81631,79 @@ afA afA agM ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiI aiR ajc -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM akq akq akq akq ajx ajO -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alX amh aml @@ -81730,96 +81728,96 @@ ams apm apx amh -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abd aaT abc @@ -81861,10 +81859,10 @@ aaW aaS aaV abe -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (225,1,1) = {" aaP @@ -81890,87 +81888,87 @@ agM agC agT ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aji aji aji aji ajx ajF -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ajg -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alX amh amh amh amU -aaN -aaN +aaM +aaM alX amh anL @@ -81990,93 +81988,93 @@ amh amh amh aqn -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaR aaU aaX @@ -82118,10 +82116,10 @@ aak abb aba abd -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (226,1,1) = {" aaP @@ -82147,28 +82145,28 @@ agM afA agU ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aji aji aji @@ -82178,57 +82176,57 @@ ajN ajl akr aiG -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM alB alB alB alC alD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM amh anM anY @@ -82247,93 +82245,93 @@ apE aml apQ aqa -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abb aaY aba @@ -82375,10 +82373,10 @@ aae aaU aaW aaS -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (227,1,1) = {" aaP @@ -82404,28 +82402,28 @@ agM agD agV ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aji ajp aji @@ -82435,47 +82433,47 @@ ajO aiG aks aiG -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM aiD -aaN +aaM aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM alP alY alY @@ -82483,9 +82481,9 @@ alY alY alY amV -aaN -aaN -aaN +aaM +aaM +aaM amh anN anZ @@ -82504,93 +82502,93 @@ ams apR apQ aqb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abc abf aaR @@ -82632,10 +82630,10 @@ aaf aaV abe abb -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (228,1,1) = {" aaP @@ -82661,62 +82659,62 @@ afA afA agM ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM aiG akt aiG -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -82727,12 +82725,12 @@ aif aif aif aiD -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM alQ alZ alZ @@ -82740,8 +82738,8 @@ amu alZ alZ alQ -aaN -aaN +aaM +aaM alD alX anO @@ -82761,93 +82759,93 @@ apF apS apQ aqc -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaW aaS aaZ @@ -82889,10 +82887,10 @@ aam abd aaT abc -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (229,1,1) = {" aaP @@ -82918,63 +82916,63 @@ agD agD agV ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM ajZ aku akD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -82984,12 +82982,12 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM alQ ama amn @@ -82997,8 +82995,8 @@ amv amF alZ alQ -aaN -aaN +aaM +aaM alC anA anP @@ -83006,7 +83004,7 @@ anP aok aiD alC -aaN +aaM alX amh aoU @@ -83018,93 +83016,93 @@ amh amh amh amU -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaR aaU aaX @@ -83146,10 +83144,10 @@ aak abb aaY aba -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (230,1,1) = {" aaP @@ -83175,63 +83173,63 @@ aaO aaO aaO ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ajx akv ajx -aaN -aaN +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -83246,7 +83244,7 @@ alH alL alM ajW -aaN +aaM alR amb amn @@ -83254,69 +83252,69 @@ amw amF alZ amW -aaN -aaN +aaM +aaM alC anA amA amA aok -aaN +aaM alC -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aaQ aaQ @@ -83352,16 +83350,16 @@ aaQ aaQ aaQ aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abf aaR aaU @@ -83403,10 +83401,10 @@ aan abe abb aaY -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (231,1,1) = {" aaP @@ -83432,64 +83430,64 @@ agF agF agF ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ajP aka ajN ajO -aaN +aaM aif aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -83520,60 +83518,60 @@ anP ajW aiD alC -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif aif @@ -83609,16 +83607,16 @@ aif aif aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaV abe abb @@ -83660,10 +83658,10 @@ aao abf aaR aaU -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (232,1,1) = {" aaP @@ -83689,64 +83687,64 @@ agF agF agF ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif -aaN -aaN +aaM +aaM aif aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -83775,30 +83773,30 @@ anB amX amX aol -aaN +aaM alC -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -83806,76 +83804,76 @@ aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif aWq -aWL -aXg -aXB -aXW -aYr -aYM -aZh -aZC -aZX -bas -baN -bbi -bbD -bbY +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq bct bcO -bdj -bdE -bdZ -beu -beP -bfk -bfF -bga -bgv -bgQ -bhl -bhG -bib -biw +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abe aaW aaS @@ -83917,10 +83915,10 @@ aaj aba abd aaT -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (233,1,1) = {" aaP @@ -83946,65 +83944,65 @@ agF agF agF ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -84032,29 +84030,29 @@ amX amX amX alQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -84063,76 +84061,76 @@ aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWr +aWq aWM aXh -aXC -aXX -aYs -aYN -aZi -aZD -aZY -bat -baO -bbj -bbE +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM bbZ bcu bcP -bdk -bdF -bea -bev -beQ -bfl -bfG -bgb -bgw -bgR -bhm -bhH -bic -bix +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaU abb aaY @@ -84174,10 +84172,10 @@ aab aaR aaU aaX -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (234,1,1) = {" aaP @@ -84203,66 +84201,66 @@ agF agF agF ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN +aaM aif aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -84289,28 +84287,28 @@ amX amX amX amW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -84320,76 +84318,76 @@ aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWs -aWN -aXi -aXD -aXY -aYt -aYO -aZj -aZE -aZZ -bau -baP -bbk -bbF -bca -bcv -bcQ -bdl -bdG -beb -bew -beR -bfm -bfH -bgc -bgx -bgS -bhn -bhI -bid -biy +aWq +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaY aaV abe @@ -84431,10 +84429,10 @@ aal abc abf aaR -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (235,1,1) = {" aaP @@ -84460,66 +84458,66 @@ agF agF agF ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN +aaM aif aif aif aif aif aif -aaN +aaM aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -84546,28 +84544,28 @@ amX amX amX ajW -aaN -aaN -aaN +aaM +aaM +aaM alB alB alD alB alB -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -84577,76 +84575,76 @@ aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWt +aWq aWO -aXj -aXE -aXZ -aYu -aYP -aZk -aZF -baa -bav -baQ -bbl -bbG -bcb -bcw -bcR -bdm -bdH -bec -bex -beS -bfn -bfI -bgd -bgy -bgT -bho -bhJ -bie -biz +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aXP +aYw +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abf abd aaT @@ -84688,10 +84686,10 @@ aag aaW aaS aaZ -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (236,1,1) = {" aaP @@ -84717,18 +84715,18 @@ agF agF agF ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aif aif @@ -84740,43 +84738,43 @@ aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -84804,28 +84802,28 @@ anQ ajW ajW aif -aaN -aaN -aaN +aaM +aaM +aaM aiD -aaN +aaM aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -84834,76 +84832,76 @@ aif aif aif aif -aaN -aaN -aaN +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWu -aWP -aXk -aXF -aYa -aYv -aYQ -aZl -aZG -bab -baw -baR -bbm +aWq +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aXP +aWM bbH -bcc -bcx -bcS -bdn -bdI -bed -bey -beT -bfo -bfJ -bge -bgz -bgU -bhp -bhK -bif -biA +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaZ aaY aba @@ -84945,10 +84943,10 @@ aae aaU aaX aaW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (237,1,1) = {" aaP @@ -84974,18 +84972,18 @@ agF agF agF ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW aif aif @@ -84996,43 +84994,43 @@ aif aif aif aif -aaN -aaN +aaM +aaM aif aif aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -85062,105 +85060,105 @@ aoa ajW aif aif -aaN +aaM aiD aif aif aiD -aaN -aaN +aaM +aaM alB alB alB alB alB -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWv -aWQ -aXl -aXG -aYb +aWq +aWM +aWM +aWM +aWM aYw -aYR -aZm -aZH -bac -bax -baS -bbn -bbI -bcd -bcy -bcT -bdo -bdJ -bee -bez -beU -bfp -bfK -bgf -bgA -bgV -bhq -bhL -big -biB +aWM +aYS +aYS +aWM +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abc aaZ aaV @@ -85202,10 +85200,10 @@ aad aaT abc abf -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (238,1,1) = {" aaP @@ -85231,21 +85229,21 @@ aaO aaO aaO ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN +aaM +aaM aif aif aif @@ -85262,34 +85260,34 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -85319,105 +85317,105 @@ aob ajW aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aiD -aaN -aaN +aaM +aaM aiD -aaN +aaM aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWw -aWR -aXm -aXH -aYc -aYx +aWq +aWM +aWM +aWM +aWM +aXP aYS aZn aZI -bad -bay -baT -bbo -bbJ -bce -bcz -bcU -bdp -bdK -bef -beA -beV -bfq -bfL -bgg -bgB -bgW -bhr -bhM -bih -biC +aYS +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abb aaT abc @@ -85459,10 +85457,10 @@ aac aaS aaZ aaV -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (239,1,1) = {" aaP @@ -85488,22 +85486,22 @@ agH agH agW ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN +aaM +aaM +aaM aif aif aif @@ -85521,32 +85519,32 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -85588,93 +85586,93 @@ aiD aiD aiD aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWx +aWq aWS -aXn -aXI -aYd -aYy -aYT +aWM +aWM +aWM +aWM +aYS aZo aZJ -bae -baz -baU -bbp -bbK -bcf -bcA -bcV -bdq -bdL -beg -beB -beW -bfr -bfM -bgh -bgC -bgX -bhs -bhN -bii -biD +aYS +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaX aaU aaX @@ -85716,10 +85714,10 @@ aak abb aaY aba -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (240,1,1) = {" aaP @@ -85745,22 +85743,22 @@ afF afF agX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN +aaM +aaM +aaM aif aif aif @@ -85777,32 +85775,32 @@ aif aif aif aif -aaN -aaN +aaM +aaM aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -85842,96 +85840,96 @@ aif aif aif aif -aaN +aaM aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWy -aWT -aXo -aXJ -aYe -aYz -aYU -aZp -aZK -baf -baA -baV +aWq +aWS +aWM +aWM +aWM +aWM +aWM +aYS +aYS +aWM +aWM +aWM bbq -bbL -bcg -bcB -bcW -bdr -bdM -beh -beC -beX -bfs -bfN -bgi -bgD -bgY -bht -bhO -bij -biE +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abd aaS aaZ @@ -85973,10 +85971,10 @@ aam abd aaT abc -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (241,1,1) = {" aaP @@ -86002,22 +86000,22 @@ afF afF agY ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN +aaM +aaM +aaM aif aif aif @@ -86037,29 +86035,29 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -86102,93 +86100,93 @@ aif aif aiD aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWz -aWU -aXp -aXK -aYf -aYA -aYV -aZq -aZL -bag -baB -baW -bbr -bbM -bch -bcC -bcX -bds -bdN -bei -beD -beY -bft -bfO -bgj -bgE -bgZ -bhu -bhP -bik -biF +aWq +aWS +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abe abb aaY @@ -86230,10 +86228,10 @@ aab aaR aaU aaX -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (242,1,1) = {" aaP @@ -86259,23 +86257,23 @@ afF afF agX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif aif aif @@ -86293,30 +86291,30 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -86358,94 +86356,94 @@ aif aif aif aiD -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWA -aWV -aXq -aXL -aYg -aYB -aYW -aZr -aZM -bah -baC -baX -bbs -bbN -bci -bcD -bcY -bdt -bdO -bej -beE -beZ -bfu -bfP -bgk -bgF -bha -bhv -bhQ -bil -biG +aWq +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +bbq +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaU aaX aaW @@ -86487,10 +86485,10 @@ aaa aaY aba abd -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (243,1,1) = {" aaP @@ -86516,24 +86514,24 @@ afF afF agY ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -86548,33 +86546,33 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -86615,94 +86613,94 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWB -aWW -aXr -aXM -aYh -aYC -aYX -aZs -aZN -bai -baD -baY -bbt -bbO -bcj -bcE -bcZ -bdu -bdP -bek -beF -bfa -bfv -bfQ -bgl -bgG -bhb -bhw -bhR -bim -biH +aWq +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aYw +aWM +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaY aba abd @@ -86744,10 +86742,10 @@ aah aaX aaW aaW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (244,1,1) = {" aaP @@ -86773,26 +86771,26 @@ afF afF agX ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -86804,34 +86802,34 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -86877,89 +86875,89 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWC -aWX -aXs -aXN -aYi -aYD -aYY -aZt -aZO -baj -baE -baZ -bbu -bbP -bck -bcF -bda -bdv -bdQ -bel -beG -bfb -bfw -bfR -bgm -bgH -bhc -bhx -bhS -bin -biI +aWq +aWS +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +bbq +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abf aaR aaU @@ -87001,10 +86999,10 @@ aan abe abb aaS -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (245,1,1) = {" aaP @@ -87030,28 +87028,28 @@ agI agI agZ ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -87060,35 +87058,35 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -87135,88 +87133,88 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWD -aWY -aXt -aXO -aYj -aYE -aYZ -aZu +aWq +aWS +aWM +aWM +aWM +aWM +aWM +aWM aZP -bak -baF -bba -bbv -bbQ -bcl -bcG -bdb -bdw -bdR -bem -beH -bfc -bfx -bfS -bgn -bgI -bhd -bhy -bhT -bio -biJ +aWM +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaZ aaV abe @@ -87258,10 +87256,10 @@ aal abc abf aaR -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (246,1,1) = {" aaP @@ -87287,66 +87285,66 @@ aaO aaO aaO ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -87393,87 +87391,87 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWE -aWZ -aXu +aWq +aWS +aWM aXP -aYk -aYF -aZa -aZv -aZQ -bal -baG -bbb +aXh +aWM +aWM +aWM +aWM +aWM +aWM +aWM bbw -bbR -bcm -bcH -bdc -bdx -bdS -ben -beI -bfd -bfy -bfT -bgo -bgJ -bhe -bhz -bhU -bip -biK +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaT abc abf @@ -87515,10 +87513,10 @@ aai aaZ abe abb -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (247,1,1) = {" aaP @@ -87544,65 +87542,65 @@ agN afn aha ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -87651,86 +87649,86 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWF -aXa -aXv -aXQ -aYl -aYG -aZb -aZw -aZR -bam -baH -bbc -bbx -bbS -bcn -bcI -bdd -bdy -bdT -beo -beJ -bfe -bfz -bfU -bgp -bgK -bhf -bhA -bhV -biq -biL +aWq +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM abe abb aaY @@ -87772,10 +87770,10 @@ aab aaR aaX aaW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (248,1,1) = {" aaP @@ -87801,64 +87799,64 @@ agN afn aha ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -87909,85 +87907,85 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWG -aXb -aXw -aXR -aYm -aYH -aZc -aZx -aZS -ban -baI -bbd -bby -bbT -bco -bcJ -bde -bdz -bdU -bep -beK -bff -bfA -bfV -bgq -bgL -bhg -bhB -bhW -bir -biM +aWq +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaU aaX aaW @@ -88029,10 +88027,10 @@ abb aaY abd aaT -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (249,1,1) = {" aaP @@ -88058,18 +88056,18 @@ agN afn afn ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW ahW ahW @@ -88099,23 +88097,23 @@ ahW ahW ahW ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -88167,84 +88165,84 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWH -aXc -aXx -aXS -aYn -aYI -aZd -aZy -aZT -bao -baJ -bbe -bbz -bbU -bcp -bcK -bdf -bdA -bdV -beq -beL -bfg -bfB -bfW -bgr -bgM -bhh -bhC -bhX -bis -biN +aWq +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aXh +aXP +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aba abd aaT @@ -88286,10 +88284,10 @@ aaX aaW aaZ aaV -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (250,1,1) = {" aaP @@ -88315,63 +88313,63 @@ agO afn afn ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -88426,82 +88424,82 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWI -aXd -aXy -aXT -aYo -aYJ -aZe -aZz -aZU -bap -baK -bbf -bbA -bbV -bcq -bcL -bdg -bdB -bdW -ber -beM -bfh -bfC -bfX -bgs -bgN -bhi -bhD -bhY -bit -biO +aWq +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaT abc abf @@ -88543,10 +88541,10 @@ aaS aaZ aaV abe -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM "} (251,1,1) = {" aaP @@ -88572,62 +88570,62 @@ afn afn afn ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -88684,126 +88682,126 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWJ -aXe +aWq +aWM aXz -aXU -aYp -aYK -aZf -aZA -aZV -baq -baL -bbg -bbB -bbW -bcr -bcM -bdh -bdC -bdX -bes -beN -bfi -bfD -bfY -bgt -bgO -bhj -bhE -bhZ -biu -biP +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +aWM +bbZ +bcu +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (252,1,1) = {" aaP @@ -88829,62 +88827,62 @@ afo afo afo ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -88941,126 +88939,126 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif -aWK -aXf -aXA -aXV -aYq -aYL -aZg -aZB -aZW -bar -baM -bbh -bbC -bbX -bcs -bcN -bdi -bdD -bdY -bet -beO -bfj -bfE -bfZ -bgu -bgP -bhk -bhF -bia -biv -biQ +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +aWq +bct +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO +bcO aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (253,1,1) = {" aaP @@ -89086,62 +89084,62 @@ afo afo afo ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM aif aif aif @@ -89199,35 +89197,35 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aif aif @@ -89263,61 +89261,61 @@ aif aif aif aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (254,1,1) = {" aaP @@ -89343,61 +89341,61 @@ aaO aaO aaO ahb -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM aif aif aif @@ -89457,34 +89455,34 @@ aif aif aif aif -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM ahW -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM aaQ aaQ aaQ @@ -89520,61 +89518,61 @@ aaQ aaQ aaQ aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} (255,1,1) = {" aaQ @@ -89600,236 +89598,236 @@ abN abN abN aaQ -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN -aaN +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM +aaM "} diff --git a/maps/aurora/aurora-2_under-station.dmm b/maps/aurora/aurora-2_under-station.dmm index a72399abf62..a0c73de73dd 100644 --- a/maps/aurora/aurora-2_under-station.dmm +++ b/maps/aurora/aurora-2_under-station.dmm @@ -1,12 +1,12 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "a" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "b" = ( -/turf/space, +/turf/template_noop, /area/syndicate_station/under) "c" = ( -/turf/space, +/turf/template_noop, /area/skipjack_station/under) "d" = ( /obj/structure/lattice, @@ -17,19 +17,19 @@ "e" = ( /obj/structure/lattice, /obj/structure/grille, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "f" = ( /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "g" = ( /turf/simulated/wall/r_wall, /area/engineering/cooling) "h" = ( /obj/structure/lattice/catwalk, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "i" = ( /obj/machinery/portable_atmospherics/canister/air/airlock, /obj/machinery/atmospherics/portables_connector, @@ -77,7 +77,7 @@ req_one_access = list(11) }, /obj/structure/lattice/catwalk, -/turf/space, +/turf/template_noop, /area/engineering/cooling) "n" = ( /obj/machinery/door/airlock/external{ @@ -233,55 +233,55 @@ "y" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, /obj/structure/lattice/catwalk/indoor, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "z" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging, /obj/structure/lattice/catwalk/indoor, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "A" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 6 }, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "B" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 4 }, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "C" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ icon_state = "intact"; dir = 9 }, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "D" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "E" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ icon_state = "intact"; dir = 10 }, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "F" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 5 }, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "G" = ( /obj/structure/lattice/catwalk, /obj/structure/lattice/catwalk, @@ -290,24 +290,24 @@ "H" = ( /obj/structure/lattice, /obj/random/loot, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "I" = ( /obj/structure/lattice/catwalk, /obj/random/loot, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "J" = ( /obj/structure/lattice/catwalk, /obj/machinery/light/small/emergency{ icon_state = "bulb1"; dir = 4 }, -/turf/space, +/turf/template_noop, /area/engineering/cooling) "K" = ( /obj/structure/lattice/catwalk, -/turf/space, +/turf/template_noop, /area/engineering/cooling) (1,1,1) = {" diff --git a/maps/aurora/aurora-3_sublevel.dmm b/maps/aurora/aurora-3_sublevel.dmm index b0fbbc3b9bf..8c1bd44136a 100644 --- a/maps/aurora/aurora-3_sublevel.dmm +++ b/maps/aurora/aurora-3_sublevel.dmm @@ -2589,7 +2589,6 @@ }, /obj/machinery/door/airlock/glass_engineering{ name = "Break Room"; - req_access = list(); req_one_access = list(11,24) }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -2616,7 +2615,6 @@ "fy" = ( /obj/machinery/door/airlock/engineering{ name = "Restrooms"; - req_access = list(); req_one_access = list(11,24) }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -3041,8 +3039,7 @@ }, /obj/machinery/door/airlock/glass_engineering{ name = "Tesla Bay"; - req_access = list(11); - req_one_access = list() + req_access = list(11) }, /turf/simulated/floor/tiled, /area/outpost/engineering/power) @@ -3804,7 +3801,6 @@ }, /obj/machinery/door/airlock/glass_engineering{ name = "Storage"; - req_access = list(); req_one_access = list(11,24) }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -3817,7 +3813,6 @@ "hV" = ( /obj/machinery/door/airlock/glass_engineering{ name = "Storage"; - req_access = list(); req_one_access = list(11,24) }, /obj/machinery/door/firedoor, @@ -5479,7 +5474,6 @@ /area/maintenance/sublevel) "ln" = ( /obj/machinery/door/airlock/maintenance{ - req_access = list(); req_one_access = list(11,24) }, /obj/machinery/door/firedoor, @@ -5528,7 +5522,6 @@ /area/maintenance/sublevel) "lq" = ( /obj/machinery/door/airlock/maintenance{ - req_access = list(); req_one_access = list(11,24) }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ diff --git a/maps/aurora/aurora-4_mainlevel.dmm b/maps/aurora/aurora-4_mainlevel.dmm index a429dfa0b48..f2b0f245902 100644 --- a/maps/aurora/aurora-4_mainlevel.dmm +++ b/maps/aurora/aurora-4_mainlevel.dmm @@ -12249,8 +12249,7 @@ }, /obj/machinery/door/airlock/glass_engineering{ name = "Engineering Locker Room"; - req_access = list(11); - req_one_access = list() + req_access = list(11) }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -19930,8 +19929,7 @@ /area/engineering/engine_airlock) "aJo" = ( /obj/machinery/door/airlock/maintenance{ - req_access = list(11); - req_one_access = list() + req_access = list(11) }, /obj/structure/cable{ d1 = 1; @@ -34655,8 +34653,7 @@ "biz" = ( /obj/machinery/smartfridge/secure/medbay{ name = "Dangerous Materials Storage"; - req_access = list(33); - req_one_access = list() + req_access = list(33) }, /obj/structure/cable/green{ d1 = 1; @@ -57325,7 +57322,6 @@ /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance{ name = "Bar Maintenance"; - req_access = list(); req_one_access = list(12,25,28) }, /turf/simulated/floor/plating, @@ -65179,7 +65175,6 @@ /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance{ name = "Bar Maintenance"; - req_access = list(); req_one_access = list(12,25,28) }, /obj/structure/disposalpipe/segment{ diff --git a/maps/aurora/aurora-6_surface.dmm b/maps/aurora/aurora-6_surface.dmm index f65e1f56914..908a3034584 100644 --- a/maps/aurora/aurora-6_surface.dmm +++ b/maps/aurora/aurora-6_surface.dmm @@ -7255,7 +7255,6 @@ }, /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance_hatch{ - req_access = list(); req_one_access = list(12,61) }, /turf/simulated/floor/plating, diff --git a/maps/aurora/aurora-8_derelict.dmm b/maps/aurora/aurora-8_derelict.dmm index 1665767efd7..824b9adc314 100644 --- a/maps/aurora/aurora-8_derelict.dmm +++ b/maps/aurora/aurora-8_derelict.dmm @@ -1,17 +1,17 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ab" = ( /turf/simulated/mineral, -/area/space) +/area/template_noop) "ac" = ( /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ad" = ( /turf/simulated/wall/r_wall, -/area/space) +/area/template_noop) "ae" = ( /turf/simulated/wall/r_wall, /area/derelict/hallway/northwest) @@ -24,7 +24,7 @@ dir = 8 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "ag" = ( /obj/structure/grille, @@ -32,7 +32,7 @@ dir = 1 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "ah" = ( /obj/structure/grille, @@ -43,7 +43,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "ai" = ( /obj/structure/grille, @@ -56,7 +56,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "aj" = ( /obj/structure/table/woodentable, @@ -101,7 +101,7 @@ /area/derelict/hallway/northwest) "ar" = ( /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "as" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -110,7 +110,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "at" = ( /obj/effect/decal/cleanable/dirt, @@ -144,10 +144,10 @@ /area/derelict/hallway/northwest) "az" = ( /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "aA" = ( /turf/simulated/wall, -/area/space) +/area/template_noop) "aB" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -157,7 +157,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "aC" = ( /turf/simulated/floor/wood, @@ -195,11 +195,11 @@ "aI" = ( /obj/machinery/artifact, /turf/simulated/floor/asteroid, -/area/space) +/area/template_noop) "aJ" = ( /obj/item/weapon/gun/energy/stunrevolver, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aK" = ( /obj/machinery/door/airlock/command{ name = "Captain's Quarters"; @@ -233,7 +233,7 @@ dir = 4 }, /obj/structure/grille, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "aO" = ( /obj/machinery/door/airlock/command{ @@ -245,8 +245,8 @@ /area/derelict/hallway/northwest) "aP" = ( /obj/item/weapon/material/shard, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aQ" = ( /obj/structure/table/woodentable, /obj/item/weapon/hand_tele, @@ -272,11 +272,11 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "aT" = ( /obj/structure/lattice, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "aU" = ( /obj/structure/grille, @@ -347,8 +347,8 @@ /obj/item/weapon/material/shard{ icon_state = "medium" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bg" = ( /turf/simulated/wall, /area/derelict/hallway/northwest) @@ -396,8 +396,8 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bq" = ( /turf/simulated/wall/r_wall, /area/derelict/hallway/northeast) @@ -429,22 +429,22 @@ "bw" = ( /obj/structure/target_stake, /obj/structure/grille/broken, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bx" = ( /obj/structure/grille/broken, /obj/item/weapon/material/shard{ icon_state = "small" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "by" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bz" = ( /obj/item/tape/engineering{ icon_state = "engineering_h" @@ -452,21 +452,21 @@ /obj/item/tape/engineering{ icon_state = "engineering_v" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bA" = ( /obj/item/tape/engineering{ icon_state = "engineering_h" }, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bB" = ( /obj/item/tape/engineering{ icon_state = "engineering_h" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bC" = ( /obj/structure/bed/chair/comfy/brown, /turf/simulated/floor/airless, @@ -489,26 +489,26 @@ /area/derelict/hallway/northeast) "bH" = ( /obj/item/ammo_casing/a145, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bI" = ( /obj/item/weapon/melee/baton, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bJ" = ( /turf/simulated/floor/asteroid, -/area/space) +/area/template_noop) "bK" = ( /obj/item/tape/engineering{ icon_state = "engineering_v" }, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bL" = ( /obj/item/stack/material/cyborg/glass, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bM" = ( /obj/structure/computerframe, /turf/simulated/floor/bluegrid, @@ -576,8 +576,8 @@ /area/derelict/hallway/northeast) "bY" = ( /obj/item/ammo_casing/a762, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bZ" = ( /obj/machinery/light/small{ dir = 8 @@ -644,12 +644,12 @@ "cj" = ( /obj/structure/lattice, /obj/item/ammo_casing/a145, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ck" = ( /obj/structure/lattice, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "cl" = ( /obj/item/ammo_casing/c45, /turf/simulated/floor/tiled/airless, @@ -690,13 +690,13 @@ /area/derelict/hallway/northeast) "cs" = ( /obj/structure/grille, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ct" = ( /obj/structure/grille, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "cu" = ( /obj/machinery/door/blast/regular, /obj/item/tape/engineering{ @@ -752,13 +752,13 @@ /area/derelict/hallway/northeast) "cC" = ( /obj/item/ammo_casing/c45, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "cD" = ( /obj/structure/grille/broken, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "cE" = ( /obj/structure/closet/crate{ name = "Camera Assembly Crate" @@ -772,8 +772,8 @@ /area/derelict/hallway/northwest) "cF" = ( /obj/structure/girder/reinforced, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "cG" = ( /obj/structure/closet/secure_closet/hop2, /turf/simulated/floor/tiled/airless, @@ -808,8 +808,8 @@ /obj/item/weapon/material/shard{ icon_state = "small" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "cO" = ( /obj/item/ammo_casing/a762, /turf/simulated/floor/tiled/airless, @@ -864,8 +864,8 @@ /area/derelict/hallway/northwest) "cX" = ( /obj/item/weapon/storage/toolbox/electrical, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "cY" = ( /obj/structure/table/standard, /turf/simulated/floor/bluegrid, @@ -879,7 +879,7 @@ "da" = ( /obj/item/weapon/material/shard, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "db" = ( /obj/machinery/door/airlock/highsecurity{ autoclose = 0; @@ -900,16 +900,16 @@ /obj/item/tape/engineering{ icon_state = "engineering_h" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "de" = ( /obj/structure/bed/chair/office/light, /turf/simulated/floor/tiled/dark, /area/derelict/hallway/northwest) "df" = ( /obj/item/stack/rods, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "dg" = ( /obj/structure/bed, /turf/simulated/floor/plating, @@ -941,16 +941,16 @@ "dl" = ( /obj/structure/lattice, /obj/item/weapon/circuitboard/aiupload, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "dm" = ( /obj/structure/computerframe, /turf/simulated/floor/tiled/dark, /area/derelict/hallway/northwest) "dn" = ( /obj/structure/grille/broken, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "do" = ( /obj/effect/decal/cleanable/generic, /turf/simulated/floor/plating, @@ -1069,8 +1069,8 @@ /area/derelict/hallway/northwest) "dC" = ( /obj/structure/door_assembly/door_assembly_sec, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "dD" = ( /obj/item/weapon/folder/blue, /obj/effect/decal/cleanable/dirt, @@ -1087,7 +1087,7 @@ "dF" = ( /obj/structure/grille/broken, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "dG" = ( /obj/structure/table/standard, /obj/item/weapon/paper_bin, @@ -1102,7 +1102,7 @@ "dI" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "dJ" = ( /obj/item/weapon/material/shard{ icon_state = "medium" @@ -1155,14 +1155,14 @@ dir = 8; icon_state = "twindow" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "dR" = ( /obj/structure/grille/broken, /obj/item/weapon/material/shard{ icon_state = "medium" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "dS" = ( /obj/structure/grille, @@ -1174,7 +1174,7 @@ /obj/structure/window/reinforced/tinted{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "dT" = ( /obj/structure/closet/secure_closet/security, @@ -1200,8 +1200,8 @@ /obj/item/weapon/material/shard{ icon_state = "small" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "dY" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, @@ -1211,13 +1211,13 @@ "dZ" = ( /obj/structure/lattice, /obj/item/clothing/shoes/magboots, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ea" = ( /obj/structure/lattice, /obj/item/stack/rods, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "eb" = ( /obj/item/weapon/bedsheet/mime, /turf/simulated/floor/tiled/airless, @@ -1228,8 +1228,8 @@ /area/derelict/hallway/northeast) "ed" = ( /obj/machinery/constructable_frame/machine_frame, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ee" = ( /obj/structure/table/standard, /obj/item/device/flashlight/lamp, @@ -1264,12 +1264,12 @@ "ek" = ( /obj/structure/bed, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "el" = ( /obj/structure/lattice, /obj/structure/cryofeed, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "em" = ( /obj/item/stack/rods, /turf/simulated/floor/tiled/airless, @@ -1321,17 +1321,17 @@ /area/derelict/hallway/northeast) "ev" = ( /obj/structure/bed, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ew" = ( /obj/item/weapon/bedsheet/mime, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ex" = ( /obj/structure/lattice, /obj/item/device/megaphone, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ey" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -1343,7 +1343,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "ez" = ( /obj/structure/cable/yellow{ @@ -1371,8 +1371,8 @@ /area/derelict/hallway/northeast) "eD" = ( /obj/structure/computerframe, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "eE" = ( /obj/structure/table/woodentable, /obj/item/device/radio, @@ -1381,7 +1381,7 @@ "eF" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "eG" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -1390,7 +1390,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "eH" = ( /obj/structure/cable/yellow{ @@ -1419,13 +1419,13 @@ /area/derelict/hallway/northeast) "eM" = ( /obj/item/weapon/book/manual/nuclear, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "eN" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "eO" = ( /obj/structure/grille, /obj/structure/window/reinforced, @@ -1435,7 +1435,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "eP" = ( /obj/structure/grille, @@ -1443,7 +1443,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "eQ" = ( /obj/structure/grille, @@ -1451,7 +1451,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "eR" = ( /obj/structure/grille, @@ -1462,7 +1462,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "eS" = ( /obj/structure/door_assembly, @@ -1495,7 +1495,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "eX" = ( /obj/item/weapon/material/shard{ @@ -1519,7 +1519,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "fb" = ( /obj/structure/grille, @@ -1530,7 +1530,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "fc" = ( /obj/machinery/power/solar_control{ @@ -1575,7 +1575,7 @@ "ff" = ( /obj/item/weapon/moneybag, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "fg" = ( /obj/machinery/suit_cycler/medical, /turf/simulated/floor/tiled/airless, @@ -1622,12 +1622,12 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "fn" = ( /obj/structure/closet/coffin, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "fo" = ( /mob/living/simple_animal/mouse, /turf/simulated/floor/airless, @@ -1728,20 +1728,20 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "fC" = ( /obj/structure/closet/coffin, /obj/structure/window/reinforced, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "fD" = ( /obj/item/stack/material/cyborg/wood, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "fE" = ( /obj/item/stack/material/cyborg/wood, /obj/item/weapon/material/shard{ @@ -1749,7 +1749,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "fF" = ( /obj/machinery/meter, /turf/simulated/floor/airless, @@ -1811,7 +1811,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "fO" = ( /obj/structure/table/standard, @@ -1847,7 +1847,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "fT" = ( /obj/structure/computerframe, /turf/simulated/floor/tiled/airless, @@ -1941,7 +1941,7 @@ "gf" = ( /obj/structure/grille, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "gg" = ( /obj/structure/grille/broken, @@ -1952,14 +1952,14 @@ /obj/item/weapon/material/shard{ icon_state = "small" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "gh" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "gi" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -1998,8 +1998,8 @@ /area/derelict/hallway/northwest) "go" = ( /obj/effect/decal/cleanable/dirt, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "gp" = ( /obj/structure/toilet, /turf/simulated/floor/airless, @@ -2014,7 +2014,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "gs" = ( /obj/item/weapon/gun/energy/taser, @@ -2071,8 +2071,8 @@ /area/derelict/hallway/northwest) "gz" = ( /obj/item/weapon/moneybag, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "gA" = ( /obj/structure/door_assembly/door_assembly_eng{ icon_state = "door_as_eng0" @@ -2110,7 +2110,7 @@ dir = 1 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "gF" = ( /obj/structure/table/standard, @@ -2123,7 +2123,7 @@ /area/derelict/hallway/northwest) "gH" = ( /obj/structure/door_assembly, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "gI" = ( /obj/structure/closet/secure_closet/brig, @@ -2137,16 +2137,16 @@ "gK" = ( /obj/item/stack/rods, /obj/structure/bed, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "gL" = ( /obj/item/weapon/storage/box/flashbangs, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "gM" = ( /obj/structure/girder, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "gN" = ( /obj/item/weapon/stool{ pixel_y = 8 @@ -2195,7 +2195,7 @@ /obj/structure/door_assembly/door_assembly_com{ icon_state = "door_as_gcom0" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "gV" = ( /obj/structure/toilet{ @@ -2213,12 +2213,12 @@ /obj/item/weapon/material/shard{ icon_state = "small" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "gX" = ( /obj/item/weapon/book/manual/chef_recipes, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "gY" = ( /obj/structure/table/standard, /obj/random/tech_supply, @@ -2266,7 +2266,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "hg" = ( /obj/machinery/door/firedoor, @@ -2282,7 +2282,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "hi" = ( /obj/structure/grille, @@ -2293,7 +2293,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "hj" = ( /obj/structure/grille, @@ -2307,7 +2307,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northeast) "hk" = ( /obj/structure/grille/broken, @@ -2319,11 +2319,11 @@ "hl" = ( /obj/item/weapon/book/manual/atmospipes, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "hm" = ( /obj/item/weapon/book/manual/barman_recipes, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "hn" = ( /obj/structure/grille, /obj/structure/window/reinforced, @@ -2336,7 +2336,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "ho" = ( /obj/machinery/door/airlock/glass, @@ -2345,12 +2345,12 @@ "hp" = ( /obj/structure/grille/broken, /obj/item/weapon/material/shard, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "hq" = ( /obj/structure/grille, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "hr" = ( /obj/structure/grille/broken, @@ -2361,7 +2361,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "ht" = ( /obj/structure/door_assembly/door_assembly_com{ @@ -2375,7 +2375,7 @@ dir = 4 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "hv" = ( /obj/effect/decal/remains/robot, @@ -2394,15 +2394,15 @@ /area/derelict/hallway/northeast) "hx" = ( /obj/item/device/flash, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "hy" = ( /obj/item/clothing/head/soft/grey, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/airless, /area/derelict/hallway/northwest) "hz" = ( -/turf/space, +/turf/template_noop, /area/derelict/hallway/northwest) "hA" = ( /obj/structure/table, @@ -2419,8 +2419,8 @@ /area/derelict/hallway/northeast) "hC" = ( /obj/item/weapon/book/manual/evaguide, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "hD" = ( /obj/item/stack/rods, /obj/effect/decal/cleanable/dirt, @@ -2451,7 +2451,7 @@ "hI" = ( /obj/item/weapon/book/tome, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "hJ" = ( /obj/structure/grille, /obj/structure/window/reinforced, @@ -2461,19 +2461,19 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "hK" = ( /obj/structure/grille, /obj/structure/window/reinforced, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "hL" = ( /obj/item/stack/rods, /obj/structure/bed, /obj/effect/decal/cleanable/dirt, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "hM" = ( /obj/structure/table/standard, /turf/simulated/floor/tiled/airless, @@ -2483,7 +2483,7 @@ dir = 4 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "hO" = ( /obj/item/clothing/head/soft/grey, /turf/simulated/floor/airless, @@ -2495,8 +2495,8 @@ "hQ" = ( /obj/structure/lattice, /obj/item/clothing/gloves/black, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "hR" = ( /obj/structure/door_assembly/door_assembly_sec, /obj/effect/decal/cleanable/dirt, @@ -2506,7 +2506,7 @@ /obj/structure/lattice, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "hT" = ( /obj/structure/toilet, /turf/simulated/floor/tiled/airless, @@ -2520,23 +2520,23 @@ /area/derelict/hallway/northeast) "hV" = ( /obj/item/weapon/book/manual/medical_cloning, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "hW" = ( /obj/structure/bed/chair, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "hX" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "hY" = ( /obj/structure/grille/broken, /obj/structure/window/reinforced, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "hZ" = ( /obj/item/clothing/gloves/black, /obj/effect/decal/cleanable/dirt, @@ -2561,14 +2561,14 @@ dir = 1 }, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "ie" = ( /obj/machinery/door/airlock/external{ autoclose = 0; icon_state = "door_open" }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "if" = ( /obj/item/clothing/gloves/chameleon, /obj/effect/decal/cleanable/dirt, @@ -2582,48 +2582,48 @@ /area/derelict/hallway/northeast) "ih" = ( /obj/structure/bed/chair/comfy/brown, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ii" = ( /obj/structure/bed/chair, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ij" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "ik" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "il" = ( /obj/item/stack/rods, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "im" = ( /obj/structure/table/woodentable, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "in" = ( /obj/structure/bed/chair{ dir = 8 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "io" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "ip" = ( /obj/item/clothing/head/soft/grey, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "iq" = ( /turf/simulated/wall, /area/derelict/hallway/southeast) @@ -2646,12 +2646,12 @@ "iv" = ( /obj/structure/lattice, /obj/item/weapon/material/shard, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "iw" = ( /obj/item/stack/material/wood, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ix" = ( /turf/simulated/floor/airless, /area/derelict/hallway/southwest) @@ -2700,8 +2700,8 @@ /obj/machinery/light/small{ dir = 8 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "iG" = ( /obj/machinery/door/airlock{ autoclose = 0; @@ -2806,8 +2806,8 @@ /obj/item/weapon/material/shard{ icon_state = "small" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "iY" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -2846,11 +2846,11 @@ /area/derelict/hallway/southwest) "jc" = ( /obj/structure/grille, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "jd" = ( /obj/item/weapon/banhammer, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "je" = ( /obj/effect/decal/cleanable/dirt, @@ -2878,7 +2878,7 @@ /area/derelict/hallway/southeast) "ji" = ( /obj/structure/girder, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "jj" = ( /obj/machinery/door/airlock/research, @@ -2896,7 +2896,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "jl" = ( /obj/structure/table/reinforced, @@ -2925,13 +2925,13 @@ /turf/simulated/floor/tiled/white, /area/derelict/hallway/southeast) "jr" = ( -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "js" = ( /obj/structure/lattice, /obj/item/weapon/reagent_containers/spray/cleaner, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "jt" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/white, @@ -2990,8 +2990,8 @@ /area/derelict/hallway/southeast) "jC" = ( /obj/item/weapon/extinguisher, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "jD" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -3003,7 +3003,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "jE" = ( /obj/structure/filingcabinet{ @@ -3047,7 +3047,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "jK" = ( /obj/structure/window/reinforced, @@ -3100,15 +3100,15 @@ /obj/structure/bed/chair{ dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "jT" = ( /obj/structure/table/standard{ name = "plastic table frame" }, /obj/random/loot, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "jU" = ( /obj/machinery/door/firedoor{ dir = 8; @@ -3125,8 +3125,8 @@ /area/derelict/hallway/southwest) "jV" = ( /obj/item/stack/material/cyborg/wood, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "jW" = ( /obj/structure/bed/chair/wood/wings, /turf/simulated/floor/airless, @@ -3143,8 +3143,8 @@ /obj/item/stack/material/phoron{ amount = 5 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "jZ" = ( /obj/structure/bed/chair{ dir = 8 @@ -3166,7 +3166,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "kd" = ( /obj/item/weapon/storage/belt, @@ -3210,8 +3210,8 @@ /area/derelict/hallway/southwest) "kk" = ( /obj/item/weapon/cigbutt, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "kl" = ( /obj/structure/disposaloutlet{ dir = 1 @@ -3242,7 +3242,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "ko" = ( /obj/structure/bed/chair/wood/wings{ @@ -3282,11 +3282,11 @@ /area/derelict/hallway/southeast) "kt" = ( /obj/machinery/space_heater, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ku" = ( /obj/structure/computerframe, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "kv" = ( /obj/item/device/mmi, @@ -3329,8 +3329,8 @@ /area/derelict/hallway/southeast) "kB" = ( /obj/item/weapon/gun/energy/temperature, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "kC" = ( /obj/structure/table/standard, /obj/item/clothing/head/soft, @@ -3351,7 +3351,7 @@ }, /obj/item/weapon/hand_labeler, /obj/effect/decal/cleanable/dirt, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "kE" = ( /obj/structure/table/standard, @@ -3428,8 +3428,8 @@ /area/derelict/hallway/southeast) "kR" = ( /obj/item/clothing/mask/breath, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "kS" = ( /obj/machinery/r_n_d/circuit_imprinter, /turf/simulated/floor/tiled/white, @@ -3539,23 +3539,23 @@ icon_state = "wooden_chair_wings"; dir = 1 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "lk" = ( /turf/simulated/floor/wood, /area/derelict/hallway/southwest) "ll" = ( /obj/item/weapon/stool/padded, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "lm" = ( /obj/item/weapon/material/shard, /obj/structure/window/reinforced{ icon_state = "rwindow"; dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ln" = ( /obj/item/weapon/material/shard{ icon_state = "small" @@ -3566,8 +3566,8 @@ /obj/machinery/light{ dir = 8 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "lp" = ( /obj/machinery/chem_master, /turf/simulated/floor/tiled/white, @@ -3629,7 +3629,7 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "lx" = ( /obj/machinery/status_display{ @@ -3654,8 +3654,8 @@ /obj/machinery/light{ dir = 1 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "lA" = ( /obj/vehicle/train/cargo/trolley, /turf/simulated/floor/tiled/airless, @@ -3695,7 +3695,7 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "lF" = ( /obj/machinery/door/firedoor, @@ -3728,14 +3728,14 @@ /area/derelict/hallway/southwest) "lK" = ( /obj/structure/reagent_dispensers/beerkeg, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "lL" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "lM" = ( /obj/structure/grille, @@ -3743,7 +3743,7 @@ dir = 1 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "lN" = ( /obj/structure/grille, @@ -3754,7 +3754,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "lO" = ( /obj/structure/door_assembly/door_assembly_med{ @@ -3787,12 +3787,12 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "lT" = ( /obj/vehicle/train/cargo/trolley, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "lU" = ( /obj/vehicle/train/cargo/trolley, /turf/simulated/floor/airless, @@ -3847,7 +3847,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "ma" = ( /obj/structure/table/reinforced, @@ -3867,7 +3867,7 @@ /area/derelict/hallway/southeast) "md" = ( /obj/structure/girder/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "me" = ( /obj/random/firstaid, @@ -3894,8 +3894,8 @@ "mi" = ( /obj/item/weapon/material/shard, /obj/structure/grille/broken, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "mj" = ( /obj/structure/window/reinforced{ dir = 4 @@ -3905,7 +3905,7 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "mk" = ( /obj/machinery/conveyor_switch/oneway{ @@ -3955,7 +3955,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "mq" = ( /obj/machinery/constructable_frame/machine_frame, @@ -3977,7 +3977,7 @@ /obj/structure/grille, /obj/structure/window/reinforced, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "mu" = ( /obj/machinery/light{ icon_state = "tube1"; @@ -3992,8 +3992,8 @@ /area/derelict/hallway/southeast) "mw" = ( /obj/item/weapon/hemostat, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "mx" = ( /obj/structure/grille, /obj/structure/window/reinforced, @@ -4001,13 +4001,13 @@ dir = 8 }, /obj/effect/decal/cleanable/dirt, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "my" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "mz" = ( /obj/machinery/door/airlock/glass_research{ name = "Research and Development"; @@ -4027,15 +4027,15 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "mB" = ( /obj/machinery/conveyor{ dir = 4; id = "QMLoad2" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "mC" = ( /obj/machinery/conveyor{ dir = 4; @@ -4044,8 +4044,8 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "mD" = ( /obj/machinery/light_switch{ pixel_x = 27 @@ -4075,7 +4075,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "mH" = ( /obj/machinery/door/firedoor{ @@ -4090,10 +4090,10 @@ /area/derelict/hallway/southwest) "mJ" = ( /turf/simulated/floor/wood, -/area/space) +/area/template_noop) "mK" = ( /obj/random/medical, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "mL" = ( /obj/effect/decal/cleanable/dirt, @@ -4105,7 +4105,7 @@ /obj/structure/door_assembly/door_assembly_science{ icon_state = "door_as_res0" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "mN" = ( /turf/simulated/shuttle/plating, @@ -4115,7 +4115,7 @@ dir = 2 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "mP" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -4153,7 +4153,7 @@ dir = 8 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "mT" = ( /obj/machinery/door/airlock/freezer{ @@ -4208,18 +4208,18 @@ /obj/structure/door_assembly/door_assembly_mai{ icon_state = "door_as_mai0" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "nd" = ( /obj/structure/lattice, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "ne" = ( /obj/structure/door_assembly/door_assembly_ext{ icon_state = "door_as_ext0" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "nf" = ( /obj/structure/window/reinforced{ dir = 8 @@ -4240,7 +4240,7 @@ dir = 2 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "ng" = ( /obj/structure/window/reinforced{ dir = 4 @@ -4253,8 +4253,8 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "nh" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -4299,8 +4299,8 @@ /area/derelict/hallway/southwest) "nn" = ( /obj/item/clothing/head/collectable/tophat, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "no" = ( /obj/item/weapon/gun/projectile/shotgun/doublebarrel, /turf/space, @@ -4331,7 +4331,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "ns" = ( /obj/machinery/dna_scannernew, @@ -4360,14 +4360,14 @@ req_access = list(13) }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "nw" = ( /obj/machinery/conveyor_switch/oneway{ convdir = -1; id = "QMLoad" }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "nx" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -4396,15 +4396,15 @@ "nA" = ( /obj/item/stack/rods, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "nB" = ( /obj/machinery/light/small{ icon_state = "bulb-broken"; dir = 2; base_state = "bulb-broken" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "nC" = ( /obj/item/bodybag/cryobag, /obj/effect/decal/cleanable/dirt, @@ -4419,7 +4419,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "nE" = ( /obj/effect/decal/cleanable/generic, @@ -4470,7 +4470,7 @@ dir = 2 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "nL" = ( /obj/structure/noticeboard{ pixel_y = -27 @@ -4486,7 +4486,7 @@ /obj/structure/window/reinforced/polarized{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "nN" = ( /obj/structure/grille, @@ -4494,7 +4494,7 @@ /obj/structure/window/reinforced/polarized{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "nO" = ( /obj/structure/grille, @@ -4505,7 +4505,7 @@ /obj/structure/window/reinforced/polarized{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "nP" = ( /obj/structure/kitchenspike, @@ -4533,8 +4533,8 @@ "nS" = ( /obj/structure/lattice, /obj/effect/decal/cleanable/dirt, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "nT" = ( /obj/machinery/door/airlock/glass_research{ name = "Genetics Lab"; @@ -4595,7 +4595,7 @@ /area/derelict/hallway/southwest) "oc" = ( /obj/structure/girder, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "od" = ( /obj/structure/table/standard, @@ -4635,7 +4635,7 @@ /obj/structure/window/reinforced/polarized{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "oh" = ( /obj/effect/decal/cleanable/dirt, @@ -4661,8 +4661,8 @@ icon_state = "medium" }, /obj/item/weapon/material/shard, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ol" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -4708,12 +4708,12 @@ /obj/item/weapon/material/shard{ icon_state = "medium" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ou" = ( /obj/item/device/paicard, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ov" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -4722,16 +4722,16 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ow" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ox" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -4741,8 +4741,8 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "oy" = ( /obj/structure/table/standard, /obj/item/weapon/folder/yellow, @@ -4769,7 +4769,7 @@ /obj/structure/window/reinforced/polarized{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "oB" = ( /obj/item/weapon/paper_bin{ @@ -4855,15 +4855,15 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "oL" = ( /obj/structure/window/reinforced{ dir = 5; health = 1e+007 }, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "oM" = ( /obj/structure/grille, /obj/structure/window/reinforced/polarized{ @@ -4873,7 +4873,7 @@ /obj/structure/window/reinforced/polarized{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "oN" = ( /obj/structure/mopbucket, @@ -4885,7 +4885,7 @@ "oO" = ( /obj/structure/door_assembly/door_assembly_com, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "oP" = ( /obj/machinery/portable_atmospherics/canister/oxygen/prechilled, /turf/simulated/floor/tiled/white, @@ -4920,7 +4920,7 @@ "oU" = ( /obj/machinery/door/airlock/external, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "oV" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -4933,7 +4933,7 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "oW" = ( /obj/machinery/door/firedoor, @@ -4956,19 +4956,19 @@ "oY" = ( /obj/item/weapon/mop, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "oZ" = ( /obj/structure/lattice, /obj/item/weapon/storage/box/cups, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "pa" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "pb" = ( /turf/simulated/floor/tiled/white, /area/space) @@ -4988,8 +4988,8 @@ /obj/item/weapon/material/shard{ icon_state = "medium" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "pf" = ( /obj/effect/floor_decal/spline/fancy/wood{ icon_state = "spline_fancy"; @@ -5106,8 +5106,8 @@ /area/derelict/hallway/southeast) "pv" = ( /obj/item/weapon/cane, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "pw" = ( /obj/item/clothing/glasses/regular, /obj/effect/decal/cleanable/dirt, @@ -5188,8 +5188,8 @@ /area/derelict/hallway/southeast) "pH" = ( /obj/item/clothing/glasses/regular, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "pI" = ( /obj/machinery/door/airlock/glass_medical{ name = "Medical Equipment"; @@ -5240,8 +5240,8 @@ /obj/item/weapon/ore/silver, /obj/item/weapon/ore/iron, /obj/structure/closet/crate, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "pQ" = ( /obj/structure/closet/emcloset, /turf/simulated/floor/tiled/airless, @@ -5268,8 +5268,8 @@ /area/derelict/hallway/southwest) "pT" = ( /obj/item/weapon/reagent_containers/glass/bucket, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "pU" = ( /obj/machinery/recharge_station, /obj/effect/decal/cleanable/dirt, @@ -5313,12 +5313,12 @@ /obj/item/weapon/material/shard{ icon_state = "medium" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "qb" = ( /obj/item/weapon/surgicaldrill, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "qc" = ( /obj/structure/closet/secure_closet/miner, /turf/simulated/floor/tiled/airless, @@ -5337,8 +5337,8 @@ /obj/item/weapon/material/shard/phoron{ icon_state = "phoronmedium" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "qg" = ( /obj/structure/window/phoronreinforced{ icon_state = "phoronwindow0" @@ -5362,7 +5362,7 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "qi" = ( /obj/structure/grille, @@ -5373,7 +5373,7 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "qj" = ( /obj/structure/grille, @@ -5387,13 +5387,13 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "qk" = ( /obj/item/weapon/material/shard/phoron{ icon_state = "phoronlarge" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "ql" = ( /obj/item/weapon/material/shard/phoron{ @@ -5402,16 +5402,16 @@ /obj/item/weapon/material/shard/phoron{ icon_state = "phoronmedium" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "qm" = ( /obj/machinery/door/blast/regular, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "qn" = ( /obj/effect/spawner/newbomb/proximity, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "qo" = ( /obj/structure/lattice, /obj/structure/grille, @@ -5420,13 +5420,13 @@ name = "KEEP CLEAR: DOCKING AREA"; pixel_y = 0 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "qp" = ( /obj/structure/door_assembly/door_assembly_mai{ icon_state = "door_as_mai0" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "qq" = ( /obj/structure/window/phoronreinforced{ @@ -5437,7 +5437,7 @@ icon_state = "phoronwindow0" }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "qr" = ( /obj/machinery/light{ dir = 1 @@ -5490,7 +5490,7 @@ dir = 4 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "qy" = ( /obj/item/weapon/material/shard, /obj/effect/decal/cleanable/dirt, @@ -5513,8 +5513,8 @@ /area/derelict/hallway/southeast) "qB" = ( /obj/item/weapon/circular_saw, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "qC" = ( /obj/structure/table/woodentable, /obj/random/loot, @@ -5551,13 +5551,13 @@ }, /obj/structure/window/phoronreinforced, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "qI" = ( /obj/item/weapon/material/shard/phoron{ icon_state = "phoronlarge" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "qJ" = ( /obj/machinery/portable_atmospherics/canister, /turf/simulated/floor/airless, @@ -5656,7 +5656,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "rb" = ( /obj/structure/grille, @@ -5689,7 +5689,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "rg" = ( /obj/structure/grille, @@ -5700,7 +5700,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "rh" = ( /obj/item/stack/rods, @@ -5711,8 +5711,8 @@ /area/derelict/hallway/southeast) "ri" = ( /obj/item/clothing/glasses/meson, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "rj" = ( /obj/machinery/door/airlock/external, /turf/simulated/floor/airless, @@ -5741,7 +5741,7 @@ "rn" = ( /obj/structure/grille, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "ro" = ( /obj/structure/window/reinforced{ @@ -5775,7 +5775,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "ru" = ( /obj/structure/closet/wardrobe/grey, @@ -5800,8 +5800,8 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ry" = ( /obj/structure/table/rack, /obj/item/weapon/flamethrower/full, @@ -5846,8 +5846,8 @@ /obj/item/weapon/material/shard/phoron{ icon_state = "phoronsmall" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "rH" = ( /obj/machinery/door/airlock/engineering{ name = "Aft Starboard Solar Access"; @@ -5871,8 +5871,8 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "rK" = ( /obj/structure/grille, /obj/structure/window/reinforced, @@ -5882,8 +5882,8 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "rL" = ( /obj/structure/door_assembly/door_assembly_eng{ icon_state = "door_as_atmo0" @@ -6006,7 +6006,7 @@ dir = 4 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "sc" = ( /obj/structure/grille, @@ -6014,13 +6014,13 @@ dir = 8 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "sd" = ( /obj/structure/door_assembly/door_assembly_eng{ icon_state = "door_as_gatmo0" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "se" = ( /obj/machinery/light, @@ -6074,8 +6074,8 @@ icon_state = "conveyor-broken"; dir = 8 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "sk" = ( /obj/machinery/conveyor{ dir = 4; @@ -6091,15 +6091,15 @@ dir = 4; id = "packageSort2" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "sm" = ( /obj/machinery/conveyor{ dir = 4; id = "packageSort2" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "sn" = ( /obj/machinery/conveyor{ icon_state = "conveyor-broken"; @@ -6113,7 +6113,7 @@ dir = 4; id = "packageSort2" }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "sp" = ( /obj/machinery/door/airlock/glass_command{ @@ -6138,7 +6138,7 @@ /obj/machinery/door/firedoor{ dir = 2 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "sr" = ( /obj/structure/cable/yellow{ @@ -6157,7 +6157,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "st" = ( /obj/structure/grille, @@ -6168,7 +6168,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "su" = ( /obj/structure/grille, @@ -6176,12 +6176,12 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "sv" = ( /obj/structure/grille, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "sw" = ( /obj/structure/grille, @@ -6189,7 +6189,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "sx" = ( /obj/structure/grille, @@ -6200,7 +6200,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "sy" = ( /obj/structure/grille, @@ -6211,7 +6211,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "sz" = ( /obj/structure/grille, @@ -6221,7 +6221,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "sA" = ( /obj/structure/grille, @@ -6229,7 +6229,7 @@ dir = 8 }, /obj/item/weapon/material/shard, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "sB" = ( /obj/structure/grille, @@ -6239,7 +6239,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "sC" = ( /obj/structure/table/standard, @@ -6266,7 +6266,7 @@ "sG" = ( /obj/structure/table/standard, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "sH" = ( /obj/structure/cable/yellow{ d1 = 1; @@ -6385,7 +6385,7 @@ dir = 1 }, /obj/machinery/door/blast/regular, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "sX" = ( /obj/structure/window/reinforced, @@ -6400,7 +6400,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "sZ" = ( /obj/machinery/recharge_station, @@ -6414,8 +6414,8 @@ "tb" = ( /obj/structure/lattice, /obj/structure/closet/wardrobe/engineering_yellow, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "tc" = ( /obj/item/weapon/bedsheet/orange, /obj/effect/decal/cleanable/dirt, @@ -6445,7 +6445,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "th" = ( /obj/structure/closet/secure_closet/personal/patient, @@ -6491,8 +6491,8 @@ dir = 1 }, /obj/structure/grille/broken, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "to" = ( /obj/item/weapon/reagent_containers/food/snacks/birthdaycakeslice, /obj/effect/decal/cleanable/dirt, @@ -6510,13 +6510,13 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "tq" = ( /obj/structure/lattice, /obj/structure/bed, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "tr" = ( /obj/structure/door_assembly/door_assembly_eng{ icon_state = "door_as_gatmo0" @@ -6537,7 +6537,7 @@ icon_state = "medium" }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "tu" = ( /obj/item/stack/rods, /turf/simulated/floor/tiled/white, @@ -6579,7 +6579,7 @@ /obj/structure/grille, /obj/item/weapon/material/shard, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "tA" = ( /obj/structure/grille, /obj/structure/window/reinforced, @@ -6589,7 +6589,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "tB" = ( /obj/structure/closet/toolcloset, @@ -6598,8 +6598,8 @@ /area/derelict/hallway/southwest) "tC" = ( /obj/item/weapon/bedsheet/orange, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "tD" = ( /obj/item/clothing/glasses/hud/health, /obj/effect/decal/cleanable/dirt, @@ -6617,7 +6617,7 @@ dir = 1 }, /obj/structure/grille/broken, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "tG" = ( /obj/machinery/door/airlock/medical{ @@ -6634,13 +6634,13 @@ "tI" = ( /obj/structure/lattice, /obj/structure/grille, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "tJ" = ( /obj/structure/lattice, /obj/structure/grille/broken, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "tK" = ( /obj/structure/cable/yellow, /turf/simulated/floor/airless, @@ -6687,8 +6687,8 @@ /obj/item/weapon/material/shard{ icon_state = "small" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "tP" = ( /obj/machinery/door/airlock/maintenance{ name = "Drone Fabrication"; @@ -6707,8 +6707,8 @@ "tR" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/hypospray, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "tS" = ( /obj/structure/table/standard, /obj/machinery/computer/skills, @@ -6758,7 +6758,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "tX" = ( /obj/structure/bed, @@ -6797,8 +6797,8 @@ /area/derelict/hallway/southeast) "ub" = ( /obj/item/slime_extract/cerulean, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "uc" = ( /obj/machinery/power/solar{ id = "starboardsolar"; @@ -6926,8 +6926,8 @@ dir = 1; base_state = "bulb-broken" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "uq" = ( /obj/machinery/shower{ pixel_y = 15 @@ -6938,8 +6938,8 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "us" = ( /obj/structure/window/reinforced{ dir = 8 @@ -6955,8 +6955,8 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "uu" = ( /obj/structure/computerframe, /turf/simulated/floor/tiled/airless, @@ -6974,7 +6974,7 @@ dir = 8 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "ux" = ( /obj/structure/grille/broken, @@ -7022,7 +7022,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "uD" = ( /obj/structure/window/reinforced{ @@ -7031,8 +7031,8 @@ /obj/item/weapon/material/shard{ icon_state = "medium" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "uE" = ( /obj/structure/window/reinforced{ dir = 4 @@ -7052,7 +7052,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "uG" = ( /obj/structure/grille, @@ -7063,7 +7063,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "uH" = ( /obj/structure/table/standard, @@ -7083,7 +7083,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "uK" = ( /obj/structure/grille, @@ -7091,7 +7091,7 @@ dir = 1 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "uL" = ( /obj/structure/grille, @@ -7099,7 +7099,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "uM" = ( /obj/structure/sign/securearea{ @@ -7145,12 +7145,12 @@ "uQ" = ( /obj/structure/lattice, /obj/item/weapon/bedsheet/orange, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "uR" = ( /obj/item/weapon/soap/nanotrasen, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "uS" = ( /obj/structure/window/reinforced{ dir = 8 @@ -7420,8 +7420,8 @@ /area/derelict/hallway/southeast) "vt" = ( /obj/item/slime_extract/bluespace, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "vu" = ( /obj/machinery/door/airlock/maintenance{ name = "Firefighting equipment"; @@ -7452,8 +7452,8 @@ /area/derelict/hallway/southeast) "vy" = ( /obj/item/slime_extract/adamantine, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "vz" = ( /obj/structure/grille/broken, /obj/structure/window/reinforced{ @@ -7463,7 +7463,7 @@ icon_state = "medium" }, /obj/item/stack/rods, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "vA" = ( /obj/structure/window/reinforced{ @@ -7560,7 +7560,7 @@ /area/derelict/hallway/southeast) "vM" = ( /obj/machinery/door/blast/regular, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "vN" = ( /obj/structure/table/standard, @@ -7579,7 +7579,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "vP" = ( /obj/machinery/door/airlock/glass_medical{ @@ -7593,7 +7593,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "vR" = ( /obj/structure/table/standard, @@ -7638,7 +7638,7 @@ anchored = 1 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "vY" = ( /obj/item/weapon/material/shard{ icon_state = "medium" @@ -7690,7 +7690,7 @@ /turf/simulated/floor/tiled/white, /area/derelict/hallway/southeast) "wg" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 8; icon_state = "diagonalWall3" @@ -7724,7 +7724,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "wl" = ( /turf/simulated/shuttle/floor{ @@ -7815,7 +7815,7 @@ /turf/simulated/floor/airless, /area/derelict/hallway/southeast) "wy" = ( -/turf/space, +/turf/template_noop, /turf/simulated/shuttle/wall/dark{ dir = 5; icon_state = "diagonalWall3" @@ -7866,7 +7866,7 @@ /turf/simulated/floor/airless, /area/derelict/hallway/southwest) "wH" = ( -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "wI" = ( /obj/machinery/particle_accelerator/control_box, @@ -7925,7 +7925,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "wS" = ( /obj/structure/grille/broken, @@ -7935,24 +7935,24 @@ /obj/item/weapon/material/shard{ icon_state = "small" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "wT" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southwest) "wU" = ( /obj/structure/grille, -/turf/space, +/turf/template_noop, /area/derelict/hallway/southeast) "wV" = ( /obj/structure/lattice, /obj/item/weapon/wrench, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "wW" = ( /obj/machinery/power/emitter{ anchored = 1; @@ -7960,20 +7960,20 @@ state = 2 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "wX" = ( /obj/machinery/field_generator, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "wY" = ( /obj/structure/grille/broken, /obj/item/stack/rods, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "wZ" = ( /obj/machinery/the_singularitygen, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "xa" = ( /turf/simulated/floor/airless, /area) @@ -8020,7 +8020,7 @@ "xj" = ( /obj/random/loot, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "xk" = ( /obj/random/loot, /turf/simulated/floor/airless, @@ -8035,11 +8035,11 @@ /obj/effect/decal/cleanable/dirt, /obj/random/loot, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "xn" = ( /obj/random/loot, /turf/simulated/floor/tiled/airless, -/area/space) +/area/template_noop) "xo" = ( /obj/structure/table/standard, /obj/random/loot, @@ -8089,7 +8089,7 @@ "xx" = ( /obj/item/weapon/gun/projectile/shotgun/improvised, /turf/simulated/floor/wood, -/area/space) +/area/template_noop) "xy" = ( /obj/structure/table/standard, /obj/effect/decal/cleanable/dirt, diff --git a/maps/aurora/aurora-9_space.dmm b/maps/aurora/aurora-9_space.dmm index 75f69ec7fe6..20432cbdd60 100644 --- a/maps/aurora/aurora-9_space.dmm +++ b/maps/aurora/aurora-9_space.dmm @@ -1,7 +1,7 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "a" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) (1,1,1) = {" a diff --git a/maps/aurora/code/aurora.dm b/maps/aurora/code/aurora.dm new file mode 100644 index 00000000000..fdf053377bd --- /dev/null +++ b/maps/aurora/code/aurora.dm @@ -0,0 +1,74 @@ +/datum/map/aurora + name = "Aurora" + full_name = "NSS Aurora" + path = "aurora" + station_levels = list(3, 4, 5, 6, 7) + admin_levels = list(1) + contact_levels = list(3, 4, 5, 6) + player_levels = list(2, 3, 4, 5, 6, 7, 8) + accessible_z_levels = list("8" = 5, "9" = 10, "7" = 15, "2" = 60) + base_turf_by_z = list( + "1" = /turf/space, + "2" = /turf/space, + "3" = /turf/simulated/floor/asteroid, + "4" = /turf/simulated/floor/asteroid, + "5" = /turf/simulated/floor/asteroid, + "6" = /turf/space, + "7" = /turf/space, + "8" = /turf/space, + "9" = /turf/space + ) + + station_name = "NSS Aurora" + station_short = "Aurora" + dock_name = "NTCC Odin" + dock_short = "Odin" + boss_name = "Central Command" + boss_short = "Centcom" + company_name = "NanoTrasen" + company_short = "NT" + system_name = "Tau Ceti" + + command_spawn_enabled = TRUE + command_spawn_message = "Welcome to the Odin! Simply proceed down and to the right to board the shuttle to your workplace!" + + station_networks = list( + NETWORK_CIVILIAN_EAST, + NETWORK_CIVILIAN_WEST, + NETWORK_COMMAND, + NETWORK_ENGINE, + NETWORK_ENGINEERING, + NETWORK_ENGINEERING_OUTPOST, + NETWORK_STATION, + NETWORK_MEDICAL, + NETWORK_MINE, + NETWORK_RESEARCH, + NETWORK_RESEARCH_OUTPOST, + NETWORK_ROBOTS, + NETWORK_PRISON, + NETWORK_SECURITY + ) + + shuttle_docked_message = "The scheduled Crew Transfer Shuttle to %dock% has docked with the station. It will depart in approximately %ETA% minutes." + shuttle_leaving_dock = "The Crew Transfer Shuttle has left the station. Estimate %ETA% minutes until the shuttle docks at %dock%." + shuttle_called_message = "A crew transfer to %dock% has been scheduled. The shuttle has been called. It will arrive in approximately %ETA% minutes." + shuttle_recall_message = "The scheduled crew transfer has been cancelled." + emergency_shuttle_docked_message = "The Emergency Shuttle has docked with the station. You have approximately %ETD% minutes to board the Emergency Shuttle." + emergency_shuttle_leaving_dock = "The Emergency Shuttle has left the station. Estimate %ETA% minutes until the shuttle docks at %dock%." + emergency_shuttle_recall_message = "The emergency shuttle has been recalled." + emergency_shuttle_called_message = "An emergency evacuation shuttle has been called. It will arrive in approximately %ETA% minutes." + +/datum/map/aurora/generate_asteroid() + // Create the chasms. + new /datum/random_map/automata/cave_system/chasms(null,0,0,3,255,255) + new /datum/random_map/automata/cave_system(null,0,0,3,255,255) + new /datum/random_map/automata/cave_system/chasms(null,0,0,4,255,255) + new /datum/random_map/automata/cave_system(null,0,0,4,255,255) + new /datum/random_map/automata/cave_system/chasms(null,0,0,5,255,255) + new /datum/random_map/automata/cave_system/high_yield(null,0,0,5,255,255) + new /datum/random_map/automata/cave_system/chasms/surface(null,0,0,6,255,255) + + // Create the deep mining ore distribution map. + new /datum/random_map/noise/ore(null, 0, 0, 5, 64, 64) + new /datum/random_map/noise/ore(null, 0, 0, 4, 64, 64) + new /datum/random_map/noise/ore(null, 0, 0, 3, 64, 64) diff --git a/maps/aurora/code/aurora_holodeck.dm b/maps/aurora/code/aurora_holodeck.dm new file mode 100644 index 00000000000..ce0e7706847 --- /dev/null +++ b/maps/aurora/code/aurora_holodeck.dm @@ -0,0 +1,86 @@ +/datum/map/aurora + holodeck_programs = list( + "emptycourt" = new /datum/holodeck_program(/area/holodeck/source_emptycourt, + list('sound/music/THUNDERDOME.ogg') + ), + "boxingcourt" = new /datum/holodeck_program(/area/holodeck/source_boxingcourt, + list('sound/music/THUNDERDOME.ogg') + ), + "basketball" = new /datum/holodeck_program(/area/holodeck/source_basketball, + list('sound/music/THUNDERDOME.ogg') + ), + "thunderdomecourt" = new /datum/holodeck_program(/area/holodeck/source_thunderdomecourt, + list('sound/music/THUNDERDOME.ogg') + ), + "beach" = new /datum/holodeck_program(/area/holodeck/source_beach), + "desert" = new /datum/holodeck_program(/area/holodeck/source_desert, + list( + 'sound/effects/wind/wind_2_1.ogg', + 'sound/effects/wind/wind_2_2.ogg', + 'sound/effects/wind/wind_3_1.ogg', + 'sound/effects/wind/wind_4_1.ogg', + 'sound/effects/wind/wind_4_2.ogg', + 'sound/effects/wind/wind_5_1.ogg' + ) + ), + "snowfield" = new /datum/holodeck_program(/area/holodeck/source_snowfield, + list( + 'sound/effects/wind/wind_2_1.ogg', + 'sound/effects/wind/wind_2_2.ogg', + 'sound/effects/wind/wind_3_1.ogg', + 'sound/effects/wind/wind_4_1.ogg', + 'sound/effects/wind/wind_4_2.ogg', + 'sound/effects/wind/wind_5_1.ogg' + ) + ), + "space" = new /datum/holodeck_program(/area/holodeck/source_space, + list( + 'sound/ambience/ambispace.ogg', + 'sound/music/main.ogg', + 'sound/music/space.ogg', + 'sound/music/traitor.ogg' + ) + ), + "picnicarea" = new /datum/holodeck_program(/area/holodeck/source_picnicarea, + list('sound/music/title2.ogg') + ), + "theatre" = new /datum/holodeck_program(/area/holodeck/source_theatre), + "meetinghall" = new /datum/holodeck_program(/area/holodeck/source_meetinghall), + "courtroom" = new /datum/holodeck_program(/area/holodeck/source_courtroom, + list('sound/music/traitor.ogg') + ), + "burntest" = new /datum/holodeck_program(/area/holodeck/source_burntest, list()), + "wildlifecarp" = new /datum/holodeck_program(/area/holodeck/source_wildlife, list()), + "chapel" = new /datum/holodeck_program(/area/holodeck/source_chapel, + list( + 'sound/ambience/ambicha1.ogg', + 'sound/ambience/ambicha2.ogg', + 'sound/ambience/ambicha3.ogg', + 'sound/ambience/ambicha4.ogg', + 'sound/music/traitor.ogg' + ) + ), + "gym" = new /datum/holodeck_program(/area/holodeck/source_gym), + "turnoff" = new /datum/holodeck_program(/area/holodeck/source_plating, list()) + ) + + holodeck_supported_programs = list( + "Empty Court" = "emptycourt", + "Basketball Court" = "basketball", + "Thunderdome Court" = "thunderdomecourt", + "Boxing Ring" = "boxingcourt", + "Beach" = "beach", + "Desert" = "desert", + "Space" = "space", + "Picnic Area" = "picnicarea", + "Snow Field" = "snowfield", + "Theatre" = "theatre", + "Meeting Hall" = "meetinghall", + "Courtroom" = "courtroom", + "Chapel" = "chapel", + "Xavier Trasen Memorial Gymnasium" = "gym" + ) + holodeck_restricted_programs = list( + "Atmospheric Burn Simulation" = "burntest", + "Wildlife Simulation" = "wildlifecarp" + ) diff --git a/maps/aurora/code/aurora_shuttles.dm b/maps/aurora/code/aurora_shuttles.dm new file mode 100644 index 00000000000..0780fb63127 --- /dev/null +++ b/maps/aurora/code/aurora_shuttles.dm @@ -0,0 +1,149 @@ +/datum/map/aurora/setup_shuttles() + var/datum/shuttle/ferry/shuttle + var/list/shuttles = shuttle_controller.shuttles + + shuttle = new/datum/shuttle/ferry/escape_pod() + shuttle.location = 0 + shuttle.warmup_time = 0 + shuttle.area_station = locate(/area/shuttle/escape_pod1/station) + shuttle.area_offsite = locate(/area/shuttle/escape_pod1/centcom) + shuttle.area_transition = locate(/area/shuttle/escape_pod1/transit) + shuttle.docking_controller_tag = "escape_pod_1" + shuttle.dock_target_station = "escape_pod_1_berth" + //shuttle.dock_target_offsite = "escape_pod_1_recovery" + shuttle.transit_direction = NORTH + shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one + shuttles["Escape Pod 1"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + shuttle = new/datum/shuttle/ferry/escape_pod() + shuttle.location = 0 + shuttle.warmup_time = 0 + shuttle.area_station = locate(/area/shuttle/escape_pod2/station) + shuttle.area_offsite = locate(/area/shuttle/escape_pod2/centcom) + shuttle.area_transition = locate(/area/shuttle/escape_pod2/transit) + shuttle.docking_controller_tag = "escape_pod_2" + shuttle.dock_target_station = "escape_pod_2_berth" + //shuttle.dock_target_offsite = "escape_pod_2_recovery" + shuttle.transit_direction = NORTH + shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one + shuttles["Escape Pod 2"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + shuttle = new/datum/shuttle/ferry/escape_pod() + shuttle.location = 0 + shuttle.warmup_time = 0 + shuttle.area_station = locate(/area/shuttle/escape_pod3/station) + shuttle.area_offsite = locate(/area/shuttle/escape_pod3/centcom) + shuttle.area_transition = locate(/area/shuttle/escape_pod3/transit) + shuttle.docking_controller_tag = "escape_pod_3" + shuttle.dock_target_station = "escape_pod_3_berth" + //shuttle.dock_target_offsite = "escape_pod_3_recovery" + shuttle.transit_direction = EAST + shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one + shuttles["Escape Pod 3"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + //give the emergency shuttle controller it's shuttles + emergency_shuttle.shuttle = shuttles["Escape"] + emergency_shuttle.escape_pods = list( + shuttles["Escape Pod 1"], + shuttles["Escape Pod 2"], + shuttles["Escape Pod 3"] + ) + + // Admin shuttles. + shuttle = new() + shuttle.location = 1 + shuttle.warmup_time = 10 + shuttle.area_offsite = locate(/area/shuttle/transport1/centcom) + shuttle.area_station = locate(/area/shuttle/transport1/station) + shuttle.docking_controller_tag = "centcom_shuttle" + shuttle.dock_target_station = "centcom_shuttle_dock_airlock" + shuttle.dock_target_offsite = "centcom_shuttle_bay" + shuttles["Centcom"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + shuttle = new() + shuttle.location = 1 + shuttle.warmup_time = 10 //want some warmup time so people can cancel. + shuttle.area_offsite = locate(/area/shuttle/administration/centcom) + shuttle.area_station = locate(/area/shuttle/administration/station) + shuttle.docking_controller_tag = "admin_shuttle" + shuttle.dock_target_station = "admin_shuttle_dock_airlock" + shuttle.dock_target_offsite = "admin_shuttle_bay" + shuttles["Administration"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + // Merchant Shuttle + + shuttle = new() + shuttle.location = 1 + shuttle.warmup_time = 10 + shuttle.area_offsite = locate(/area/merchant_ship/start) + shuttle.area_station = locate(/area/merchant_ship/docked) + shuttle.docking_controller_tag = "merchant_shuttle" + shuttle.dock_target_station = "merchant_shuttle_dock" + shuttle.dock_target_offsite = "merchant_station" + shuttles["Merchant"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + // ERT Shuttle + var/datum/shuttle/ferry/multidock/specops/ERT = new() + ERT.location = 0 + ERT.warmup_time = 10 + ERT.area_offsite = locate(/area/shuttle/specops/station) //centcom is the home station, the Exodus is offsite + ERT.area_station = locate(/area/shuttle/specops/centcom) + ERT.docking_controller_tag = "specops_shuttle_port" + ERT.docking_controller_tag_station = "specops_shuttle_port" + ERT.docking_controller_tag_offsite = "specops_shuttle_fore" + ERT.dock_target_station = "specops_centcom_dock" + ERT.dock_target_offsite = "specops_dock_airlock" + shuttles["Special Operations"] = ERT + START_PROCESSING(shuttle_controller, ERT) + + //Skipjack. + var/datum/shuttle/multi_shuttle/VS = new/datum/shuttle/multi_shuttle() + VS.origin = locate(/area/skipjack_station/start) + + VS.destinations = list( + "Surface of the station" = locate(/area/skipjack_station/surface), + "Under the station" = locate(/area/skipjack_station/under), + "Above the station" = locate(/area/skipjack_station/above), + "Mining caverns" = locate(/area/skipjack_station/cavern) + ) + + VS.announcer = "NDV Icarus" + VS.arrival_message = "Attention, [station_short], we just tracked a small target bypassing our defensive perimeter. Can't fire on it without hitting the station - you've got incoming visitors, like it or not." + VS.departure_message = "Your guests are pulling away, [station_short] - moving too fast for us to draw a bead on them. Looks like they're heading out of the system at a rapid clip." + VS.interim = locate(/area/skipjack_station/transit) + + VS.warmup_time = 0 + shuttles["Skipjack"] = VS + + //Nuke Ops shuttle. + var/datum/shuttle/multi_shuttle/MS = new/datum/shuttle/multi_shuttle() + MS.origin = locate(/area/syndicate_station/start) + MS.start_location = "Mercenary Base" + + MS.destinations = list( + "Surface of the station" = locate(/area/syndicate_station/surface), + "Above the station" = locate(/area/syndicate_station/above), + "Under the station" = locate(/area/syndicate_station/under), + "Mining caverns" = locate(/area/syndicate_station/caverns), + "Arrivals dock" = locate(/area/syndicate_station/arrivals_dock) + ) + + MS.docking_controller_tag = "merc_shuttle" + MS.destination_dock_targets = list( + "Mercenary Base" = "merc_base", + "Arrivals dock" = "nuke_shuttle_dock_airlock" + ) + + MS.announcer = "NDV Icarus" + MS.arrival_message = "Attention, [station_short], you have a large signature approaching the station - looks unarmed to surface scans. We're too far out to intercept - brace for visitors." + MS.departure_message = "Your visitors are on their way out of the system, [station_short], burning delta-v like it's nothing. Good riddance." + MS.interim = locate(/area/syndicate_station/transit) + + MS.warmup_time = 0 + shuttles["Mercenary"] = MS diff --git a/maps/aurora/code/aurora_unittest.dm b/maps/aurora/code/aurora_unittest.dm new file mode 100644 index 00000000000..d55fbb15aa7 --- /dev/null +++ b/maps/aurora/code/aurora_unittest.dm @@ -0,0 +1,38 @@ +/datum/map/aurora + + // This is formatted strangely because it fails the indentation test if it's formatted properly. + // ¯\_(ツ)_/¯ + + ut_environ_exempt_areas = list(/area/space + ,/area/syndicate_station + ,/area/skipjack_station + ,/area/solar + ,/area/shuttle + ,/area/holodeck + ,/area/supply/station + ,/area/wizard_station + ,/area/tdome + ,/area/centcom + ,/area/syndicate_mothership + ,/area/beach + ,/area/prison + ,/area/supply/dock + ,/area/turbolift + ,/area/mine + ,/area/merchant_ship + ) + ut_apc_exempt_areas = list(/area/construction + ,/area/medical/genetics + ) + ut_atmos_exempt_areas = list(/area/maintenance + ,/area/storage + ,/area/engineering/atmos/storage + ,/area/rnd/test_area + ,/area/construction + ,/area/server + ,/area/security/nuke_storage + ,/area/tcommsat/chamber + ,/area/bridge/aibunker + ,/area/engineering/cooling + ,/area/outpost/research/emergency_storage + ) diff --git a/maps/exodus/code/exodus.dm b/maps/exodus/code/exodus.dm new file mode 100644 index 00000000000..4e33af96294 --- /dev/null +++ b/maps/exodus/code/exodus.dm @@ -0,0 +1,52 @@ +// This file is not included because this map does not work at the moment. + +/datum/map/exodus + name = "Exodus" + full_name = "NSS Exodus" + path = "exodus" + + station_name = "NSS Exodus" + station_short = "Exodus" + dock_name = "NTCC Odin" + dock_short = "Odin" + boss_name = "Central Command" + boss_short = "Centcom" + company_name = "NanoTrasen" + company_short = "NT" + system_name = "Tau Ceti" + + station_networks = list( + NETWORK_CIVILIAN_EAST, + NETWORK_CIVILIAN_WEST, + NETWORK_COMMAND, + NETWORK_ENGINE, + NETWORK_ENGINEERING, + NETWORK_ENGINEERING_OUTPOST, + NETWORK_STATION, + NETWORK_MEDICAL, + NETWORK_MINE, + NETWORK_RESEARCH, + NETWORK_RESEARCH_OUTPOST, + NETWORK_ROBOTS, + NETWORK_PRISON, + NETWORK_SECURITY + ) + + shuttle_docked_message = "The scheduled Crew Transfer Shuttle to %dock% has docked with the station. It will depart in approximately %ETA% minutes." + shuttle_leaving_dock = "The Crew Transfer Shuttle has left the station. Estimate %ETA% minutes until the shuttle docks at %dock%." + shuttle_called_message = "A crew transfer to %dock% has been scheduled. The shuttle has been called. It will arrive in approximately %ETA% minutes." + shuttle_recall_message = "The scheduled crew transfer has been cancelled." + emergency_shuttle_docked_message = "The Emergency Shuttle has docked with the station. You have approximately %ETD% minutes to board the Emergency Shuttle." + emergency_shuttle_leaving_dock = "The Emergency Shuttle has left the station. Estimate %ETA% minutes until the shuttle docks at %dock%." + emergency_shuttle_recall_message = "The emergency shuttle has been recalled." + emergency_shuttle_called_message = "An emergency evacuation shuttle has been called. It will arrive in approximately %ETA% minutes." + + station_levels = list(1) + admin_levels = list(2) + contact_levels = list(1, 5) + player_levels = list(1, 3, 4, 5, 6) + accessible_z_levels = list("1" = 5, "3" = 10, "4" = 15, "5" = 10, "6" = 60) + +/datum/map/exodus/generate_asteroid() + new /datum/random_map/automata/cave_system(null, 13, 32, 5, 217, 223) + new /datum/random_map/noise/ore(null, 13, 32, 5, 217, 223) diff --git a/maps/exodus/code/exodus_areas.dm b/maps/exodus/code/exodus_areas.dm new file mode 100644 index 00000000000..61ea3273890 --- /dev/null +++ b/maps/exodus/code/exodus_areas.dm @@ -0,0 +1,78 @@ +area/syndicate_station/southwest + name = "\improper south-west of SS13" + icon_state = "southwest" + +/area/syndicate_station/northwest + name = "\improper north-west of SS13" + icon_state = "northwest" + +/area/syndicate_station/northeast + name = "\improper north-east of SS13" + icon_state = "northeast" + +/area/syndicate_station/southeast + name = "\improper south-east of SS13" + icon_state = "southeast" + +/area/syndicate_station/north + name = "\improper north of SS13" + icon_state = "north" + +/area/syndicate_station/south + name = "\improper south of SS13" + icon_state = "south" + +/area/syndicate_station/commssat + name = "\improper south of the communication satellite" + icon_state = "south" + +/area/syndicate_station/mining + name = "\improper north east of the mining asteroid" + icon_state = "north" +/area/skipjack_station/southwest_solars + name = "\improper aft port solars" + icon_state = "southwest" + +/area/skipjack_station/northwest_solars + name = "\improper fore port solars" + icon_state = "northwest" + +/area/skipjack_station/northeast_solars + name = "\improper fore starboard solars" + icon_state = "northeast" + +/area/skipjack_station/southeast_solars + name = "\improper aft starboard solars" + icon_state = "southeast" + +/area/skipjack_station/mining + name = "\improper nearby mining asteroid" + icon_state = "north" + +/area/gateway + name = "\improper Gateway" + icon_state = "teleporter" + +/area/medical/surgery2 + name = "\improper Operating Theatre 2" + icon_state = "surgery" + +/area/alien + name = "\improper Alien base" + icon_state = "yellow" + requires_power = 0 + +/area/AIsattele + name = "\improper AI Satellite Teleporter Room" + icon_state = "teleporter" + ambience = list('sound/ambience/ambimalf.ogg') + +/area/shuttle/alien/base + icon_state = "shuttle" + name = "\improper Alien Shuttle Base" + requires_power = 1 + +/area/shuttle/alien/mine + icon_state = "shuttle" + name = "\improper Alien Shuttle Mine" + requires_power = 1 diff --git a/maps/exodus/code/exodus_shuttles.dm b/maps/exodus/code/exodus_shuttles.dm new file mode 100644 index 00000000000..51f626a5865 --- /dev/null +++ b/maps/exodus/code/exodus_shuttles.dm @@ -0,0 +1,195 @@ +/datum/map/exodus/setup_shuttles() + var/datum/shuttle/ferry/shuttle + var/list/shuttles = shuttle_controller.shuttles + + shuttle = new/datum/shuttle/ferry/escape_pod() + shuttle.location = 0 + shuttle.warmup_time = 0 + shuttle.area_station = locate(/area/shuttle/escape_pod1/station) + shuttle.area_offsite = locate(/area/shuttle/escape_pod1/centcom) + shuttle.area_transition = locate(/area/shuttle/escape_pod1/transit) + shuttle.docking_controller_tag = "escape_pod_1" + shuttle.dock_target_station = "escape_pod_1_berth" + shuttle.dock_target_offsite = "escape_pod_1_recovery" + shuttle.transit_direction = NORTH + shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one + START_PROCESSING(shuttle_controller, shuttle) + shuttles["Escape Pod 1"] = shuttle + + shuttle = new/datum/shuttle/ferry/escape_pod() + shuttle.location = 0 + shuttle.warmup_time = 0 + shuttle.area_station = locate(/area/shuttle/escape_pod2/station) + shuttle.area_offsite = locate(/area/shuttle/escape_pod2/centcom) + shuttle.area_transition = locate(/area/shuttle/escape_pod2/transit) + shuttle.docking_controller_tag = "escape_pod_2" + shuttle.dock_target_station = "escape_pod_2_berth" + shuttle.dock_target_offsite = "escape_pod_2_recovery" + shuttle.transit_direction = NORTH + shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one + START_PROCESSING(shuttle_controller, shuttle) + shuttles["Escape Pod 2"] = shuttle + + shuttle = new/datum/shuttle/ferry/escape_pod() + shuttle.location = 0 + shuttle.warmup_time = 0 + shuttle.area_station = locate(/area/shuttle/escape_pod3/station) + shuttle.area_offsite = locate(/area/shuttle/escape_pod3/centcom) + shuttle.area_transition = locate(/area/shuttle/escape_pod3/transit) + shuttle.docking_controller_tag = "escape_pod_3" + shuttle.dock_target_station = "escape_pod_3_berth" + shuttle.dock_target_offsite = "escape_pod_3_recovery" + shuttle.transit_direction = EAST + shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one + START_PROCESSING(shuttle_controller, shuttle) + shuttles["Escape Pod 3"] = shuttle + + //There is no pod 4, apparently. + + shuttle = new/datum/shuttle/ferry/escape_pod() + shuttle.location = 0 + shuttle.warmup_time = 0 + shuttle.area_station = locate(/area/shuttle/escape_pod5/station) + shuttle.area_offsite = locate(/area/shuttle/escape_pod5/centcom) + shuttle.area_transition = locate(/area/shuttle/escape_pod5/transit) + shuttle.docking_controller_tag = "escape_pod_5" + shuttle.dock_target_station = "escape_pod_5_berth" + shuttle.dock_target_offsite = "escape_pod_5_recovery" + shuttle.transit_direction = EAST //should this be WEST? I have no idea. + shuttle.move_time = SHUTTLE_TRANSIT_DURATION_RETURN + rand(-30, 60) //randomize this so it seems like the pods are being picked up one by one + START_PROCESSING(shuttle_controller, shuttle) + shuttles["Escape Pod 5"] = shuttle + + //give the emergency shuttle controller it's shuttles + emergency_shuttle.shuttle = shuttles["Escape"] + emergency_shuttle.escape_pods = list( + shuttles["Escape Pod 1"], + shuttles["Escape Pod 2"], + shuttles["Escape Pod 3"], + shuttles["Escape Pod 5"] + ) + + // Admin shuttles. + shuttle = new() + shuttle.location = 1 + shuttle.warmup_time = 10 + shuttle.area_offsite = locate(/area/shuttle/transport1/centcom) + shuttle.area_station = locate(/area/shuttle/transport1/station) + shuttle.docking_controller_tag = "centcom_shuttle" + shuttle.dock_target_station = "centcom_shuttle_dock_airlock" + shuttle.dock_target_offsite = "centcom_shuttle_bay" + shuttles["Centcom"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + shuttle = new() + shuttle.location = 1 + shuttle.warmup_time = 10 //want some warmup time so people can cancel. + shuttle.area_offsite = locate(/area/shuttle/administration/centcom) + shuttle.area_station = locate(/area/shuttle/administration/station) + shuttle.docking_controller_tag = "admin_shuttle" + shuttle.dock_target_station = "admin_shuttle_dock_airlock" + shuttle.dock_target_offsite = "admin_shuttle_bay" + shuttles["Administration"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + shuttle = new() + shuttle.area_offsite = locate(/area/shuttle/alien/base) + shuttle.area_station = locate(/area/shuttle/alien/mine) + shuttles["Alien"] = shuttle + //START_PROCESSING(shuttle_controller, shuttle) //don't need to process this. It can only be moved using admin magic anyways. + + // Public shuttles + shuttle = new() + shuttle.warmup_time = 10 + shuttle.area_offsite = locate(/area/shuttle/constructionsite/site) + shuttle.area_station = locate(/area/shuttle/constructionsite/station) + shuttle.docking_controller_tag = "engineering_shuttle" + shuttle.dock_target_station = "engineering_dock_airlock" + shuttle.dock_target_offsite = "edock_airlock" + shuttles["Engineering"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + shuttle = new() + shuttle.warmup_time = 10 + shuttle.area_offsite = locate(/area/shuttle/mining/outpost) + shuttle.area_station = locate(/area/shuttle/mining/station) + shuttle.docking_controller_tag = "mining_shuttle" + shuttle.dock_target_station = "mining_dock_airlock" + shuttle.dock_target_offsite = "mining_outpost_airlock" + shuttles["Mining"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + shuttle = new() + shuttle.warmup_time = 10 + shuttle.area_offsite = locate(/area/shuttle/research/outpost) + shuttle.area_station = locate(/area/shuttle/research/station) + shuttle.docking_controller_tag = "research_shuttle" + shuttle.dock_target_station = "research_dock_airlock" + shuttle.dock_target_offsite = "research_outpost_dock" + shuttles["Research"] = shuttle + START_PROCESSING(shuttle_controller, shuttle) + + // ERT Shuttle + var/datum/shuttle/ferry/multidock/specops/ERT = new() + ERT.location = 0 + ERT.warmup_time = 10 + ERT.area_offsite = locate(/area/shuttle/specops/station) //centcom is the home station, the Exodus is offsite + ERT.area_station = locate(/area/shuttle/specops/centcom) + ERT.docking_controller_tag = "specops_shuttle_port" + ERT.docking_controller_tag_station = "specops_shuttle_port" + ERT.docking_controller_tag_offsite = "specops_shuttle_fore" + ERT.dock_target_station = "specops_centcom_dock" + ERT.dock_target_offsite = "specops_dock_airlock" + shuttles["Special Operations"] = ERT + START_PROCESSING(shuttle_controller, ERT) + + //Skipjack. + var/datum/shuttle/multi_shuttle/VS = new/datum/shuttle/multi_shuttle() + VS.origin = locate(/area/skipjack_station/start) + + VS.destinations = list( + "Fore Starboard Solars" = locate(/area/skipjack_station/northeast_solars), + "Fore Port Solars" = locate(/area/skipjack_station/northwest_solars), + "Aft Starboard Solars" = locate(/area/skipjack_station/southeast_solars), + "Aft Port Solars" = locate(/area/skipjack_station/southwest_solars), + "Mining asteroid" = locate(/area/skipjack_station/mining) + ) + + VS.announcer = "NDV Icarus" + VS.arrival_message = "Attention, Exodus, we just tracked a small target bypassing our defensive perimeter. Can't fire on it without hitting the station - you've got incoming visitors, like it or not." + VS.departure_message = "Your guests are pulling away, Exodus - moving too fast for us to draw a bead on them. Looks like they're heading out of the system at a rapid clip." + VS.interim = locate(/area/skipjack_station/transit) + + VS.warmup_time = 0 + shuttles["Skipjack"] = VS + + //Nuke Ops shuttle. + var/datum/shuttle/multi_shuttle/MS = new/datum/shuttle/multi_shuttle() + MS.origin = locate(/area/syndicate_station/start) + MS.start_location = "Mercenary Base" + + MS.destinations = list( + "Northwest of the station" = locate(/area/syndicate_station/northwest), + "North of the station" = locate(/area/syndicate_station/north), + "Northeast of the station" = locate(/area/syndicate_station/northeast), + "Southwest of the station" = locate(/area/syndicate_station/southwest), + "South of the station" = locate(/area/syndicate_station/south), + "Southeast of the station" = locate(/area/syndicate_station/southeast), + "Telecomms Satellite" = locate(/area/syndicate_station/commssat), + "Mining Asteroid" = locate(/area/syndicate_station/mining), + "Arrivals dock" = locate(/area/syndicate_station/arrivals_dock) + ) + + MS.docking_controller_tag = "merc_shuttle" + MS.destination_dock_targets = list( + "Mercenary Base" = "merc_base", + "Arrivals dock" = "nuke_shuttle_dock_airlock" + ) + + MS.announcer = "NDV Icarus" + MS.arrival_message = "Attention, Exodus, you have a large signature approaching the station - looks unarmed to surface scans. We're too far out to intercept - brace for visitors." + MS.departure_message = "Your visitors are on their way out of the system, Exodus, burning delta-v like it's nothing. Good riddance." + MS.interim = locate(/area/syndicate_station/transit) + + MS.warmup_time = 0 + shuttles["Mercenary"] = MS diff --git a/maps/exodus/code/exodus_unittest.dm b/maps/exodus/code/exodus_unittest.dm new file mode 100644 index 00000000000..f3ec5c709ec --- /dev/null +++ b/maps/exodus/code/exodus_unittest.dm @@ -0,0 +1,34 @@ +/datum/map/exodus + ut_environ_exempt_areas = list(/area/space + ,/area/syndicate_station + ,/area/skipjack_station + ,/area/solar + ,/area/shuttle + ,/area/holodeck + ,/area/supply/station + ,/area/wizard_station + ,/area/tdome + ,/area/centcom + ,/area/syndicate_mothership + ,/area/beach + ,/area/prison + ,/area/supply/dock + ,/area/turbolift + ,/area/mine + ,/area/merchant_ship + ) + ut_apc_exempt_areas = list(/area/construction + ,/area/medical/genetics + ) + ut_atmos_exempt_areas = list(/area/maintenance + ,/area/storage + ,/area/engineering/atmos/storage + ,/area/rnd/test_area + ,/area/construction + ,/area/server + ,/area/security/nuke_storage + ,/area/tcommsat/chamber + ,/area/bridge/aibunker + ,/area/engineering/cooling + ,/area/outpost/research/emergency_storage + ) diff --git a/maps/exodus/exodus-1.dmm b/maps/exodus/exodus-1_station.dmm similarity index 96% rename from maps/exodus/exodus-1.dmm rename to maps/exodus/exodus-1_station.dmm index e286813f130..13d1fa56b87 100644 --- a/maps/exodus/exodus-1.dmm +++ b/maps/exodus/exodus-1_station.dmm @@ -1,63 +1,88 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aaa" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aab" = ( -/turf/space, +/turf/template_noop, /area/syndicate_station/north) "aac" = ( /obj/effect/landmark{ name = "carpspawn" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aad" = ( -/turf/space, +/turf/template_noop, /area/syndicate_station/northeast) "aae" = ( -/turf/space, +/turf/template_noop, /area/syndicate_station/northwest) "aaf" = ( /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aag" = ( /obj/effect/landmark{ name = "carpspawn" }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "aah" = ( /turf/simulated/wall, -/area/space) +/area/template_noop) "aai" = ( +/turf/simulated/floor/airless, +/area/template_noop) +"aaj" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/airless, -/area/space) -"aaj" = ( +/area/template_noop) +"aak" = ( /obj/structure/girder/displaced, /turf/simulated/floor/airless, -/area/space) -"aak" = ( +/area/template_noop) +"aal" = ( +/obj/structure/grille, +/turf/template_noop, +/area/template_noop) +"aam" = ( +/obj/structure/grille/broken, +/turf/template_noop, +/area/template_noop) +"aan" = ( +/obj/structure/grille/broken, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"aao" = ( /obj/structure/grille/broken, /obj/item/weapon/material/shard{ icon_state = "small" }, /turf/simulated/floor/airless, -/area/space) -"aal" = ( +/area/template_noop) +"aap" = ( /obj/random/loot, /turf/simulated/floor/airless, -/area/space) -"aam" = ( -/obj/structure/grille, -/turf/space, -/area/space) -"aan" = ( -/obj/structure/grille/broken, -/turf/space, -/area/space) -"aao" = ( +/area/template_noop) +"aaq" = ( +/turf/simulated/wall/r_wall, +/area/template_noop) +"aar" = ( +/turf/template_noop, +/area/skipjack_station/northwest_solars) +"aas" = ( +/obj/machinery/power/solar{ + id = "auxsolarnorth"; + name = "Fore Solar Array" + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/turf/simulated/floor/airless, +/area/solar/fore) +"aat" = ( /obj/structure/cable/yellow{ d1 = 2; d2 = 8; @@ -70,26 +95,7 @@ }, /turf/simulated/floor/airless, /area/solar/fore) -"aap" = ( -/turf/simulated/floor/airless, -/area/space) -"aaq" = ( -/obj/structure/grille/broken, -/obj/structure/lattice, -/turf/space, -/area/space) -"aar" = ( -/obj/machinery/power/solar{ - id = "auxsolarnorth"; - name = "Fore Solar Array" - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/turf/simulated/floor/airless, -/area/solar/fore) -"aas" = ( +"aau" = ( /obj/structure/cable{ d2 = 8; icon_state = "0-8" @@ -100,13 +106,24 @@ }, /turf/simulated/floor/airless, /area/solar/fore) -"aat" = ( -/turf/simulated/wall/r_wall, -/area/space) -"aau" = ( -/turf/space, -/area/skipjack_station/northwest_solars) "aav" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/template_noop) +"aaw" = ( +/turf/simulated/wall, +/area/security/range) +"aax" = ( /obj/structure/cable/yellow{ d1 = 2; d2 = 8; @@ -124,72 +141,34 @@ }, /turf/simulated/floor/airless, /area/solar/fore) -"aaw" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/security/range) -"aax" = ( -/turf/simulated/floor/tiled, -/area/security/range) "aay" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/space) -"aaz" = ( -/turf/simulated/wall, -/area/security/range) -"aaA" = ( -/obj/structure/target_stake, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/security/range) -"aaB" = ( /obj/structure/sign/securearea, /turf/simulated/wall, -/area/space) -"aaC" = ( +/area/template_noop) +"aaz" = ( /obj/machinery/camera/network/security{ c_tag = "Armory Exterior"; dir = 4 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) +"aaA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/security/range) +"aaB" = ( +/obj/structure/target_stake, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/security/range) +"aaC" = ( +/turf/simulated/floor/tiled, +/area/security/range) "aaD" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/security/range) "aaE" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/range) -"aaF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/range) -"aaG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/security/range) -"aaH" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -209,7 +188,7 @@ }, /turf/simulated/floor/plating, /area/security/range) -"aaI" = ( +"aaF" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -225,34 +204,43 @@ }, /turf/simulated/floor/plating, /area/security/range) -"aaJ" = ( +"aaG" = ( /obj/structure/grille, /obj/structure/lattice, -/turf/space, -/area/space) -"aaK" = ( +/turf/template_noop, +/area/template_noop) +"aaH" = ( /obj/item/stack/cable_coil/random, -/turf/space, -/area/space) -"aaL" = ( +/turf/template_noop, +/area/template_noop) +"aaI" = ( /obj/structure/sign/electricshock{ pixel_y = -32 }, -/turf/space, -/area/space) -"aaM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ +/turf/template_noop, +/area/template_noop) +"aaJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 }, /turf/simulated/floor/tiled, /area/security/range) -"aaN" = ( +"aaK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/range) +"aaL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/security/range) +"aaM" = ( /obj/machinery/door/window/northleft{ dir = 4; name = "Range Access"; @@ -272,7 +260,38 @@ }, /turf/simulated/floor/tiled, /area/security/range) +"aaN" = ( +/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 = 8 + }, +/turf/simulated/floor/tiled, +/area/security/range) "aaO" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/range) +"aaP" = ( /obj/machinery/power/apc{ dir = 4; name = "east bump"; @@ -296,33 +315,11 @@ }, /turf/simulated/floor/tiled, /area/security/range) -"aaP" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/range) "aaQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/security/range) +/turf/simulated/wall/r_wall, +/area/security/tactical) "aaR" = ( -/obj/effect/landmark{ - name = "blobstart" - }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/range) "aaS" = ( @@ -334,6 +331,12 @@ /turf/simulated/floor/tiled, /area/security/range) "aaT" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled, +/area/security/range) +"aaU" = ( /obj/structure/closet/crate, /obj/item/target, /obj/item/target, @@ -342,59 +345,7 @@ /obj/item/target, /turf/simulated/floor/tiled, /area/security/range) -"aaU" = ( -/turf/simulated/wall/r_wall, -/area/security/tactical) "aaV" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/storage/box/blanks{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/weapon/storage/box/blanks, -/turf/simulated/floor/tiled, -/area/security/range) -"aaW" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/item/clothing/glasses/sunglasses, -/obj/item/clothing/glasses/sunglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/security/range) -"aaX" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/security/range) -"aaY" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/airless, -/area/maintenance/foresolar) -"aaZ" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -408,37 +359,87 @@ }, /turf/simulated/floor/plating, /area/security/range) +"aaW" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/blanks{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/weapon/storage/box/blanks, +/turf/simulated/floor/tiled, +/area/security/range) +"aaX" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/range) +"aaY" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/item/clothing/glasses/sunglasses, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/security/range) +"aaZ" = ( +/turf/simulated/wall, +/area/maintenance/security_starboard) "aba" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/maintenance/foresolar) +"abb" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/foresolar) +"abc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"abd" = ( +/turf/simulated/wall, +/area/maintenance/security_port) +"abe" = ( /obj/structure/closet/wardrobe/tactical, /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/tactical) -"abb" = ( +"abf" = ( /obj/machinery/vending/tacticool, /obj/machinery/camera/network/security{ c_tag = "Armoury - Tactical Equipment" }, /turf/simulated/floor/tiled/dark, /area/security/tactical) -"abc" = ( -/obj/item/weapon/gun/energy/laser/practice, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled, -/area/security/range) -"abd" = ( -/turf/simulated/wall, -/area/maintenance/security_starboard) -"abe" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/simulated/floor/tiled, -/area/security/range) -"abf" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/foresolar) "abg" = ( /obj/structure/grille, /obj/structure/window/reinforced, @@ -451,12 +452,23 @@ /obj/structure/window/reinforced{ dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, -/area/maintenance/security_port) +/area/security/range) "abh" = ( -/turf/simulated/wall, -/area/maintenance/security_port) +/obj/item/weapon/gun/energy/laser/practice, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled, +/area/security/range) "abi" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/security/range) +"abj" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 25; pixel_y = 0 @@ -469,13 +481,13 @@ }, /turf/simulated/floor/tiled, /area/security/range) -"abj" = ( -/obj/structure/cable/yellow, -/turf/simulated/floor/airless, -/area/solar/fore) "abk" = ( +/obj/structure/closet/crate, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"abl" = ( /obj/structure/grille, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 }, @@ -485,18 +497,13 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, -/area/security/range) -"abl" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/airless, -/area/maintenance/foresolar) +/area/maintenance/security_starboard) "abm" = ( +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/solar/fore) +"abn" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -507,7 +514,23 @@ }, /turf/simulated/floor/airless, /area/maintenance/foresolar) -"abn" = ( +"abo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/airless, +/area/maintenance/foresolar) +"abp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/maintenance/foresolar) +"abq" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; icon_state = "space"; @@ -523,66 +546,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/foresolar) -"abo" = ( -/obj/structure/closet/crate, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"abp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"abq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/maintenance/foresolar) "abr" = ( -/obj/effect/decal/cleanable/ash, -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"abs" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"abt" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"abu" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"abv" = ( /obj/machinery/power/terminal{ dir = 4 }, @@ -595,7 +559,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/foresolar) -"abw" = ( +"abs" = ( /obj/structure/cable{ d2 = 2; icon_state = "0-2"; @@ -607,7 +571,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/foresolar) -"abx" = ( +"abt" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; @@ -616,7 +580,29 @@ }, /turf/simulated/wall/r_wall, /area/maintenance/foresolar) -"aby" = ( +"abu" = ( +/obj/effect/decal/cleanable/ash, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"abv" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/security/tactical) +"abw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/tactical) +"abx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 }, @@ -630,6 +616,17 @@ }, /turf/simulated/floor/tiled/dark, /area/security/tactical) +"aby" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/tactical) "abz" = ( /obj/structure/cable/green{ d2 = 8; @@ -643,14 +640,27 @@ /turf/simulated/floor/tiled/dark, /area/security/tactical) "abA" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 1 }, -/turf/simulated/floor/tiled, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, /area/security/range) "abB" = ( -/obj/machinery/camera/network/security{ - c_tag = "Security - Medical Station"; +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /turf/simulated/floor/tiled, @@ -662,41 +672,20 @@ /turf/simulated/floor/tiled, /area/security/range) "abD" = ( +/obj/machinery/camera/network/security{ + c_tag = "Security - Medical Station"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/security/range) +"abE" = ( /obj/machinery/light, /obj/effect/floor_decal/industrial/warning{ dir = 1 }, /turf/simulated/floor/tiled, /area/security/range) -"abE" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/range) "abF" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/turf/simulated/floor/tiled, -/area/security/range) -"abG" = ( /obj/item/device/radio/intercom{ broadcasting = 0; frequency = 1475; @@ -711,14 +700,15 @@ }, /turf/simulated/floor/tiled, /area/security/range) -"abH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 +"abG" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled, /area/security/range) -"abI" = ( +"abH" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -729,33 +719,14 @@ }, /turf/simulated/floor/tiled, /area/security/range) +"abI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/range) "abJ" = ( -/obj/machinery/power/tracker, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/solar/fore) -"abK" = ( -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/solar/fore) -"abL" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/solar/fore) -"abM" = ( -/turf/simulated/floor/airless, -/area/solar/fore) -"abN" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -763,7 +734,7 @@ name = "Security Blast Door"; opacity = 0 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/maintenance{ @@ -778,7 +749,7 @@ }, /turf/simulated/floor/plating, /area/security/range) -"abO" = ( +"abK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 }, @@ -787,7 +758,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"abP" = ( +"abL" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -797,6 +768,32 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) +"abM" = ( +/obj/machinery/power/tracker, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/solar/fore) +"abN" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/solar/fore) +"abO" = ( +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/solar/fore) +"abP" = ( +/turf/simulated/floor/airless, +/area/solar/fore) "abQ" = ( /obj/structure/cable/yellow{ d2 = 4; @@ -823,92 +820,6 @@ /turf/simulated/floor/airless, /area/solar/fore) "abS" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - layer = 3.3; - master_tag = "brig_solar_airlock"; - name = "interior access button"; - pixel_x = -25; - pixel_y = -25; - req_access = list(11,13) - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/visible, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/foresolar) -"abT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"abU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/highsecurity{ - name = "Tactical Equipment"; - req_access = list(3) - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"abV" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/glass_security{ - name = "Firing Range"; - req_access = list(1) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/security/main) -"abW" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -924,7 +835,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/foresolar) -"abX" = ( +"abT" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; frequency = 1379; @@ -957,7 +868,7 @@ /obj/effect/decal/warning_stripes, /turf/simulated/floor/plating, /area/maintenance/foresolar) -"abY" = ( +"abU" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -976,14 +887,34 @@ }, /turf/simulated/floor/plating, /area/maintenance/foresolar) -"abZ" = ( -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" +"abV" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + layer = 3.3; + master_tag = "brig_solar_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25; + req_access = list(11,13) }, -/turf/simulated/floor/airless, -/area/solar/fore) -"aca" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/foresolar) +"abW" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 8; @@ -995,7 +926,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/foresolar) -"acb" = ( +"abX" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -1011,7 +942,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/foresolar) -"acc" = ( +"abY" = ( /obj/machinery/door/airlock/engineering{ name = "Fore Solar Access"; req_access = list(11) @@ -1027,107 +958,124 @@ }, /turf/simulated/floor/plating, /area/maintenance/foresolar) -"acd" = ( -/obj/machinery/power/solar_control{ - id = "auxsolarnorth"; - name = "Fore Solar Control"; - track = 0 +"abZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/obj/structure/cable/yellow, -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 }, /turf/simulated/floor/plating, -/area/maintenance/foresolar) -"ace" = ( +/area/maintenance/security_port) +"aca" = ( /turf/simulated/wall/r_wall, /area/security/armoury) +"acb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/tactical) +"acc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Tactical Equipment"; + req_access = list(3) + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/security/tactical) +"acd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/tactical) +"ace" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/main) "acf" = ( /obj/structure/grille, /obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, /obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/door/firedoor{ + dir = 2 }, /obj/structure/cable/green{ d2 = 4; icon_state = "0-4" }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, /turf/simulated/floor/plating, -/area/security/tactical) +/area/security/main) "acg" = ( /obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/maintenance/foresolar) -"ach" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/tactical) -"aci" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/main) -"acj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/main) -"ack" = ( -/obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -1136,7 +1084,7 @@ dir = 4; icon_state = "pipe-c" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/cable/green{ @@ -1150,13 +1098,13 @@ /obj/structure/cable/green, /turf/simulated/floor/plating, /area/security/main) -"acl" = ( +"ach" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/wall, /area/security/main) -"acm" = ( +"aci" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -1178,7 +1126,7 @@ }, /turf/simulated/floor/plating, /area/security/main) -"acn" = ( +"acj" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -1197,7 +1145,7 @@ }, /turf/simulated/floor/plating, /area/security/main) -"aco" = ( +"ack" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -1219,7 +1167,7 @@ }, /turf/simulated/floor/plating, /area/security/main) -"acp" = ( +"acl" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -1237,7 +1185,113 @@ }, /turf/simulated/floor/plating, /area/security/main) +"acm" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/glass_security{ + name = "Firing Range"; + req_access = list(1) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/main) +"acn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/main) +"aco" = ( +/turf/simulated/wall, +/area/security/main) +"acp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) "acq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"acr" = ( +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/solar/fore) +"acs" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/maintenance/foresolar) +"act" = ( +/obj/machinery/power/solar_control{ + id = "auxsolarnorth"; + name = "Fore Solar Control"; + track = 0 + }, +/obj/structure/cable/yellow, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/foresolar) +"acu" = ( +/turf/simulated/floor/plating, +/area/maintenance/foresolar) +"acv" = ( +/obj/structure/cable, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Solar Maintenance Fore"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/foresolar) +"acw" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ d1 = 1; @@ -1255,80 +1309,57 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"acr" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/main) -"acs" = ( -/turf/simulated/wall, -/area/security/main) -"act" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"acu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"acv" = ( -/obj/structure/table/rack, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Weapons locker"; - req_access = list(3) - }, -/obj/random/projectile, -/obj/random/projectile, -/obj/random/projectile, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"acw" = ( -/obj/structure/table/rack, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Weapons locker"; - req_access = list(3) - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/random/energy, -/obj/random/energy, -/obj/random/energy, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) "acx" = ( /obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Weapons locker"; + req_access = list(3) + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/random/energy, +/obj/random/energy, +/obj/random/energy, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"acy" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Weapons locker"; + req_access = list(3) + }, +/obj/random/projectile, +/obj/random/projectile, +/obj/random/projectile, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"acz" = ( +/obj/structure/table/rack, +/obj/machinery/door/window/brigdoor{ + dir = 2; + name = "Weapons locker"; + req_access = list(3) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/weapon/gun/energy/ionrifle, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"acA" = ( +/obj/structure/table/rack, /obj/structure/window/reinforced{ dir = 1 }, @@ -1370,47 +1401,7 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"acy" = ( -/turf/simulated/floor/plating, -/area/maintenance/foresolar) -"acz" = ( -/obj/structure/cable, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Solar Maintenance Fore"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/foresolar) -"acA" = ( -/obj/structure/table/rack, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Weapons locker"; - req_access = list(3) - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/gun/energy/ionrifle, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) "acB" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"acC" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -1420,13 +1411,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/security/armoury) +"acC" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) "acD" = ( /obj/structure/table/standard, -/obj/machinery/recharger, -/turf/simulated/floor/tiled, -/area/security/main) -"acE" = ( -/obj/structure/table/standard, /obj/machinery/cell_charger, /obj/item/weapon/screwdriver{ pixel_y = 15 @@ -1436,7 +1428,23 @@ }, /turf/simulated/floor/tiled, /area/security/main) +"acE" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/security/main) "acF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/security/main) +"acG" = ( /obj/structure/bed/roller, /obj/item/device/radio/intercom{ pixel_y = 25 @@ -1449,35 +1457,8 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/security/main) -"acG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/standard, -/obj/machinery/recharger, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/security/main) "acH" = ( /obj/structure/table/standard, -/obj/item/bodybag/cryobag{ - pixel_x = 6 - }, -/obj/item/weapon/storage/firstaid/regular{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"acI" = ( -/obj/structure/table/standard, /obj/item/weapon/reagent_containers/syringe/inaprovaline, /obj/item/weapon/reagent_containers/syringe/inaprovaline{ pixel_x = -2; @@ -1501,34 +1482,23 @@ }, /turf/simulated/floor/tiled, /area/security/main) +"acI" = ( +/obj/structure/table/standard, +/obj/item/bodybag/cryobag{ + pixel_x = 6 + }, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/floor_decal/corner/blue/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/security/main) "acJ" = ( -/obj/machinery/computer/secure_data, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"acK" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"acL" = ( -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/obj/item/modular_computer/console/preset/security, -/turf/simulated/floor/tiled, -/area/security/main) -"acM" = ( -/turf/simulated/floor/tiled, -/area/security/main) -"acN" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -1543,23 +1513,38 @@ /obj/structure/cable/green, /turf/simulated/floor/plating, /area/security/main) -"acO" = ( +"acK" = ( +/obj/machinery/computer/secure_data, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"acL" = ( +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/obj/item/modular_computer/console/preset/security, +/turf/simulated/floor/tiled, +/area/security/main) +"acM" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"acN" = ( /obj/machinery/computer/station_alert/security, /turf/simulated/floor/tiled, /area/security/main) -"acP" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, +"acO" = ( /turf/simulated/floor/tiled, /area/security/main) -"acQ" = ( +"acP" = ( /obj/structure/disposalpipe/junction{ icon_state = "pipe-j2"; dir = 2 @@ -1571,6 +1556,18 @@ }, /turf/simulated/floor/tiled, /area/security/main) +"acQ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/security/main) "acR" = ( /obj/structure/cable/yellow{ d1 = 1; @@ -1598,12 +1595,22 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/airless, /area/maintenance/foresolar) "acT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"acU" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -1623,15 +1630,7 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"acU" = ( -/turf/simulated/floor/tiled/dark, -/area/security/armoury) "acV" = ( -/obj/machinery/door/blast/regular{ - id = "Armoury"; - name = "Emergency Access" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/dark, /area/security/armoury) "acW" = ( @@ -1641,15 +1640,13 @@ /turf/simulated/floor/tiled/dark, /area/security/armoury) "acX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/door/blast/regular{ + id = "Armoury"; + name = "Emergency Access" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/security_port) +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) "acY" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -1657,14 +1654,22 @@ /turf/simulated/floor/tiled, /area/security/main) "acZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/security/main) -"ada" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/security/main) +"ada" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/security/main) "adb" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/main) +"adc" = ( /obj/structure/table/standard, /obj/item/device/healthanalyzer, /obj/item/stack/medical/bruise_pack{ @@ -1684,14 +1689,6 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"adc" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/security/main) "add" = ( /obj/structure/bed/chair/office/dark{ dir = 1 @@ -1705,13 +1702,6 @@ /turf/simulated/floor/tiled, /area/security/main) "ade" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/vending/snack, -/turf/simulated/floor/tiled, -/area/security/main) -"adf" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -1723,7 +1713,72 @@ }, /turf/simulated/floor/tiled, /area/security/main) +"adf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/security/main) "adg" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/item/weapon/cigbutt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adh" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adi" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adj" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/flame/candle{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/weapon/paper{ + desc = "A few notes scratched out by the last CMO before they departed the station."; + info = "Today would have been our fifth anniversary.\[br]I wish I could undo what happened.\[br]\[br]\[center]I miss you so much.\[/center]"; + name = "a brief letter"; + pixel_x = 5 + }, +/obj/item/weapon/pen{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adk" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'VACUUM'"; + icon_state = "space"; + layer = 4; + name = "VACUUM"; + pixel_x = 32; + pixel_y = 0 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adl" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -1747,7 +1802,13 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"adh" = ( +"adm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"adn" = ( /obj/structure/table/standard, /obj/machinery/recharger, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -1756,13 +1817,18 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"adi" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +"ado" = ( +/obj/structure/table/rack, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/item/weapon/reagent_containers/spray/pepper, +/obj/item/weapon/reagent_containers/spray/pepper, +/obj/item/weapon/reagent_containers/spray/pepper, +/obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"adj" = ( +"adp" = ( /obj/structure/table/rack, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -1779,82 +1845,7 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"adk" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/item/weapon/cigbutt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adl" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adm" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adn" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/flame/candle{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/weapon/paper{ - desc = "A few notes scratched out by the last CMO before they departed the station."; - info = "Today would have been our fifth anniversary.\[br]I wish I could undo what happened.\[br]\[br]\[center]I miss you so much.\[/center]"; - name = "a brief letter"; - pixel_x = 5 - }, -/obj/item/weapon/pen{ - pixel_x = -2; - pixel_y = -2 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"ado" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'VACUUM'"; - icon_state = "space"; - layer = 4; - name = "VACUUM"; - pixel_x = 32; - pixel_y = 0 - }, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adp" = ( -/obj/structure/table/rack, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/spray/pepper, -/obj/item/weapon/reagent_containers/spray/pepper, -/obj/item/weapon/reagent_containers/spray/pepper, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) "adq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"adr" = ( /obj/structure/table/rack, /obj/item/weapon/storage/box/chemimp{ pixel_x = 4; @@ -1875,6 +1866,12 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) +"adr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) "ads" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -1887,6 +1884,18 @@ /turf/simulated/floor/tiled, /area/security/main) "adu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/security/main) +"adv" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (WEST)"; @@ -1895,14 +1904,14 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"adv" = ( +"adw" = ( /obj/structure/bed/chair/office/dark, /obj/effect/landmark/start{ name = "Security Officer" }, /turf/simulated/floor/tiled, /area/security/main) -"adw" = ( +"adx" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -1914,7 +1923,55 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) -"adx" = ( +"ady" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adz" = ( +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adA" = ( +/obj/machinery/door/airlock/external{ + icon_state = "door_locked"; + locked = 1; + name = "External Construction Airlock"; + req_access = list(32) + }, +/obj/item/tape/engineering{ + icon_state = "engineering_door"; + layer = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"adD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"adE" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -1932,7 +1989,7 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"ady" = ( +"adF" = ( /obj/machinery/button/remote/blast_door{ id = "Armoury"; name = "Armoury Access"; @@ -1942,32 +1999,13 @@ }, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"adz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/security/main) -"adA" = ( +"adG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, /turf/simulated/floor/tiled, /area/security/main) -"adB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/security/main) -"adC" = ( +"adH" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -1978,67 +2016,15 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"adD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adE" = ( -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adF" = ( -/obj/machinery/door/airlock/external{ - icon_state = "door_locked"; - locked = 1; - name = "External Construction Airlock"; - req_access = list(32) - }, -/obj/item/tape/engineering{ - icon_state = "engineering_door"; - layer = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adG" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_port) "adI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"adJ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, +/obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) -"adK" = ( -/obj/machinery/door/firedoor/border_only{ +"adJ" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/glass_security{ @@ -2050,12 +2036,18 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"adL" = ( -/obj/structure/table/standard, -/obj/item/weapon/folder/blue, +"adK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, /turf/simulated/floor/tiled, /area/security/main) -"adM" = ( +"adL" = ( /obj/structure/bed/chair/office/dark{ dir = 4 }, @@ -2064,17 +2056,12 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"adN" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_x = 30; - pixel_y = 0 - }, -/obj/effect/floor_decal/corner/blue, +"adM" = ( +/obj/structure/table/standard, +/obj/item/weapon/folder/blue, /turf/simulated/floor/tiled, /area/security/main) -"adO" = ( +"adN" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, @@ -2088,31 +2075,52 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"adP" = ( -/obj/structure/table/rack, -/obj/structure/window/reinforced, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Weapons locker"; - req_access = list(3) +"adO" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = 30; + pixel_y = 0 }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/security/main) +"adP" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adQ" = ( +/obj/structure/closet/toolcloset, +/obj/item/clothing/head/hardhat/dblue, +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adR" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adS" = ( +/obj/structure/table/rack, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"adT" = ( +/obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, -/obj/item/clothing/suit/armor/laserproof{ - pixel_x = 2; - pixel_y = 2 +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/item/clothing/suit/armor/laserproof{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/effect/floor_decal/industrial/outline/grey, -/obj/item/clothing/head/helmet/ablative, -/obj/item/clothing/head/helmet/ablative, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"adQ" = ( +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"adU" = ( /obj/structure/table/rack, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -2136,18 +2144,31 @@ /obj/item/clothing/head/helmet/ballistic, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"adR" = ( -/obj/machinery/light, -/obj/machinery/flasher/portable, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"adV" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Weapons locker"; + req_access = list(3) + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/suit/armor/laserproof{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/suit/armor/laserproof{ + pixel_x = -2; + pixel_y = -2 }, /obj/effect/floor_decal/industrial/outline/grey, +/obj/item/clothing/head/helmet/ablative, +/obj/item/clothing/head/helmet/ablative, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"adS" = ( +"adW" = ( /obj/machinery/flasher/portable, /obj/machinery/power/apc{ dir = 2; @@ -2161,42 +2182,17 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"adT" = ( +"adX" = ( /obj/machinery/light, /obj/machinery/flasher/portable, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/security/armoury) -"adU" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adV" = ( -/obj/structure/closet/toolcloset, -/obj/item/clothing/head/hardhat/dblue, -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adW" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"adX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_port) "adY" = ( /obj/structure/cable/green{ d1 = 1; @@ -2213,6 +2209,12 @@ /turf/simulated/floor/tiled/dark, /area/security/armoury) "adZ" = ( +/obj/machinery/light, +/obj/machinery/flasher/portable, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/security/armoury) +"aea" = ( /obj/machinery/button/remote/blast_door{ id = "Armoury"; name = "Emergency Access"; @@ -2222,28 +2224,33 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"aea" = ( +"aeb" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/security/main) -"aeb" = ( -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/security/main) "aec" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) "aed" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/main) +"aee" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, @@ -2262,7 +2269,29 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"aee" = ( +"aef" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/security/main) +"aeg" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'INTERNALS REQUIRED'."; + name = "INTERNALS REQUIRED"; + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"aeh" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 4; @@ -2275,85 +2304,7 @@ }, /turf/simulated/floor/airless, /area/solar/fore) -"aef" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - pixel_y = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Armoury Section"; - req_access = list(3) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/security/warden) -"aeg" = ( -/obj/structure/window/reinforced, -/obj/structure/table/standard, -/obj/item/device/taperecorder{ - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"aeh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/main) "aei" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/table/standard, -/obj/item/device/megaphone, -/obj/item/device/megaphone, -/turf/simulated/floor/tiled, -/area/security/main) -"aej" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"aek" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'INTERNALS REQUIRED'."; - name = "INTERNALS REQUIRED"; - pixel_x = 32; - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"ael" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/window/reinforced, -/obj/structure/table/standard, -/obj/item/weapon/packageWrap, -/obj/item/weapon/storage/box, -/turf/simulated/floor/tiled, -/area/security/main) -"aem" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -2367,16 +2318,55 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/maintenance/security_port) -"aen" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"aej" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Armoury Section"; + req_access = list(3) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/security/warden) +"aek" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/standard, +/obj/item/device/megaphone, +/obj/item/device/megaphone, +/turf/simulated/floor/tiled, +/area/security/main) +"ael" = ( +/obj/structure/window/reinforced, +/obj/structure/table/standard, +/obj/item/device/taperecorder{ + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"aem" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced, +/obj/structure/table/standard, +/obj/item/weapon/packageWrap, +/obj/item/weapon/storage/box, +/turf/simulated/floor/tiled, +/area/security/main) +"aen" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, -/obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) "aeo" = ( @@ -2401,19 +2391,14 @@ d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 + dir = 4 }, +/obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) "aeq" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/glass_security{ @@ -2431,13 +2416,20 @@ /turf/simulated/floor/tiled, /area/security/main) "aer" = ( -/obj/structure/table/standard, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/item/weapon/folder/blue, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, /turf/simulated/floor/tiled, /area/security/main) "aes" = ( @@ -2456,6 +2448,16 @@ /area/security/main) "aet" = ( /obj/structure/table/standard, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/weapon/folder/blue, +/turf/simulated/floor/tiled, +/area/security/main) +"aeu" = ( +/obj/structure/table/standard, /obj/item/weapon/book/manual/security_space_law, /obj/structure/cable/green{ d1 = 4; @@ -2469,22 +2471,6 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"aeu" = ( -/obj/item/device/radio/intercom{ - broadcasting = 0; - frequency = 1475; - listening = 1; - name = "Station Intercom (Security)"; - pixel_x = 30; - pixel_y = 0 - }, -/obj/machinery/camera/network/security{ - c_tag = "Security - Briefing"; - dir = 8 - }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/security/main) "aev" = ( /obj/structure/bed/chair/office/dark{ dir = 8 @@ -2502,54 +2488,22 @@ /turf/simulated/floor/tiled, /area/security/main) "aew" = ( -/obj/machinery/deployable/barrier, -/obj/structure/sign/securearea{ - name = "\improper ARMORY"; - pixel_y = 32 +/obj/item/device/radio/intercom{ + broadcasting = 0; + frequency = 1475; + listening = 1; + name = "Station Intercom (Security)"; + pixel_x = 30; + pixel_y = 0 }, /obj/machinery/camera/network/security{ - c_tag = "Armoury" + c_tag = "Security - Briefing"; + dir = 8 }, -/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, -/area/security/warden) +/area/security/main) "aex" = ( -/obj/machinery/deployable/barrier, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/security/warden) -"aey" = ( -/obj/structure/closet/l3closet/security, -/obj/structure/sign/securearea{ - name = "\improper ARMORY"; - pixel_y = 32 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/security/warden) -"aez" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/security/warden) -"aeA" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/structure/closet/bombclosetsecurity, -/obj/machinery/firealarm{ - pixel_y = 27 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/security/warden) -"aeB" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -2558,7 +2512,7 @@ /obj/machinery/portable_atmospherics/powered/pump/filled, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"aeC" = ( +"aey" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -2569,17 +2523,17 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"aeD" = ( +"aez" = ( /obj/structure/grille/broken, /obj/item/weapon/material/shard, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/maintenance/security_port) -"aeE" = ( +"aeA" = ( /obj/machinery/portable_atmospherics/powered/scrubber, /turf/simulated/floor/plating, /area/maintenance/security_port) -"aeF" = ( +"aeB" = ( /obj/structure/closet/crate/secure{ name = "FOR DISPOSAL"; req_access = list(58) @@ -2594,10 +2548,68 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"aeG" = ( +"aeC" = ( /turf/simulated/wall/r_wall, /area/security/warden) +"aeD" = ( +/obj/machinery/deployable/barrier, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/security/warden) +"aeE" = ( +/obj/machinery/deployable/barrier, +/obj/structure/sign/securearea{ + name = "\improper ARMORY"; + pixel_y = 32 + }, +/obj/machinery/camera/network/security{ + c_tag = "Armoury" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/security/warden) +"aeF" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/security/warden) +"aeG" = ( +/obj/structure/closet/l3closet/security, +/obj/structure/sign/securearea{ + name = "\improper ARMORY"; + pixel_y = 32 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/security/warden) "aeH" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/structure/closet/bombclosetsecurity, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/security/warden) +"aeI" = ( +/turf/simulated/wall, +/area/security/warden) +"aeJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/security/main) +"aeK" = ( /obj/structure/closet/secure_closet/security, /obj/structure/window/reinforced{ dir = 1 @@ -2605,19 +2617,16 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/security/main) -"aeI" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, +"aeL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/secure_closet/security, /obj/structure/window/reinforced{ dir = 1 }, +/obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/security/main) -"aeJ" = ( +"aeM" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -2625,7 +2634,21 @@ /obj/structure/closet/secure_closet/security_cadet, /turf/simulated/floor/tiled, /area/security/main) -"aeK" = ( +"aeN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/security/main) +"aeO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, @@ -2639,7 +2662,7 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"aeL" = ( +"aeP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -2648,10 +2671,7 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"aeM" = ( -/turf/simulated/wall, -/area/security/warden) -"aeN" = ( +"aeQ" = ( /obj/structure/bed/chair/office/dark{ dir = 1 }, @@ -2668,21 +2688,7 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"aeO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/security/main) -"aeP" = ( +"aeR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -2696,69 +2702,22 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"aeQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/security/main) -"aeR" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/warden) "aeS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/security/warden) +/area/security/main) "aeT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/closet/secure_closet/security, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/security/main) -"aeU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"aeV" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/camera/network/security{ - c_tag = "Security - Equipment North"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"aeW" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/maintenance{ @@ -2778,7 +2737,7 @@ }, /turf/simulated/floor/plating, /area/security/main) -"aeX" = ( +"aeU" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -2793,31 +2752,31 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"aeY" = ( +"aeV" = ( /obj/machinery/portable_atmospherics/powered/pump/filled, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"aeZ" = ( +"aeW" = ( /turf/simulated/wall/r_wall, /area/maintenance/security_starboard) -"afa" = ( +"aeX" = ( /obj/structure/grille/broken, /obj/structure/lattice, /obj/random/toolbox, -/turf/space, -/area/space) -"afb" = ( +/turf/template_noop, +/area/template_noop) +"aeY" = ( /obj/structure/grille, /turf/simulated/floor/plating, /area/maintenance/security_port) -"afc" = ( +"aeZ" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"afd" = ( +"afa" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -2829,13 +2788,53 @@ /obj/structure/barricade, /turf/simulated/floor/plating, /area/maintenance/security_port) +"afb" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/warden) +"afc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/warden) +"afd" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/security/warden) "afe" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/camera/network/security{ + c_tag = "Security - Equipment North"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"aff" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/effect/floor_decal/corner/blue{ dir = 10 }, /turf/simulated/floor/tiled, /area/security/main) -"aff" = ( +"afg" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 1; name = "Security"; @@ -2846,7 +2845,13 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"afg" = ( +"afh" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"afi" = ( /obj/structure/table/standard, /obj/machinery/light{ icon_state = "tube1"; @@ -2856,44 +2861,7 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) -"afh" = ( -/obj/machinery/photocopier, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"afi" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/security/main) "afj" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"afk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/security/main) -"afl" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (EAST)"; - icon_state = "swall_straight"; - dir = 4 - }, -/area/shuttle/escape_pod3/station) -"afm" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -2908,45 +2876,34 @@ }, /turf/simulated/floor/plating, /area/security/main) +"afk" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"afl" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/security/main) +"afm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/main) "afn" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; - icon_state = "swall_c" - }, -/area/shuttle/escape_pod3/station) +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/security/main) "afo" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/warden) -"afp" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled, -/area/security/warden) -"afq" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/security/warden) -"afr" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -2959,29 +2916,83 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"afs" = ( +"afp" = ( /obj/structure/table/rack, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/camera/xray/security{ + c_tag = "Security Escape Pod"; + dir = 8 + }, /obj/random/loot, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"aft" = ( +"afq" = ( /obj/machinery/light/small{ dir = 1 }, /obj/structure/closet/emcloset, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"afu" = ( -/turf/simulated/floor/plating, +"afr" = ( /obj/structure/shuttle/engine/propulsion/burst{ - dir = 4 + dir = 8 }, +/turf/simulated/shuttle/wall, +/area/shuttle/escape_pod3/station) +"afs" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/escape_pod3/station) +"aft" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ - icon_state = "swall_f6"; - dir = 2 + tag = "icon-swall_c"; + icon_state = "swall_c" }, /area/shuttle/escape_pod3/station) +"afu" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/security_port) "afv" = ( +/obj/structure/table/rack, +/obj/effect/decal/cleanable/dirt, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"afw" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"afx" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/security/warden) +"afy" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/warden) +"afz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -3003,39 +3014,43 @@ }, /turf/simulated/floor/tiled, /area/security/warden) -"afw" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 +"afA" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/tiled, /area/security/warden) -"afx" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/decal/remains/robot, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"afy" = ( -/obj/structure/table/rack, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 +"afB" = ( +/obj/machinery/door/firedoor{ + dir = 2 }, -/obj/machinery/camera/xray/security{ - c_tag = "Security Escape Pod"; - dir = 8 +/obj/machinery/door/airlock/security{ + name = "Armoury"; + req_access = list(3) }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"afz" = ( -/obj/structure/table/rack, -/obj/effect/decal/cleanable/dirt, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"afA" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/security/warden) +"afC" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"afD" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -3050,20 +3065,7 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"afB" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"afC" = ( +"afE" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 4; @@ -3079,13 +3081,7 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"afD" = ( -/obj/structure/table/standard, -/obj/item/weapon/hand_labeler, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/security/main) -"afE" = ( +"afF" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -3103,7 +3099,13 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"afF" = ( +"afG" = ( +/obj/structure/table/standard, +/obj/item/weapon/hand_labeler, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/security/main) +"afH" = ( /obj/machinery/vending/cola, /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (WEST)"; @@ -3112,7 +3114,7 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"afG" = ( +"afI" = ( /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (WEST)"; icon_state = "corner_white"; @@ -3120,7 +3122,15 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"afH" = ( +"afJ" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/papershredder, +/turf/simulated/floor/tiled, +/area/security/main) +"afK" = ( /obj/machinery/door/window/eastright{ dir = 1; name = "Security Delivery"; @@ -3132,100 +3142,7 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/security/main) -"afI" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/papershredder, -/turf/simulated/floor/tiled, -/area/security/main) -"afJ" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/box/seccarts{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/weapon/storage/box/handcuffs, -/obj/item/weapon/storage/box/flashbangs{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/security/warden) -"afK" = ( -/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/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/security/warden) "afL" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/security{ - name = "Armoury"; - req_access = list(3) - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/security/warden) -"afM" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/closet/crate{ - name = "security mag lock crate" - }, -/obj/item/device/magnetic_lock/security, -/obj/item/device/magnetic_lock/security, -/turf/simulated/floor/tiled, -/area/security/warden) -"afN" = ( -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"afO" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - broadcasting = 1; - frequency = 1475; - listening = 0; - name = "Station Intercom (Security)"; - pixel_x = -30; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"afP" = ( /obj/structure/plasticflaps{ opacity = 1 }, @@ -3236,12 +3153,12 @@ location = "Security" }, /obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/security/main) -"afQ" = ( +"afM" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/meter, @@ -3252,7 +3169,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"afR" = ( +"afN" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ frequency = 1380; id_tag = "escape_pod_3_berth"; @@ -3264,7 +3181,7 @@ /obj/machinery/meter, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"afS" = ( +"afO" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -3275,7 +3192,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"afT" = ( +"afP" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -3286,7 +3203,7 @@ }, /turf/simulated/shuttle/floor, /area/shuttle/escape_pod3/station) -"afU" = ( +"afQ" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -3301,7 +3218,7 @@ }, /turf/simulated/shuttle/floor, /area/shuttle/escape_pod3/station) -"afV" = ( +"afR" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -3320,12 +3237,12 @@ }, /turf/simulated/shuttle/floor, /area/shuttle/escape_pod3/station) -"afW" = ( +"afS" = ( /obj/structure/window/shuttle, /obj/structure/grille, /turf/simulated/shuttle/plating, /area/shuttle/escape_pod3/station) -"afX" = ( +"afT" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -3336,7 +3253,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"afY" = ( +"afU" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -3344,7 +3261,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"afZ" = ( +"afV" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -3355,26 +3272,26 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"aga" = ( +"afW" = ( /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agb" = ( +"afX" = ( /obj/structure/reagent_dispensers/watertank, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agc" = ( -/obj/structure/closet/crate, +"afY" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/table/rack, /obj/random/loot, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agd" = ( +"afZ" = ( /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/mouse, /turf/simulated/floor/plating, /area/maintenance/security_port) -"age" = ( +"aga" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ d1 = 2; @@ -3383,7 +3300,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agf" = ( +"agb" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ d1 = 4; @@ -3393,7 +3310,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agg" = ( +"agc" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -3402,7 +3319,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agh" = ( +"agd" = ( /obj/item/weapon/cigbutt, /obj/structure/cable{ d1 = 1; @@ -3414,35 +3331,112 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agi" = ( +"age" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agj" = ( +"agf" = ( /obj/effect/decal/cleanable/spiderling_remains, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agk" = ( +"agg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"agl" = ( -/obj/structure/disposalpipe/segment{ +"agh" = ( +/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/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/security/warden) +"agi" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/weapon/storage/box/handcuffs, +/obj/item/weapon/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/security/warden) +"agj" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate{ + name = "security mag lock crate" + }, +/obj/item/device/magnetic_lock/security, +/obj/item/device/magnetic_lock/security, +/turf/simulated/floor/tiled, +/area/security/warden) +"agk" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/table/rack, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Weapons locker"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/turf/simulated/floor/tiled, +/area/security/warden) +"agl" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + broadcasting = 1; + frequency = 1475; + listening = 0; + name = "Station Intercom (Security)"; + pixel_x = -30; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"agm" = ( /obj/effect/floor_decal/corner/blue{ dir = 5 }, /turf/simulated/floor/tiled, /area/security/main) -"agm" = ( +"agn" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -3452,7 +3446,27 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"agn" = ( +"ago" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"agp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/main) +"agq" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -3472,18 +3486,52 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) -"ago" = ( +"agr" = ( /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/crew_quarters/heads/hos) +"ags" = ( +/turf/simulated/wall, +/area/crew_quarters/heads/hos) +"agt" = ( +/obj/structure/grille, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hos) +"agu" = ( +/obj/structure/grille, +/obj/structure/sign/goldenplaque, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" }, /obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + d2 = 8; + icon_state = "0-8" }, -/turf/simulated/floor/tiled, -/area/security/main) -"agp" = ( +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hos) +"agv" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -3499,7 +3547,7 @@ d2 = 4; icon_state = "1-4" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -3511,16 +3559,147 @@ }, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"agq" = ( -/turf/space, +"agw" = ( +/obj/structure/grille, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hos) +"agx" = ( +/obj/structure/grille, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hos) +"agy" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/heads/hos) +"agz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"agA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/trash/tastybread, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"agB" = ( +/turf/simulated/floor/plating, +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 4 + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f5"; + dir = 2 + }, +/area/shuttle/escape_pod3/station) +"agC" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ tag = "icon-swall_c (WEST)"; icon_state = "swall_c"; dir = 8 }, /area/shuttle/escape_pod3/station) -"agr" = ( -/obj/machinery/door/firedoor/border_only{ +"agD" = ( +/obj/structure/table/rack, +/obj/effect/decal/cleanable/cobweb, +/obj/random/loot, +/obj/random/glowstick, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"agE" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"agF" = ( +/obj/item/trash/candy, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"agG" = ( +/turf/simulated/wall/r_wall, +/area/security/brig) +"agH" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Prison Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access = list(1) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/security/brig) +"agI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/security/warden) +"agJ" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/glass_security{ @@ -3546,26 +3725,25 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ags" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/rack, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Weapons locker"; - req_access = list(2) - }, -/obj/effect/floor_decal/industrial/outline/yellow, +"agK" = ( +/obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 }, -/obj/item/clothing/suit/storage/vest/heavy/officer, -/obj/item/clothing/suit/storage/vest/heavy/officer, -/turf/simulated/floor/tiled, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, /area/security/warden) -"agt" = ( +"agL" = ( /obj/structure/closet/wardrobe/red, /obj/structure/window/reinforced, /obj/item/clothing/accessory/holster/waist, @@ -3573,65 +3751,34 @@ /obj/item/clothing/accessory/holster/waist, /turf/simulated/floor/tiled, /area/security/main) -"agu" = ( +"agM" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/security/main) +"agN" = ( +/obj/structure/window/reinforced, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/secure_closet/security_cadet, +/turf/simulated/floor/tiled, +/area/security/main) +"agO" = ( /obj/structure/reagent_dispensers/peppertank{ pixel_x = 30 }, /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) -"agv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/rack, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"agw" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" +"agP" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "HoS Office"; + sortType = "HoS Office" }, /turf/simulated/wall, /area/crew_quarters/heads/hos) -"agx" = ( -/turf/simulated/wall, -/area/crew_quarters/heads/hos) -"agy" = ( -/obj/structure/grille, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hos) -"agz" = ( -/obj/structure/grille, -/obj/structure/sign/goldenplaque, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hos) -"agA" = ( +"agQ" = ( /obj/structure/disposalpipe/trunk{ dir = 8 }, @@ -3646,155 +3793,13 @@ }, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"agB" = ( -/obj/structure/grille, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hos) -"agC" = ( -/obj/structure/grille, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hos) -"agD" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/heads/hos) -"agE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"agF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/decal/cleanable/blood/oil, -/obj/item/trash/tastybread, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"agG" = ( -/turf/simulated/floor/plating, -/obj/structure/shuttle/engine/propulsion/burst{ - dir = 4 - }, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5"; - dir = 2 - }, -/area/shuttle/escape_pod3/station) -"agH" = ( -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hos) -"agI" = ( +"agR" = ( /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"agJ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"agK" = ( -/obj/item/trash/candy, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"agL" = ( -/turf/simulated/wall/r_wall, -/area/security/brig) -"agM" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Prison Gate"; - name = "Security Blast Door"; - opacity = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access = list(1) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/security/brig) -"agN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/security/warden) -"agO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/security/warden) -"agP" = ( +"agS" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"agT" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -3804,7 +3809,80 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/carpet, /area/crew_quarters/heads/hos) -"agQ" = ( +"agU" = ( +/obj/machinery/photocopier, +/obj/machinery/keycard_auth{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"agV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"agW" = ( +/obj/structure/table/rack, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"agX" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"agY" = ( +/turf/simulated/wall, +/area/security/brig) +"agZ" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"aha" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"ahb" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"ahc" = ( +/obj/structure/table/standard, +/obj/item/device/camera, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"ahd" = ( /obj/structure/table/standard, /obj/item/weapon/paper_bin{ pixel_x = -3; @@ -3819,7 +3897,57 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"agR" = ( +"ahe" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/security/brig) +"ahf" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"ahg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"ahh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/brig) +"ahi" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/warden) +"ahj" = ( /obj/machinery/photocopier, /obj/machinery/newscaster/security_unit{ pixel_x = -30; @@ -3835,130 +3963,7 @@ }, /turf/simulated/floor/tiled/dark, /area/security/warden) -"agS" = ( -/obj/machinery/photocopier, -/obj/machinery/keycard_auth{ - pixel_x = 30 - }, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/heads/hos) -"agT" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/brig) -"agU" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/simulated/floor/tiled/dark, -/area/security/brig) -"agV" = ( -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - name = "HoS Office"; - sortType = "HoS Office" - }, -/turf/simulated/wall, -/area/crew_quarters/heads/hos) -"agW" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/security/brig) -"agX" = ( -/obj/structure/table/standard, -/obj/item/device/camera, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"agY" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"agZ" = ( -/obj/structure/table/standard, -/obj/item/weapon/paper/sentencing, -/turf/simulated/floor/tiled, -/area/security/brig) -"aha" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"ahb" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"ahc" = ( -/obj/structure/table/rack, -/obj/effect/decal/cleanable/cobweb, -/obj/random/loot, -/obj/random/glowstick, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"ahd" = ( -/obj/effect/decal/cleanable/generic, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"ahe" = ( -/turf/simulated/wall, -/area/security/brig) -"ahf" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"ahg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/security/brig) -"ahh" = ( +"ahk" = ( /obj/structure/filingcabinet/chestdrawer, /obj/structure/cable/green{ d1 = 4; @@ -3970,29 +3975,7 @@ }, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ahi" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/recharger{ - pixel_y = 0 - }, -/obj/structure/table/steel_reinforced, -/obj/machinery/requests_console{ - department = "Warden's Office"; - pixel_x = 0; - pixel_y = -32 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"ahj" = ( -/obj/machinery/photocopier/faxmachine{ - department = "Warden's Office" - }, -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"ahk" = ( +"ahl" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -4007,21 +3990,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ahl" = ( -/obj/structure/window/reinforced{ - dir = 4 +"ahm" = ( +/obj/machinery/photocopier/faxmachine{ + department = "Warden's Office" }, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/item/weapon/stamp/denied{ - pixel_x = 5 - }, -/obj/item/weapon/stamp, /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ahm" = ( +"ahn" = ( /obj/item/weapon/paper_bin{ pixel_x = -3; pixel_y = 7 @@ -4036,7 +4012,21 @@ /obj/item/weapon/folder/blue, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ahn" = ( +"aho" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/item/weapon/stamp/denied{ + pixel_x = 5 + }, +/obj/item/weapon/stamp, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/dark, +/area/security/warden) +"ahp" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -4047,54 +4037,48 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"aho" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/warden) -"ahp" = ( +"ahq" = ( /obj/structure/flora/pottedplant/random, /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) -"ahq" = ( +"ahr" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hos) +"ahs" = ( /obj/structure/table/woodentable, /obj/item/device/megaphone, /obj/item/device/radio/off, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"ahr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hos) -"ahs" = ( +"aht" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"aht" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"ahu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/carpet, /area/crew_quarters/heads/hos) -"ahu" = ( +"ahv" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -4110,7 +4094,19 @@ /obj/structure/bed/chair, /turf/simulated/floor/carpet, /area/crew_quarters/heads/hos) -"ahv" = ( +"ahw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"ahx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"ahy" = ( /obj/structure/table/woodentable, /obj/machinery/photocopier/faxmachine{ department = "Head of Security" @@ -4126,88 +4122,7 @@ }, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"ahw" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/heads/hos) -"ahx" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hos) -"ahy" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - tag = "icon-map (NORTH)"; - icon_state = "map"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) "ahz" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - tag = "icon-map (NORTH)"; - icon_state = "map"; - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"ahA" = ( -/obj/machinery/atmospherics/binary/passive_gate{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"ahB" = ( -/obj/machinery/atmospherics/pipe/tank/air{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"ahC" = ( -/obj/structure/table/standard, -/obj/item/stack/medical/ointment, -/obj/item/weapon/folder/red, -/obj/item/stack/medical/bruise_pack{ - pixel_x = 10; - pixel_y = 2 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/security/brig) -"ahD" = ( -/obj/structure/table/standard, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/pen, -/turf/simulated/floor/tiled, -/area/security/brig) -"ahE" = ( -/turf/simulated/floor/tiled/dark, -/area/security/brig) -"ahF" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -4218,19 +4133,54 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"ahG" = ( -/obj/machinery/alarm{ - pixel_y = 22 +"ahA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6; + icon_state = "intact"; + tag = "icon-intact-f (SOUTHEAST)" }, -/obj/machinery/atmospherics/unary/vent_pump/on{ +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"ahB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + tag = "icon-map (NORTH)"; + icon_state = "map"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ dir = 8 }, -/turf/simulated/floor/tiled/dark, -/area/security/brig) -"ahH" = ( -/turf/space, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ahC" = ( +/obj/machinery/atmospherics/binary/passive_gate{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ahD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + tag = "icon-map (NORTH)"; + icon_state = "map"; + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ahE" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ahF" = ( +/turf/template_noop, /area/skipjack_station/northeast_solars) -"ahI" = ( +"ahG" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -4241,12 +4191,12 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"ahJ" = ( +"ahH" = ( /obj/machinery/space_heater, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/maintenance/security_port) -"ahK" = ( +"ahI" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -4254,7 +4204,49 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) +"ahJ" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled, +/area/security/brig) +"ahK" = ( +/obj/structure/table/standard, +/obj/item/stack/medical/ointment, +/obj/item/weapon/folder/red, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/security/brig) "ahL" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4; + icon_state = "twindow" + }, +/obj/structure/window/reinforced/tinted{ + dir = 8; + icon_state = "twindow" + }, +/obj/structure/grille, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/brig) +"ahM" = ( +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"ahN" = ( /obj/item/device/radio/intercom{ broadcasting = 1; frequency = 1449; @@ -4270,49 +4262,44 @@ }, /turf/simulated/floor/tiled/dark, /area/security/brig) -"ahM" = ( +"ahO" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"ahP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/security/brig) -"ahN" = ( -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4; - icon_state = "twindow" - }, -/obj/structure/window/reinforced/tinted{ - dir = 8; - icon_state = "twindow" - }, -/obj/structure/grille, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"ahO" = ( -/turf/simulated/floor/tiled, -/area/security/brig) -"ahP" = ( +"ahQ" = ( /obj/machinery/door/airlock/security{ name = "Evidence Storage"; req_access = list(1) }, /turf/simulated/floor/tiled, /area/security/brig) -"ahQ" = ( -/obj/structure/bed/chair, +"ahR" = ( /turf/simulated/floor/tiled, /area/security/brig) -"ahR" = ( +"ahS" = ( /obj/structure/table/standard, /obj/item/device/flashlight/lamp, /turf/simulated/floor/tiled, /area/security/brig) -"ahS" = ( +"ahT" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled, +/area/security/brig) +"ahU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/brig) +"ahV" = ( /obj/item/device/eftpos{ eftpos_name = "Brig EFTPOS scanner" }, @@ -4324,15 +4311,10 @@ /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ahT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/security/brig) -"ahU" = ( +"ahW" = ( /turf/simulated/floor/tiled/dark, /area/security/warden) -"ahV" = ( +"ahX" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -4342,7 +4324,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ahW" = ( +"ahY" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/warden) +"ahZ" = ( /obj/item/weapon/hand_labeler, /obj/machinery/door/window/brigdoor{ dir = 4; @@ -4352,13 +4340,7 @@ /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ahX" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"ahY" = ( +"aia" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -4367,80 +4349,7 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) -"ahZ" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/drinks/flask/barflask{ - pixel_x = -4; - pixel_y = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/heads/hos) -"aia" = ( -/obj/structure/table/woodentable, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/device/flashlight/lamp/green{ - dir = 2; - pixel_x = 10; - pixel_y = 12 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hos) "aib" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/heads/hos) -"aic" = ( -/obj/structure/table/woodentable, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/computer/skills{ - pixel_y = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hos) -"aid" = ( -/obj/structure/table/woodentable, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/item/weapon/stamp/hos, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hos) -"aie" = ( -/obj/structure/table/woodentable, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/tranqcabinet{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/heads/hos) -"aif" = ( /obj/structure/grille, /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ @@ -4460,7 +4369,16 @@ }, /turf/simulated/floor/plating, /area/crew_quarters/heads/hos) -"aig" = ( +"aic" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/drinks/flask/barflask{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"aid" = ( +/obj/machinery/hologram/holopad, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -4468,7 +4386,75 @@ }, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) +"aie" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/device/flashlight/lamp/green{ + dir = 2; + pixel_x = 10; + pixel_y = 12 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"aif" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/item/weapon/stamp/hos, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) +"aig" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/skills{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hos) "aih" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"aii" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/tranqcabinet{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"aij" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"aik" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 5; @@ -4481,39 +4467,68 @@ }, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"aii" = ( +"ail" = ( +/obj/machinery/atmospherics/binary/pump/high_power/on{ + dir = 4; + icon_state = "map_on"; + tag = "icon-map_on (EAST)"; + target_pressure = 15000 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"aim" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/meter, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ain" = ( /obj/machinery/atmospherics/pipe/tank/air{ dir = 8 }, /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"aij" = ( -/obj/structure/table/standard, +"aio" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/weapon/tank/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/weapon/extinguisher, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"aip" = ( +/obj/structure/closet, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"aiq" = ( +/obj/structure/table/steel, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"air" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"ais" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, /obj/machinery/camera/network/security{ - c_tag = "Security - Processing"; + c_tag = "Security - Interrogation Observation"; dir = 4 }, -/obj/item/weapon/folder/blue, -/obj/item/weapon/folder/blue, /turf/simulated/floor/tiled, /area/security/brig) -"aik" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - broadcasting = 0; - frequency = 1475; - listening = 1; - name = "Station Intercom (Security)"; - pixel_x = 0; - pixel_y = -30 - }, -/obj/item/modular_computer/console/preset/security, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"ail" = ( +"ait" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -4527,62 +4542,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/brig) -"aim" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/machinery/camera/network/security{ - c_tag = "Security - Interrogation Observation"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"ain" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/weapon/tank/oxygen, -/obj/item/clothing/mask/gas, -/obj/item/weapon/extinguisher, -/obj/item/clothing/head/hardhat/red, -/obj/item/clothing/glasses/meson, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"aio" = ( -/obj/structure/table/rack, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"aip" = ( -/obj/structure/table/steel, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"aiq" = ( -/obj/machinery/portable_atmospherics/powered/pump/filled, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"air" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/security/brig) -"ais" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/brig) -"ait" = ( +"aiu" = ( /obj/structure/window/reinforced/tinted{ dir = 4; icon_state = "twindow" @@ -4603,7 +4563,18 @@ /obj/structure/cable/green, /turf/simulated/floor/plating, /area/security/brig) -"aiu" = ( +"aiv" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"aiw" = ( /obj/structure/table/standard, /obj/item/device/flashlight/lamp, /obj/item/device/taperecorder, @@ -4615,21 +4586,112 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/dark, /area/security/brig) -"aiv" = ( +"aix" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"aiy" = ( /obj/structure/filingcabinet/filingcabinet, /turf/simulated/floor/tiled/dark, /area/security/brig) -"aiw" = ( -/obj/item/modular_computer/console/preset/security, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/heads/hos) -"aix" = ( +"aiz" = ( +/obj/structure/table/standard, +/obj/machinery/camera/network/security{ + c_tag = "Security - Processing"; + dir = 4 + }, +/obj/item/weapon/folder/blue, +/obj/item/weapon/folder/blue, +/turf/simulated/floor/tiled, +/area/security/brig) +"aiA" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/simulated/floor/tiled, /area/security/brig) -"aiy" = ( +"aiB" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper/sentencing, +/turf/simulated/floor/tiled, +/area/security/brig) +"aiC" = ( +/obj/machinery/computer/secure_data, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/warden) +"aiD" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Warden" + }, +/turf/simulated/floor/tiled/dark, +/area/security/warden) +"aiE" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/security/warden) +"aiF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/recharger{ + pixel_y = 0 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/requests_console{ + department = "Warden's Office"; + pixel_x = 0; + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/security/warden) +"aiG" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/weapon/reagent_containers/spray/cleaner, +/turf/simulated/floor/tiled, +/area/security/main) +"aiH" = ( +/obj/machinery/vending/security, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/security/main) +"aiI" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hos) +"aiJ" = ( +/obj/structure/table/woodentable, +/obj/item/device/taperecorder{ + pixel_y = 0 + }, +/obj/item/device/flashlight/heavy, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"aiK" = ( /obj/structure/bed/chair/comfy/black{ dir = 1 }, @@ -4662,82 +4724,7 @@ }, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"aiz" = ( -/obj/machinery/computer/secure_data, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"aiA" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Warden" - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"aiB" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"aiC" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/machinery/computer/prisoner, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/heads/hos) -"aiD" = ( -/obj/structure/table/standard, -/obj/machinery/recharger, -/obj/item/weapon/reagent_containers/spray/cleaner, -/turf/simulated/floor/tiled, -/area/security/main) -"aiE" = ( -/obj/machinery/vending/security, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/security/main) -"aiF" = ( -/obj/structure/table/woodentable, -/obj/item/device/taperecorder{ - pixel_y = 0 - }, -/obj/item/device/flashlight/heavy, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/heads/hos) -"aiG" = ( -/obj/structure/closet/secure_closet/warden, -/obj/item/device/megaphone, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"aiH" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hos) -"aiI" = ( +"aiL" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -4752,31 +4739,7 @@ /obj/item/weapon/folder/blue, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"aiJ" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/security/brig) -"aiK" = ( -/obj/item/device/radio/intercom{ - frequency = 1449; - pixel_x = 0; - pixel_y = -27 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"aiL" = ( +"aiM" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -4794,42 +4757,73 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"aiM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 6; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHEAST)" - }, -/mob/living/simple_animal/mouse, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) "aiN" = ( -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"aiO" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"aiP" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/tiled/dark, -/area/security/brig) -"aiQ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"aiO" = ( +/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/plating, +/area/maintenance/security_starboard) +"aiP" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 }, -/turf/simulated/floor/tiled/dark, -/area/security/brig) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"aiQ" = ( +/turf/simulated/floor/plating, +/area/maintenance/security_port) "aiR" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"aiS" = ( +/obj/item/device/radio/intercom{ + frequency = 1449; + pixel_x = 0; + pixel_y = -27 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"aiT" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/security/brig) +"aiU" = ( /obj/structure/window/reinforced/tinted, /obj/structure/window/reinforced/tinted{ dir = 4; @@ -4843,7 +4837,25 @@ /obj/structure/cable/green, /turf/simulated/floor/plating, /area/security/brig) -"aiS" = ( +"aiV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"aiW" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"aiX" = ( /obj/structure/closet{ name = "Evidence Closet" }, @@ -4852,7 +4864,14 @@ }, /turf/simulated/floor/tiled/dark, /area/security/brig) -"aiT" = ( +"aiY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/security/brig) +"aiZ" = ( /obj/structure/table/standard, /obj/item/weapon/folder/red{ pixel_x = 2; @@ -4869,14 +4888,7 @@ }, /turf/simulated/floor/tiled/dark, /area/security/brig) -"aiU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/security/brig) -"aiV" = ( +"aja" = ( /obj/structure/table/standard, /obj/item/device/radio/intercom{ broadcasting = 1; @@ -4892,13 +4904,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"aiW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"aiX" = ( +"ajb" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/evidence, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -4906,7 +4912,20 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"aiY" = ( +"ajc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"ajd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/security/brig) +"aje" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, @@ -4915,27 +4934,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"aiZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/security/brig) -"aja" = ( -/obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine{ - anchored = 0; - department = "Internal Affairs" - }, -/obj/machinery/requests_console{ - department = "Internal Affairs"; - pixel_x = 28; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"ajb" = ( +"ajf" = ( /obj/machinery/computer/secure_data, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -4946,11 +4945,22 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"ajc" = ( -/obj/machinery/computer/prisoner, +"ajg" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + broadcasting = 0; + frequency = 1475; + listening = 1; + name = "Station Intercom (Security)"; + pixel_x = 0; + pixel_y = -30 + }, +/obj/item/modular_computer/console/preset/security, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ajd" = ( +"ajh" = ( /obj/structure/table/standard, /obj/item/weapon/book/manual/security_space_law{ pixel_x = -3; @@ -4958,44 +4968,27 @@ }, /turf/simulated/floor/tiled/dark, /area/security/warden) -"aje" = ( +"aji" = ( +/obj/machinery/computer/prisoner, +/turf/simulated/floor/tiled/dark, +/area/security/warden) +"ajj" = ( /obj/structure/table/rack, /obj/item/weapon/crowbar, /obj/item/device/radio/off, /obj/item/weapon/wrench, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ajf" = ( -/obj/structure/disposalpipe/junction{ - icon_state = "pipe-j1"; +"ajk" = ( +/obj/structure/closet/secure_closet/warden, +/obj/item/device/megaphone, +/obj/machinery/light{ + icon_state = "tube1"; dir = 4 }, -/obj/effect/decal/cleanable/flour, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"ajg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"ajh" = ( +/turf/simulated/floor/tiled/dark, +/area/security/warden) +"ajl" = ( /obj/structure/table/standard, /obj/item/weapon/paper_bin{ pixel_x = -3; @@ -5021,7 +5014,29 @@ }, /turf/simulated/floor/tiled, /area/security/main) -"aji" = ( +"ajm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"ajn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/main) +"ajo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, @@ -5033,33 +5048,7 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) -"ajj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/main) -"ajk" = ( -/obj/structure/table/standard, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = -28 - }, -/obj/item/clothing/accessory/badge/holo, -/obj/item/clothing/accessory/badge/holo, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/security/main) -"ajl" = ( +"ajp" = ( /obj/machinery/recharger/wallcharger{ pixel_x = 4; pixel_y = -28 @@ -5075,7 +5064,29 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/security/main) -"ajm" = ( +"ajq" = ( +/obj/structure/table/standard, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = -28 + }, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/security/main) +"ajr" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/crew_quarters/heads/hos) +"ajs" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -5089,26 +5100,7 @@ /obj/machinery/papershredder, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"ajn" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/obj/item/modular_computer/console/preset/security, -/turf/simulated/floor/tiled, -/area/security/brig) -"ajo" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/wall, -/area/crew_quarters/heads/hos) -"ajp" = ( +"ajt" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -5120,52 +5112,55 @@ /obj/machinery/light, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"ajq" = ( +"aju" = ( /obj/item/modular_computer/console/preset/security, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"ajr" = ( +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"ajv" = ( /obj/machinery/computer/secure_data, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"ajs" = ( +"ajw" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/computer/prisoner, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"ajx" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/heads/hos) +"ajy" = ( /obj/structure/closet/secure_closet/hos, /obj/item/device/radio/intercom{ pixel_x = 27 }, /turf/simulated/floor/tiled/dark, /area/crew_quarters/heads/hos) -"ajt" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/heads/hos) -"aju" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 +"ajz" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/door/airlock/security{ - name = "Interrogation Observation"; - req_access = list(63) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/security/brig) -"ajv" = ( +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"ajA" = ( /obj/machinery/door/airlock/maintenance{ name = "Firefighting equipment"; req_access = list(12) }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"ajw" = ( +"ajB" = ( /obj/effect/decal/cleanable/blood/oil/streak{ amount = 0 }, /obj/item/weapon/cigbutt, /turf/simulated/floor/plating, /area/maintenance/security_port) -"ajx" = ( +"ajC" = ( /obj/machinery/light/small{ dir = 4 }, @@ -5176,8 +5171,20 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"ajy" = ( -/obj/machinery/door/firedoor/border_only{ +"ajD" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/security{ + name = "Interrogation Observation"; + req_access = list(63) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/security/brig) +"ajE" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/security{ @@ -5188,8 +5195,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/brig) -"ajz" = ( -/obj/machinery/door/firedoor/border_only{ +"ajF" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/security{ @@ -5200,22 +5207,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/brig) -"ajA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/glass_security{ - name = "Security Processing"; - req_access = list(1) - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"ajB" = ( +"ajG" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -5234,7 +5226,7 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"ajC" = ( +"ajH" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -5253,16 +5245,14 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"ajD" = ( -/obj/machinery/door/firedoor/border_only{ +"ajI" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/glass_security{ name = "Security Processing"; req_access = list(1) }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -5270,7 +5260,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"ajE" = ( +"ajJ" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -5292,8 +5282,77 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"ajF" = ( -/obj/machinery/door/firedoor/border_only{ +"ajK" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/glass_security{ + name = "Security Processing"; + req_access = list(1) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"ajL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/brig) +"ajM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/brig) +"ajN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/security/brig) +"ajO" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/glass_security{ @@ -5319,75 +5378,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/security/warden) -"ajG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"ajH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"ajI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"ajJ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/security{ - name = "Equipment Storage"; - req_access = list(1) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/security/main) -"ajK" = ( +"ajP" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -5406,7 +5397,7 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"ajL" = ( +"ajQ" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -5421,7 +5412,7 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"ajM" = ( +"ajR" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -5439,8 +5430,8 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"ajN" = ( -/obj/machinery/door/firedoor/border_only{ +"ajS" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/security{ @@ -5450,31 +5441,33 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/main) -"ajO" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 +"ajT" = ( +/obj/machinery/door/firedoor{ + dir = 2 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 +/obj/machinery/door/airlock/security{ + name = "Equipment Storage"; + req_access = list(1) }, -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/security/brig) -"ajP" = ( +/area/security/main) +"ajU" = ( /obj/structure/disposalpipe/segment, /turf/simulated/wall, /area/crew_quarters/heads/hos) -"ajQ" = ( +"ajV" = ( /obj/machinery/light/small{ dir = 1 }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"ajR" = ( +"ajW" = ( /obj/structure/table/rack{ dir = 1 }, @@ -5486,7 +5479,7 @@ /obj/item/clothing/glasses/meson, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"ajS" = ( +"ajX" = ( /obj/machinery/alarm{ pixel_y = 22 }, @@ -5499,7 +5492,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"ajT" = ( +"ajY" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ d1 = 1; @@ -5514,7 +5507,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"ajU" = ( +"ajZ" = ( /obj/structure/cable{ d2 = 8; icon_state = "0-8" @@ -5527,8 +5520,8 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_port) -"ajV" = ( -/obj/machinery/door/firedoor/border_only{ +"aka" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/maintenance{ @@ -5537,22 +5530,21 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"ajW" = ( -/obj/machinery/light{ - dir = 1 +"akb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 +/obj/effect/floor_decal/corner/blue/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 }, /turf/simulated/floor/tiled, /area/security/brig) -"ajX" = ( +"akc" = ( /obj/machinery/alarm{ pixel_y = 22 }, @@ -5567,7 +5559,32 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"ajY" = ( +"akd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"ake" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/brig) +"akf" = ( /obj/item/device/radio/intercom{ broadcasting = 0; listening = 1; @@ -5585,30 +5602,8 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"ajZ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/turf/simulated/floor/tiled, -/area/security/brig) -"aka" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"akb" = ( -/obj/machinery/door/firedoor/border_only{ +"akg" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -5622,7 +5617,24 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akc" = ( +"akh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"aki" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/brig) +"akj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -5637,29 +5649,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akd" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/turf/simulated/floor/tiled, -/area/security/brig) -"ake" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - 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/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"akf" = ( +"akk" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -5; pixel_y = 28 @@ -5675,16 +5665,24 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"akl" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + 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/corner/blue{ + dir = 5 + }, /turf/simulated/floor/tiled, /area/security/brig) -"akh" = ( +"akm" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 }, @@ -5696,12 +5694,16 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"aki" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +"akn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/tiled, /area/security/brig) -"akj" = ( +"ako" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -5713,7 +5715,12 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akk" = ( +"akp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/brig) +"akq" = ( /obj/machinery/light{ dir = 1 }, @@ -5728,13 +5735,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akl" = ( -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"akm" = ( +"akr" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -5748,14 +5749,20 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akn" = ( +"aks" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"akt" = ( /obj/machinery/status_display{ density = 0; layer = 4; pixel_x = 0; pixel_y = 32 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/effect/floor_decal/corner/blue{ @@ -5763,18 +5770,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"ako" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"akp" = ( +"aku" = ( /obj/item/device/radio/intercom{ broadcasting = 0; listening = 1; @@ -5787,7 +5783,22 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akq" = ( +"akv" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"akw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/security/brig) +"akx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ d1 = 1; @@ -5796,11 +5807,17 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +"aky" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled, /area/security/brig) -"aks" = ( +"akz" = ( /obj/machinery/alarm{ pixel_y = 22 }, @@ -5812,19 +5829,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akt" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"aku" = ( +"akA" = ( /obj/structure/table/rack, /obj/item/weapon/storage/briefcase{ pixel_x = -2; @@ -5836,7 +5841,14 @@ }, /turf/simulated/floor/lino, /area/security/detectives_office) -"akv" = ( +"akB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"akC" = ( /obj/structure/noticeboard{ pixel_y = 30 }, @@ -5844,31 +5856,28 @@ /obj/machinery/papershredder, /turf/simulated/floor/lino, /area/security/detectives_office) -"akw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/closet{ - name = "Evidence Closet" +"akD" = ( +/obj/machinery/camera/network/security{ + c_tag = "Security - Forensic Office Fore"; + dir = 2 }, +/obj/machinery/firealarm/north, /turf/simulated/floor/lino, /area/security/detectives_office) -"akx" = ( +"akE" = ( /obj/structure/table/woodentable, /obj/item/device/flashlight/lamp/green, /obj/item/clothing/glasses/sunglasses, /turf/simulated/floor/lino, /area/security/detectives_office) -"aky" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/camera/network/security{ - c_tag = "Security - Forensic Office Fore"; - dir = 2 +"akF" = ( +/obj/machinery/alarm{ + pixel_y = 22 }, +/obj/machinery/computer/security/wooden_tv, /turf/simulated/floor/lino, /area/security/detectives_office) -"akz" = ( +"akG" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -5876,37 +5885,18 @@ /obj/structure/flora/pottedplant/random, /turf/simulated/floor/lino, /area/security/detectives_office) -"akA" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/machinery/computer/security/wooden_tv, -/turf/simulated/floor/lino, -/area/security/detectives_office) -"akB" = ( -/obj/machinery/power/tracker, -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/solar/auxstarboard) -"akC" = ( +"akH" = ( /turf/simulated/wall, /area/security/detectives_office) -"akD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"akI" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"akE" = ( +"akJ" = ( /obj/machinery/door/airlock/maintenance{ name = "Firefighting equipment"; req_access = list(12) @@ -5918,24 +5908,36 @@ }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"akF" = ( -/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 +"akK" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/plating, /area/maintenance/security_starboard) -"akG" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 +"akL" = ( +/obj/structure/closet, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"akM" = ( +/turf/template_noop, +/area/shuttle/syndicate_elite/station) +"akN" = ( +/obj/machinery/power/tracker, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/solar/auxstarboard) +"akO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 @@ -5945,20 +5947,10 @@ icon_state = "corner_white"; dir = 9 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/security/brig) -"akH" = ( -/turf/space, -/area/shuttle/syndicate_elite/station) -"akI" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"akJ" = ( +"akP" = ( /obj/structure/cable/green{ d1 = 2; d2 = 4; @@ -5969,7 +5961,15 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akK" = ( +"akQ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"akR" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -5983,7 +5983,21 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/brig) -"akL" = ( +"akS" = ( +/obj/machinery/door_timer/cell_3{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"akT" = ( /obj/item/device/radio/intercom{ pixel_y = -30 }, @@ -5999,21 +6013,17 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akM" = ( -/obj/machinery/door_timer/cell_3{ - pixel_y = -32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, +"akU" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/brig) -"akN" = ( +"akV" = ( /obj/machinery/button/remote/blast_door{ id = "Cell 3"; name = "Cell 3 Door"; @@ -6036,17 +6046,19 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akO" = ( +"akW" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/brig) -"akP" = ( +"akX" = ( /obj/machinery/light, /obj/structure/cable/green{ d1 = 4; @@ -6065,19 +6077,22 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akQ" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, +"akY" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, /turf/simulated/floor/tiled, /area/security/brig) -"akR" = ( +"akZ" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -6097,39 +6112,20 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akS" = ( +"ala" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"akT" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, /obj/machinery/camera/network/security{ c_tag = "Security - Brig Center"; dir = 1 }, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled, /area/security/brig) -"akU" = ( +"alb" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -6144,7 +6140,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/brig) -"akV" = ( +"alc" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -6164,21 +6160,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akW" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/security/brig) -"akX" = ( +"ald" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -6195,9 +6177,11 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"akY" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 +"ale" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -6205,14 +6189,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /turf/simulated/floor/tiled, /area/security/brig) -"akZ" = ( +"alf" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -6231,7 +6210,36 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"ala" = ( +"alg" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"alh" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/security/brig) +"ali" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -6257,19 +6265,19 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"alb" = ( +"alj" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/brig) -"alc" = ( +"alk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -6286,19 +6294,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"ald" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/security/brig) -"ale" = ( +"all" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -6310,22 +6306,8 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled, /area/security/brig) -"alf" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/lino, -/area/security/detectives_office) -"alg" = ( -/obj/machinery/door/firedoor/border_only{ +"alm" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/glass_security{ @@ -6346,27 +6328,21 @@ }, /turf/simulated/floor/tiled, /area/security/detectives_office) -"alh" = ( -/obj/structure/closet/secure_closet/detective, -/obj/item/weapon/reagent_containers/food/drinks/flask/detflask, +"aln" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/lino, /area/security/detectives_office) -"ali" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"alj" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"alk" = ( +"alo" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 4; @@ -6381,7 +6357,7 @@ }, /turf/simulated/floor/carpet, /area/security/detectives_office) -"all" = ( +"alp" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -6393,7 +6369,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/carpet, /area/security/detectives_office) -"alm" = ( +"alq" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -6408,7 +6384,7 @@ /obj/item/weapon/stool/padded, /turf/simulated/floor/carpet, /area/security/detectives_office) -"aln" = ( +"alr" = ( /obj/structure/table/woodentable, /obj/machinery/button/remote/airlock{ id = "detdoor"; @@ -6418,7 +6394,7 @@ /obj/item/device/flash, /turf/simulated/floor/carpet, /area/security/detectives_office) -"alo" = ( +"als" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, @@ -6427,7 +6403,42 @@ }, /turf/simulated/floor/carpet, /area/security/detectives_office) -"alp" = ( +"alt" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/weapon/reagent_containers/food/drinks/flask/detflask, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"alu" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"alv" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"alw" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"alx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"aly" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 2; @@ -6435,7 +6446,16 @@ }, /turf/simulated/floor/airless, /area/solar/auxstarboard) -"alq" = ( +"alz" = ( +/obj/machinery/atmospherics/pipe/tank/nitrous_oxide{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/security/brig) +"alA" = ( /obj/machinery/atmospherics/valve{ dir = 4 }, @@ -6445,32 +6465,23 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"alr" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"alB" = ( +/obj/machinery/meter, +/obj/machinery/light/small{ + dir = 1 }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"als" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"alt" = ( -/obj/machinery/atmospherics/pipe/tank/nitrous_oxide{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 9 +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact"; + tag = "icon-intact-f (SOUTHWEST)" }, /turf/simulated/floor/plating, /area/security/brig) -"alu" = ( +"alC" = ( +/obj/machinery/computer/area_atmos/area, +/turf/simulated/floor/plating, +/area/security/brig) +"alD" = ( /obj/machinery/light{ dir = 8 }, @@ -6486,7 +6497,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"alv" = ( +"alE" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -6494,31 +6505,38 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"alw" = ( -/obj/machinery/meter, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHWEST)" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"alx" = ( -/obj/machinery/computer/area_atmos/area, -/turf/simulated/floor/plating, -/area/security/brig) -"aly" = ( -/obj/structure/closet/secure_closet/brig, -/turf/simulated/floor/tiled, -/area/security/brig) -"alz" = ( +"alF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/brig) -"alA" = ( +"alG" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/tiled, +/area/security/brig) +"alH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 1; + icon_state = "pdoor0"; + id = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/security/brig) +"alI" = ( /obj/machinery/door/window/brigdoor{ dir = 1; id = "Cell 3"; @@ -6536,7 +6554,33 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/brig) -"alB" = ( +"alJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/security/prison) +"alK" = ( /obj/machinery/door/airlock/glass_security{ id_tag = "prisonexit"; name = "Brig Exit"; @@ -6556,30 +6600,33 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"alC" = ( +"alL" = ( /obj/structure/grille, /obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/window/reinforced{ dir = 8 }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, /obj/structure/cable/green, /obj/machinery/door/blast/regular{ density = 0; - dir = 1; + dir = 4; icon_state = "pdoor0"; id = "Secure Gate"; name = "Security Blast Door"; opacity = 0 }, /turf/simulated/floor/plating, -/area/security/brig) -"alD" = ( +/area/security/prison) +"alM" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -6591,33 +6638,24 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"alE" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +"alN" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + req_access = list(63) }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/effect/floor_decal/corner/blue{ + dir = 5 }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "Secure Gate"; - name = "Security Blast Door"; - opacity = 0 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/security/prison) -"alF" = ( +/turf/simulated/floor/tiled, +/area/security/brig) +"alO" = ( /obj/machinery/door/window/brigdoor{ base_state = "rightsecure"; dir = 1; @@ -6629,7 +6667,99 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"alG" = ( +"alP" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/obj/item/modular_computer/console/preset/security, +/turf/simulated/floor/tiled, +/area/security/brig) +"alQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/security/brig) +"alR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/security/brig) +"alS" = ( +/obj/machinery/door/airlock/glass_security{ + id_tag = "BrigFoyer"; + layer = 2.8; + name = "Security Wing"; + req_access = list(63) + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"alT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/security/brig) +"alU" = ( +/obj/machinery/door/airlock/glass_security{ + id_tag = "BrigFoyer"; + layer = 2.8; + name = "Security Wing"; + req_access = list(63) + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"alV" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -6638,215 +6768,67 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green, -/obj/machinery/door/blast/regular{ +/obj/machinery/door/blast/shutters{ density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "Secure Gate"; - name = "Security Blast Door"; + dir = 2; + icon_state = "shutter0"; + id = "lawyer_blast"; + name = "Privacy Shutters"; opacity = 0 }, /turf/simulated/floor/plating, -/area/security/prison) -"alH" = ( -/obj/machinery/door/window/brigdoor{ - dir = 1; - req_access = list(63) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, /area/security/brig) -"alI" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, -/area/shuttle/escape_pod1/station) -"alJ" = ( -/obj/machinery/door/airlock/glass_security{ - id_tag = "BrigFoyer"; - layer = 2.8; - name = "Security Wing"; - req_access = list(63) - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"alK" = ( -/obj/machinery/door/airlock/glass_security{ - id_tag = "BrigFoyer"; - layer = 2.8; - name = "Security Wing"; - req_access = list(63) - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"alL" = ( +"alW" = ( /obj/structure/grille, +/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "lawyer_blast"; + name = "Privacy Shutters"; + opacity = 0 }, /turf/simulated/floor/plating, /area/security/brig) -"alM" = ( +"alX" = ( /obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "lawyer_blast"; + name = "Privacy Shutters"; + opacity = 0 + }, /turf/simulated/floor/plating, /area/security/brig) -"alN" = ( +"alY" = ( /obj/machinery/light_switch{ pixel_x = -25; pixel_y = 0 }, /turf/simulated/floor/lino, /area/security/detectives_office) -"alO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/security/brig) -"alP" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/lino, -/area/security/detectives_office) -"alQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "lawyer_blast"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/brig) -"alR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "lawyer_blast"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/brig) -"alS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "lawyer_blast"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/security/brig) -"alT" = ( -/obj/structure/cable/yellow, -/turf/simulated/floor/airless, -/area/solar/auxstarboard) -"alU" = ( +"alZ" = ( /obj/structure/disposalpipe/segment, /obj/item/weapon/stool/padded, /turf/simulated/floor/carpet, /area/security/detectives_office) -"alV" = ( +"ama" = ( /turf/simulated/floor/carpet, /area/security/detectives_office) -"alW" = ( +"amb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/green{ @@ -6856,7 +6838,7 @@ }, /turf/simulated/floor/carpet, /area/security/detectives_office) -"alX" = ( +"amc" = ( /obj/structure/table/woodentable, /obj/item/weapon/material/ashtray/bronze, /obj/item/weapon/storage/fancy/cigarettes/dromedaryco, @@ -6871,7 +6853,7 @@ }, /turf/simulated/floor/carpet, /area/security/detectives_office) -"alY" = ( +"amd" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -6879,26 +6861,23 @@ }, /turf/simulated/floor/carpet, /area/security/detectives_office) -"alZ" = ( -/obj/machinery/power/tracker, -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" +"ame" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 }, -/turf/simulated/floor/airless, -/area/solar/auxport) -"ama" = ( +/obj/structure/filingcabinet/chestdrawer, /obj/structure/cable/green{ - d1 = 4; d2 = 8; - icon_state = "4-8" + icon_state = "0-8" }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"amb" = ( +/turf/simulated/floor/lino, +/area/security/detectives_office) +"amf" = ( /turf/simulated/wall, /area/maintenance/substation/security) -"amc" = ( +"amg" = ( /obj/machinery/door/airlock/engineering{ name = "Security Substation"; req_one_access = list(11,24) @@ -6910,32 +6889,22 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/security) -"amd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHWEST)" +"amh" = ( +/turf/simulated/floor/plating, +/area/template_noop) +"ami" = ( +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/solar/auxstarboard) +"amj" = ( +/obj/machinery/power/tracker, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" }, -/turf/simulated/floor/tiled, -/area/security/brig) -"ame" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/security{ - name = "Riot Control"; - req_access = list(2) - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"amf" = ( +/turf/simulated/floor/airless, +/area/solar/auxport) +"amk" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -6949,10 +6918,10 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"amg" = ( +"aml" = ( /turf/simulated/floor/plating, /area/security/brig) -"amh" = ( +"amm" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/manifold/hidden{ dir = 8; @@ -6961,35 +6930,51 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"ami" = ( +"amn" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/binary/pump{ dir = 4 }, /turf/simulated/floor/plating, /area/security/brig) -"amj" = ( +"amo" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/security{ + name = "Riot Control"; + req_access = list(2) + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"amp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact"; + tag = "icon-intact-f (SOUTHWEST)" + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"amq" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/security/brig) -"amk" = ( +"amr" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/tiled, /area/security/prison) -"aml" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"amm" = ( +"ams" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9; pixel_y = 0 @@ -6999,7 +6984,19 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"amn" = ( +"amt" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"amu" = ( +/turf/simulated/wall, +/area/security/prison) +"amv" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, @@ -7011,20 +7008,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"amo" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - dir = 8; - icon_state = "rightsecure"; - req_access = list(2) - }, -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled, -/area/security/brig) -"amp" = ( +"amw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 @@ -7041,10 +7025,20 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"amq" = ( -/turf/simulated/wall, -/area/security/prison) -"amr" = ( +"amx" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 8; + icon_state = "rightsecure"; + req_access = list(2) + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled, +/area/security/brig) +"amy" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, @@ -7071,7 +7065,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"ams" = ( +"amz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ @@ -7081,21 +7075,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"amt" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/door/window/eastleft{ - req_access = list(63) - }, -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled, -/area/security/lobby) -"amu" = ( +"amA" = ( /obj/structure/bed/chair/office/dark{ dir = 4 }, @@ -7108,10 +7088,21 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"amv" = ( +"amB" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/window/eastleft{ + req_access = list(63) + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled, /area/security/lobby) -"amw" = ( +"amC" = ( +/turf/simulated/floor/tiled, +/area/security/lobby) +"amD" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -7119,7 +7110,7 @@ }, /turf/simulated/floor/tiled, /area/security/lobby) -"amx" = ( +"amE" = ( /obj/item/device/radio/intercom{ pixel_x = 27 }, @@ -7131,7 +7122,15 @@ }, /turf/simulated/floor/tiled, /area/security/lobby) -"amy" = ( +"amF" = ( +/turf/simulated/wall, +/area/lawoffice) +"amG" = ( +/obj/structure/table/reinforced, +/obj/item/device/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"amH" = ( /obj/structure/table/reinforced, /obj/item/weapon/paper_bin{ pixel_x = -3; @@ -7141,25 +7140,17 @@ /obj/item/weapon/pen, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"amz" = ( -/obj/structure/table/reinforced, -/obj/item/device/flashlight/lamp, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"amA" = ( -/obj/structure/closet/lawcloset, -/obj/item/clothing/glasses/sunglasses/big, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"amB" = ( +"amI" = ( /obj/structure/disposalpipe/trunk, /obj/machinery/disposal, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"amC" = ( -/turf/simulated/wall, +"amJ" = ( +/obj/structure/closet/lawcloset, +/obj/item/clothing/glasses/sunglasses/big, +/turf/simulated/floor/tiled/dark, /area/lawoffice) -"amD" = ( +"amK" = ( /obj/item/weapon/storage/secure/safe{ pixel_x = -20 }, @@ -7171,14 +7162,71 @@ }, /turf/simulated/floor/lino, /area/security/detectives_office) -"amE" = ( +"amL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/woodentable, +/obj/machinery/button/remote/airlock{ + id = "detdoor"; + name = "Office Door" + }, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"amM" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/material/ashtray/bronze, +/obj/item/weapon/storage/fancy/cigarettes/dromedaryco, +/obj/item/device/flash, +/obj/item/weapon/handcuffs, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"amN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/security/detectives_office) +"amO" = ( /obj/item/weapon/storage/secure/safe{ pixel_x = 30; pixel_y = 5 }, /turf/simulated/floor/lino, /area/security/detectives_office) -"amF" = ( +"amP" = ( +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"amQ" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Security Subgrid"; + name_tag = "Security Subgrid" + }, +/obj/structure/cable/green, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"amR" = ( /obj/machinery/power/solar{ id = "auxsolareast"; name = "Port Auxiliary Solar Array" @@ -7189,10 +7237,10 @@ }, /turf/simulated/floor/airless, /area/solar/auxstarboard) -"amG" = ( +"amS" = ( /turf/simulated/floor/airless, /area/solar/auxstarboard) -"amH" = ( +"amT" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 2; @@ -7200,52 +7248,7 @@ }, /turf/simulated/floor/airless, /area/solar/auxport) -"amI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/woodentable, -/obj/machinery/button/remote/airlock{ - id = "detdoor"; - name = "Office Door" - }, -/obj/item/clothing/glasses/sunglasses, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"amJ" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/material/ashtray/bronze, -/obj/item/weapon/storage/fancy/cigarettes/dromedaryco, -/obj/item/device/flash, -/obj/item/weapon/handcuffs, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"amK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/security/detectives_office) -"amL" = ( -/obj/machinery/atmospherics/valve{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHEAST)"; - icon_state = "warning"; - dir = 6 - }, -/turf/simulated/floor/plating, -/area/security/brig) -"amM" = ( -/obj/structure/closet, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"amN" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"amO" = ( +"amU" = ( /obj/machinery/atmospherics/portables_connector{ dir = 4 }, @@ -7260,7 +7263,35 @@ }, /turf/simulated/floor/plating, /area/security/brig) -"amP" = ( +"amV" = ( +/obj/machinery/atmospherics/valve{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHEAST)"; + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/plating, +/area/security/brig) +"amW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact"; + tag = "icon-intact-f (NORTHWEST)" + }, +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/item/weapon/wrench, +/turf/simulated/floor/plating, +/area/security/brig) +"amX" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/security/brig) +"amY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden, @@ -7271,11 +7302,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"amQ" = ( -/obj/structure/flora/pottedplant/random, -/turf/simulated/floor/tiled, -/area/security/brig) -"amR" = ( +"amZ" = ( /obj/structure/closet/secure_closet/brig, /obj/machinery/camera/network/security{ c_tag = "Security - Prison Processing"; @@ -7283,7 +7310,11 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"amS" = ( +"ana" = ( +/obj/structure/flora/pottedplant/random, +/turf/simulated/floor/tiled, +/area/security/brig) +"anb" = ( /obj/machinery/flasher{ id = "Cell 3"; pixel_x = -28; @@ -7295,7 +7326,13 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"amT" = ( +"anc" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"and" = ( /obj/structure/closet/secure_closet/brig{ id = "Cell 3"; name = "Cell 3 Locker" @@ -7309,30 +7346,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"amU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/obj/machinery/portable_atmospherics/powered/scrubber, -/obj/item/weapon/wrench, -/turf/simulated/floor/plating, -/area/security/brig) -"amV" = ( -/obj/effect/decal/cleanable/generic, -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/security/brig) -"amW" = ( -/obj/effect/floor_decal/corner/blue{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"amX" = ( +"ane" = ( /obj/machinery/flasher{ id = "permentryflash"; name = "Floor mounted flash"; @@ -7349,21 +7363,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"amY" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/window/brigdoor{ - dir = 8; - req_access = list(2) - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled, -/area/security/brig) -"amZ" = ( +"anf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/green{ @@ -7383,22 +7383,21 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"ana" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"ang" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(2) + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, -/obj/machinery/computer/security/telescreen{ - desc = "Big Brother is watching."; - layer = 3.4; - name = "Brig Monitor"; - network = list("Prison"); - pixel_x = 3; - pixel_y = -33 - }, -/obj/machinery/computer/station_alert/security, +/obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled, /area/security/brig) -"anb" = ( +"anh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -7426,8 +7425,8 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"anc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"ani" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/machinery/computer/security/telescreen{ @@ -7435,12 +7434,13 @@ layer = 3.4; name = "Brig Monitor"; network = list("Prison"); - pixel_x = -3; + pixel_x = 3; pixel_y = -33 }, +/obj/machinery/computer/station_alert/security, /turf/simulated/floor/tiled, /area/security/brig) -"and" = ( +"anj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, @@ -7460,8 +7460,31 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"ane" = ( -/obj/machinery/door/firedoor/border_only{ +"ank" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Big Brother is watching."; + layer = 3.4; + name = "Brig Monitor"; + network = list("Prison"); + pixel_x = -3; + pixel_y = -33 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"anl" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"anm" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -7473,31 +7496,34 @@ /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled, /area/security/lobby) -"anf" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"ang" = ( +"ann" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/lobby) -"anh" = ( -/obj/structure/bed/chair/office/dark{ +"ano" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/dark, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "lawyer_blast"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, /area/lawoffice) -"ani" = ( +"anp" = ( /obj/structure/table/reinforced, /obj/item/weapon/folder{ pixel_x = -4 @@ -7521,96 +7547,32 @@ }, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"anj" = ( +"anq" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Internal Affairs Agent" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"anr" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"ans" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 25; pixel_y = 0 }, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"ank" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"anl" = ( +"ant" = ( /obj/machinery/computer/security/wooden_tv, /turf/simulated/floor/lino, /area/security/detectives_office) -"anm" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "lawyer_blast"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/lawoffice) -"ann" = ( -/obj/item/device/radio/intercom{ - pixel_x = 29; - pixel_y = -1 - }, -/turf/simulated/floor/lino, -/area/security/detectives_office) -"ano" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/solar/auxstarboard) -"anp" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/solar/auxstarboard) -"anq" = ( -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/solar/auxstarboard) -"anr" = ( -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/solar/auxstarboard) -"ans" = ( +"anu" = ( /obj/structure/disposalpipe/segment, /obj/structure/bed/chair/office/dark{ dir = 1 @@ -7620,7 +7582,107 @@ }, /turf/simulated/floor/carpet, /area/security/detectives_office) -"ant" = ( +"anv" = ( +/obj/item/device/radio/intercom{ + pixel_x = 29; + pixel_y = -1 + }, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"anw" = ( +/obj/machinery/power/smes/buildable{ + charge = 0; + RCon_tag = "Substation - Security" + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"anx" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"any" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/maintenance/substation/security) +"anz" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"anA" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/solar/auxstarboard) +"anB" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/solar/auxstarboard) +"anC" = ( +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/solar/auxstarboard) +"anD" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/solar/auxstarboard) +"anE" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; @@ -7638,7 +7700,7 @@ }, /turf/simulated/floor/airless, /area/solar/auxstarboard) -"anu" = ( +"anF" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 8; @@ -7651,55 +7713,24 @@ }, /turf/simulated/floor/airless, /area/solar/auxstarboard) -"anv" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/maintenance/substation/security) -"anw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"anx" = ( -/turf/simulated/floor/plating, -/area/space) -"any" = ( -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/security) -"anz" = ( +"anG" = ( /obj/structure/cable/yellow, /turf/simulated/floor/airless, /area/solar/auxport) -"anA" = ( -/obj/machinery/door/firedoor/border_only{ +"anH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "EVA\\Security Maintenance" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_port) +"anI" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -7712,13 +7743,13 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"anB" = ( +"anJ" = ( /obj/machinery/door_timer/cell_6{ id = "Cell 2"; name = "Cell 2"; pixel_x = 32 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/cable/green{ @@ -7728,7 +7759,25 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"anC" = ( +"anK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/security/prison) +"anL" = ( /obj/machinery/door/blast/regular{ dir = 1; id = "Cell 3"; @@ -7736,7 +7785,36 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"anD" = ( +"anM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/security/prison) +"anN" = ( /obj/machinery/door/airlock/glass_security{ id_tag = "prisonentry"; name = "Brig Entry"; @@ -7766,76 +7844,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"anE" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"anF" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"anG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "EVA\\Security Maintenance" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_port) -"anH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"anI" = ( -/obj/item/weapon/material/ashtray/plastic{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/machinery/computer/secure_data, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"anJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/security/prison) -"anK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/structure/plasticflaps/airtight, -/obj/machinery/door/airlock/freezer_maint, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"anL" = ( +"anO" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -7847,43 +7856,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "Secure Gate"; - name = "Security Blast Door"; - opacity = 0 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/prison) -"anM" = ( -/obj/structure/flora/pottedplant/random, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/security/detectives_office) -"anN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/blast/regular{ @@ -7900,7 +7873,7 @@ }, /turf/simulated/floor/plating, /area/security/prison) -"anO" = ( +"anP" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -7923,7 +7896,7 @@ }, /turf/simulated/floor/plating, /area/security/prison) -"anP" = ( +"anQ" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -7952,7 +7925,7 @@ }, /turf/simulated/floor/plating, /area/security/prison) -"anQ" = ( +"anR" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -7979,11 +7952,11 @@ }, /turf/simulated/floor/plating, /area/security/prison) -"anR" = ( +"anS" = ( /obj/structure/sign/electricshock, /turf/simulated/wall/r_wall, /area/security/prison) -"anS" = ( +"anT" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -8001,17 +7974,77 @@ }, /turf/simulated/floor/plating, /area/security/lobby) -"anT" = ( -/obj/structure/filingcabinet/chestdrawer, +"anU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"anV" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"anW" = ( +/obj/item/weapon/material/ashtray/plastic{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/computer/secure_data, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"anX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"anY" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + anchored = 0; + department = "Internal Affairs" + }, +/obj/machinery/requests_console{ + department = "Internal Affairs"; + pixel_x = 28; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"anZ" = ( +/turf/simulated/wall/r_wall, +/area/security/detectives_office) +"aoa" = ( +/obj/structure/flora/pottedplant/random, +/obj/machinery/light{ + dir = 8 + }, /turf/simulated/floor/lino, /area/security/detectives_office) -"anU" = ( +"aob" = ( /obj/structure/disposalpipe/segment, /obj/structure/closet/secure_closet/detective, /obj/item/weapon/reagent_containers/food/drinks/flask/detflask, /turf/simulated/floor/lino, /area/security/detectives_office) -"anV" = ( +"aoc" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"aod" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"aoe" = ( /obj/structure/table/woodentable, /obj/item/device/camera{ name = "detectives camera"; @@ -8032,26 +8065,7 @@ }, /turf/simulated/floor/lino, /area/security/detectives_office) -"anW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/security/detectives_office) -"anX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"anY" = ( -/turf/simulated/wall/r_wall, -/area/security/detectives_office) -"anZ" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/manual/security_space_law, -/turf/simulated/floor/lino, -/area/security/detectives_office) -"aoa" = ( +"aof" = ( /obj/structure/table/woodentable, /obj/item/weapon/storage/photo_album{ pixel_y = -10 @@ -8060,7 +8074,111 @@ /obj/item/device/camera_film, /turf/simulated/floor/lino, /area/security/detectives_office) -"aob" = ( +"aog" = ( +/obj/structure/bookcase, +/obj/item/weapon/book/manual/security_space_law, +/turf/simulated/floor/lino, +/area/security/detectives_office) +"aoh" = ( +/obj/structure/closet, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"aoi" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "Security Substation Bypass" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"aoj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"aok" = ( +/obj/machinery/door/airlock/engineering{ + name = "Security Substation"; + req_one_access = list(11,24) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/security) +"aol" = ( +/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{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"aom" = ( +/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/light/small, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"aon" = ( +/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{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"aoo" = ( /obj/machinery/power/solar{ id = "auxsolareast"; name = "Port Auxiliary Solar Array" @@ -8068,7 +8186,7 @@ /obj/structure/cable/yellow, /turf/simulated/floor/airless, /area/solar/auxstarboard) -"aoc" = ( +"aop" = ( /obj/machinery/power/solar{ id = "auxsolareast"; name = "Port Auxiliary Solar Array" @@ -8079,10 +8197,63 @@ }, /turf/simulated/floor/airless, /area/solar/auxport) -"aod" = ( +"aoq" = ( /turf/simulated/floor/airless, /area/solar/auxport) -"aoe" = ( +"aor" = ( +/turf/simulated/wall, +/area/maintenance/evahallway) +"aos" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aot" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aou" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aov" = ( +/obj/structure/table/standard, +/obj/item/weapon/pen, +/obj/item/weapon/paper, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/security/brig) +"aow" = ( +/obj/item/weapon/stool, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/camera/network/security{ + c_tag = "Security - Solitary Confinement North" + }, +/turf/simulated/floor/plating, +/area/security/brig) +"aox" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -8099,7 +8270,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"aof" = ( +"aoy" = ( /obj/machinery/button/remote/blast_door{ id = "Cell 2"; name = "Cell 2 Door"; @@ -8119,64 +8290,39 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"aog" = ( -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Security Subgrid"; - name_tag = "Security Subgrid" +"aoz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Secure Gate"; + name = "Security Blast Door"; + opacity = 0 }, -/obj/structure/cable/green, /obj/structure/cable/green{ d2 = 8; icon_state = "0-8" }, /turf/simulated/floor/plating, -/area/maintenance/substation/security) -"aoh" = ( -/obj/machinery/power/smes/buildable{ - charge = 0; - RCon_tag = "Substation - Security" +/area/security/brig) +"aoA" = ( +/obj/machinery/light/small{ + dir = 1 }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/maintenance/substation/security) -"aoi" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/security) -"aoj" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Security Substation Bypass" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/security) -"aok" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"aol" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/security/prison) +"aoB" = ( /obj/structure/closet/secure_closet/brig{ id = "Cell 2"; name = "Cell 2 Locker" @@ -8191,14 +8337,25 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aom" = ( -/obj/machinery/light/small{ +"aoC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, /area/security/prison) -"aon" = ( +"aoD" = ( /obj/machinery/computer/arcade, /obj/structure/cable/green{ d1 = 4; @@ -8215,56 +8372,15 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aoo" = ( -/turf/simulated/wall, -/area/maintenance/evahallway) -"aop" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aoq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ +"aoE" = ( +/obj/structure/cable/green{ d1 = 4; d2 = 8; - icon_state = "4-8"; - pixel_x = 0 + icon_state = "4-8" }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aor" = ( -/obj/structure/closet, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"aos" = ( -/obj/structure/table/standard, -/obj/item/weapon/pen, -/obj/item/weapon/paper, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/security/brig) -"aot" = ( -/obj/item/weapon/stool, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/camera/network/security{ - c_tag = "Security - Solitary Confinement North" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"aou" = ( +/turf/simulated/floor/tiled, +/area/security/prison) +"aoF" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -8277,43 +8393,10 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aov" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, +"aoG" = ( /turf/simulated/floor/tiled, /area/security/prison) -"aow" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Secure Gate"; - name = "Security Blast Door"; - opacity = 0 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"aox" = ( -/turf/simulated/floor/tiled, -/area/security/prison) -"aoy" = ( +"aoH" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -8323,31 +8406,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/security/prison) -"aoz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/security/prison) -"aoA" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"aoB" = ( +"aoI" = ( /obj/item/device/radio/intercom{ desc = "Talk... listen through this."; name = "Station Intercom (Brig Radio)"; @@ -8357,7 +8416,23 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aoC" = ( +"aoJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"aoK" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/window/westright, +/obj/effect/floor_decal/industrial/loading{ + tag = "icon-loadingarea (WEST)"; + icon_state = "loadingarea"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"aoL" = ( /obj/structure/disposaloutlet{ dir = 8 }, @@ -8368,73 +8443,7 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/security/prison) -"aoD" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/window/westright, -/obj/effect/floor_decal/industrial/loading{ - tag = "icon-loadingarea (WEST)"; - icon_state = "loadingarea"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"aoE" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/table/standard, -/obj/item/weapon/book/manual/security_space_law{ - pixel_y = 6 - }, -/obj/machinery/camera/network/security{ - c_tag = "Security - Lobby"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aoF" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aoG" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aoH" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aoI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"aoJ" = ( +"aoM" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -8462,7 +8471,58 @@ }, /turf/simulated/floor/plating, /area/security/prison) -"aoK" = ( +"aoN" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/table/standard, +/obj/item/weapon/book/manual/security_space_law{ + pixel_y = 6 + }, +/obj/machinery/camera/network/security{ + c_tag = "Security - Lobby"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aoO" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aoP" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aoQ" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aoR" = ( /obj/machinery/light{ dir = 8 }, @@ -8484,11 +8544,16 @@ }, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"aoL" = ( +"aoS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"aoT" = ( /obj/machinery/photocopier, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"aoM" = ( +"aoU" = ( /obj/structure/window/basic{ dir = 1 }, @@ -8504,14 +8569,7 @@ }, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aoN" = ( -/obj/structure/window/basic{ - dir = 1 - }, -/obj/machinery/photocopier, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"aoO" = ( +"aoV" = ( /obj/structure/window/basic{ dir = 1 }, @@ -8521,14 +8579,14 @@ }, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aoP" = ( +"aoW" = ( /obj/structure/window/basic{ dir = 1 }, -/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/photocopier, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aoQ" = ( +"aoX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/door/window/northleft{ @@ -8536,21 +8594,14 @@ }, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aoR" = ( -/obj/machinery/newscaster{ - pixel_x = 28; - pixel_y = 1 - }, +"aoY" = ( /obj/structure/window/basic{ dir = 1 }, -/obj/structure/filingcabinet/medical{ - desc = "A large cabinet with hard copy medical records."; - name = "Medical Records" - }, +/obj/structure/filingcabinet/chestdrawer, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aoS" = ( +"aoZ" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -8565,10 +8616,42 @@ }, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aoT" = ( +"apa" = ( +/obj/machinery/newscaster{ + pixel_x = 28; + pixel_y = 1 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/structure/filingcabinet/medical{ + desc = "A large cabinet with hard copy medical records."; + name = "Medical Records" + }, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) +"apb" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitory\\Security Maintenance"; + req_access = list(12) + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/security_starboard) +"apc" = ( +/turf/simulated/wall, +/area/maintenance/dormitory) +"apd" = ( /turf/simulated/floor/airless, /area/maintenance/dormitory) -"aoU" = ( +"ape" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -8581,7 +8664,20 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/airless, /area/maintenance/dormitory) -"aoV" = ( +"apf" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/solar/auxport) +"apg" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 4; @@ -8599,83 +8695,21 @@ }, /turf/simulated/floor/airless, /area/solar/auxport) -"aoW" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/solar/auxport) -"aoX" = ( +"aph" = ( /obj/structure/cable/yellow{ d2 = 8; icon_state = "0-8" }, /turf/simulated/floor/airless, /area/solar/auxport) -"aoY" = ( -/obj/machinery/door/airlock/engineering{ - name = "Security Substation"; - req_one_access = list(11,24) - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/security) -"aoZ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/security) -"apa" = ( -/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/light/small, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"apb" = ( -/turf/simulated/wall, -/area/maintenance/dormitory) -"apc" = ( +"api" = ( /obj/structure/cable/yellow{ d2 = 4; icon_state = "0-4" }, /turf/simulated/floor/airless, /area/solar/auxport) -"apd" = ( +"apj" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 8; @@ -8693,7 +8727,7 @@ }, /turf/simulated/floor/airless, /area/solar/auxport) -"ape" = ( +"apk" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 8; @@ -8706,17 +8740,29 @@ }, /turf/simulated/floor/airless, /area/solar/auxport) -"apf" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHEAST)" +"apl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"apm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/tiled, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"apn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, /area/security/brig) -"apg" = ( +"apo" = ( /obj/machinery/door/airlock/glass_security{ name = "Solitary Confinement 2"; req_access = list(2) @@ -8729,7 +8775,36 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"aph" = ( +"app" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5; + icon_state = "intact"; + tag = "icon-intact-f (NORTHEAST)" + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"apq" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"apr" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -8756,62 +8831,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"api" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/brig) -"apj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"apk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"apl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"apm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/security/brig) -"apn" = ( +"aps" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, @@ -8825,15 +8845,21 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"apo" = ( +"apt" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4 }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, /turf/simulated/floor/tiled, /area/security/prison) -"app" = ( +"apu" = ( /obj/machinery/door/blast/regular{ id = "Cell 2"; name = "Cell Door" @@ -8845,7 +8871,15 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"apq" = ( +"apv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"apw" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -8858,7 +8892,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"apr" = ( +"apx" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 10; icon_state = "intact"; @@ -8866,16 +8900,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aps" = ( -/obj/machinery/flasher{ - id = "permflash"; - name = "Floor mounted flash"; - pixel_x = 0 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/security/prison) -"apt" = ( +"apy" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -8885,59 +8910,20 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/prison) -"apu" = ( +"apz" = ( +/obj/machinery/flasher{ + id = "permflash"; + name = "Floor mounted flash"; + pixel_x = 0 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/security/prison) +"apA" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/security/prison) -"apv" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"apw" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/security/lobby) -"apx" = ( -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "lawyer_blast"; - name = "Privacy Shutters"; - opacity = 0 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 4; - icon_state = "left"; - name = "Internal Affairs Desk"; - req_access = list(38) - }, -/turf/simulated/floor/tiled, -/area/lawoffice) -"apy" = ( -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"apz" = ( -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/machinery/papershredder, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"apA" = ( -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) "apB" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -8961,19 +8947,67 @@ /turf/simulated/floor/plating, /area/security/prison) "apC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/bed/chair{ dir = 4 }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"apD" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/security/lobby) +"apE" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "lawyer_blast"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 4; + icon_state = "left"; + name = "Internal Affairs Desk"; + req_access = list(38) + }, +/turf/simulated/floor/tiled, +/area/lawoffice) +"apF" = ( +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"apG" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/papershredder, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"apH" = ( /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"apD" = ( +"apI" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"apE" = ( +"apJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) +"apK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -8981,20 +9015,15 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"apF" = ( +"apL" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"apG" = ( +"apM" = ( /obj/machinery/papershredder, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"apH" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/box/swabs, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"apI" = ( +"apN" = ( /obj/machinery/requests_console{ pixel_x = 0; pixel_y = 30 @@ -9003,11 +9032,42 @@ /obj/item/device/flashlight/heavy, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"apJ" = ( +"apO" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/swabs, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) +"apP" = ( /obj/machinery/dnaforensics, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"apK" = ( +"apQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"apR" = ( +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"apS" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "dorm_outer"; + locked = 1; + name = "Dormitory External Access"; + req_access = list(13) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"apT" = ( /obj/machinery/power/solar{ id = "auxsolareast"; name = "Port Auxiliary Solar Array" @@ -9015,7 +9075,31 @@ /obj/structure/cable/yellow, /turf/simulated/floor/airless, /area/solar/auxport) -"apL" = ( +"apU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"apV" = ( +/obj/structure/bed/padded, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/security/brig) +"apW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/security/brig) +"apX" = ( /obj/item/device/radio/intercom{ pixel_x = 30 }, @@ -9034,75 +9118,13 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"apM" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" +"apY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"apN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"apO" = ( -/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{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"apP" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Dormitory\\Security Maintenance"; - req_access = list(12) - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"apQ" = ( +/turf/simulated/floor/tiled, +/area/security/prison) +"apZ" = ( /obj/structure/bed/padded, /obj/machinery/flasher{ id = "Cell 2"; @@ -9117,13 +9139,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"apR" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"apS" = ( +"aqa" = ( /obj/machinery/light{ dir = 8 }, @@ -9135,19 +9151,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"apT" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "dorm_outer"; - locked = 1; - name = "Dormitory External Access"; - req_access = list(13) - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"apU" = ( +"aqb" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -9168,43 +9172,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"apV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"apW" = ( -/obj/structure/bed/padded, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/security/brig) -"apX" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/security/brig) -"apY" = ( -/obj/structure/bed/chair, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"apZ" = ( +"aqc" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 1; frequency = 1443; @@ -9223,33 +9191,19 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aqa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, +"aqd" = ( +/obj/structure/bed/chair, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/tiled, /area/security/prison) -"aqb" = ( -/obj/machinery/power/solar_control{ - id = "auxsolareast"; - name = "Fore Port Solar Control"; - track = 0 - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"aqc" = ( +"aqe" = ( /obj/structure/bed/chair, /obj/structure/cable/green{ d1 = 4; @@ -9267,7 +9221,35 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aqd" = ( +"aqf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"aqg" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/security/prison) +"aqh" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/green{ d1 = 4; @@ -9282,34 +9264,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aqe" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/security/prison) -"aqf" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"aqg" = ( +"aqi" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/green{ d1 = 4; @@ -9324,10 +9279,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aqh" = ( -/obj/structure/bed/chair{ - dir = 4 - }, +"aqj" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -9339,71 +9291,8 @@ icon_state = "2-4" }, /turf/simulated/floor/tiled, -/area/security/lobby) -"aqi" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aqj" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/security/lobby) +/area/security/prison) "aqk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock{ - name = "Internal Affairs"; - req_access = list(38) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/lawoffice) -"aql" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aqm" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -9433,7 +9322,100 @@ }, /turf/simulated/floor/plating, /area/security/prison) +"aql" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aqm" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/security/lobby) "aqn" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aqo" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aqp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock{ + name = "Internal Affairs"; + req_access = list(38) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/lawoffice) +"aqq" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/lawoffice) +"aqr" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -9447,21 +9429,16 @@ }, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"aqo" = ( +"aqs" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable/green{ - d1 = 4; + d1 = 2; d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + icon_state = "2-8" }, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"aqp" = ( +"aqt" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -9477,20 +9454,11 @@ }, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"aqq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"aqr" = ( +"aqu" = ( /obj/machinery/computer/med_data, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aqs" = ( +"aqv" = ( /obj/structure/disposalpipe/segment, /obj/structure/bed/chair/office/light{ dir = 8 @@ -9500,16 +9468,7 @@ }, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aqt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"aqu" = ( +"aqw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, @@ -9518,7 +9477,16 @@ }, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aqv" = ( +"aqx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) +"aqy" = ( /obj/structure/bed/chair/office/light, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -9526,7 +9494,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aqw" = ( +"aqz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -9535,7 +9503,38 @@ }, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"aqx" = ( +"aqA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Detective Maintenance"; + req_access = list(4) + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/security/detectives_office) +"aqB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"aqC" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; frequency = 1379; @@ -9549,7 +9548,16 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"aqy" = ( +"aqD" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (SOUTHWEST)"; + icon_state = "intact"; + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"aqE" = ( /obj/machinery/airlock_sensor{ frequency = 1379; id_tag = "dorm_sensor"; @@ -9561,7 +9569,32 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"aqz" = ( +"aqF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aqG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aqH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aqI" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -9580,7 +9613,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"aqA" = ( +"aqJ" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -9593,7 +9626,11 @@ /obj/structure/table/standard, /turf/simulated/floor/tiled, /area/security/prison) -"aqB" = ( +"aqK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/security/prison) +"aqL" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -9601,60 +9638,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aqC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Detective Maintenance"; - req_access = list(4) - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/security/detectives_office) -"aqD" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"aqE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"aqF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/security/prison) -"aqG" = ( -/obj/structure/table/standard, -/obj/item/weapon/dice, -/turf/simulated/floor/tiled, -/area/security/prison) -"aqH" = ( +"aqM" = ( /obj/structure/table/standard, /obj/item/device/taperecorder{ pixel_x = -4; @@ -9662,47 +9646,27 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aqI" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"aqJ" = ( +"aqN" = ( +/obj/structure/table/standard, +/obj/item/weapon/dice, +/turf/simulated/floor/tiled, +/area/security/prison) +"aqO" = ( /obj/structure/table/standard, /obj/item/weapon/material/ashtray/plastic, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/prison) -"aqK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 +"aqP" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aqL" = ( -/obj/structure/closet, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"aqM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aqN" = ( +/turf/simulated/floor/tiled, +/area/security/prison) +"aqQ" = ( /obj/structure/table/standard, /obj/machinery/vending/wallmed1{ pixel_y = -32 @@ -9712,15 +9676,15 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aqO" = ( -/obj/structure/reagent_dispensers/water_cooler, +"aqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" + dir = 4 }, /turf/simulated/floor/tiled, /area/security/prison) -"aqP" = ( +"aqS" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/cups, /obj/structure/cable/green{ @@ -9733,107 +9697,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aqQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"aqR" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aqS" = ( -/obj/machinery/button/remote/airlock{ - id = "visitdoor"; - name = "Visitation Access"; - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) "aqT" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aqU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/yjunction, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aqV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aqW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/lobby) -"aqX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"aqY" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -9855,64 +9719,90 @@ }, /turf/simulated/floor/plating, /area/security/prison) -"aqZ" = ( -/obj/structure/disposalpipe/segment{ +"aqU" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"ara" = ( -/obj/structure/bed/chair/office/dark, -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" - }, /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" + dir = 4 }, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"arb" = ( -/obj/machinery/computer/secure_data, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"arc" = ( -/obj/structure/closet{ - name = "Evidence Closet" +/turf/simulated/floor/tiled, +/area/security/lobby) +"aqV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 }, -/obj/item/weapon/storage/box/bodybags, -/obj/item/weapon/storage/box/evidence, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"ard" = ( -/obj/structure/disposalpipe/segment, -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = -30 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"are" = ( -/obj/machinery/newscaster{ - pixel_y = -32 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/turf/simulated/floor/tiled, +/area/security/lobby) +"aqW" = ( +/obj/machinery/button/remote/airlock{ + id = "visitdoor"; + name = "Visitation Access"; + pixel_y = -28 }, -/obj/item/weapon/pen, -/obj/item/weapon/hand_labeler, -/obj/structure/table/glass, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"arf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aqX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aqY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/yjunction, +/turf/simulated/floor/tiled, +/area/security/lobby) +"aqZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/lobby) +"ara" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -9937,7 +9827,60 @@ }, /turf/simulated/floor/plating, /area/lawoffice) +"arb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"arc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"ard" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/landmark/start{ + name = "Internal Affairs Agent" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"are" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) +"arf" = ( +/obj/structure/disposalpipe/segment, +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = -30 + }, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) "arg" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/item/weapon/storage/box/bodybags, +/obj/item/weapon/storage/box/evidence, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) +"arh" = ( /obj/machinery/light, /obj/item/device/mass_spectrometer, /obj/item/device/reagent_scanner, @@ -9948,14 +9891,20 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"arh" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; - icon_state = "swall_c" - }, -/area/shuttle/escape_pod1/station) "ari" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen, +/obj/item/weapon/hand_labeler, +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) +"arj" = ( /obj/item/weapon/folder/blue, /obj/item/weapon/pen/blue{ pixel_x = 4; @@ -9966,26 +9915,30 @@ /obj/item/weapon/folder/blue, /turf/simulated/floor/tiled/white, /area/security/detectives_office) -"arj" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) "ark" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/briefcase/crimekit, +/obj/item/modular_computer/console/preset/security, /turf/simulated/floor/tiled/white, /area/security/detectives_office) "arl" = ( -/obj/structure/table/glass, -/obj/machinery/microscope, +/obj/machinery/light, /turf/simulated/floor/tiled/white, /area/security/detectives_office) "arm" = ( /obj/structure/table/glass, -/obj/item/weapon/storage/box/slides, +/obj/machinery/microscope, /turf/simulated/floor/tiled/white, /area/security/detectives_office) "arn" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/briefcase/crimekit, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) +"aro" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/slides, +/turf/simulated/floor/tiled/white, +/area/security/detectives_office) +"arp" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; frequency = 1379; @@ -9997,7 +9950,14 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"aro" = ( +"arq" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"arr" = ( /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ frequency = 1379; id_tag = "dorm_airlock"; @@ -10017,11 +9977,20 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"arp" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 +"ars" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"art" = ( +/obj/item/weapon/stool, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/camera/network/security{ + c_tag = "Security - Solitary Confinement South" }, +/turf/simulated/floor/plating, +/area/security/brig) +"aru" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/corner/blue{ @@ -10029,9 +9998,10 @@ icon_state = "corner_white"; dir = 9 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/security/brig) -"arq" = ( +"arv" = ( /obj/machinery/button/remote/blast_door{ id = "Cell 1"; name = "Cell 1 Door"; @@ -10051,7 +10021,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"arr" = ( +"arw" = ( /obj/machinery/camera/network/prison{ c_tag = "Security - Brig Cell 1" }, @@ -10066,28 +10036,16 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"ars" = ( +"arx" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ +/obj/structure/cable/green{ d1 = 4; d2 = 8; - icon_state = "4-8"; - pixel_x = 0 + icon_state = "4-8" }, -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"art" = ( +/turf/simulated/floor/tiled, +/area/security/prison) +"ary" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -10100,39 +10058,6 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"aru" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"arv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"arw" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"arx" = ( -/obj/item/weapon/stool, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/camera/network/security{ - c_tag = "Security - Solitary Confinement South" - }, -/turf/simulated/floor/plating, -/area/security/brig) -"ary" = ( -/obj/structure/table/standard, -/turf/simulated/floor/tiled, -/area/security/prison) "arz" = ( /obj/structure/table/standard, /obj/item/weapon/book/manual/security_space_law, @@ -10140,19 +10065,23 @@ /area/security/prison) "arA" = ( /obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/security/prison) +"arB" = ( +/obj/structure/table/standard, /obj/item/weapon/newspaper, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/prison) -"arB" = ( +"arC" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 1 }, /turf/simulated/floor/tiled, /area/security/prison) -"arC" = ( +"arD" = ( /obj/machinery/door/airlock{ name = "Visitation Area" }, @@ -10160,88 +10089,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/prison) -"arD" = ( -/obj/machinery/door/airlock{ - id_tag = "visitdoor"; - name = "Visitation Area"; - req_access = list(63) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/security/lobby) "arE" = ( /obj/structure/grille, /obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Prison Gate"; - name = "Security Blast Door"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"arF" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Prison Gate"; - name = "Security Blast Door"; - opacity = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/glass_security{ - name = "Security Lobby" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"arG" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Prison Gate"; - name = "Security Blast Door"; - opacity = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/glass_security{ - name = "Security Lobby" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"arH" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/tiled/dark, -/area/lawoffice) -"arI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 }, @@ -10262,10 +10112,10 @@ }, /turf/simulated/floor/plating, /area/security/prison) -"arJ" = ( +"arF" = ( /turf/simulated/wall/r_wall, /area/security/lobby) -"arK" = ( +"arG" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -10299,7 +10149,84 @@ }, /turf/simulated/floor/plating, /area/security/lobby) +"arH" = ( +/obj/machinery/door/airlock{ + id_tag = "visitdoor"; + name = "Visitation Area"; + req_access = list(63) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/lobby) +"arI" = ( +/turf/simulated/wall/r_wall, +/area/hallway/primary/fore) +"arJ" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Prison Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/glass_security{ + name = "Security Lobby" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"arK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Prison Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) "arL" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Prison Gate"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/glass_security{ + name = "Security Lobby" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"arM" = ( +/turf/simulated/wall, +/area/hallway/primary/fore) +"arN" = ( /obj/structure/closet{ name = "Evidence Closet" }, @@ -10321,10 +10248,12 @@ /obj/item/weapon/storage/secure/briefcase, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"arM" = ( -/turf/simulated/wall/r_wall, -/area/hallway/primary/fore) -"arN" = ( +"arO" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled/dark, +/area/lawoffice) +"arP" = ( /obj/machinery/power/apc{ dir = 2; name = "south bump"; @@ -10344,7 +10273,24 @@ }, /turf/simulated/floor/tiled/dark, /area/lawoffice) -"arO" = ( +"arQ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, +/area/security/detectives_office) +"arR" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "dorm_inner"; + locked = 1; + name = "Dormitory Internal Access"; + req_access = list(13) + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"arS" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -10355,16 +10301,19 @@ req_access = list(13) }, /turf/simulated/floor/airless, -/area/space) -"arP" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/tiled, +/area/template_noop) +"arT" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"arU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, /area/security/brig) -"arQ" = ( -/turf/simulated/wall, -/area/hallway/primary/fore) -"arR" = ( +"arV" = ( /obj/machinery/door/airlock/glass_security{ name = "Solitary Confinement 1"; req_access = list(2) @@ -10377,7 +10326,26 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"arS" = ( +"arW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/security/brig) +"arX" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + 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/security/brig) +"arY" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -10399,131 +10367,7 @@ }, /turf/simulated/floor/tiled, /area/security/brig) -"arT" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - 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/security/brig) -"arU" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/wall/r_wall, -/area/security/detectives_office) -"arV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"arW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"arX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"arY" = ( -/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{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) "arZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"asa" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "dorm_inner"; - locked = 1; - name = "Dormitory Internal Access"; - req_access = list(13) - }, -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"asb" = ( -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"asc" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/mob/living/simple_animal/mouse, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"asd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/security/brig) -"ase" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, @@ -10532,14 +10376,22 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"asf" = ( +"asa" = ( +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"asb" = ( /obj/machinery/door/blast/regular{ id = "Cell 1"; name = "Cell Door" }, /turf/simulated/floor/tiled, /area/security/prison) -"asg" = ( +"asc" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/green{ d1 = 1; @@ -10548,20 +10400,20 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"ash" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"asi" = ( +"asd" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/chair{ dir = 1 }, /turf/simulated/floor/tiled, /area/security/prison) -"asj" = ( +"ase" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"asf" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -10569,18 +10421,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/prison) -"ask" = ( +"asg" = ( /obj/structure/reagent_dispensers/watertank, /obj/item/weapon/reagent_containers/glass/bucket, /turf/simulated/floor/tiled, /area/security/prison) -"asl" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"asm" = ( +"ash" = ( /obj/machinery/flasher{ id = "IAflash"; pixel_x = -30; @@ -10592,63 +10438,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/prison) -"asn" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, +"asi" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"aso" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/security/prison) -"asp" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"asq" = ( -/obj/structure/sign/electricshock{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"asr" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"ass" = ( +/area/security/prison) +"asj" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -10667,7 +10463,7 @@ name = "Security Blast Door"; opacity = 0 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/cable/green{ @@ -10676,87 +10472,67 @@ }, /turf/simulated/floor/plating, /area/security/prison) -"ast" = ( -/obj/machinery/atmospherics/binary/pump/on{ - dir = 4; - target_pressure = 200 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"asu" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/effect/decal/cleanable/cobweb2, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0; - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"asv" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "dorm_airlock"; - name = "interior access button"; - pixel_x = -25; - pixel_y = 25; - req_access = list(13) - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold4w/visible, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"asw" = ( -/obj/structure/table/standard, -/obj/item/device/radio/intercom{ - broadcasting = 1; - frequency = 1475; - listening = 0; - name = "Station Intercom (Security)"; - pixel_x = 0; - pixel_y = -30 - }, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/blue/full, -/turf/simulated/floor/tiled, -/area/security/brig) -"asx" = ( -/obj/item/device/radio/intercom{ - pixel_x = 30 - }, -/obj/machinery/door_timer/cell_1{ - pixel_x = 32; - pixel_y = -32 - }, +"ask" = ( /obj/structure/cable/green{ d1 = 1; - d2 = 4; - icon_state = "1-4" + d2 = 8; + icon_state = "1-8" }, -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, /turf/simulated/floor/tiled, -/area/security/brig) -"asy" = ( +/area/security/prison) +"asl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/security/prison) +"asm" = ( +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"asn" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"aso" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"asp" = ( /obj/structure/closet/emcloset, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"asz" = ( +"asq" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -10764,7 +10540,7 @@ /obj/machinery/meter, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"asA" = ( +"asr" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -10779,7 +10555,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"asB" = ( +"ass" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -10795,7 +10571,28 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"asC" = ( +"ast" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"asu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -10810,7 +10607,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"asD" = ( +"asv" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -10833,7 +10630,75 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"asE" = ( +"asw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"asx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"asy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"asz" = ( +/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{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"asA" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -10849,7 +10714,13 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"asF" = ( +"asB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"asC" = ( /obj/machinery/light{ tag = "icon-tube1 (NORTH)"; icon_state = "tube1"; @@ -10860,7 +10731,137 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) +"asD" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + target_pressure = 200 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"asE" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "dorm_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = 25; + req_access = list(13) + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"asF" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) "asG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"asH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"asI" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "arrivals_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = list(10,13) + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"asJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"asK" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"asL" = ( +/obj/structure/table/standard, +/obj/item/device/radio/intercom{ + broadcasting = 1; + frequency = 1475; + listening = 0; + name = "Station Intercom (Security)"; + pixel_x = 0; + pixel_y = -30 + }, +/obj/item/device/radio/headset, +/obj/item/device/radio/headset, +/obj/item/device/radio/headset, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/full, +/turf/simulated/floor/tiled, +/area/security/brig) +"asM" = ( +/obj/item/device/radio/intercom{ + pixel_x = 30 + }, +/obj/machinery/door_timer/cell_1{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner/blue/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/brig) +"asN" = ( /obj/structure/bed/padded, /obj/machinery/flasher{ id = "Cell 1"; @@ -10874,7 +10875,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"asH" = ( +"asO" = ( /obj/machinery/portable_atmospherics/powered/scrubber/huge, /obj/structure/cable/green{ d1 = 4; @@ -10883,7 +10884,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"asI" = ( +"asP" = ( /obj/structure/cable/green{ d1 = 1; d2 = 8; @@ -10891,16 +10892,16 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"asJ" = ( +"asQ" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/security/prison) -"asK" = ( +"asR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/prison) -"asL" = ( +"asS" = ( /obj/machinery/portable_atmospherics/hydroponics, /obj/machinery/newscaster{ pixel_x = 28; @@ -10908,59 +10909,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"asM" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"asN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"asO" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "arrivals_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = list(10,13) - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"asP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"asQ" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"asR" = ( +"asT" = ( /obj/machinery/light{ dir = 8 }, @@ -10969,9 +10918,9 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"asS" = ( +"asU" = ( /obj/structure/bed/chair{ - dir = 8 + dir = 4 }, /obj/machinery/alarm{ dir = 1; @@ -10980,7 +10929,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"asT" = ( +"asV" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -10988,7 +10937,7 @@ name = "Security Blast Door"; opacity = 0 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/window/brigdoor{ @@ -10998,7 +10947,18 @@ /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled, /area/security/prison) -"asU" = ( +"asW" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"asX" = ( /obj/machinery/button/flasher{ id = "IAflash"; pixel_y = -30 @@ -11014,12 +10974,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"asV" = ( -/obj/structure/disposalpipe/segment, -/mob/living/bot/secbot/beepsky, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"asW" = ( +"asY" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -11033,7 +10988,12 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"asX" = ( +"asZ" = ( +/obj/structure/disposalpipe/segment, +/mob/living/bot/secbot/beepsky, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"ata" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -11042,37 +11002,270 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"asY" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, -/area/shuttle/escape_pod2/station) -"asZ" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; - icon_state = "swall_c" - }, -/area/shuttle/escape_pod2/station) -"ata" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, -/area/shuttle/arrival/station) "atb" = ( -/turf/space, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"ate" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atf" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"ath" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/dormitory) +"ati" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atj" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atk" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atl" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atm" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (NORTHEAST)"; + icon_state = "intact"; + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atn" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"ato" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atp" = ( +/turf/simulated/wall, +/area/crew_quarters/fitness) +"atq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/landmark{ + name = "Syndicate Breach Area" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"atr" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"ats" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Dormitory Holodeck North"; + pixel_y = -6 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"att" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"atu" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/escape_pod1/station) +"atv" = ( +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/escape_pod1/station) +"atw" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ tag = "icon-swall_c"; icon_state = "swall_c" }, -/area/shuttle/arrival/station) -"atc" = ( +/area/shuttle/escape_pod1/station) +"atx" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/escape_pod2/station) +"aty" = ( +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/escape_pod2/station) +"atz" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + tag = "icon-swall_c"; + icon_state = "swall_c" + }, +/area/shuttle/escape_pod2/station) +"atA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"atB" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (NORTH)"; icon_state = "warning"; @@ -11080,7 +11273,21 @@ }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"atd" = ( +"atC" = ( +/obj/structure/table/rack, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"atD" = ( +/obj/item/weapon/cigbutt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"atE" = ( /obj/machinery/washing_machine, /obj/effect/floor_decal/corner/white/diagonal, /obj/effect/floor_decal/corner/blue/diagonal{ @@ -11088,7 +11295,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"ate" = ( +"atF" = ( /obj/machinery/portable_atmospherics/hydroponics, /obj/machinery/light{ icon_state = "tube1"; @@ -11096,15 +11303,10 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"atf" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=EVA"; - location = "Security" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"atg" = ( +"atG" = ( +/turf/simulated/wall/r_wall, +/area/security/prison) +"atH" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -11126,256 +11328,47 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"ath" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +"atI" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA"; + location = "Security" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"ati" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atl" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atn" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/dormitory) -"ato" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atp" = ( /obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atq" = ( -/obj/machinery/portable_atmospherics/powered/pump/filled, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atr" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/cobweb2, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"ats" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"att" = ( -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atu" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atv" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atx" = ( -/turf/simulated/wall, -/area/crew_quarters/fitness) -"aty" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/effect/landmark{ - name = "Syndicate Breach Area" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"atz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"atA" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Dormitory Holodeck North"; - pixel_y = -6 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"atB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"atC" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"atJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"atD" = ( -/obj/structure/window/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/escape_pod1/station) -"atE" = ( +"atK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"atL" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/sleep) +"atM" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/crew_quarters/sleep) +"atN" = ( +/turf/simulated/wall, +/area/crew_quarters/sleep) +"atO" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/sleep/cryo) +"atP" = ( /obj/structure/cryofeed{ tag = "icon-cryo_rear (EAST)"; icon_state = "cryo_rear"; @@ -11383,19 +11376,7 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"atF" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/landmark{ - name = "JoinLateCryo" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/sleep/cryo) -"atG" = ( -/obj/structure/window/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/escape_pod2/station) -"atH" = ( +"atQ" = ( /obj/machinery/light{ dir = 1 }, @@ -11410,17 +11391,24 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"atI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 +"atR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/landmark{ + name = "JoinLateCryo" }, -/obj/structure/window/reinforced{ - dir = 8 +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/cryo) +"atS" = ( +/obj/machinery/computer/cryopod{ + density = 0; + pixel_y = 32 }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"atJ" = ( +/obj/machinery/camera/network/civilian_east{ + c_tag = "Dormitory Cryo Storage" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/cryo) +"atT" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -11436,91 +11424,103 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"atK" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atL" = ( -/obj/item/weapon/cigbutt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"atM" = ( -/obj/machinery/computer/cryopod{ - density = 0; - pixel_y = 32 - }, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Dormitory Cryo Storage" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/sleep/cryo) -"atN" = ( -/obj/structure/cryofeed, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/sleep/cryo) -"atO" = ( +"atU" = ( /obj/machinery/cryopod, /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"atP" = ( +"atV" = ( +/obj/structure/cryofeed, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/cryo) +"atW" = ( /turf/simulated/wall/r_wall, -/area/security/prison) -"atQ" = ( +/area/crew_quarters/fitness) +"atX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"atY" = ( /turf/simulated/floor/reinforced{ name = "Holodeck Projector Floor" }, /area/holodeck/alphadeck) -"atR" = ( +"atZ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1"; + pixel_x = -6 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"aua" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry/fore) +"aub" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_straight"; icon_state = "swall_straight" }, /area/shuttle/escape_pod1/station) -"atS" = ( +"auc" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 32; + pixel_y = 0 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{ + frequency = 1380; + id_tag = "escape_pod_1"; + pixel_x = -25; + pixel_y = 0; + tag_door = "escape_pod_1_hatch" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape_pod1/station) +"aud" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_straight"; icon_state = "swall_straight" }, /area/shuttle/escape_pod2/station) -"atT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"aue" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"atU" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/sleep) -"atV" = ( -/obj/machinery/door/airlock/maintenance, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/crew_quarters/sleep) -"atW" = ( -/turf/simulated/wall, -/area/crew_quarters/sleep) -"atX" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/sleep/cryo) -"atY" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 32; + pixel_y = 0 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{ + frequency = 1380; + id_tag = "escape_pod_2"; + pixel_x = -25; + pixel_y = 0; + tag_door = "escape_pod_2_hatch" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape_pod2/station) +"auf" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; frequency = 1379; @@ -11546,140 +11546,7 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"atZ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled, -/area/security/prison) -"aua" = ( -/turf/simulated/floor/tiled/freezer, -/area/security/prison) -"aub" = ( -/obj/machinery/door/airlock{ - name = "Toilet" - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"auc" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/turf/simulated/floor/tiled/freezer, -/area/security/prison) -"aud" = ( -/obj/structure/urinal{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/freezer, -/area/security/prison) -"aue" = ( -/obj/machinery/door/airlock{ - name = "Brig Restroom" - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"auf" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/fitness) "aug" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"auh" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled, -/area/security/prison) -"aui" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/light{ - dir = 4; - icon_state = "tube1"; - pixel_x = -6 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"auj" = ( -/turf/simulated/wall/r_wall, -/area/hallway/secondary/entry/fore) -"auk" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/orange, -/obj/machinery/camera/network/prison{ - c_tag = "Security - Brig Bedroom"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"aul" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 32; - pixel_y = 0 - }, -/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{ - frequency = 1380; - id_tag = "escape_pod_1"; - pixel_x = -25; - pixel_y = 0; - tag_door = "escape_pod_1_hatch" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape_pod1/station) -"aum" = ( -/obj/structure/closet{ - name = "Prisoner's Locker" - }, -/obj/item/weapon/flame/lighter/zippo, -/obj/item/weapon/storage/fancy/cigarettes, -/turf/simulated/floor/tiled, -/area/security/prison) -"aun" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 32; - pixel_y = 0 - }, -/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{ - frequency = 1380; - id_tag = "escape_pod_2"; - pixel_x = -25; - pixel_y = 0; - tag_door = "escape_pod_2_hatch" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape_pod2/station) -"auo" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/orange, -/obj/effect/decal/cleanable/generic, -/turf/simulated/floor/tiled, -/area/security/prison) -"aup" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -11694,10 +11561,10 @@ }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"auq" = ( +"auh" = ( /turf/simulated/floor/plating, /area/maintenance/evahallway) -"aur" = ( +"aui" = ( /obj/structure/cable{ d1 = 2; d2 = 8; @@ -11705,12 +11572,85 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"aus" = ( +"auj" = ( /obj/machinery/portable_atmospherics/canister/air/airlock, /obj/machinery/atmospherics/portables_connector, /turf/simulated/floor/plating, /area/maintenance/evahallway) +"auk" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/effect/floor_decal/corner/red/diagonal, +/turf/simulated/floor/tiled, +/area/security/prison) +"aul" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"aum" = ( +/turf/simulated/floor/tiled/freezer, +/area/security/prison) +"aun" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled/freezer, +/area/security/prison) +"auo" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/freezer, +/area/security/prison) +"aup" = ( +/obj/machinery/door/airlock{ + name = "Brig Restroom" + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"auq" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/security/prison) +"aur" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/security/prison) +"aus" = ( +/obj/structure/closet{ + name = "Prisoner's Locker" + }, +/obj/item/weapon/flame/lighter/zippo, +/obj/item/weapon/storage/fancy/cigarettes, +/turf/simulated/floor/tiled, +/area/security/prison) "aut" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/orange, +/obj/machinery/camera/network/prison{ + c_tag = "Security - Brig Bedroom"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"auu" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/machinery/computer/cryopod{ density = 0; @@ -11723,7 +11663,13 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"auu" = ( +"auv" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/orange, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/tiled, +/area/security/prison) +"auw" = ( /obj/structure/closet{ name = "Prisoner's Locker" }, @@ -11731,11 +11677,7 @@ /obj/item/clothing/head/flatcap, /turf/simulated/floor/tiled, /area/security/prison) -"auv" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"auw" = ( +"aux" = ( /obj/machinery/atm{ pixel_x = -25 }, @@ -11752,18 +11694,25 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"aux" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, +"auy" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"auz" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /obj/effect/floor_decal/corner/blue, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"auy" = ( +"auA" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"auB" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -11779,7 +11728,22 @@ }, /turf/simulated/floor/carpet, /area/crew_quarters/sleep/bedrooms) -"auz" = ( +"auC" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"auD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/grey/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"auE" = ( /obj/machinery/alarm{ pixel_y = 23 }, @@ -11791,38 +11755,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"auA" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/security/prison) -"auB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/grey/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"auC" = ( -/obj/effect/landmark{ - name = "JoinLateCryo" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/sleep/cryo) -"auD" = ( +"auF" = ( /obj/machinery/cryopod{ tag = "icon-body_scanner_0 (EAST)"; icon_state = "body_scanner_0"; @@ -11830,7 +11763,18 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"auE" = ( +"auG" = ( +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/cryo) +"auH" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/cryo) +"auI" = ( /obj/effect/landmark{ name = "JoinLateCryo" }, @@ -11841,15 +11785,11 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"auF" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/sleep/cryo) -"auG" = ( +"auJ" = ( /obj/machinery/cryopod, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"auH" = ( +"auK" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 2; name = "Fitness Room"; @@ -11857,7 +11797,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"auI" = ( +"auL" = ( /obj/structure/disposalpipe/trunk{ dir = 8 }, @@ -11867,87 +11807,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"auJ" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"auK" = ( -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"auL" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) "auM" = ( -/obj/structure/closet/secure_closet/personal, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"auN" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/vending/cola, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"auO" = ( -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/solar/auxstarboard) -"auP" = ( -/obj/structure/toilet{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled, -/area/security/prison) -"auQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/shower{ - dir = 4; - icon_state = "shower"; - pixel_x = 5; - pixel_y = 0 - }, -/obj/structure/curtain/open/shower/security, -/turf/simulated/floor/tiled/freezer, -/area/security/prison) -"auR" = ( -/obj/structure/sink{ - dir = 4; - icon_state = "sink"; - pixel_x = 11; - pixel_y = 0 - }, -/obj/structure/mirror{ - pixel_x = 30 - }, -/turf/simulated/floor/tiled/freezer, -/area/security/prison) -"auS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/freezer, -/area/security/prison) -"auT" = ( -/obj/structure/table/standard, -/obj/item/weapon/paper_bin, -/obj/item/weapon/pen, -/obj/machinery/camera/network/prison{ - c_tag = "Security - Common Brig Southwest"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/prison) -"auU" = ( -/obj/item/weapon/stool, -/turf/simulated/floor/tiled, -/area/security/prison) -"auV" = ( /obj/structure/window/basic{ dir = 8 }, @@ -11956,13 +11816,13 @@ icon_state = "seadeep" }, /area/crew_quarters/fitness) -"auW" = ( +"auN" = ( /turf/simulated/floor/beach/water{ tag = "icon-seadeep"; icon_state = "seadeep" }, /area/crew_quarters/fitness) -"auX" = ( +"auO" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -11974,7 +11834,7 @@ icon_state = "seadeep" }, /area/crew_quarters/fitness) -"auY" = ( +"auP" = ( /obj/structure/window/basic{ dir = 4 }, @@ -11983,37 +11843,21 @@ icon_state = "seadeep" }, /area/crew_quarters/fitness) -"auZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, +"auQ" = ( +/obj/structure/closet/secure_closet/personal, /turf/simulated/floor/tiled, -/area/security/prison) -"ava" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, +/area/crew_quarters/fitness) +"auR" = ( /turf/simulated/floor/tiled, -/area/security/prison) -"avb" = ( -/obj/machinery/door/airlock/glass{ - name = "Brig Dormitories" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/area/crew_quarters/fitness) +"auS" = ( +/obj/machinery/light{ + dir = 1 }, +/obj/machinery/vending/cola, /turf/simulated/floor/tiled, -/area/security/prison) -"avc" = ( +/area/crew_quarters/fitness) +"auT" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -12026,7 +11870,7 @@ }, /turf/simulated/floor/plating, /area/crew_quarters/fitness) -"avd" = ( +"auU" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -12034,19 +11878,22 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/crew_quarters/fitness) -"ave" = ( -/obj/machinery/cryopod, -/turf/simulated/floor/tiled, -/area/security/prison) -"avf" = ( +"auV" = ( +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/solar/auxstarboard) +"auW" = ( /turf/simulated/wall, /area/hallway/secondary/entry/fore) -"avg" = ( +"auX" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -12060,7 +11907,7 @@ }, /turf/simulated/shuttle/floor, /area/shuttle/escape_pod1/station) -"avh" = ( +"auY" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -12074,10 +11921,10 @@ }, /turf/simulated/shuttle/floor, /area/shuttle/escape_pod2/station) -"avi" = ( +"auZ" = ( /turf/simulated/wall, /area/maintenance/arrivals) -"avj" = ( +"ava" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -12088,7 +11935,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"avk" = ( +"avb" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -12100,19 +11947,19 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"avl" = ( +"avc" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"avm" = ( +"avd" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -12120,7 +11967,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"avn" = ( +"ave" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -12131,10 +11978,88 @@ }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"avo" = ( +"avf" = ( /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plating, /area/maintenance/evahallway) +"avg" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red/diagonal, +/turf/simulated/floor/tiled, +/area/security/prison) +"avh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/shower{ + dir = 4; + icon_state = "shower"; + pixel_x = 5; + pixel_y = 0 + }, +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/tiled/freezer, +/area/security/prison) +"avi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled/freezer, +/area/security/prison) +"avj" = ( +/obj/structure/sink{ + dir = 4; + icon_state = "sink"; + pixel_x = 11; + pixel_y = 0 + }, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled/freezer, +/area/security/prison) +"avk" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper_bin, +/obj/item/weapon/pen, +/obj/machinery/camera/network/prison{ + c_tag = "Security - Common Brig Southwest"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"avl" = ( +/obj/item/weapon/stool, +/turf/simulated/floor/tiled, +/area/security/prison) +"avm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"avn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/prison) +"avo" = ( +/obj/machinery/door/airlock/glass{ + name = "Brig Dormitories" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/prison) "avp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -12145,6 +12070,10 @@ /turf/simulated/floor/tiled, /area/security/prison) "avq" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/tiled, +/area/security/prison) +"avr" = ( /obj/structure/cryofeed, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -12155,7 +12084,7 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"avr" = ( +"avs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/power/apc{ dir = 8; @@ -12170,11 +12099,22 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"avs" = ( +"avt" = ( /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"avt" = ( +"avu" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/device/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"avv" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -12182,15 +12122,15 @@ }, /turf/simulated/floor/carpet, /area/crew_quarters/sleep/bedrooms) -"avu" = ( -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 +"avw" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, +/obj/machinery/light/small{ + dir = 4 }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"avv" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"avx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/corner/grey{ @@ -12200,7 +12140,15 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"avw" = ( +"avy" = ( +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"avz" = ( /obj/machinery/alarm{ dir = 1; pixel_y = -22 @@ -12212,7 +12160,10 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"avx" = ( +"avA" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/cryo) +"avB" = ( /obj/effect/landmark{ name = "JoinLateCryo" }, @@ -12224,10 +12175,7 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"avy" = ( -/turf/simulated/floor/tiled/white, -/area/crew_quarters/sleep/cryo) -"avz" = ( +"avC" = ( /obj/machinery/cryopod, /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; @@ -12235,7 +12183,7 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"avA" = ( +"avD" = ( /obj/structure/disposalpipe/segment, /obj/machinery/power/apc{ dir = 8; @@ -12248,11 +12196,11 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"avB" = ( +"avE" = ( /obj/effect/floor_decal/corner/white, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"avC" = ( +"avF" = ( /obj/effect/floor_decal/corner/white{ tag = "icon-corner_white (WEST)"; icon_state = "corner_white"; @@ -12260,22 +12208,78 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"avD" = ( +"avG" = ( /obj/item/weapon/stool/padded, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"avE" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/device/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 +"avH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"avF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"avI" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/shuttle/wall, +/area/shuttle/escape_pod1/station) +"avJ" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_pod_1_hatch"; + locked = 1; + name = "Escape Pod Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape_pod1/station) +"avK" = ( +/turf/simulated/floor/plating, +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9"; + dir = 2 + }, +/area/shuttle/escape_pod1/station) +"avL" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/shuttle/wall, +/area/shuttle/escape_pod2/station) +"avM" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_pod_2_hatch"; + locked = 1; + name = "Escape Pod Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape_pod2/station) +"avN" = ( +/turf/simulated/floor/plating, +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/shuttle/wall{ + icon_state = "swall_f9"; + dir = 2 + }, +/area/shuttle/escape_pod2/station) +"avO" = ( +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"avP" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (EAST)"; + icon_state = "warningcorner"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"avQ" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -12288,23 +12292,7 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"avG" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"avH" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (EAST)"; - icon_state = "warningcorner"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"avI" = ( +"avR" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; icon_state = "space"; @@ -12324,14 +12312,32 @@ }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"avJ" = ( +"avS" = ( +/obj/structure/table/rack, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"avT" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"avU" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"avV" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"avW" = ( /obj/structure/cable/yellow{ d2 = 2; icon_state = "0-2" }, /turf/simulated/floor/airless, /area/solar/auxport) -"avK" = ( +"avX" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -12343,7 +12349,18 @@ }, /turf/simulated/floor/airless, /area/maintenance/evahallway) -"avL" = ( +"avY" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eva_outer"; + locked = 1; + name = "EVA External Access"; + req_access = list(13) + }, +/turf/simulated/floor/airless, +/area/maintenance/evahallway) +"avZ" = ( /obj/machinery/airlock_sensor{ frequency = 1379; id_tag = "eva_sensor"; @@ -12360,7 +12377,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"avM" = ( +"awa" = ( /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ frequency = 1379; id_tag = "eva_airlock"; @@ -12381,7 +12398,21 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"avN" = ( +"awb" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eva_inner"; + locked = 1; + name = "EVA Internal Access"; + req_access = list(13) + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"awc" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/access_button{ command = "cycle_interior"; @@ -12405,7 +12436,28 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"avO" = ( +"awd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"awe" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"awf" = ( /obj/machinery/shower{ dir = 4; icon_state = "shower"; @@ -12415,7 +12467,13 @@ /obj/structure/curtain/open/shower/security, /turf/simulated/floor/tiled/freezer, /area/security/prison) -"avP" = ( +"awg" = ( +/obj/machinery/light/small, +/obj/structure/mopbucket, +/obj/item/weapon/mop, +/turf/simulated/floor/tiled/freezer, +/area/security/prison) +"awh" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -12428,13 +12486,7 @@ /obj/item/weapon/soap/nanotrasen, /turf/simulated/floor/tiled/freezer, /area/security/prison) -"avQ" = ( -/obj/machinery/light/small, -/obj/structure/mopbucket, -/obj/item/weapon/mop, -/turf/simulated/floor/tiled/freezer, -/area/security/prison) -"avR" = ( +"awi" = ( /obj/structure/table/standard, /obj/machinery/light{ dir = 8 @@ -12442,81 +12494,7 @@ /obj/machinery/microwave, /turf/simulated/floor/tiled, /area/security/prison) -"avS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"avT" = ( -/turf/simulated/floor/plating, -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5"; - dir = 2 - }, -/area/shuttle/escape_pod1/station) -"avU" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "escape_pod_1_hatch"; - locked = 1; - name = "Escape Pod Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape_pod1/station) -"avV" = ( -/turf/simulated/floor/plating, -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9"; - dir = 2 - }, -/area/shuttle/escape_pod1/station) -"avW" = ( -/turf/simulated/floor/plating, -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f5"; - dir = 2 - }, -/area/shuttle/escape_pod2/station) -"avX" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "escape_pod_2_hatch"; - locked = 1; - name = "Escape Pod Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape_pod2/station) -"avY" = ( -/turf/simulated/floor/plating, -/obj/structure/shuttle/engine/propulsion/burst, -/turf/simulated/shuttle/wall{ - icon_state = "swall_f9"; - dir = 2 - }, -/area/shuttle/escape_pod2/station) -"avZ" = ( -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"awa" = ( -/obj/structure/table/standard, -/obj/item/weapon/material/minihoe, -/obj/item/device/analyzer/plant_analyzer, -/obj/item/clothing/head/greenbandana, -/turf/simulated/floor/tiled, -/area/security/prison) -"awb" = ( +"awj" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/donkpockets, /obj/item/weapon/storage/box/donkpockets{ @@ -12525,55 +12503,27 @@ }, /turf/simulated/floor/tiled, /area/security/prison) -"awc" = ( -/obj/machinery/seed_storage/garden, +"awk" = ( +/obj/structure/table/standard, +/obj/item/weapon/material/minihoe, +/obj/item/device/analyzer/plant_analyzer, +/obj/item/clothing/head/greenbandana, /turf/simulated/floor/tiled, /area/security/prison) -"awd" = ( -/obj/structure/table/rack, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"awe" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"awf" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"awg" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"awh" = ( +"awl" = ( /obj/machinery/vending/hydronutrients, /turf/simulated/floor/tiled, /area/security/prison) -"awi" = ( +"awm" = ( +/obj/machinery/seed_storage/garden, +/turf/simulated/floor/tiled, +/area/security/prison) +"awn" = ( /obj/structure/table/standard, /obj/structure/bedsheetbin, /turf/simulated/floor/tiled, /area/security/prison) -"awj" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eva_outer"; - locked = 1; - name = "EVA External Access"; - req_access = list(13) - }, -/turf/simulated/floor/airless, -/area/maintenance/evahallway) -"awk" = ( -/obj/machinery/light, -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/orange, -/turf/simulated/floor/tiled, -/area/security/prison) -"awl" = ( +"awo" = ( /obj/structure/closet{ name = "Prisoner's Locker" }, @@ -12581,46 +12531,12 @@ /obj/item/clothing/shoes/sandal, /turf/simulated/floor/tiled, /area/security/prison) -"awm" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eva_inner"; - locked = 1; - name = "EVA Internal Access"; - req_access = list(13) - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"awn" = ( +"awp" = ( +/obj/machinery/light, /obj/structure/bed/padded, /obj/item/weapon/bedsheet/orange, /turf/simulated/floor/tiled, /area/security/prison) -"awo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"awp" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) "awq" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -12633,6 +12549,11 @@ /turf/simulated/floor/tiled, /area/security/prison) "awr" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/orange, +/turf/simulated/floor/tiled, +/area/security/prison) +"aws" = ( /obj/structure/closet{ name = "Prisoner's Locker" }, @@ -12640,7 +12561,7 @@ /obj/item/clothing/suit/apron/overalls, /turf/simulated/floor/tiled, /area/security/prison) -"aws" = ( +"awt" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, @@ -12651,7 +12572,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"awt" = ( +"awu" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 25; pixel_y = 0 @@ -12659,7 +12580,18 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"awu" = ( +"awv" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"aww" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -12673,18 +12605,40 @@ }, /turf/simulated/floor/carpet, /area/crew_quarters/sleep/bedrooms) -"awv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 +"awx" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/tiled, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"awy" = ( +/obj/machinery/door/airlock{ + id_tag = "Dormitory 1"; + name = "Dorm" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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, +/turf/simulated/floor/wood, /area/crew_quarters/sleep) -"aww" = ( +"awz" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -12701,14 +12655,31 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"awx" = ( +"awA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"awB" = ( /obj/machinery/door/airlock/glass{ name = "Cryogenic Storage" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"awy" = ( +"awC" = ( +/obj/machinery/door/airlock/glass{ + name = "Cryogenic Storage" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/sleep/cryo) +"awD" = ( /obj/machinery/door/airlock/glass{ name = "Cryogenic Storage" }, @@ -12720,13 +12691,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/crew_quarters/sleep/cryo) -"awz" = ( -/obj/machinery/door/airlock/glass{ - name = "Cryogenic Storage" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/sleep/cryo) -"awA" = ( +"awE" = ( /obj/machinery/alarm{ dir = 4; pixel_x = -23; @@ -12744,7 +12709,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"awB" = ( +"awF" = ( /obj/effect/floor_decal/corner/white/full{ tag = "icon-corner_white_full (EAST)"; icon_state = "corner_white_full"; @@ -12752,11 +12717,22 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"awC" = ( +"awG" = ( /obj/effect/floor_decal/corner/white/full, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"awD" = ( +"awH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"awI" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -12774,7 +12750,25 @@ }, /turf/simulated/floor/airless, /area/solar/auxstarboard) -"awE" = ( +"awJ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"awK" = ( +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"awL" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"awM" = ( +/obj/structure/closet, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"awN" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -12791,22 +12785,11 @@ }, /turf/simulated/floor/airless, /area/solar/auxport) -"awF" = ( +"awO" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/airless, /area/maintenance/evahallway) -"awG" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"awH" = ( +"awP" = ( /obj/machinery/light/small, /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning{ @@ -12815,40 +12798,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"awI" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/bedrooms) -"awJ" = ( -/obj/machinery/door/airlock{ - id_tag = "Dormitory 1"; - name = "Dorm" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/border_only, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep) -"awK" = ( +"awQ" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 1; frequency = 1379; @@ -12863,7 +12813,18 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"awL" = ( +"awR" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eva_inner"; + locked = 1; + name = "EVA Internal Access"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"awS" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/oil, /obj/structure/cable{ @@ -12876,11 +12837,23 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"awM" = ( +"awT" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + target_pressure = 200 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"awU" = ( /obj/structure/grille, /turf/simulated/floor/airless, /area/security/prison) -"awN" = ( +"awV" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -12892,7 +12865,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"awO" = ( +"awW" = ( /obj/item/device/radio/intercom{ dir = 4; name = "Station Intercom (General)"; @@ -12901,18 +12874,28 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"awP" = ( +"awX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"awY" = ( /turf/simulated/floor/carpet, /area/crew_quarters/sleep/bedrooms) -"awQ" = ( -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 +"awZ" = ( +/obj/machinery/light_switch{ + pixel_x = 22; + pixel_y = 10 }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"awR" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"axa" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -12927,29 +12910,15 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"awS" = ( -/obj/machinery/atm{ - pixel_y = 28 - }, +"axb" = ( /obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (NORTHEAST)"; + tag = "icon-corner_white (EAST)"; icon_state = "corner_white"; - dir = 5 + dir = 4 }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"awT" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"awU" = ( +"axc" = ( /obj/item/device/radio/intercom{ broadcasting = 0; listening = 1; @@ -12966,25 +12935,26 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"awV" = ( -/obj/machinery/light/small{ - dir = 8 +"axd" = ( +/obj/machinery/atm{ + pixel_y = 28 }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"awW" = ( -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"awX" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"awY" = ( -/obj/structure/table/rack, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"awZ" = ( +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"axe" = ( +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"axf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/corner/grey{ tag = "icon-corner_white (NORTHEAST)"; @@ -12993,15 +12963,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"axa" = ( -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"axb" = ( +"axg" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -13015,7 +12977,16 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"axc" = ( +"axh" = ( +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"axi" = ( /obj/machinery/newscaster{ pixel_y = 32 }, @@ -13026,204 +12997,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"axd" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eva_inner"; - locked = 1; - name = "EVA Internal Access"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"axe" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"axf" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/binary/pump/on{ - dir = 1; - target_pressure = 200 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"axg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"axh" = ( -/obj/structure/window/basic{ - dir = 1 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/fitness) -"axi" = ( -/turf/simulated/floor/tiled/white, -/area/crew_quarters/fitness) "axj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"axk" = ( -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/fitness) -"axl" = ( -/obj/machinery/light_switch{ - pixel_x = 22; - pixel_y = 10 - }, -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"axm" = ( -/obj/machinery/door/airlock/glass{ - name = "Holodeck" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"axn" = ( -/obj/structure/grille/broken, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = -32; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"axo" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - 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{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/junction{ - icon_state = "pipe-j2"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"axp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"axq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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/blue, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"axr" = ( -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"axs" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24; - pixel_y = 6 - }, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"axt" = ( -/obj/item/weapon/stool/padded, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"axu" = ( -/obj/structure/table/woodentable, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"axv" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -13237,54 +13011,37 @@ }, /turf/simulated/floor/plating, /area/crew_quarters/fitness) -"axw" = ( -/obj/structure/table/woodentable, -/obj/item/clothing/glasses/threedglasses, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"axx" = ( +"axk" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/weapon/stool/padded, /turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"axy" = ( -/obj/structure/table/woodentable, -/obj/random/coin, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"axz" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" +/area/crew_quarters/fitness) +"axl" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/fitness) +"axm" = ( +/obj/structure/window/basic{ + dir = 1 }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/fitness) +"axn" = ( +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/fitness) +"axo" = ( /obj/machinery/door/airlock/glass{ - name = "Fitness" + name = "Holodeck" + }, +/obj/machinery/door/firedoor{ + dir = 2 }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"axA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"axB" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"axC" = ( +"axp" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -13297,7 +13054,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarstarboard) -"axD" = ( +"axq" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -13314,7 +13071,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarstarboard) -"axE" = ( +"axr" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -13325,11 +13082,11 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/fore) -"axF" = ( +"axs" = ( /obj/structure/sign/pods, /turf/simulated/wall, /area/hallway/secondary/entry/fore) -"axG" = ( +"axt" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -13340,14 +13097,14 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/fore) -"axH" = ( +"axu" = ( /obj/machinery/door/airlock/maintenance{ req_access = list(12) }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/hallway/secondary/entry/fore) -"axI" = ( +"axv" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -13360,7 +13117,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarport) -"axJ" = ( +"axw" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -13376,7 +13133,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarport) -"axK" = ( +"axx" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -13387,7 +13144,7 @@ /obj/structure/window/reinforced, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axL" = ( +"axy" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -13395,7 +13152,7 @@ /obj/structure/window/reinforced, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axM" = ( +"axz" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -13406,19 +13163,28 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axN" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 +"axA" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"axO" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = -32; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"axB" = ( /obj/machinery/atmospherics/pipe/simple/visible/universal, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axP" = ( +"axC" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -13429,7 +13195,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axQ" = ( +"axD" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -13440,12 +13206,15 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axR" = ( -/obj/structure/closet, +"axE" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/structure/table/rack, /obj/random/loot, /turf/simulated/floor/plating, -/area/maintenance/arrivals) -"axS" = ( +/area/maintenance/evahallway) +"axF" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -13458,7 +13227,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axT" = ( +"axG" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -13482,7 +13251,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axU" = ( +"axH" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -13500,7 +13269,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axV" = ( +"axI" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -13518,7 +13287,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"axW" = ( +"axJ" = ( /obj/machinery/door/airlock/maintenance{ req_access = list(12) }, @@ -13537,34 +13306,75 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/hallway/primary/fore) -"axX" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTH)"; +"axK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; icon_state = "corner_white"; - dir = 1 + dir = 8 }, /turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"axY" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (EAST)"; - icon_state = "warningcorner"; +/area/hallway/primary/fore) +"axL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + 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{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j2"; dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"axZ" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (NORTH)"; - icon_state = "warningcorner"; - dir = 1 +/area/hallway/primary/fore) +"axM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 }, +/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/blue, /turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"aya" = ( +/area/hallway/primary/fore) +"axN" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -13592,223 +13402,112 @@ }, /turf/simulated/floor/plating, /area/maintenance/dormitory) -"ayb" = ( +"axO" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /obj/structure/closet/secure_closet/personal, /turf/simulated/floor/wood, /area/crew_quarters/sleep/bedrooms) -"ayc" = ( +"axP" = ( /turf/simulated/floor/wood, /area/crew_quarters/sleep/bedrooms) -"ayd" = ( +"axQ" = ( /obj/structure/closet/secure_closet/personal, /turf/simulated/floor/wood, /area/crew_quarters/sleep/bedrooms) -"aye" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ - frequency = 1380; - id_tag = "escape_pod_1_berth"; - pixel_x = -25; - pixel_y = 30; - tag_door = "escape_pod_1_berth_hatch" - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"ayf" = ( -/obj/item/device/radio/intercom{ - broadcasting = 0; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera/xray/security{ - c_tag = "Arrivals Escape Pods" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"ayg" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ - frequency = 1380; - id_tag = "escape_pod_2_berth"; - pixel_x = -25; - pixel_y = 30; - tag_door = "escape_pod_2_berth_hatch" - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"ayh" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc/high{ - dir = 1; - name = "north bump"; - pixel_y = 24 - }, +"axR" = ( /obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"ayi" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"ayj" = ( -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/structure/table/rack, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"ayk" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"ayl" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue/diagonal, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"aym" = ( -/obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"ayn" = ( -/obj/machinery/camera/network/exodus{ - c_tag = "Primary Hallway Fore"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"ayo" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/crew_quarters/sleep) -"ayp" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/corner/grey{ tag = "icon-corner_white (NORTHWEST)"; icon_state = "corner_white"; dir = 9 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"ayq" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, +"axS" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"axT" = ( /obj/item/weapon/stool/padded, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"ayr" = ( +"axU" = ( +/obj/structure/table/woodentable, +/obj/item/clothing/glasses/threedglasses, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"axV" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"axW" = ( +/obj/structure/table/woodentable, +/obj/random/coin, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"axX" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"axY" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/door/airlock/glass{ + name = "Fitness" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"axZ" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"aya" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"ayb" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"ayc" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"ayd" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -13818,7 +13517,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarstarboard) -"ays" = ( +"aye" = ( /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ tag_airpump = "solar_chapel_pump"; tag_exterior_door = "solar_chapel_outer"; @@ -13849,7 +13548,7 @@ /obj/effect/decal/warning_stripes, /turf/simulated/floor/plating, /area/maintenance/auxsolarstarboard) -"ayt" = ( +"ayf" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -13860,152 +13559,151 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/fore) -"ayu" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"ayg" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (EAST)"; + icon_state = "warningcorner"; dir = 4 }, /turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"ayv" = ( -/obj/structure/table/woodentable, -/obj/item/device/paicard, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/hallway/secondary/entry/fore) +"ayh" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ + frequency = 1380; + id_tag = "escape_pod_1_berth"; + pixel_x = -25; + pixel_y = 30; + tag_door = "escape_pod_1_berth_hatch" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"ayw" = ( -/obj/structure/table/woodentable, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 }, /turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"ayx" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/hallway/secondary/entry/fore) +"ayi" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (NORTH)"; + icon_state = "warningcorner"; + dir = 1 }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/item/weapon/stool/padded, /turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"ayy" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/hallway/secondary/entry/fore) +"ayj" = ( +/obj/item/device/radio/intercom{ + broadcasting = 0; + name = "Station Intercom (General)"; + pixel_y = 20 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/machinery/light{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/camera/xray/security{ + c_tag = "Arrivals Escape Pods" }, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHEAST)"; +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"ayk" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ + frequency = 1380; + id_tag = "escape_pod_2_berth"; + pixel_x = -25; + pixel_y = 30; + tag_door = "escape_pod_2_berth_hatch" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"ayl" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; icon_state = "corner_white"; - dir = 6 + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 }, /turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"ayz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/area/hallway/secondary/entry/fore) +"aym" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/machinery/power/apc/high{ + dir = 1; + name = "north bump"; + pixel_y = 24 }, /obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 1; d2 = 4; - icon_state = "1-4" + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 }, /turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"ayA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/machinery/door/airlock/glass{ - name = "Fitness" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, +/area/hallway/secondary/entry/fore) +"ayn" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"ayB" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; dir = 4 }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 }, /turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"ayC" = ( +/area/hallway/secondary/entry/fore) +"ayo" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"ayp" = ( /obj/effect/decal/cleanable/blood/oil/streak{ amount = 0 }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"ayD" = ( +"ayq" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -14015,7 +13713,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarport) -"ayE" = ( +"ayr" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 2; frequency = 1379; @@ -14045,7 +13743,7 @@ /obj/effect/decal/warning_stripes, /turf/simulated/floor/plating, /area/maintenance/auxsolarport) -"ayF" = ( +"ays" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/cable{ d1 = 2; @@ -14060,7 +13758,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayG" = ( +"ayt" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -14075,7 +13773,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayH" = ( +"ayu" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; @@ -14096,7 +13794,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayI" = ( +"ayv" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -14116,7 +13814,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayJ" = ( +"ayw" = ( /obj/effect/decal/cleanable/generic, /obj/structure/cable{ d1 = 4; @@ -14132,7 +13830,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayK" = ( +"ayx" = ( /obj/structure/cable{ d1 = 1; d2 = 8; @@ -14151,7 +13849,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayL" = ( +"ayy" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -14168,7 +13866,7 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayM" = ( +"ayz" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -14187,7 +13885,7 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayN" = ( +"ayA" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -14205,19 +13903,19 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayO" = ( +"ayB" = ( /obj/effect/decal/cleanable/blood/oil, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"ayP" = ( +"ayC" = ( /turf/simulated/wall/r_wall, /area/ai_monitored/storage/eva) -"ayQ" = ( +"ayD" = ( /obj/structure/sign/securearea, /turf/simulated/wall/r_wall, /area/ai_monitored/storage/eva) -"ayR" = ( -/obj/machinery/door/firedoor/border_only, +"ayE" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance{ name = "E.V.A. Maintenance"; req_access = list(12,18) @@ -14226,7 +13924,193 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/ai_monitored/storage/eva) +"ayF" = ( +/obj/machinery/camera/network/exodus{ + c_tag = "Primary Hallway Fore"; + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"ayG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"ayH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/dormitory) +"ayI" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"ayJ" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"ayK" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"ayL" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/crew_quarters/sleep) +"ayM" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/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/sleep) +"ayN" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"ayO" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/crew_quarters/sleep) +"ayP" = ( +/obj/structure/table/woodentable, +/obj/item/device/paicard, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"ayQ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"ayR" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/grey{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) "ayS" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/door/airlock/glass{ + name = "Fitness" + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -14241,15 +14125,52 @@ /turf/simulated/floor/tiled, /area/crew_quarters/fitness) "ayT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) "ayU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"ayV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"ayW" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 }, @@ -14263,37 +14184,16 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"ayV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"ayW" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) "ayX" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/structure/closet/secure_closet/personal, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"ayY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 + dir = 4 }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"ayZ" = ( +"ayY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -14306,16 +14206,112 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) +"ayZ" = ( +/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/fitness) "aza" = ( /obj/machinery/hologram/holopad, /obj/machinery/light, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) "azb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"azc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"azd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aze" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_chapel_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = list(11,13) + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"azf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"azg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"azh" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"azi" = ( /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"azc" = ( +"azj" = ( +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"azk" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; @@ -14324,16 +14320,7 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"azd" = ( -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"aze" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"azf" = ( +"azl" = ( /obj/effect/floor_decal/industrial/warning/corner{ tag = "icon-warningcorner (WEST)"; icon_state = "warningcorner"; @@ -14341,20 +14328,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"azg" = ( +"azm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"azn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"azo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"azh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"azi" = ( +"azp" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; @@ -14366,7 +14359,14 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"azj" = ( +"azq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"azr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -14377,14 +14377,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"azk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"azl" = ( +"azs" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 25; pixel_y = 0 @@ -14405,217 +14398,26 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"azm" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"azn" = ( -/obj/machinery/door/airlock/glass_medical{ - name = "Medical Voidsuits"; - req_one_access = list(5) - }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"azo" = ( -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"azp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"azq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"azr" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"azs" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "solar_chapel_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = list(11,13) - }, -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) "azt" = ( /obj/structure/grille, /obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced{ dir = 8 }, /turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) +/area/maintenance/auxsolarport) "azu" = ( /obj/structure/grille, /obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, /obj/structure/window/reinforced{ dir = 4 }, /turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) +/area/maintenance/auxsolarport) "azv" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"azw" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"azx" = ( -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"azy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"azz" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"azA" = ( -/obj/machinery/alarm{ - pixel_y = 23 - }, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"azB" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/glass_security{ - name = "Security Voidsuits"; - req_access = list(2) - }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"azC" = ( -/obj/structure/table/rack, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/void/security, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/security, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"azD" = ( -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"azE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"azF" = ( -/obj/machinery/light, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -27 - }, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"azG" = ( -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/grey, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"azH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"azI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"azJ" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -14632,7 +14434,7 @@ /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plating, /area/maintenance/auxsolarport) -"azK" = ( +"azw" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -14640,7 +14442,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarport) -"azL" = ( +"azx" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -14651,7 +14453,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarport) -"azM" = ( +"azy" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ d1 = 1; @@ -14662,10 +14464,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"azN" = ( +"azz" = ( /turf/simulated/wall/r_wall, /area/maintenance/evahallway) -"azO" = ( +"azA" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -14680,7 +14482,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"azP" = ( +"azB" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -14696,7 +14498,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"azQ" = ( +"azC" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -14713,7 +14515,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"azR" = ( +"azD" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -14728,32 +14530,137 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"azS" = ( +"azE" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"azT" = ( +"azF" = ( /turf/simulated/wall/r_wall, /area/gateway) -"azU" = ( +"azG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"azV" = ( +"azH" = ( /obj/structure/sign/securearea{ pixel_x = 32; pixel_y = 0 }, /turf/simulated/floor/plating, /area/maintenance/evahallway) +"azI" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"azJ" = ( +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"azK" = ( +/obj/machinery/door/airlock/glass_medical{ + name = "Medical Voidsuits"; + req_one_access = list(5) + }, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"azL" = ( +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"azM" = ( +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"azN" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"azO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"azP" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"azQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_security{ + name = "Security Voidsuits"; + req_access = list(2) + }, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"azR" = ( +/obj/structure/table/rack, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/security, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/security, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"azS" = ( +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"azT" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"azU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"azV" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/grey, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) "azW" = ( -/obj/effect/floor_decal/corner/grey/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 +/obj/machinery/light, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -27 + }, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) @@ -14766,6 +14673,14 @@ /turf/simulated/floor/tiled, /area/crew_quarters/sleep) "azY" = ( +/obj/effect/floor_decal/corner/grey/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"azZ" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -14779,16 +14694,12 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"azZ" = ( +"aAa" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"aAa" = ( -/obj/structure/closet/lasertag/blue, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) "aAb" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -14804,17 +14715,24 @@ /turf/simulated/floor/tiled, /area/crew_quarters/fitness) "aAc" = ( +/obj/structure/closet/lasertag/blue, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"aAd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/door/airlock/glass{ name = "Holodeck Control" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"aAd" = ( +"aAe" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/auxsolarstarboard) +"aAf" = ( /obj/machinery/power/solar_control{ id = "auxsolareast"; name = "Fore Starboard Solar Control"; @@ -14834,14 +14752,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarstarboard) -"aAe" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aAf" = ( +"aAg" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -14870,7 +14781,36 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarstarboard) -"aAg" = ( +"aAh" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aAi" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"aAj" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"aAk" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (WEST)"; icon_state = "warning"; @@ -14878,7 +14818,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"aAh" = ( +"aAl" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (EAST)"; icon_state = "warning"; @@ -14886,16 +14826,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"aAi" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"aAj" = ( +"aAm" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, @@ -14906,7 +14837,14 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"aAk" = ( +"aAn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"aAo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -14917,14 +14855,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"aAl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"aAm" = ( +"aAp" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -14946,225 +14877,7 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"aAn" = ( -/obj/machinery/gateway{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aAo" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aAp" = ( -/obj/machinery/gateway{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) "aAq" = ( -/obj/machinery/gateway{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aAr" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aAs" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/void/medical, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/medical, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aAt" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aAu" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/welding, -/obj/item/weapon/storage/belt/utility, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aAv" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/auxsolarstarboard) -"aAw" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aAx" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aAy" = ( -/obj/structure/table/reinforced, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aAz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"aAA" = ( -/obj/machinery/door/airlock/external{ - name = "Arrival Airlock" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"aAB" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"aAC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/sleep/bedrooms) -"aAD" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aAE" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aAF" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/structure/undies_wardrobe, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aAG" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/flora/pottedplant/random, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aAH" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -15175,19 +14888,22 @@ }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"aAI" = ( +"aAr" = ( /turf/simulated/wall/r_wall, /area/maintenance/auxsolarport) -"aAJ" = ( -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 +"aAs" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Fore Port Solar Control"; + track = 0 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/white, -/area/medical/ward) -"aAK" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aAt" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -15212,7 +14928,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarport) -"aAL" = ( +"aAu" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; icon_state = "space"; @@ -15227,7 +14943,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/auxsolarport) -"aAM" = ( +"aAv" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -15235,65 +14951,54 @@ }, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"aAN" = ( +"aAw" = ( /obj/structure/closet/emcloset, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"aAO" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 +"aAx" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aAP" = ( -/obj/structure/closet/secure_closet/personal, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aAy" = ( +/obj/machinery/gateway{ + dir = 9 }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aAQ" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/floor_decal/corner/grey/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aAz" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aAA" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aAB" = ( +/obj/machinery/light{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aAR" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aAC" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/tiled, -/area/crew_quarters/toilet) -"aAS" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed"; - name = "Clothing Storage" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"aAT" = ( -/obj/machinery/light, -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed"; - name = "Clothing Storage" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"aAU" = ( +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/medical, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/medical, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aAD" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -15305,7 +15010,7 @@ dir = 4 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/cable/green{ @@ -15314,49 +15019,72 @@ }, /turf/simulated/floor/plating, /area/ai_monitored/storage/eva) -"aAV" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/flora/pottedplant/random, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"aAW" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/structure/closet/athletic_mixed, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"aAX" = ( -/obj/structure/closet/lasertag/red, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 +"aAE" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/welding, +/obj/item/weapon/storage/belt/utility, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"aAY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 +/area/ai_monitored/storage/eva) +"aAF" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"aAG" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"aAZ" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aAH" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aAI" = ( +/obj/structure/table/reinforced, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"aBa" = ( +/area/ai_monitored/storage/eva) +"aAJ" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -15367,7 +15095,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/cable/green{ @@ -15380,27 +15108,25 @@ }, /turf/simulated/floor/plating, /area/ai_monitored/storage/eva) -"aBb" = ( -/obj/structure/table/standard, -/obj/item/weapon/paper{ - desc = ""; - info = "Brusies sustained in the holodeck can be healed simply by sleeping."; - name = "Holodeck Disclaimer" +"aAK" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"aAL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/light/small{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/tiled, -/area/crew_quarters/fitness) -"aBc" = ( -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/fore) -"aBd" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/sleep/bedrooms) +"aAM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -15409,8 +15135,8 @@ }, /turf/simulated/floor/wood, /area/crew_quarters/sleep/bedrooms) -"aBe" = ( -/obj/machinery/door/firedoor/border_only, +"aAN" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock{ id_tag = "Dormitory 2"; name = "Dorm" @@ -15428,7 +15154,264 @@ }, /turf/simulated/floor/wood, /area/crew_quarters/sleep) +"aAO" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aAP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aAQ" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/flora/pottedplant/random, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aAR" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/undies_wardrobe, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aAS" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aAT" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aAU" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/floor_decal/corner/grey/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aAV" = ( +/turf/simulated/wall, +/area/crew_quarters/toilet) +"aAW" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/crew_quarters/toilet) +"aAX" = ( +/obj/machinery/light, +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + name = "Clothing Storage" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"aAY" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + name = "Clothing Storage" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"aAZ" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"aBa" = ( +/obj/structure/flora/pottedplant/random, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"aBb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"aBc" = ( +/obj/structure/closet/lasertag/red, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"aBd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) +"aBe" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper{ + desc = ""; + info = "Brusies sustained in the holodeck can be healed simply by sleeping."; + name = "Holodeck Disclaimer" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/fitness) "aBf" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"aBg" = ( +/obj/item/weapon/stool{ + pixel_y = 8 + }, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aBh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + target_pressure = 200 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aBi" = ( +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aBj" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry/fore) +"aBk" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"aBl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"aBm" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (SOUTHWEST)"; @@ -15437,7 +15420,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"aBg" = ( +"aBn" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"aBo" = ( +/obj/machinery/camera/network/exodus{ + c_tag = "Arrivals North"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/fore) +"aBp" = ( /obj/machinery/vending/coffee, /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (SOUTHEAST)"; @@ -15446,16 +15442,43 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/fore) -"aBh" = ( -/obj/machinery/camera/network/exodus{ - c_tag = "Arrivals North"; +"aBq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"aBr" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 1 }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, /area/hallway/secondary/entry/fore) -"aBi" = ( -/obj/machinery/door/firedoor/border_only{ +"aBs" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry/port) +"aBt" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, @@ -15466,8 +15489,8 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aBj" = ( -/obj/machinery/door/firedoor/border_only{ +"aBu" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, @@ -15486,7 +15509,10 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aBk" = ( +"aBv" = ( +/turf/simulated/wall, +/area/hallway/secondary/entry/port) +"aBw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 6; icon_state = "intact"; @@ -15500,29 +15526,132 @@ /mob/living/simple_animal/mouse, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"aBl" = ( +"aBx" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aBy" = ( +/obj/item/weapon/stool{ + pixel_y = 8 + }, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aBz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + target_pressure = 200 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aBA" = ( +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aBB" = ( +/obj/effect/decal/cleanable/generic, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aBC" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aBD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aBE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aBF" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aBG" = ( +/turf/simulated/wall/r_wall, +/area/security/nuke_storage) +"aBH" = ( +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aBI" = ( /obj/machinery/gateway{ dir = 8 }, /turf/simulated/floor/tiled/dark, /area/gateway) -"aBm" = ( -/turf/simulated/wall, -/area/crew_quarters/toilet) -"aBn" = ( +"aBJ" = ( +/obj/machinery/gateway/centerstation, /turf/simulated/floor/tiled/dark, /area/gateway) -"aBo" = ( +"aBK" = ( /obj/machinery/gateway{ dir = 4 }, /turf/simulated/floor/tiled/dark, /area/gateway) -"aBp" = ( -/obj/machinery/gateway/centerstation, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aBq" = ( +"aBL" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aBM" = ( /obj/machinery/requests_console{ department = "EVA"; pixel_x = -32; @@ -15544,12 +15673,7 @@ }, /turf/simulated/floor/tiled, /area/ai_monitored/storage/eva) -"aBr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aBs" = ( +"aBN" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -15557,7 +15681,12 @@ }, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aBt" = ( +"aBO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aBP" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -15575,11 +15704,26 @@ }, /turf/simulated/floor/tiled, /area/ai_monitored/storage/eva) -"aBu" = ( +"aBQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/ai_monitored/storage/eva) +"aBR" = ( /obj/machinery/suit_cycler/security, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aBv" = ( +"aBS" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" @@ -15587,90 +15731,41 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"aBw" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/unary/vent_pump/on{ +"aBT" = ( +/obj/machinery/light/small{ dir = 8 }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"aBx" = ( -/obj/item/weapon/stool{ - pixel_y = 8 - }, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aBy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ +/obj/structure/cable{ d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/binary/pump/on{ - dir = 1; - target_pressure = 200 + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aBz" = ( -/obj/machinery/power/terminal, +/area/maintenance/dormitory) +"aBU" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, +/obj/item/device/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"aBV" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, /obj/machinery/light/small{ dir = 4 }, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" +/obj/machinery/light_switch{ + pixel_x = 22; + pixel_y = 10 }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aBA" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/hallway/secondary/entry/fore) -"aBB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0; - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"aBC" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"aBD" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aBE" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"aBW" = ( /obj/machinery/shower{ dir = 4; icon_state = "shower"; @@ -15680,7 +15775,11 @@ /obj/structure/curtain/open/shower, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aBF" = ( +"aBX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aBY" = ( /obj/machinery/shower{ dir = 8; icon_state = "shower"; @@ -15690,7 +15789,22 @@ /obj/structure/curtain/open/shower, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aBG" = ( +"aBZ" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"aCa" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -15704,49 +15818,91 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"aBH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"aBI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"aBJ" = ( -/turf/simulated/wall/r_wall, -/area/hallway/secondary/entry/port) -"aBK" = ( +"aCb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/machinery/computer/HolodeckControl/Exodus, /turf/simulated/floor/tiled, /area/crew_quarters/fitness) -"aBL" = ( +"aCc" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"aCd" = ( +/turf/simulated/wall, +/area/maintenance/bar) +"aCe" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aCf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aCg" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes/buildable{ + charge = 0; + RCon_tag = "Solar - Fore Starboard" + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Solar Maintenance Fore Starboard"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aCh" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"aCi" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"aCj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/fore) +"aCk" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -15758,10 +15914,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aBM" = ( -/turf/simulated/wall, -/area/hallway/secondary/entry/port) -"aBN" = ( +"aCl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/power/apc/high{ @@ -15782,108 +15935,18 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aBO" = ( -/obj/machinery/atmospherics/pipe/tank/air{ - dir = 8 +"aCm" = ( +/turf/simulated/wall, +/area/security/checkpoint2) +"aCn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6; + icon_state = "intact"; + tag = "icon-intact-f (SOUTHEAST)" }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"aBP" = ( -/obj/item/weapon/stool{ - pixel_y = 8 - }, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"aBQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/binary/pump/on{ - dir = 1; - target_pressure = 200 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"aBR" = ( -/obj/machinery/power/terminal, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"aBS" = ( -/obj/machinery/atmospherics/pipe/tank/air{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"aBT" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aBU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aBV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aBW" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aBX" = ( -/turf/simulated/wall/r_wall, -/area/security/nuke_storage) -"aBY" = ( +"aCo" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold4w/hidden/cyan, /obj/effect/floor_decal/industrial/warning{ @@ -15893,17 +15956,86 @@ }, /turf/simulated/floor/plating, /area/maintenance/arrivals) -"aBZ" = ( +"aCp" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aCq" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Solar Maintenance Fore Port"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aCr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aCs" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes/buildable{ + charge = 0; + RCon_tag = "Solar - Fore Port" + }, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aCt" = ( +/turf/simulated/wall, +/area/storage/primary) +"aCu" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/storage/primary) +"aCv" = ( +/turf/simulated/wall/r_wall, +/area/storage/primary) +"aCw" = ( +/obj/structure/closet/secure_closet/freezer/money, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"aCx" = ( /obj/machinery/light_switch{ pixel_y = 28 }, /turf/simulated/floor/tiled/dark, /area/security/nuke_storage) -"aCa" = ( -/obj/structure/closet/secure_closet/freezer/money, -/turf/simulated/floor/tiled/dark, -/area/security/nuke_storage) -"aCb" = ( +"aCy" = ( /obj/machinery/alarm{ pixel_y = 23 }, @@ -15912,22 +16044,14 @@ }, /turf/simulated/floor/tiled/dark, /area/security/nuke_storage) -"aCc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aCd" = ( -/obj/machinery/nuclearbomb/station, +"aCz" = ( /turf/simulated/floor/tiled/dark, /area/security/nuke_storage) -"aCe" = ( +"aCA" = ( /obj/machinery/computer/secure_data/detective_computer, /turf/simulated/floor/tiled/dark, /area/security/nuke_storage) -"aCf" = ( +"aCB" = ( /obj/machinery/gateway{ dir = 10 }, @@ -15936,7 +16060,14 @@ }, /turf/simulated/floor/tiled/dark, /area/gateway) -"aCg" = ( +"aCC" = ( +/obj/machinery/gateway, +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aCD" = ( /obj/machinery/gateway{ dir = 6 }, @@ -15945,29 +16076,7 @@ }, /turf/simulated/floor/tiled/dark, /area/gateway) -"aCh" = ( -/obj/machinery/gateway, -/obj/effect/landmark{ - name = "JoinLateGateway" - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aCi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/ai_monitored/storage/eva) -"aCj" = ( +"aCE" = ( /obj/structure/table/rack{ dir = 8; layer = 2.9 @@ -15978,7 +16087,7 @@ /obj/item/clothing/head/helmet/space/void/engineering, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aCk" = ( +"aCF" = ( /obj/structure/table/rack{ dir = 8; layer = 2.9 @@ -15989,52 +16098,7 @@ /obj/item/clothing/head/helmet/space/void/atmos, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aCl" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"aCm" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/obj/item/device/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"aCn" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aCo" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 22; - pixel_y = 10 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"aCp" = ( +"aCG" = ( /obj/structure/table/reinforced, /obj/item/device/assembly/signaler, /obj/item/device/assembly/signaler, @@ -16048,17 +16112,18 @@ }, /turf/simulated/floor/tiled, /area/ai_monitored/storage/eva) -"aCq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 +"aCH" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 + dir = 4 }, -/turf/simulated/floor/tiled/dark, +/turf/simulated/floor/tiled, /area/ai_monitored/storage/eva) -"aCr" = ( +"aCI" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -16074,22 +16139,23 @@ }, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aCs" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) +"aCJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"aCt" = ( +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aCK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"aCL" = ( /obj/structure/table/reinforced, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -16112,94 +16178,22 @@ }, /turf/simulated/floor/tiled, /area/ai_monitored/storage/eva) -"aCu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aCv" = ( -/obj/structure/grille, +"aCM" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/mime, /obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"aCw" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aCx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aCy" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes/buildable{ - charge = 0; - RCon_tag = "Solar - Fore Starboard" - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Solar Maintenance Fore Starboard"; dir = 1 }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aCz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"aCA" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"aCB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/fore) -"aCC" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/sleep/bedrooms) +"aCN" = ( /obj/machinery/camera/network/civilian_east{ c_tag = "Dormitory Bedroom Aft"; dir = 1 }, /turf/simulated/floor/carpet, /area/crew_quarters/sleep/bedrooms) -"aCD" = ( +"aCO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ d1 = 1; @@ -16218,10 +16212,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"aCE" = ( -/turf/simulated/wall, -/area/security/checkpoint2) -"aCF" = ( +"aCP" = ( /obj/structure/sink{ icon_state = "sink"; dir = 8; @@ -16236,88 +16227,26 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aCG" = ( -/obj/structure/urinal{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aCH" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Solar Maintenance Fore Port"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"aCI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"aCJ" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes/buildable{ - charge = 0; - RCon_tag = "Solar - Fore Port" - }, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"aCK" = ( -/turf/simulated/wall, -/area/storage/primary) -"aCL" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/storage/primary) -"aCM" = ( -/turf/simulated/wall/r_wall, -/area/storage/primary) -"aCN" = ( +"aCQ" = ( /obj/machinery/alarm{ pixel_y = 22 }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aCO" = ( +"aCR" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aCS" = ( /obj/structure/urinal{ pixel_y = 32 }, /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aCP" = ( +"aCT" = ( /obj/effect/landmark{ name = "xeno_spawn"; pixel_x = -1 @@ -16326,7 +16255,93 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aCQ" = ( +"aCU" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aCV" = ( +/obj/structure/table/woodentable, +/obj/machinery/reagentgrinder, +/obj/item/weapon/reagent_containers/food/drinks/shaker, +/obj/item/weapon/packageWrap, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Bar Backroom" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aCW" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/box/beanbags, +/obj/item/weapon/gun/projectile/shotgun/doublebarrel, +/obj/item/weapon/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/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aCX" = ( +/turf/simulated/wall, +/area/crew_quarters/bar) +"aCY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aCZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aDa" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"aDb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Dormitory Holodeck South"; + dir = 1; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"aDc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/fitness) +"aDd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 6; icon_state = "intact"; @@ -16337,7 +16352,16 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aCR" = ( +"aDe" = ( +/obj/machinery/atmospherics/binary/passive_gate{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aDf" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ tag = "icon-map (NORTH)"; icon_state = "map"; @@ -16351,16 +16375,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aCS" = ( -/obj/machinery/atmospherics/binary/passive_gate{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aCT" = ( +"aDg" = ( /obj/machinery/atmospherics/pipe/tank/air{ dir = 8 }, @@ -16369,45 +16384,128 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aCU" = ( +"aDh" = ( +/obj/machinery/door/airlock/engineering{ + icon_state = "door_closed"; + locked = 0; + name = "Fore Starboard Solar Access"; + req_access = list(11) + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarstarboard) +"aDi" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/auxsolarstarboard) +"aDj" = ( +/turf/simulated/wall, +/area/maintenance/library) +"aDk" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aDl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aDm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aDn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aDo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aDp" = ( +/turf/template_noop, +/area/syndicate_station/arrivals_dock) +"aDq" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/arrival/station) +"aDr" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_straight (WEST)"; icon_state = "swall_straight"; dir = 8 }, /area/shuttle/arrival/station) -"aCV" = ( -/obj/item/modular_computer/console/preset/command, -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 0; - pixel_y = 32 +"aDs" = ( +/obj/machinery/door/unpowered/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aDt" = ( +/obj/structure/window/shuttle, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aDu" = ( +/obj/structure/window/shuttle{ + icon_state = "window8" }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aCW" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 0; - pixel_y = 30 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 5 - }, -/obj/item/modular_computer/console/preset/security, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aCX" = ( +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/arrival/station) +"aDv" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_t (NORTH)"; icon_state = "swall_t"; dir = 1 }, /area/shuttle/arrival/station) -"aCY" = ( +"aDw" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + tag = "icon-swall_c"; + icon_state = "swall_c" + }, +/area/shuttle/arrival/station) +"aDx" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (WEST)"; icon_state = "warning"; @@ -16415,7 +16513,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aCZ" = ( +"aDy" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ @@ -16435,7 +16533,20 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aDa" = ( +"aDz" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/device/flashlight/flare, +/obj/effect/floor_decal/corner/blue/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aDA" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -16451,64 +16562,38 @@ }, /turf/simulated/floor/tiled/dark, /area/security/checkpoint2) -"aDb" = ( -/obj/structure/closet/secure_closet/security, -/obj/machinery/light{ - dir = 1 +"aDB" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 0; + pixel_y = 30 }, -/obj/item/device/flashlight/flare, -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/item/modular_computer/console/preset/security, +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aDC" = ( +/obj/item/modular_computer/console/preset/command, +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 }, /turf/simulated/floor/tiled/dark, /area/security/checkpoint2) -"aDc" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 +"aDD" = ( +/obj/machinery/computer/secure_data, +/obj/effect/floor_decal/corner/blue{ + dir = 5 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/sink{ - icon_state = "sink"; - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aDd" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/mime, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/sleep/bedrooms) -"aDe" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/random/cookingoil, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aDf" = ( +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aDE" = ( /obj/machinery/requests_console{ department = "Security"; departmentType = 5; @@ -16528,30 +16613,48 @@ }, /turf/simulated/floor/tiled/dark, /area/security/checkpoint2) -"aDg" = ( -/obj/machinery/computer/secure_data, -/obj/effect/floor_decal/corner/blue{ - dir = 5 +"aDF" = ( +/obj/machinery/atmospherics/binary/passive_gate, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aDG" = ( +/obj/machinery/atmospherics/binary/pump/high_power/on{ + tag = "icon-map_on (NORTH)"; + icon_state = "map_on"; + dir = 1 }, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aDh" = ( +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aDH" = ( +/obj/machinery/door/airlock/engineering{ + icon_state = "door_closed"; + locked = 0; + name = "Fore Port Solar Access"; + req_access = list(11) + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/auxsolarport) +"aDI" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/auxsolarport) +"aDJ" = ( /obj/machinery/vending/assist, /turf/simulated/floor/tiled, /area/storage/primary) -"aDi" = ( -/obj/structure/table/standard, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aDj" = ( +"aDK" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -16561,7 +16664,27 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/storage/primary) -"aDk" = ( +"aDL" = ( +/obj/structure/table/standard, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aDM" = ( +/obj/structure/table/standard, +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aDN" = ( /obj/structure/table/standard, /obj/machinery/requests_console{ department = "Tool Storage"; @@ -16577,218 +16700,7 @@ }, /turf/simulated/floor/tiled, /area/storage/primary) -"aDl" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aDm" = ( -/obj/structure/table/woodentable, -/obj/machinery/reagentgrinder, -/obj/item/weapon/reagent_containers/food/drinks/shaker, -/obj/item/weapon/packageWrap, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Bar Backroom" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aDn" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/box/beanbags, -/obj/item/weapon/gun/projectile/shotgun/doublebarrel, -/obj/item/weapon/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/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aDo" = ( -/turf/simulated/wall, -/area/crew_quarters/bar) -"aDp" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aDq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aDr" = ( -/turf/simulated/wall, -/area/maintenance/bar) -"aDs" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"aDt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Dormitory Holodeck South"; - dir = 1; - pixel_y = 6 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"aDu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/fitness) -"aDv" = ( -/obj/machinery/door/airlock/engineering{ - icon_state = "door_closed"; - locked = 0; - name = "Fore Starboard Solar Access"; - req_access = list(11) - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarstarboard) -"aDw" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/maintenance/auxsolarstarboard) -"aDx" = ( -/turf/simulated/wall, -/area/maintenance/library) -"aDy" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aDz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aDA" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aDB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aDC" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aDD" = ( -/turf/space, -/area/syndicate_station/arrivals_dock) -"aDE" = ( -/obj/structure/table/standard, -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aDF" = ( -/obj/structure/table/standard, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aDG" = ( -/obj/machinery/door/unpowered/shuttle, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aDH" = ( -/obj/structure/window/shuttle{ - icon_state = "window4" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/arrival/station) -"aDI" = ( -/obj/structure/window/shuttle{ - icon_state = "window8" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/arrival/station) -"aDJ" = ( +"aDO" = ( /obj/structure/table/standard, /obj/item/device/radio/intercom{ broadcasting = 0; @@ -16801,20 +16713,18 @@ /obj/random/tech_supply, /turf/simulated/floor/tiled, /area/storage/primary) -"aDK" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" +"aDP" = ( +/obj/structure/table/standard, +/obj/machinery/light_switch{ + pixel_y = 28 }, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, /turf/simulated/floor/tiled, /area/storage/primary) -"aDL" = ( +"aDQ" = ( /obj/structure/table/standard, /obj/machinery/status_display{ layer = 4; @@ -16827,20 +16737,34 @@ /obj/random/tech_supply, /turf/simulated/floor/tiled, /area/storage/primary) -"aDM" = ( +"aDR" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aDS" = ( /obj/machinery/vending/tool, /turf/simulated/floor/tiled, /area/storage/primary) -"aDN" = ( -/turf/simulated/floor/tiled/dark, -/area/security/nuke_storage) -"aDO" = ( +"aDT" = ( /obj/effect/landmark{ name = "blobstart" }, /turf/simulated/floor/tiled/dark, /area/security/nuke_storage) -"aDP" = ( +"aDU" = ( +/obj/machinery/nuclearbomb/station, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"aDV" = ( /obj/effect/landmark{ name = "xeno_spawn"; pixel_x = -1 @@ -16856,7 +16780,871 @@ }, /turf/simulated/floor/tiled/dark, /area/security/nuke_storage) -"aDQ" = ( +"aDW" = ( +/obj/structure/window/reinforced, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aDX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aDY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aDZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aEa" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/gateway) +"aEb" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aEc" = ( +/obj/machinery/door/airlock/glass_engineering{ + name = "Engineering Voidsuits"; + req_one_access = list(11,24) + }, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aEd" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aEe" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aEf" = ( +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_y = 3 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = -3 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"aEg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/ai_monitored/storage/eva) +"aEh" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/tank/jetpack/carbondioxide, +/obj/item/clothing/shoes/magboots, +/obj/item/device/suit_cooling_unit, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aEi" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/substation/civilian_east) +"aEj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aEk" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aEl" = ( +/obj/structure/sink{ + icon_state = "sink"; + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aEm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aEn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aEo" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aEp" = ( +/obj/machinery/light/small, +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aEq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aEr" = ( +/obj/item/weapon/storage/secure/safe{ + pixel_x = -20; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aEs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aEt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aEu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Bar Maintenance"; + req_access = list(25) + }, +/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/plating, +/area/crew_quarters/bar) +"aEv" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + icon_state = "pipe-j1s"; + sortType = "Bar"; + name = "Bar" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aEw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aEx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8; + icon_state = "map"; + tag = "icon-manifold-f (WEST)" + }, +/obj/machinery/meter, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aEy" = ( +/obj/machinery/atmospherics/binary/pump/high_power/on{ + dir = 4; + icon_state = "map_on"; + tag = "icon-map_on (EAST)"; + target_pressure = 15000 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aEz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/meter, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aEA" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aEB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aED" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (EAST)"; + icon_state = "warningcorner"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Solar Maintenance Fore Starboard Access"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEI" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEK" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEL" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aEM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled/dark, +/area/maintenance/library) +"aEN" = ( +/turf/simulated/shuttle/wall{ + tag = "icon-swall_t (EAST)"; + icon_state = "swall_t"; + dir = 4 + }, +/area/shuttle/arrival/station) +"aEO" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aEP" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aEQ" = ( +/obj/machinery/computer/arcade, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aER" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aES" = ( +/obj/structure/closet/wardrobe/xenos, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aET" = ( +/obj/structure/closet/wardrobe/mixed, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aEU" = ( +/obj/structure/closet/wardrobe/grey, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aEV" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aEW" = ( +/turf/simulated/shuttle/wall{ + tag = "icon-swall_t (WEST)"; + icon_state = "swall_t"; + dir = 8 + }, +/area/shuttle/arrival/station) +"aEX" = ( +/obj/structure/shuttle/engine/propulsion{ + tag = "icon-burst_r (EAST)"; + icon_state = "burst_r"; + dir = 4 + }, +/turf/template_noop, +/area/shuttle/arrival/station) +"aEY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aEZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aFa" = ( +/obj/structure/closet/wardrobe/red, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aFb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aFc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aFd" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aFe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aFf" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access = list(1) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/security/checkpoint2) +"aFg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5; + icon_state = "intact"; + tag = "icon-intact-f (NORTHWEST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aFh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aFi" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/machinery/atmospherics/valve{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aFj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/network/engineering{ + c_tag = "Solar Maintenance Fore Port Access" + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aFk" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aFl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aFm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aFn" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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/plating, +/area/storage/primary) +"aFo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aFp" = ( +/obj/effect/landmark/start{ + name = "Assistant" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aFq" = ( +/obj/effect/landmark/start{ + name = "Assistant" + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aFr" = ( +/obj/item/weapon/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start{ + name = "Assistant" + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aFs" = ( +/obj/effect/landmark/start{ + name = "Assistant" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aFt" = ( +/obj/machinery/lapvend, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aFu" = ( +/obj/structure/closet/crate, +/obj/item/stack/material/gold, +/obj/item/weapon/storage/belt/champion, +/obj/machinery/camera/network/command{ + c_tag = "Vault"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"aFv" = ( /obj/item/weapon/coin/silver{ pixel_x = 7; pixel_y = 12 @@ -16887,842 +17675,7 @@ }, /turf/simulated/floor/tiled/dark, /area/security/nuke_storage) -"aDR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aDS" = ( -/obj/structure/window/reinforced, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aDT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aDU" = ( -/obj/machinery/door/airlock/engineering{ - icon_state = "door_closed"; - locked = 0; - name = "Fore Port Solar Access"; - req_access = list(11) - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/auxsolarport) -"aDV" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/maintenance/auxsolarport) -"aDW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aDX" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/gateway) -"aDY" = ( -/obj/machinery/door/airlock/glass_engineering{ - name = "Engineering Voidsuits"; - req_one_access = list(11,24) - }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aDZ" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aEa" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aEb" = ( -/obj/item/weapon/storage/briefcase/inflatable{ - pixel_x = 3; - pixel_y = 6 - }, -/obj/item/weapon/storage/briefcase/inflatable{ - pixel_y = 3 - }, -/obj/item/weapon/storage/briefcase/inflatable{ - pixel_x = -3 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aEc" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/clothing/shoes/magboots, -/obj/item/device/suit_cooling_unit, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aEd" = ( -/obj/machinery/door/firedoor/border_only, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aEe" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aEf" = ( -/obj/structure/sink{ - icon_state = "sink"; - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aEg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aEh" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aEi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aEj" = ( -/obj/machinery/light/small, -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aEk" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aEl" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 8; - icon_state = "map"; - tag = "icon-manifold-f (WEST)" - }, -/obj/machinery/meter, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aEm" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, -/obj/machinery/meter, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aEn" = ( -/obj/machinery/atmospherics/binary/pump/high_power/on{ - dir = 4; - icon_state = "map_on"; - tag = "icon-map_on (EAST)"; - target_pressure = 15000 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aEo" = ( -/obj/machinery/atmospherics/pipe/tank/air{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aEp" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (EAST)"; - icon_state = "warningcorner"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEq" = ( -/obj/effect/decal/cleanable/generic, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aEr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Solar Maintenance Fore Starboard Access"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/tiled/dark, -/area/maintenance/library) -"aEu" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (EAST)"; - icon_state = "swall_t"; - dir = 4 - }, -/area/shuttle/arrival/station) -"aEv" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (WEST)"; - icon_state = "swall_t"; - dir = 8 - }, -/area/shuttle/arrival/station) -"aEw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/ai_monitored/storage/eva) -"aEx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aEy" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/substation/civilian_east) -"aEz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aEA" = ( -/obj/structure/closet/wardrobe/red, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aEB" = ( -/obj/structure/bed/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aEC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aED" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aEE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"aEF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"aEG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aEH" = ( -/obj/item/weapon/storage/secure/safe{ - pixel_x = -20; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aEI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aEJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aEK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access = list(25) - }, -/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/plating, -/area/crew_quarters/bar) -"aEL" = ( -/obj/structure/disposalpipe/sortjunction{ - dir = 2; - icon_state = "pipe-j1s"; - sortType = "Bar"; - name = "Bar" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aEM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aEN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEP" = ( -/obj/effect/landmark/start{ - name = "Assistant" - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aEQ" = ( -/obj/effect/landmark/start{ - name = "Assistant" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aER" = ( -/obj/item/weapon/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start{ - name = "Assistant" - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aES" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aET" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEU" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEW" = ( -/obj/effect/decal/cleanable/generic, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/mob/living/simple_animal/mouse, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEX" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aEY" = ( -/obj/effect/landmark/start{ - name = "Assistant" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aEZ" = ( -/obj/machinery/lapvend, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aFa" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aFb" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aFc" = ( -/obj/machinery/computer/arcade, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aFd" = ( -/obj/structure/closet/wardrobe/black, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aFe" = ( -/obj/structure/closet/wardrobe/xenos, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aFf" = ( -/obj/structure/closet/wardrobe/mixed, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aFg" = ( -/obj/structure/closet/wardrobe/grey, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aFh" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aFi" = ( -/obj/structure/closet/crate, -/obj/item/stack/material/gold, -/obj/item/weapon/storage/belt/champion, -/obj/machinery/camera/network/command{ - c_tag = "Vault"; - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/nuke_storage) -"aFj" = ( -/obj/structure/shuttle/engine/propulsion{ - tag = "icon-burst_r (EAST)"; - icon_state = "burst_r"; - dir = 4 - }, -/turf/space, -/area/shuttle/arrival/station) -"aFk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aFl" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/mob/living/simple_animal/mouse/brown/Tom, -/turf/simulated/floor/tiled/dark, -/area/security/nuke_storage) -"aFm" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/security/nuke_storage) -"aFn" = ( -/turf/simulated/floor/tiled, -/area/gateway) -"aFo" = ( +"aFw" = ( /obj/machinery/vending/coffee, /obj/machinery/camera/network/civilian_west{ c_tag = "Gateway Arrival Area"; @@ -17733,61 +17686,26 @@ }, /turf/simulated/floor/tiled, /area/gateway) -"aFp" = ( +"aFx" = ( +/turf/simulated/floor/tiled, +/area/gateway) +"aFy" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/gateway) -"aFq" = ( +"aFz" = ( /obj/structure/sign/biohazard{ pixel_x = 32 }, /obj/structure/closet/wardrobe/xenos, /turf/simulated/floor/tiled, /area/gateway) -"aFr" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access = list(1) - }, -/obj/machinery/door/firedoor/border_only, +"aFA" = ( +/obj/structure/reagent_dispensers/watertank, /turf/simulated/floor/plating, -/area/security/checkpoint2) -"aFs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"aFt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/security_starboard) -"aFu" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"aFv" = ( +/area/maintenance/evahallway) +"aFB" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -17806,51 +17724,23 @@ /obj/item/device/flashlight/heavy, /turf/simulated/floor/tiled, /area/ai_monitored/storage/eva) -"aFw" = ( -/obj/machinery/door/firedoor/border_only, +"aFC" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_command{ name = "E.V.A."; req_one_access = list(18) }, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aFx" = ( +"aFD" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 }, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aFy" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/storage/primary) -"aFz" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"aFA" = ( -/obj/machinery/door/firedoor/border_only, +"aFE" = ( +/obj/machinery/door/firedoor, /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (WEST)"; icon_state = "corner_white"; @@ -17858,31 +17748,69 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"aFB" = ( -/obj/machinery/door/firedoor/border_only, +"aFF" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"aFG" = ( +/obj/machinery/door/firedoor, /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"aFC" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 +"aFH" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/turf/simulated/wall, +/area/maintenance/substation/civilian_east) +"aFI" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "Civilian East Substation Bypass" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian_east) +"aFJ" = ( +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/smes/buildable{ + charge = 0; + RCon_tag = "Substation - Civilian East" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian_east) +"aFK" = ( +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" }, /obj/structure/cable/green{ - d1 = 4; d2 = 8; - icon_state = "4-8" + icon_state = "0-8" }, -/obj/effect/floor_decal/corner/grey{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Civilian East Subgrid"; + name_tag = "Civilian East Subgrid" }, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aFD" = ( +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian_east) +"aFL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, @@ -17910,22 +17838,26 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"aFE" = ( +"aFM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 +/obj/effect/floor_decal/corner/grey{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aFF" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aFN" = ( /obj/machinery/door/airlock{ name = "Unisex Restrooms" }, @@ -17940,10 +17872,25 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"aFG" = ( +"aFO" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aFP" = ( /obj/machinery/power/apc{ dir = 4; name = "east bump"; @@ -17955,7 +17902,193 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aFH" = ( +"aFQ" = ( +/obj/structure/sign/poster{ + pixel_x = 0; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/crew_quarters/toilet) +"aFR" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aFS" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aFT" = ( +/obj/structure/closet/gmcloset{ + icon_closed = "black"; + icon_state = "black"; + name = "formal wardrobe" + }, +/obj/item/device/eftpos{ + eftpos_name = "Bar EFTPOS scanner" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/glass_jar, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aFU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aFV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aFW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aFX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aFY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aFZ" = ( +/obj/effect/decal/cleanable/spiderling_remains, +/obj/machinery/atmospherics/valve, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aGa" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aGb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aGc" = ( +/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{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aGd" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aGe" = ( +/obj/item/weapon/cigbutt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aGf" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aGg" = ( +/turf/simulated/wall, +/area/chapel/office) +"aGh" = ( +/turf/simulated/wall, +/area/chapel/main) +"aGi" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Maintenance"; + req_one_access = list(12,22) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aGj" = ( /turf/simulated/shuttle/floor, /turf/simulated/shuttle/wall{ tag = "icon-swall_c (WEST)"; @@ -17963,13 +18096,32 @@ dir = 8 }, /area/shuttle/arrival/station) -"aFI" = ( +"aGk" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aGl" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_straight"; icon_state = "swall_straight" }, /area/shuttle/arrival/station) -"aFJ" = ( +"aGm" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/landmark{ + name = "JoinLate" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aGn" = ( /obj/structure/shuttle/engine/heater{ icon_state = "heater"; dir = 4 @@ -17979,22 +18131,25 @@ }, /turf/simulated/floor/airless, /area/shuttle/arrival/station) -"aFK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 +"aGo" = ( +/obj/structure/shuttle/engine/propulsion{ + tag = "icon-propulsion (EAST)"; + icon_state = "propulsion"; + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/turf/template_noop, +/area/shuttle/arrival/station) +"aGp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/effect/floor_decal/corner/blue{ - dir = 10 +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aFL" = ( +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aGq" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -18010,11 +18165,32 @@ /obj/effect/floor_decal/corner/blue/full, /turf/simulated/floor/tiled/dark, /area/security/checkpoint2) -"aFM" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aFN" = ( +"aGr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aGs" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + icon_state = "medlaptop" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/security/checkpoint2) +"aGt" = ( /obj/structure/table/reinforced, /obj/item/weapon/paper_bin{ pixel_x = 1; @@ -18026,17 +18202,17 @@ }, /turf/simulated/floor/tiled/dark, /area/security/checkpoint2) -"aFO" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/skills{ - icon_state = "medlaptop" +"aGu" = ( +/obj/machinery/recharger{ + pixel_y = 4 }, +/obj/structure/table/reinforced, /obj/effect/floor_decal/corner/blue{ dir = 10 }, /turf/simulated/floor/tiled/dark, /area/security/checkpoint2) -"aFP" = ( +"aGv" = ( /obj/item/weapon/crowbar, /obj/item/device/flash, /obj/item/device/radio/intercom{ @@ -18050,17 +18226,47 @@ }, /turf/simulated/floor/tiled/dark, /area/security/checkpoint2) -"aFQ" = ( -/obj/machinery/recharger{ - pixel_y = 4 +"aGw" = ( +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/table/reinforced, -/obj/effect/floor_decal/corner/blue{ - dir = 10 +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aGx" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 }, -/turf/simulated/floor/tiled/dark, -/area/security/checkpoint2) -"aFR" = ( +/turf/simulated/floor/plating, +/area/maintenance/arrivals) +"aGy" = ( +/turf/simulated/wall, +/area/maintenance/substation/civilian_west) +"aGz" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/maintenance/substation/civilian_west) +"aGA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Civilian West Substation"; + req_one_access = list(11,24) + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian_west) +"aGB" = ( /obj/structure/table/standard, /obj/machinery/light{ icon_state = "tube1"; @@ -18072,7 +18278,7 @@ /obj/random/tech_supply, /turf/simulated/floor/tiled, /area/storage/primary) -"aFS" = ( +"aGC" = ( /obj/structure/table/standard, /obj/machinery/light{ dir = 4 @@ -18083,70 +18289,14 @@ /obj/random/tech_supply, /turf/simulated/floor/tiled, /area/storage/primary) -"aFT" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Chapel Maintenance"; - req_one_access = list(12,22) +"aGD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/mob/living/simple_animal/mouse/brown/Tom, /turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aFU" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/maintenance/substation/civilian_east) -"aFV" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Civilian East Substation Bypass" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/civilian_east) -"aFW" = ( -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/smes/buildable{ - charge = 0; - RCon_tag = "Substation - Civilian East" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/civilian_east) -"aFX" = ( -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Civilian East Subgrid"; - name_tag = "Civilian East Subgrid" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/civilian_east) -"aFY" = ( +/area/security/nuke_storage) +"aGE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, @@ -18160,7 +18310,18 @@ }, /turf/simulated/floor/tiled/dark, /area/security/nuke_storage) -"aFZ" = ( +"aGF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/security/nuke_storage) +"aGG" = ( /obj/structure/cable/green{ d1 = 1; d2 = 8; @@ -18169,19 +18330,7 @@ /obj/structure/safe/station, /turf/simulated/floor/tiled/dark, /area/security/nuke_storage) -"aGa" = ( -/obj/structure/shuttle/engine/propulsion{ - tag = "icon-propulsion (EAST)"; - icon_state = "propulsion"; - dir = 4 - }, -/turf/space, -/area/shuttle/arrival/station) -"aGb" = ( -/obj/item/weapon/stool, -/turf/simulated/floor/tiled, -/area/gateway) -"aGc" = ( +"aGH" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -18190,247 +18339,38 @@ /obj/machinery/vending/cola, /turf/simulated/floor/tiled, /area/gateway) -"aGd" = ( -/obj/structure/sign/poster{ - pixel_x = 0; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/crew_quarters/toilet) -"aGe" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +"aGI" = ( +/obj/item/weapon/stool, +/turf/simulated/floor/tiled, +/area/gateway) +"aGJ" = ( /obj/machinery/hologram/holopad, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aGf" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aGg" = ( -/obj/structure/closet/gmcloset{ - icon_closed = "black"; - icon_state = "black"; - name = "formal wardrobe" - }, -/obj/item/device/eftpos{ - eftpos_name = "Bar EFTPOS scanner" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/glass_jar, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aGh" = ( -/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/gateway) +"aGK" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/gateway) +"aGL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, /turf/simulated/floor/plating, -/area/maintenance/bar) -"aGi" = ( +/area/maintenance/evahallway) +"aGM" = ( +/obj/structure/reagent_dispensers/fueltank, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aGj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aGk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aGl" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aGm" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/random/loot, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"aGn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aGo" = ( -/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{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aGp" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aGq" = ( -/obj/item/weapon/cigbutt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aGr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/library) -"aGs" = ( -/turf/simulated/wall, -/area/chapel/office) -"aGt" = ( -/turf/simulated/wall, -/area/chapel/main) -"aGu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aGv" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/gateway) -"aGw" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aGx" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/structure/closet/wardrobe/black, -/turf/simulated/floor/tiled, -/area/gateway) -"aGy" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/effect/landmark{ - name = "JoinLate" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aGz" = ( +"aGN" = ( /obj/machinery/suit_cycler/medical, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aGA" = ( -/obj/structure/shuttle/engine/propulsion{ - tag = "icon-burst_l (EAST)"; - icon_state = "burst_l"; - dir = 4 - }, -/turf/space, -/area/shuttle/arrival/station) -"aGB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aGC" = ( +"aGO" = ( /obj/structure/table/reinforced, /obj/machinery/cell_charger, /obj/item/weapon/cell/high{ @@ -18459,7 +18399,7 @@ }, /turf/simulated/floor/tiled, /area/ai_monitored/storage/eva) -"aGD" = ( +"aGP" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -18472,22 +18412,31 @@ }, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aGE" = ( +"aGQ" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/ai_monitored/storage/eva) +"aGR" = ( /obj/machinery/suit_storage_unit/standard_unit, /turf/simulated/floor/tiled/dark, /area/ai_monitored/storage/eva) -"aGF" = ( -/obj/machinery/door/airlock/glass{ - name = "Central Access" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/fore) -"aGG" = ( +"aGS" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, @@ -18498,54 +18447,121 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"aGH" = ( +"aGT" = ( +/obj/machinery/door/airlock/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/fore) +"aGU" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/fore) -"aGI" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"aGJ" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"aGK" = ( -/turf/simulated/wall, -/area/maintenance/substation/civilian_west) -"aGL" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/maintenance/substation/civilian_west) -"aGM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +"aGV" = ( +/obj/item/weapon/cigbutt, /obj/structure/cable{ d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Civilian West Substation"; - req_one_access = list(11,24) + d2 = 4; + icon_state = "1-4" }, /turf/simulated/floor/plating, -/area/maintenance/substation/civilian_west) -"aGN" = ( +/area/maintenance/dormitory) +"aGW" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian_east) +"aGX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian_east) +"aGY" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/terminal{ + icon_state = "term"; + dir = 1 + }, +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian_east) +"aGZ" = ( +/obj/structure/cable/green, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian_east) +"aHa" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/civilian_east) +"aHb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/grey/full, +/turf/simulated/floor/tiled, +/area/crew_quarters/sleep) +"aHc" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, @@ -18565,24 +18581,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/sleep) -"aGO" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/grey/full, -/turf/simulated/floor/tiled, -/area/crew_quarters/sleep) -"aGP" = ( +"aHd" = ( /obj/structure/sink{ icon_state = "sink"; dir = 8; @@ -18592,13 +18591,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aGQ" = ( +"aHe" = ( /obj/machinery/light_switch{ pixel_x = 27 }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aGR" = ( +"aHf" = ( /obj/structure/toilet{ pixel_y = 8 }, @@ -18607,7 +18606,7 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aGS" = ( +"aHg" = ( /obj/structure/toilet{ pixel_y = 8 }, @@ -18619,342 +18618,31 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aGT" = ( +"aHh" = ( /obj/machinery/light/small{ dir = 8 }, /obj/machinery/recharge_station, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aGU" = ( -/obj/structure/closet/wardrobe/chaplain_black, -/obj/item/device/radio/intercom{ - pixel_y = 25 - }, -/turf/simulated/floor/carpet, -/area/chapel/office) -"aGV" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Chapel Office" - }, -/turf/simulated/floor/carpet, -/area/chapel/office) -"aGW" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Chapel"; - departmentType = 2; - pixel_y = 30 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/carpet, -/area/chapel/office) -"aGX" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Crematorium Maintenance"; - req_access = list(27) - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aGY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aGZ" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aHa" = ( -/obj/machinery/button/remote/blast_door{ - id = "chapel"; - name = "Privacy Shutters"; - pixel_y = 25 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"aHb" = ( -/obj/structure/closet/coffin, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "chapel"; - name = "Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aHc" = ( -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aHd" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/ai_monitored/storage/eva) -"aHe" = ( -/obj/structure/closet/coffin, -/obj/machinery/door/window/eastleft{ - name = "Coffin Storage"; - req_access = list(22) - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aHf" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aHg" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/effect/floor_decal/industrial/warning/cee{ - tag = "icon-warningcee (EAST)"; - icon_state = "warningcee"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/chapel/main) -"aHh" = ( -/obj/machinery/door/window{ - dir = 8; - name = "Mass Driver"; - req_access = list(22) - }, -/obj/machinery/mass_driver{ - dir = 4; - id = "chapelgun" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/airlock_sensor{ - pixel_y = 25 - }, -/obj/effect/floor_decal/industrial/warning/cee{ - tag = "icon-warningcee (WEST)"; - icon_state = "warningcee"; - dir = 8 - }, -/turf/simulated/floor/plating, -/area/chapel/main) "aHi" = ( -/obj/item/weapon/cigbutt, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 }, -/turf/simulated/floor/plating, -/area/maintenance/dormitory) -"aHj" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/civilian_east) -"aHk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/civilian_east) -"aHl" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - icon_state = "term"; +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/civilian_east) -"aHm" = ( -/obj/structure/cable/green, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/civilian_east) -"aHn" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/civilian_east) -"aHo" = ( -/obj/machinery/alarm{ +/obj/structure/sink{ + icon_state = "sink"; dir = 8; - icon_state = "alarm0"; - pixel_x = 24 + pixel_x = -12; + pixel_y = 2 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aHp" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access = list(1) - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aHq" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Security Checkpoint"; - req_access = list(63) - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/dark, -/area/hallway/secondary/entry/starboard) -"aHr" = ( -/obj/structure/table/standard, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aHs" = ( -/obj/effect/landmark/start{ - name = "Assistant" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aHt" = ( -/obj/effect/landmark/start{ - name = "Assistant" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aHu" = ( -/obj/effect/landmark/start{ - name = "Assistant" - }, -/obj/item/weapon/stool{ - pixel_y = 8 - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aHv" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/pen, -/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/device/flashlight/lamp{ - pixel_y = 10 - }, -/turf/simulated/floor/carpet, -/area/chapel/office) -"aHw" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aHj" = ( /obj/item/device/radio/intercom{ pixel_x = 25 }, @@ -18964,7 +18652,7 @@ }, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"aHx" = ( +"aHk" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -18980,7 +18668,7 @@ /obj/machinery/meter, /turf/simulated/floor/plating, /area/maintenance/bar) -"aHy" = ( +"aHl" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -18997,7 +18685,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aHz" = ( +"aHm" = ( /obj/structure/disposalpipe/junction{ icon_state = "pipe-j1"; dir = 4 @@ -19020,7 +18708,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aHA" = ( +"aHn" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -19038,7 +18726,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aHB" = ( +"aHo" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -19057,19 +18745,26 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aHC" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +"aHp" = ( +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j1"; dir = 4 }, -/obj/structure/sink/kitchen{ - pixel_y = 28 +/obj/effect/decal/cleanable/flour, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, -/area/crew_quarters/kitchen) -"aHD" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aHq" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -19086,7 +18781,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aHE" = ( +"aHr" = ( /obj/structure/disposalpipe/sortjunction{ dir = 4; icon_state = "pipe-j1s"; @@ -19106,25 +18801,57 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aHF" = ( -/obj/structure/sign/securearea{ - desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'"; - icon_state = "monkey_painting"; - name = "Mr. Deempisi portrait"; - pixel_x = -28; - pixel_y = 4 +"aHs" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" }, -/obj/item/modular_computer/console/preset/civilian, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aHG" = ( -/obj/structure/table/rack{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/random/cookingoil, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aHt" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, /obj/random/loot, /turf/simulated/floor/plating, -/area/maintenance/library) -"aHH" = ( +/area/maintenance/bar) +"aHu" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aHv" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -19136,7 +18863,7 @@ /obj/effect/decal/cleanable/cobweb, /turf/simulated/floor/plating, /area/maintenance/library) -"aHI" = ( +"aHw" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -19147,7 +18874,20 @@ /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, /area/maintenance/library) -"aHJ" = ( +"aHx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aHy" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -19156,7 +18896,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/library) -"aHK" = ( +"aHz" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -19166,7 +18906,7 @@ /obj/machinery/meter, /turf/simulated/floor/plating, /area/maintenance/library) -"aHL" = ( +"aHA" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -19185,7 +18925,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/library) -"aHM" = ( +"aHB" = ( /obj/machinery/door/airlock/maintenance{ name = "Library Maintenance"; req_one_access = list(12,37) @@ -19195,7 +18935,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/maintenance/library) -"aHN" = ( +"aHC" = ( /obj/item/device/radio/intercom{ pixel_y = 25 }, @@ -19204,7 +18944,7 @@ /obj/item/weapon/dice, /turf/simulated/floor/wood, /area/library) -"aHO" = ( +"aHD" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -19219,15 +18959,89 @@ /obj/item/weapon/packageWrap, /turf/simulated/floor/wood, /area/library) -"aHP" = ( +"aHE" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, /turf/simulated/floor/wood, /area/library) -"aHQ" = ( +"aHF" = ( /turf/simulated/wall, /area/library) -"aHR" = ( +"aHG" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance"; + req_access = list(27) + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/chapel/office) +"aHH" = ( +/obj/structure/closet/wardrobe/chaplain_black, +/obj/item/device/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/carpet, +/area/chapel/office) +"aHI" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Chapel"; + departmentType = 2; + pixel_y = 30 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet, +/area/chapel/office) +"aHJ" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Chapel Office" + }, +/turf/simulated/floor/carpet, +/area/chapel/office) +"aHK" = ( +/obj/machinery/button/remote/blast_door{ + id = "chapel"; + name = "Privacy Shutters"; + pixel_y = 25 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"aHL" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "chapel"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/office) +"aHM" = ( +/obj/structure/closet/coffin, +/obj/machinery/door/window/eastleft{ + name = "Coffin Storage"; + req_access = list(22) + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aHN" = ( +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aHO" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -19239,180 +19053,124 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aHS" = ( -/obj/effect/landmark/start{ - name = "Assistant" +"aHP" = ( +/obj/machinery/light/small{ + dir = 1 }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aHT" = ( -/obj/effect/landmark/start{ - name = "Assistant" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aHU" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/vault/bolted, /turf/simulated/floor/tiled/dark, -/area/security/nuke_storage) -"aHV" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/gateway) -"aHW" = ( -/obj/machinery/power/apc{ +/area/chapel/main) +"aHQ" = ( +/obj/machinery/door/window{ dir = 8; - name = "west bump"; - pixel_x = -24 + name = "Mass Driver"; + req_access = list(22) }, -/obj/structure/table/standard, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" +/obj/machinery/mass_driver{ + dir = 4; + id = "chapelgun" }, -/obj/item/weapon/deck/cards, -/turf/simulated/floor/tiled, -/area/gateway) -"aHX" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/gateway) -"aHY" = ( -/obj/machinery/suit_cycler/engineering, -/obj/machinery/light/small{ +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aHZ" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/glass_command{ - name = "E.V.A. Cycler Access"; - req_one_access = list(18) +/obj/machinery/airlock_sensor{ + pixel_y = 25 }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aIa" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/effect/floor_decal/industrial/warning/cee{ + tag = "icon-warningcee (WEST)"; + icon_state = "warningcee"; + dir = 8 }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/turf/simulated/floor/plating, +/area/chapel/main) +"aHR" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0; + pixel_y = 32 }, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aIb" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 +/obj/effect/floor_decal/industrial/warning/cee{ + tag = "icon-warningcee (EAST)"; + icon_state = "warningcee"; + dir = 4 }, -/obj/item/clothing/head/helmet/space/skrell/black, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/skrell/black, -/obj/item/clothing/head/helmet/space/skrell/white, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/skrell/white, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aIc" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aId" = ( +/turf/simulated/floor/plating, +/area/chapel/main) +"aHS" = ( /obj/machinery/door/blast/regular{ id = "chapelgun"; name = "Chapel Launcher Door" }, /turf/simulated/floor/plating, /area/chapel/main) -"aIe" = ( -/turf/space, +"aHT" = ( +/turf/template_noop, /area/shuttle/escape/station) -"aIf" = ( +"aHU" = ( /obj/effect/landmark{ name = "Marauder Entry" }, -/turf/space, -/area/space) -"aIg" = ( +/turf/template_noop, +/area/template_noop) +"aHV" = ( /obj/structure/window/shuttle, /obj/structure/grille, /turf/simulated/shuttle/plating, /area/shuttle/arrival/station) -"aIh" = ( +"aHW" = ( /obj/effect/landmark{ name = "Observer-Start" }, /turf/simulated/shuttle/floor, /area/shuttle/arrival/station) -"aIi" = ( +"aHX" = ( /obj/machinery/hologram/holopad, /turf/simulated/shuttle/floor, /area/shuttle/arrival/station) -"aIj" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" +"aHY" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; icon_state = "corner_white"; - dir = 8 + dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aIk" = ( +/area/hallway/secondary/entry/port) +"aHZ" = ( /turf/simulated/wall, /area/hallway/secondary/entry/starboard) -"aIl" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" +"aIa" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access = list(1) + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aIm" = ( +/area/hallway/secondary/entry/starboard) +"aIb" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -19424,27 +19182,33 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/starboard) -"aIn" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/glass{ - name = "Dormitory" +"aIc" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"aIo" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Security Checkpoint"; + req_access = list(63) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/entry/starboard) +"aId" = ( /obj/structure/sign/double/map/left, /turf/simulated/wall, /area/hallway/secondary/entry/starboard) -"aIp" = ( +"aIe" = ( /obj/structure/sign/double/map/right, /turf/simulated/wall, /area/hallway/secondary/entry/starboard) -"aIq" = ( +"aIf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, @@ -19460,14 +19224,14 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/civilian_west) -"aIr" = ( +"aIg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/meter, /turf/simulated/floor/plating, /area/maintenance/substation/civilian_west) -"aIs" = ( +"aIh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -19478,7 +19242,7 @@ /obj/machinery/power/terminal, /turf/simulated/floor/plating, /area/maintenance/substation/civilian_west) -"aIt" = ( +"aIi" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 @@ -19496,144 +19260,157 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/civilian_west) -"aIu" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/glass{ - name = "Dormitory" +"aIj" = ( +/obj/structure/table/standard, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aIk" = ( +/obj/effect/landmark/start{ + name = "Assistant" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aIl" = ( +/obj/effect/landmark/start{ + name = "Assistant" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aIm" = ( +/obj/effect/landmark/start{ + name = "Assistant" + }, +/obj/item/weapon/stool{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aIn" = ( +/obj/effect/landmark/start{ + name = "Assistant" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aIo" = ( +/obj/effect/landmark/start{ + name = "Assistant" }, /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"aIv" = ( -/obj/structure/sink{ - icon_state = "sink"; - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aIw" = ( -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aIx" = ( -/obj/machinery/door/airlock{ - name = "Unit 1" - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aIy" = ( -/obj/machinery/door/airlock{ - name = "Unit 2" - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aIz" = ( -/obj/machinery/door/airlock{ - name = "Unit B" - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/toilet) -"aIA" = ( +/area/storage/primary) +"aIp" = ( /obj/structure/sign/securearea, /turf/simulated/wall/r_wall, /area/security/nuke_storage) -"aIB" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Bar" +"aIq" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/bar) -"aIC" = ( -/obj/machinery/door/window/southleft{ - name = "Bar Delivery"; - icon_state = "left"; - dir = 8; - req_access = list(25); - base_state = "left" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/bar) -"aID" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"aIE" = ( -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/vault/bolted, /turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aIF" = ( +/area/security/nuke_storage) +"aIr" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/table/standard, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/item/weapon/deck/cards, +/turf/simulated/floor/tiled, +/area/gateway) +"aIs" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/gateway) +"aIt" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/gateway) +"aIu" = ( /obj/machinery/door/airlock/maintenance{ req_access = list(12) }, /turf/simulated/floor/plating, /area/gateway) -"aIG" = ( +"aIv" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"aIH" = ( +"aIw" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/maintenance/evahallway) -"aII" = ( -/obj/structure/crematorium, +"aIx" = ( +/obj/machinery/suit_cycler/engineering, +/obj/machinery/light/small{ + dir = 8 + }, /turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aIJ" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/carpet, -/area/chapel/office) -"aIK" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper_bin{ - pixel_x = -2; - pixel_y = 5 +/area/ai_monitored/storage/eva) +"aIy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_command{ + name = "E.V.A. Cycler Access"; + req_one_access = list(18) }, -/obj/item/weapon/storage/fancy/crayons, -/turf/simulated/floor/carpet, -/area/chapel/office) -"aIL" = ( -/obj/effect/landmark/start{ - name = "Chaplain" +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aIz" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/bed/chair, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/carpet, -/area/chapel/office) -"aIM" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aIA" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/grille, @@ -19654,228 +19431,206 @@ /obj/structure/cable/green, /turf/simulated/floor/plating, /area/ai_monitored/storage/eva) -"aIN" = ( -/turf/simulated/floor/lino, -/area/chapel/office) -"aIO" = ( +"aIB" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/head/helmet/space/skrell/black, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/skrell/black, +/obj/item/clothing/head/helmet/space/skrell/white, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/skrell/white, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aIC" = ( /turf/simulated/wall/r_wall, /area/hallway/primary/central_one) -"aIP" = ( -/obj/structure/closet/coffin, -/obj/structure/window/reinforced{ - dir = 4 +"aID" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aIQ" = ( -/obj/machinery/button/remote/driver{ - id = "chapelgun"; - name = "Chapel Mass Driver"; - pixel_x = 25 +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aIE" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aIR" = ( /obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aIS" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aIF" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aIG" = ( /turf/simulated/wall, /area/hallway/primary/central_one) -"aIT" = ( +"aIH" = ( /obj/machinery/door/airlock/maintenance{ req_access = list(12) }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/hallway/primary/central_one) -"aIU" = ( +"aII" = ( /turf/simulated/wall, /area/maintenance/substation/civilian_east) -"aIV" = ( -/turf/simulated/shuttle/floor, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; - icon_state = "swall_c" - }, -/area/shuttle/arrival/station) -"aIW" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aIX" = ( -/turf/simulated/wall, -/area/hallway/primary/central_two) -"aIY" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aIZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aJa" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hor) -"aJb" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aJc" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/camera/network/exodus{ - c_tag = "Arrivals Lounge" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aJd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Hydroponics Maintenance"; - req_access = list(); - req_one_access = list(35,28) - }, +"aIJ" = ( /obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Dormitory" + }, /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"aIK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Dormitory" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"aIL" = ( +/turf/simulated/wall, +/area/hallway/primary/central_two) +"aIM" = ( +/obj/structure/sink{ + icon_state = "sink"; + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aIN" = ( +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aIO" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aIP" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aIQ" = ( +/obj/machinery/door/airlock{ + name = "Unit B" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/toilet) +"aIR" = ( +/obj/structure/sign/securearea{ + desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'"; + icon_state = "monkey_painting"; + name = "Mr. Deempisi portrait"; + pixel_x = -28; + pixel_y = 4 + }, +/obj/item/modular_computer/console/preset/civilian, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aIS" = ( +/obj/machinery/door/window/southleft{ + name = "Bar Delivery"; + icon_state = "left"; + dir = 8; + req_access = list(25); + base_state = "left" + }, /turf/simulated/floor/plating, -/area/hydroponics) -"aJe" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/area/crew_quarters/bar) +"aIT" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Bar" }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aJf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 +/obj/structure/plasticflaps{ + opacity = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 +/obj/machinery/door/firedoor{ + dir = 2 }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aJg" = ( +/turf/simulated/floor/plating, +/area/crew_quarters/bar) +"aIU" = ( /turf/simulated/floor/plating, /area/maintenance/bar) -"aJh" = ( +"aIV" = ( /obj/effect/landmark{ name = "blobstart" }, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/maintenance/bar) -"aJi" = ( -/obj/machinery/light{ - dir = 1 +"aIW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/plasticflaps/airtight, +/obj/machinery/door/airlock/freezer_maint, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aIX" = ( +/obj/structure/plasticflaps{ + opacity = 1 }, -/obj/machinery/icecream_vat, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Kitchen" }, -/area/crew_quarters/kitchen) -"aJj" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 +/obj/machinery/door/firedoor{ + dir = 2 }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aJk" = ( +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aIY" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/maintenance/bar) -"aJl" = ( +"aIZ" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aJm" = ( +"aJa" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -19899,7 +19654,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aJn" = ( +"aJb" = ( /obj/structure/disposalpipe/sortjunction{ dir = 4; icon_state = "pipe-j1s"; @@ -19919,29 +19674,22 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aJo" = ( +"aJc" = ( +/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/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 2; +/obj/structure/cable{ + d1 = 1; d2 = 4; - icon_state = "2-4" + icon_state = "1-4" }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aJp" = ( -/turf/simulated/floor/tiled, -/area/storage/primary) -"aJq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/bar) +"aJd" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -19951,7 +19699,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance{ name = "Bar\\Library Maintenance" }, @@ -19963,7 +19711,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/bar) -"aJr" = ( +"aJe" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 4; sortType = "Chapel"; @@ -19983,7 +19731,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/library) -"aJs" = ( +"aJf" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -19998,7 +19746,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/library) -"aJt" = ( +"aJg" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -20014,7 +19762,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/library) -"aJu" = ( +"aJh" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -20030,27 +19778,24 @@ }, /turf/simulated/floor/plating, /area/maintenance/library) -"aJv" = ( +"aJi" = ( /obj/structure/filingcabinet, /turf/simulated/floor/wood, /area/library) -"aJw" = ( +"aJj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/wood, /area/library) -"aJx" = ( +"aJk" = ( /obj/structure/bed/chair/office/dark, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, /obj/machinery/camera/network/civilian_east{ c_tag = "Library North" }, +/obj/machinery/firealarm/north, /turf/simulated/floor/wood, /area/library) -"aJy" = ( +"aJl" = ( /obj/structure/bed/chair/office/dark, /obj/structure/disposalpipe/segment{ dir = 4; @@ -20058,168 +19803,237 @@ }, /turf/simulated/floor/wood, /area/library) -"aJz" = ( +"aJm" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/floor/wood, /area/library) -"aJA" = ( +"aJn" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" }, /turf/simulated/floor/wood, /area/library) -"aJB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aJC" = ( -/obj/structure/table/standard, -/obj/machinery/recharger{ - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aJD" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aJE" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aJF" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - freq = 1400; - location = "Tool Storage" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aJG" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aJH" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal, -/turf/simulated/floor/tiled, -/area/storage/primary) -"aJI" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +"aJo" = ( +/obj/structure/crematorium, +/turf/simulated/floor/tiled/dark, +/area/chapel/office) +"aJp" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, -/area/security/nuke_storage) -"aJJ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +/area/chapel/office) +"aJq" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/carpet, +/area/chapel/office) +"aJr" = ( +/obj/effect/landmark/start{ + name = "Chaplain" + }, +/obj/structure/bed/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/chapel/office) +"aJs" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/weapon/storage/fancy/crayons, +/turf/simulated/floor/carpet, +/area/chapel/office) +"aJt" = ( +/turf/simulated/floor/lino, +/area/chapel/office) +"aJu" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/gateway) -"aJK" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/fancy/cigarettes{ - pixel_y = 2 - }, -/obj/machinery/alarm{ - dir = 4; - pixel_x = -23; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/gateway) -"aJL" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/gateway) -"aJM" = ( -/obj/structure/cable/green{ +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aJv" = ( +/obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aJw" = ( +/obj/machinery/button/remote/driver{ + id = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_x = 25 }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aJx" = ( +/turf/simulated/shuttle/floor, +/turf/simulated/shuttle/wall{ + tag = "icon-swall_c"; + icon_state = "swall_c" + }, +/area/shuttle/arrival/station) +"aJy" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 }, -/turf/simulated/floor/tiled, -/area/gateway) -"aJN" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/closet/l3closet/scientist, -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /turf/simulated/floor/tiled, -/area/gateway) -"aJO" = ( -/obj/machinery/suit_cycler/mining, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aJP" = ( -/obj/structure/reagent_dispensers/watertank, +/area/hallway/secondary/entry/port) +"aJz" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aJQ" = ( -/obj/structure/reagent_dispensers/fueltank, +/area/hallway/secondary/entry/starboard) +"aJA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aJB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aJC" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aJD" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aJR" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aJS" = ( -/obj/structure/dispenser/oxygen, -/obj/machinery/camera/network/security{ - c_tag = "EVA South"; +/area/hallway/secondary/entry/starboard) +"aJE" = ( +/obj/machinery/light{ dir = 1 }, -/turf/simulated/floor/tiled, -/area/ai_monitored/storage/eva) -"aJT" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aJU" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/item/weapon/rig/unathi, -/obj/item/clothing/mask/breath, -/turf/simulated/floor/tiled/dark, -/area/ai_monitored/storage/eva) -"aJV" = ( +/obj/machinery/camera/network/exodus{ + c_tag = "Arrivals Lounge" + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aJF" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aJG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aJH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aJI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -20237,7 +20051,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/civilian_west) -"aJW" = ( +"aJJ" = ( /obj/machinery/alarm{ dir = 1; pixel_y = -22 @@ -20263,7 +20077,7 @@ /obj/structure/cable/green, /turf/simulated/floor/plating, /area/maintenance/substation/civilian_west) -"aJX" = ( +"aJK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -20275,7 +20089,7 @@ /obj/machinery/meter, /turf/simulated/floor/plating, /area/maintenance/substation/civilian_west) -"aJY" = ( +"aJL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -20293,7 +20107,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/civilian_west) -"aJZ" = ( +"aJM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, @@ -20302,15 +20116,209 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/civilian_west) -"aKa" = ( -/obj/structure/cable{ +"aJN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aJO" = ( +/turf/simulated/floor/tiled, +/area/storage/primary) +"aJP" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aJQ" = ( +/obj/structure/table/standard, +/obj/machinery/recharger{ + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aJR" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aJS" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aJT" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + freq = 1400; + location = "Tool Storage" + }, +/obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/storage/primary) +"aJU" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/tiled, +/area/storage/primary) +"aJV" = ( +/turf/simulated/wall/r_wall, +/area/hallway/primary/port) +"aJW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aJX" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + 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/nuke_storage) +"aJY" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/gateway) +"aJZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/gateway) +"aKa" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/gateway) "aKb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/gateway) +"aKc" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/l3closet/scientist, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/gateway) +"aKd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aKe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/evahallway) +"aKf" = ( +/obj/machinery/suit_cycler/mining, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aKg" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"aKh" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"aKi" = ( +/obj/structure/dispenser/oxygen, +/obj/machinery/camera/network/security{ + c_tag = "EVA South"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"aKj" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/ai_monitored/storage/eva) +"aKk" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/ai_monitored/storage/eva) +"aKl" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aKm" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/rig/unathi, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/tiled/dark, +/area/ai_monitored/storage/eva) +"aKn" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -20321,7 +20329,21 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aKc" = ( +"aKo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aKp" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aKq" = ( /obj/machinery/light{ dir = 1 }, @@ -20351,13 +20373,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aKd" = ( -/obj/effect/floor_decal/corner/blue{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aKe" = ( +"aKr" = ( /obj/effect/floor_decal/corner/blue/full{ tag = "icon-corner_white_full (NORTH)"; icon_state = "corner_white_full"; @@ -20365,11 +20381,35 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aKf" = ( +"aKs" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aKt" = ( /obj/machinery/vending/cola, /turf/simulated/floor/tiled/dark, /area/hallway/primary/central_two) -"aKg" = ( +"aKu" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"aKv" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 25; pixel_y = 0 @@ -20380,289 +20420,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aKh" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"aKi" = ( -/turf/simulated/wall/r_wall, -/area/hallway/primary/port) -"aKj" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aKk" = ( +"aKw" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aKl" = ( +"aKx" = ( /obj/machinery/light, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/toilet) -"aKm" = ( +"aKy" = ( /obj/machinery/door/airlock{ name = "Bar Backroom"; req_access = list(25) }, /obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/crew_quarters/bar) -"aKn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aKo" = ( -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Kitchen Delivery"; - req_access = list(28) - }, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aKp" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Kitchen Cold Room" - }, -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo"; - pixel_x = -5 - }, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aKq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aKr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/evahallway) -"aKs" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aKt" = ( -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aKu" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Hydroponics" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hydroponics) -"aKv" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/button/crematorium{ - pixel_x = 25 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aKw" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aKx" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/ai_monitored/storage/eva) -"aKy" = ( -/obj/structure/disposalpipe/segment, -/obj/item/modular_computer/console/preset/civilian, -/turf/simulated/floor/carpet, -/area/chapel/office) "aKz" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/nullrod, -/obj/item/device/eftpos{ - eftpos_name = "Chapel EFTPOS scanner" - }, -/turf/simulated/floor/carpet, -/area/chapel/office) -"aKA" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (NORTH)"; - icon_state = "swall_c"; - dir = 1 - }, -/area/shuttle/arrival/station) -"aKB" = ( -/obj/structure/closet/coffin, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "chapel"; - name = "Privacy Shutters"; - opacity = 0 - }, -/obj/machinery/door/window/westleft{ - name = "Coffin Storage" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aKC" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (EAST)"; - icon_state = "chapel"; - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aKD" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (NORTH)"; - icon_state = "chapel"; - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aKE" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/item/modular_computer/console/preset/civilian, -/turf/simulated/floor/wood, -/area/library) -"aKF" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aKG" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t"; - icon_state = "swall_t" - }, -/area/shuttle/arrival/station) -"aKH" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aKI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aKJ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aKK" = ( -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aKL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aKM" = ( /obj/machinery/door/airlock/maintenance{ name = "Bar Maintenance"; req_one_access = list(12,25,28) @@ -20678,10 +20455,338 @@ }, /turf/simulated/floor/plating, /area/crew_quarters/bar) -"aKN" = ( +"aKA" = ( /turf/simulated/wall, /area/crew_quarters/kitchen) +"aKB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aKC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aKD" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/icecream_vat, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aKE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Kitchen Cold Room" + }, +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo"; + pixel_x = -5 + }, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aKF" = ( +/obj/machinery/door/window/southleft{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Kitchen Delivery"; + req_access = list(28) + }, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aKG" = ( +/turf/simulated/wall, +/area/hydroponics) +"aKH" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Hydroponics" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hydroponics) +"aKI" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/hydroponics) +"aKJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Hydroponics Maintenance"; + req_access = list(); + req_one_access = list(35,28) + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/hydroponics) +"aKK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/library) +"aKL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"aKM" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/library) +"aKN" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/folder/yellow, +/obj/item/weapon/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) "aKO" = ( +/obj/structure/table/woodentable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/weapon/tape_roll, +/turf/simulated/floor/wood, +/area/library) +"aKP" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"aKQ" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"aKR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/office) +"aKS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/button/crematorium{ + pixel_x = 25 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/chapel/office) +"aKT" = ( +/obj/structure/disposalpipe/segment, +/obj/item/modular_computer/console/preset/civilian, +/turf/simulated/floor/carpet, +/area/chapel/office) +"aKU" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/pen, +/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/device/flashlight/lamp{ + pixel_y = 10 + }, +/turf/simulated/floor/carpet, +/area/chapel/office) +"aKV" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/nullrod, +/obj/item/device/eftpos{ + eftpos_name = "Chapel EFTPOS scanner" + }, +/turf/simulated/floor/carpet, +/area/chapel/office) +"aKW" = ( +/obj/structure/closet/coffin, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "chapel"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/machinery/door/window/westleft{ + name = "Coffin Storage" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/office) +"aKX" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (NORTH)"; + icon_state = "chapel"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aKY" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (EAST)"; + icon_state = "chapel"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aKZ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/chapel/main) +"aLa" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + tag = "icon-swall_c (NORTH)"; + icon_state = "swall_c"; + dir = 1 + }, +/area/shuttle/arrival/station) +"aLb" = ( +/turf/simulated/shuttle/wall{ + tag = "icon-swall_t"; + icon_state = "swall_t" + }, +/area/shuttle/arrival/station) +"aLc" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aLd" = ( +/obj/machinery/requests_console{ + department = "Arrival shuttle"; + pixel_y = -30 + }, +/obj/machinery/light, +/turf/simulated/shuttle/floor, +/area/shuttle/arrival/station) +"aLe" = ( +/obj/structure/shuttle/engine/propulsion{ + tag = "icon-burst_l (EAST)"; + icon_state = "burst_l"; + dir = 4 + }, +/turf/template_noop, +/area/shuttle/arrival/station) +"aLf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aLg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aLh" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aLi" = ( +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aLj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aLk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aLl" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -20689,16 +20794,60 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/starboard) -"aKP" = ( -/obj/machinery/door/firedoor/border_only, +"aLm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLn" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ name = "Primary Tool Storage" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aKQ" = ( -/obj/machinery/door/firedoor/border_only, +"aLo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLr" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ name = "Primary Tool Storage" }, @@ -20710,8 +20859,80 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aKR" = ( -/obj/machinery/door/firedoor/border_only, +"aLs" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLt" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLw" = ( +/obj/machinery/door/firedoor, /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -20731,8 +20952,73 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/hallway/primary/port) -"aKS" = ( -/obj/machinery/door/firedoor/border_only, +"aLx" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aLB" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ name = "Gateway Access" }, @@ -20745,91 +21031,46 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aKT" = ( -/turf/simulated/wall, -/area/hydroponics) -"aKU" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/glass_command{ - name = "E.V.A."; - req_one_access = list(18) +"aLC" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) }, -/turf/simulated/floor/tiled/dark, -/area/hallway/primary/central_one) -"aKV" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/wall, -/area/hydroponics) -"aKW" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/obj/item/modular_computer/console/preset/civilian, -/turf/simulated/floor/wood, -/area/library) -"aKX" = ( -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, /turf/simulated/floor/plating, -/area/maintenance/library) -"aKY" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"aKZ" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/wood, -/area/library) -"aLa" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/folder/yellow, -/obj/item/weapon/pen, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"aLb" = ( -/obj/structure/table/woodentable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/item/weapon/tape_roll, -/turf/simulated/floor/wood, -/area/library) -"aLc" = ( -/obj/structure/bed/chair/office/dark{ +/area/hallway/primary/central_one) +"aLD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aLE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/simulated/floor/wood, -/area/library) -"aLd" = ( -/obj/machinery/newscaster{ - pixel_x = 30 +/obj/structure/window/reinforced, +/obj/structure/sign/securearea, +/obj/machinery/door/firedoor{ + dir = 2 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/library) -"aLe" = ( -/obj/machinery/door/firedoor/border_only, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aLF" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_command{ name = "E.V.A."; req_one_access = list(18) @@ -20841,16 +21082,53 @@ }, /turf/simulated/floor/tiled/dark, /area/hallway/primary/central_one) -"aLf" = ( +"aLG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_command{ + name = "E.V.A."; + req_one_access = list(18) + }, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/central_one) +"aLH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/sign/securearea, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aLI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aLJ" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -24 }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aLg" = ( +"aLK" = ( /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aLh" = ( +"aLL" = ( /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; @@ -20858,14 +21136,47 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aLi" = ( +"aLM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aLN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aLO" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aLP" = ( /obj/machinery/vending/snack, /turf/simulated/floor/tiled/dark, /area/hallway/primary/central_two) -"aLj" = ( -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"aLk" = ( +"aLQ" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/structure/cable/green{ d1 = 1; @@ -20874,27 +21185,10 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aLl" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/lino, -/area/crew_quarters/bar) -"aLm" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/chapel/main) -"aLn" = ( +"aLR" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"aLS" = ( /obj/machinery/light_switch{ pixel_y = 28 }, @@ -20904,57 +21198,11 @@ /obj/machinery/smartfridge/drinks, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aLo" = ( -/obj/item/device/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/vending/boozeomat, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Bar North" - }, +"aLT" = ( +/obj/structure/disposalpipe/segment, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aLp" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/light, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aLq" = ( -/obj/machinery/requests_console{ - department = "Arrival shuttle"; - pixel_y = -30 - }, -/obj/machinery/light, -/turf/simulated/shuttle/floor, -/area/shuttle/arrival/station) -"aLr" = ( -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/white, -/area/medical/ward) -"aLs" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aLt" = ( +"aLU" = ( /obj/structure/reagent_dispensers/beerkeg, /obj/machinery/requests_console{ announcementConsole = 0; @@ -20966,7 +21214,17 @@ }, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aLu" = ( +"aLV" = ( +/obj/item/device/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/vending/boozeomat, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Bar North" + }, +/turf/simulated/floor/lino, +/area/crew_quarters/bar) +"aLW" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -20979,7 +21237,48 @@ /obj/item/weapon/screwdriver, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aLv" = ( +"aLX" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aLY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aLZ" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aMa" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aMb" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -20988,14 +21287,65 @@ temperature = 253.15 }, /area/crew_quarters/kitchen) -"aLw" = ( +"aMc" = ( +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aMd" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/freezer{ name = "freezer storage tiles"; temperature = 253.15 }, /area/crew_quarters/kitchen) -"aLx" = ( +"aMe" = ( +/obj/machinery/door/window/eastright{ + name = "Hydroponics Delivery"; + icon_state = "right"; + dir = 2; + req_access = list(35) + }, +/turf/simulated/floor/plating, +/area/hydroponics) +"aMf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled/dark, +/area/hydroponics) +"aMg" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/dark, +/area/hydroponics) +"aMh" = ( +/obj/machinery/light{ + tag = "icon-tube1 (NORTH)"; + icon_state = "tube1"; + dir = 1 + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/dark, +/area/hydroponics) +"aMi" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled/dark, +/area/hydroponics) +"aMj" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/dark, +/area/hydroponics) +"aMk" = ( /obj/machinery/light{ tag = "icon-tube1 (NORTH)"; icon_state = "tube1"; @@ -21009,329 +21359,7 @@ /obj/item/glass_jar, /turf/simulated/floor/tiled/dark, /area/hydroponics) -"aLy" = ( -/obj/machinery/alarm/freezer{ - dir = 4; - pixel_x = -22 - }, -/obj/structure/kitchenspike, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aLz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLA" = ( -/obj/machinery/door/window/eastright{ - name = "Hydroponics Delivery"; - icon_state = "right"; - dir = 2; - req_access = list(35) - }, -/turf/simulated/floor/plating, -/area/hydroponics) -"aLB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLC" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLD" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLE" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled/dark, -/area/hydroponics) -"aLF" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled/dark, -/area/hydroponics) -"aLK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aLO" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled/dark, -/area/hydroponics) -"aLP" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aLQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aLR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/sign/securearea, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aLS" = ( -/obj/machinery/light{ - tag = "icon-tube1 (NORTH)"; - icon_state = "tube1"; - dir = 1 - }, -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled/dark, -/area/hydroponics) -"aLT" = ( -/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/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aLU" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/sign/securearea, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aLV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aLW" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled/dark, -/area/hydroponics) -"aLX" = ( +"aMl" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -21340,50 +21368,31 @@ }, /turf/simulated/floor/tiled/dark, /area/hydroponics) -"aLY" = ( +"aMm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hydroponics) +"aMn" = ( /obj/structure/sink/kitchen{ pixel_y = 28 }, /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/dark, /area/hydroponics) -"aLZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aMa" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aMb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aMc" = ( +"aMo" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -21401,7 +21410,64 @@ }, /turf/simulated/floor/tiled/dark, /area/hydroponics) -"aMd" = ( +"aMp" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/item/modular_computer/console/preset/civilian, +/turf/simulated/floor/wood, +/area/library) +"aMq" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"aMr" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 0 + }, +/turf/simulated/floor/wood, +/area/library) +"aMs" = ( +/obj/structure/table/woodentable, +/obj/structure/disposalpipe/segment, +/obj/item/weapon/deck/cards, +/turf/simulated/floor/wood, +/area/library) +"aMt" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"aMu" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/item/modular_computer/console/preset/civilian, +/turf/simulated/floor/wood, +/area/library) +"aMv" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Chapel Crematorium"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/office) +"aMw" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -21414,32 +21480,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/office) -"aMe" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Chapel Crematorium"; - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aMf" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"aMg" = ( +"aMx" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -21455,13 +21496,20 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/office) -"aMh" = ( +"aMy" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 + dir = 4 }, /turf/simulated/floor/lino, /area/chapel/office) -"aMi" = ( +"aMz" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -21474,7 +21522,13 @@ }, /turf/simulated/floor/lino, /area/chapel/office) -"aMj" = ( +"aMA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"aMB" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -21483,44 +21537,7 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/lino, /area/chapel/office) -"aMk" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aMl" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aMm" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aMn" = ( +"aMC" = ( /obj/machinery/light{ dir = 8 }, @@ -21530,13 +21547,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aMo" = ( -/obj/structure/table/standard, -/obj/machinery/light/small, -/obj/effect/floor_decal/chapel, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aMp" = ( +"aMD" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -21547,34 +21558,67 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aMq" = ( -/turf/space, +"aME" = ( +/obj/structure/table/standard, +/obj/machinery/light/small, +/obj/effect/floor_decal/chapel, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aMF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/chapel/main) +"aMG" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ tag = "icon-swall_c (WEST)"; icon_state = "swall_c"; dir = 8 }, /area/shuttle/arrival/station) -"aMr" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, +"aMH" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (WEST)"; icon_state = "warning"; dir = 8 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aMs" = ( +"aMI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/starboard) +"aMJ" = ( /obj/structure/bed/chair/comfy/beige, /turf/simulated/floor/lino, /area/hallway/secondary/entry/starboard) -"aMt" = ( +"aMK" = ( /turf/simulated/floor/lino, /area/hallway/secondary/entry/starboard) -"aMu" = ( +"aML" = ( /obj/structure/table/woodentable, /obj/item/device/flashlight/lamp/green{ pixel_x = 1; @@ -21582,12 +21626,12 @@ }, /turf/simulated/floor/lino, /area/hallway/secondary/entry/starboard) -"aMv" = ( +"aMM" = ( /obj/machinery/vending/cigarette, /turf/simulated/floor/tiled/dark, /area/hallway/secondary/entry/starboard) -"aMw" = ( -/obj/machinery/door/firedoor/border_only{ +"aMN" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -21608,40 +21652,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/starboard) -"aMx" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aMy" = ( +"aMO" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 +"aMP" = ( +/obj/machinery/newscaster{ + pixel_y = 32 }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hydroponics) -"aMA" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aMQ" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aMR" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -21654,56 +21684,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMB" = ( -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aMC" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table/woodentable, -/obj/item/weapon/material/ashtray/bronze{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/modular_computer/telescreen/preset/generic{ - pixel_x = 32 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aMD" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"aME" = ( -/obj/structure/table/woodentable, -/obj/machinery/recharger{ - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/library) -"aMF" = ( -/obj/structure/table/woodentable, -/obj/structure/disposalpipe/segment, -/obj/item/weapon/deck/cards, -/turf/simulated/floor/wood, -/area/library) -"aMG" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/library) -"aMH" = ( -/obj/item/weapon/stool/padded, -/obj/item/modular_computer/telescreen/preset/generic{ - pixel_x = -32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aMI" = ( +"aMS" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -21712,15 +21693,15 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMJ" = ( +"aMT" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMK" = ( +"aMU" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aML" = ( +"aMV" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -21729,7 +21710,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMM" = ( +"aMW" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aMX" = ( /obj/machinery/light{ dir = 1 }, @@ -21739,7 +21724,7 @@ name = "HIGH VOLTAGE"; pixel_y = 32 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -21750,11 +21735,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMN" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aMO" = ( +"aMY" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (NORTH)"; icon_state = "warning"; @@ -21762,7 +21743,16 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMP" = ( +"aMZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aNa" = ( /obj/machinery/camera/network/exodus{ c_tag = "Primary Hallway Port - Central" }, @@ -21773,16 +21763,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMQ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aMR" = ( +"aNb" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -21797,21 +21778,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/chapel/main) -"aMT" = ( +"aNc" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; @@ -21825,39 +21792,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMU" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aMV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/starboard) -"aMW" = ( +"aNd" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMX" = ( +"aNe" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aNf" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -13; pixel_y = 28 @@ -21868,19 +21816,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aMY" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aMZ" = ( +"aNg" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -21895,10 +21831,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aNa" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" +"aNh" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" }, /obj/structure/cable/green{ d1 = 4; @@ -21906,8 +21842,8 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aNb" = ( +/area/hallway/primary/port) +"aNi" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, @@ -21918,7 +21854,27 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNc" = ( +"aNj" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aNk" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aNl" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -21928,15 +21884,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNd" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aNe" = ( +"aNm" = ( /obj/machinery/light{ dir = 1 }, @@ -21953,25 +21901,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNf" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/camera/network/exodus{ - c_tag = "Primary Hallway Central - Northwest" - }, -/obj/effect/floor_decal/corner/blue{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aNg" = ( +"aNn" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; pixel_y = 30 @@ -21983,7 +21913,22 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNh" = ( +"aNo" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera/network/exodus{ + c_tag = "Primary Hallway Central - Northwest" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aNp" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -21996,15 +21941,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNi" = ( -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aNj" = ( +"aNq" = ( /obj/structure/cable/green{ d1 = 1; d2 = 8; @@ -22017,7 +21954,15 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNk" = ( +"aNr" = ( +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aNs" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (NORTHEAST)"; @@ -22026,17 +21971,8 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNl" = ( -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 0; - pixel_y = 32 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aNm" = ( -/obj/machinery/door/firedoor/border_only{ +"aNt" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -22045,15 +21981,16 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNn" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_x = -12; - pixel_y = 24 +"aNu" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 32 }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNo" = ( +"aNv" = ( /obj/item/device/radio/intercom{ broadcasting = 0; listening = 1; @@ -22062,25 +21999,25 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aNp" = ( +"aNw" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -8; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aNx" = ( /obj/machinery/light{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aNq" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"aNr" = ( +"aNy" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/green{ d1 = 1; @@ -22089,7 +22026,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aNs" = ( +"aNz" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"aNA" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"aNB" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -22106,30 +22062,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aNt" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"aNu" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"aNv" = ( +"aNC" = ( /obj/machinery/light{ dir = 1 }, @@ -22146,18 +22079,16 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aNw" = ( -/obj/machinery/alarm{ - pixel_y = 23 - }, +"aND" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aNx" = ( +"aNE" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; pixel_y = 30 @@ -22169,7 +22100,18 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aNy" = ( +"aNF" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"aNG" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -22177,19 +22119,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aNz" = ( -/obj/structure/table/reinforced, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/chemical_dispenser/bar_soft/full, -/turf/simulated/floor/lino, -/area/crew_quarters/bar) -"aNA" = ( +"aNH" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 4 @@ -22201,14 +22131,16 @@ }, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aNB" = ( +"aNI" = ( +/obj/structure/table/reinforced, /obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" + dir = 4 }, +/obj/machinery/chemical_dispenser/bar_soft/full, +/obj/machinery/firealarm/north, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aNC" = ( +"aNJ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -22216,10 +22148,17 @@ /obj/machinery/chemical_dispenser/bar_alc/full, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aND" = ( +"aNK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aNE" = ( +"aNL" = ( +/turf/simulated/floor/lino, +/area/crew_quarters/bar) +"aNM" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -22227,7 +22166,51 @@ /obj/item/weapon/flame/lighter/zippo, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aNF" = ( +"aNN" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aNO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aNP" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aNQ" = ( +/obj/machinery/alarm/freezer{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aNR" = ( /obj/effect/landmark{ name = "xeno_spawn"; pixel_x = -1 @@ -22247,7 +22230,22 @@ temperature = 253.15 }, /area/crew_quarters/kitchen) -"aNG" = ( +"aNS" = ( +/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/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aNT" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -22263,21 +22261,7 @@ temperature = 253.15 }, /area/crew_quarters/kitchen) -"aNH" = ( -/obj/structure/kitchenspike, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aNI" = ( -/obj/machinery/gibber, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aNJ" = ( +"aNU" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -27; pixel_y = 1 @@ -22291,16 +22275,7 @@ }, /turf/simulated/floor/tiled, /area/hydroponics) -"aNK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aNL" = ( +"aNV" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 @@ -22310,14 +22285,38 @@ }, /turf/simulated/floor/tiled, /area/hydroponics) -"aNM" = ( +"aNW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aNX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled, /area/hydroponics) -"aNN" = ( +"aNY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aNZ" = ( /obj/machinery/door/airlock/glass{ name = "Hydroponics Pasture"; req_access = list(35) @@ -22333,25 +22332,22 @@ d2 = 8; icon_state = "4-8" }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/hydroponics) -"aNO" = ( -/obj/structure/disposalpipe/segment, +"aOa" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/tiled, /area/hydroponics) -"aNP" = ( +"aOb" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 }, @@ -22370,19 +22366,7 @@ }, /turf/simulated/floor/tiled, /area/hydroponics) -"aNQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aNR" = ( +"aOc" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -22393,7 +22377,18 @@ }, /turf/simulated/floor/tiled, /area/hydroponics) -"aNS" = ( +"aOd" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aOe" = ( /obj/item/device/radio/intercom{ pixel_x = 25 }, @@ -22408,28 +22403,41 @@ }, /turf/simulated/floor/tiled, /area/hydroponics) -"aNT" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"aOf" = ( +/turf/simulated/floor/wood, +/area/library) +"aOg" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/library) +"aOh" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 +/turf/simulated/floor/wood, +/area/library) +"aOi" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 }, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aNU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/library) +"aOj" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/wood, +/area/library) +"aOk" = ( +/obj/structure/morgue, +/turf/simulated/floor/tiled/dark, +/area/chapel/office) +"aOl" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /turf/simulated/floor/tiled/dark, /area/chapel/office) -"aNV" = ( -/obj/structure/morgue, -/turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aNW" = ( +"aOm" = ( /obj/machinery/power/apc{ dir = 8; name = "west bump"; @@ -22441,18 +22449,7 @@ }, /turf/simulated/floor/lino, /area/chapel/office) -"aNX" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"aNY" = ( +"aOn" = ( /obj/machinery/newscaster{ pixel_x = 0; pixel_y = -28 @@ -22464,7 +22461,18 @@ }, /turf/simulated/floor/lino, /area/chapel/office) -"aNZ" = ( +"aOo" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/lino, +/area/chapel/office) +"aOp" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -22472,7 +22480,60 @@ }, /turf/simulated/floor/lino, /area/chapel/office) -"aOa" = ( +"aOq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aOr" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/external{ + name = "Arrival Airlock" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aOs" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aOt" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aOu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aOv" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -22489,13 +22550,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aOb" = ( +"aOw" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aOc" = ( +"aOx" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/starboard) +"aOy" = ( /obj/structure/table/woodentable, /obj/random/single{ icon = 'icons/obj/playing_cards.dmi'; @@ -22506,29 +22580,32 @@ }, /turf/simulated/floor/lino, /area/hallway/secondary/entry/starboard) -"aOd" = ( +"aOz" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/chips, +/obj/random/single{ + icon = 'icons/obj/drinks.dmi'; + icon_state = "cola"; + name = "randomly spawned cola"; + spawn_nothing_percentage = 50; + spawn_object = /obj/item/weapon/reagent_containers/food/drinks/cans/cola + }, +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry/starboard) +"aOA" = ( +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry/starboard) +"aOB" = ( /obj/structure/bed/chair/comfy/beige{ dir = 8 }, /turf/simulated/floor/lino, /area/hallway/secondary/entry/starboard) -"aOe" = ( +"aOC" = ( /obj/machinery/vending/coffee, /turf/simulated/floor/tiled/dark, /area/hallway/secondary/entry/starboard) -"aOf" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aOg" = ( +"aOD" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -22542,47 +22619,10 @@ /obj/effect/floor_decal/plaque, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/starboard) -"aOh" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aOi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aOj" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aOk" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CHW"; - location = "Lockers" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" +"aOE" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" }, /obj/structure/cable/green{ d1 = 4; @@ -22590,8 +22630,8 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aOl" = ( +/area/hallway/secondary/entry/starboard) +"aOF" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, @@ -22602,20 +22642,23 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOm" = ( +"aOG" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHW"; + location = "Lockers" + }, +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOn" = ( +"aOH" = ( /obj/structure/cable/green{ d1 = 2; d2 = 4; @@ -22628,7 +22671,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOo" = ( +"aOI" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aOJ" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -22636,18 +22692,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOp" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aOq" = ( +"aOK" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -22658,18 +22703,18 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOr" = ( +"aOL" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOs" = ( +"aOM" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -22688,7 +22733,18 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOt" = ( +"aON" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aOO" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -22704,7 +22760,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOu" = ( +"aOP" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 4; @@ -22713,21 +22769,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOv" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/port) -"aOw" = ( +"aOQ" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -22746,26 +22788,21 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOx" = ( +"aOR" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOy" = ( +"aOS" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -22780,27 +22817,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOz" = ( -/turf/simulated/floor/wood, -/area/library) -"aOA" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/wood, -/area/library) -"aOB" = ( -/obj/structure/bed/chair/office/dark{ +"aOT" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 }, -/turf/simulated/floor/wood, -/area/library) -"aOC" = ( -/obj/structure/bed/chair/office/dark{ +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/wood, -/area/library) -"aOD" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aOU" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -22814,7 +22850,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOE" = ( +"aOV" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -22833,7 +22869,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOF" = ( +"aOW" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 4; @@ -22844,14 +22880,7 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOG" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aOH" = ( +"aOX" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -22870,73 +22899,27 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aOI" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" +"aOY" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aOJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aOK" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/external{ - name = "Arrival Airlock" - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aOL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aOM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aON" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aOO" = ( +/area/hallway/primary/port) +"aOZ" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aOP" = ( +"aPa" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aPb" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -22950,20 +22933,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aOQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/starboard) -"aOR" = ( +"aPc" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -22978,22 +22948,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aOS" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/chips, -/obj/random/single{ - icon = 'icons/obj/drinks.dmi'; - icon_state = "cola"; - name = "randomly spawned cola"; - spawn_nothing_percentage = 50; - spawn_object = /obj/item/weapon/reagent_containers/food/drinks/cans/cola - }, -/turf/simulated/floor/carpet, -/area/hallway/secondary/entry/starboard) -"aOT" = ( -/turf/simulated/floor/carpet, -/area/hallway/secondary/entry/starboard) -"aOU" = ( +"aPd" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -23006,23 +22961,8 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aOV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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/central_one) -"aOW" = ( -/obj/machinery/door/firedoor/border_only{ +"aPe" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -23040,7 +22980,22 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aOX" = ( +"aPf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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/central_one) +"aPg" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -23055,26 +23010,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aOY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aOZ" = ( +"aPh" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=Lockers"; location = "EVA" @@ -23093,7 +23029,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aPa" = ( +"aPi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aPj" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=Security"; location = "EVA2" @@ -23112,7 +23067,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aPb" = ( +"aPk" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -23127,23 +23082,8 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aPc" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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/central_two) -"aPd" = ( -/obj/machinery/door/firedoor/border_only{ +"aPl" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -23161,7 +23101,22 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aPe" = ( +"aPm" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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/central_two) +"aPn" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -23174,7 +23129,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aPf" = ( +"aPo" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=EVA2"; location = "Dorm" @@ -23192,7 +23147,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aPg" = ( +"aPp" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -23200,272 +23155,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aPh" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/lino, -/area/crew_quarters/bar) -"aPi" = ( -/obj/effect/landmark/start{ - name = "Bartender" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/mob/living/carbon/human/monkey/punpun, -/turf/simulated/floor/lino, -/area/crew_quarters/bar) -"aPj" = ( -/obj/machinery/door/window{ - dir = 4; - name = "Bar"; - req_access = list(25) - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/lino, -/area/crew_quarters/bar) -"aPk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aPl" = ( -/obj/structure/closet/crate/freezer, -/turf/simulated/floor/tiled/freezer{ - name = "freezer storage tiles"; - temperature = 253.15 - }, -/area/crew_quarters/kitchen) -"aPm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/plasticflaps/airtight, -/obj/machinery/door/airlock/freezer{ - name = "Kitchen cold room"; - req_access = list(28) - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/kitchen) -"aPn" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aPo" = ( -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aPp" = ( -/turf/simulated/floor/tiled, -/area/hydroponics) "aPq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aPr" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aPs" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aPt" = ( -/obj/machinery/seed_storage/garden, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aPu" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aPv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aPw" = ( -/obj/machinery/papershredder, -/turf/simulated/floor/wood, -/area/library) -"aPx" = ( -/obj/machinery/door/airlock/glass{ - name = "Chapel Office"; - req_access = list(22) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/office) -"aPy" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - broadcasting = 1; - frequency = 1480; - name = "Confessional Intercom"; - pixel_x = 25 - }, -/obj/structure/bed/chair, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aPz" = ( -/obj/machinery/door/morgue{ - dir = 2; - name = "Confession Booth (Chaplain)"; - req_access = list(22) - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aPA" = ( -/obj/item/device/radio/beacon, -/obj/machinery/camera/network/exodus{ - c_tag = "Arrivals South" - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aPB" = ( -/obj/machinery/vending/snack, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aPC" = ( -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHEAST)"; - icon_state = "warning"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aPD" = ( -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aPE" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/obj/machinery/camera/network/exodus{ - c_tag = "Arrivals Southeast"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (WEST)"; - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aPF" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/fancy/cigarettes{ - pixel_y = 2 - }, -/obj/random/single{ - icon = 'icons/obj/items.dmi'; - icon_state = "lighter-g"; - name = "randomly spawned lighter"; - spawn_nothing_percentage = 50; - spawn_object = /obj/item/weapon/flame/lighter - }, -/turf/simulated/floor/lino, -/area/hallway/secondary/entry/starboard) -"aPG" = ( -/obj/machinery/vending/cola, -/turf/simulated/floor/tiled/dark, -/area/hallway/secondary/entry/starboard) -"aPH" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aPI" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPJ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPK" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPL" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPM" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -23490,34 +23180,40 @@ }, /turf/simulated/floor/plating, /area/hallway/primary/central_two) -"aPN" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 +"aPr" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +/turf/simulated/floor/lino, +/area/crew_quarters/bar) +"aPs" = ( +/obj/effect/landmark/start{ + name = "Bartender" }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPO" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/machinery/camera/network/exodus{ - c_tag = "Primary Hallway Port - West"; - dir = 1 +/mob/living/carbon/human/monkey/punpun, +/turf/simulated/floor/lino, +/area/crew_quarters/bar) +"aPt" = ( +/obj/machinery/door/window{ + dir = 4; + name = "Bar"; + req_access = list(25) }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPQ" = ( +/turf/simulated/floor/lino, +/area/crew_quarters/bar) +"aPu" = ( /obj/structure/cable/green{ d1 = 2; d2 = 4; @@ -23535,7 +23231,7 @@ }, /turf/simulated/floor/carpet, /area/crew_quarters/bar) -"aPR" = ( +"aPv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -23546,103 +23242,72 @@ }, /turf/simulated/floor/carpet, /area/crew_quarters/bar) -"aPS" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 +"aPw" = ( +/obj/machinery/light/small{ + dir = 4 }, -/obj/item/modular_computer/console/preset/security, -/turf/simulated/floor/tiled, -/area/bridge) -"aPT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +/obj/structure/table/woodentable, +/obj/item/weapon/material/ashtray/bronze{ + pixel_x = -1; + pixel_y = 1 }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/item/modular_computer/telescreen/preset/generic{ + pixel_x = 32 }, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aPx" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aPy" = ( +/obj/machinery/gibber, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aPz" = ( +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 + }, +/area/crew_quarters/kitchen) +"aPA" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/simulated/floor/tiled/freezer{ + name = "freezer storage tiles"; + temperature = 253.15 }, -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 +/area/crew_quarters/kitchen) +"aPB" = ( +/obj/item/weapon/reagent_containers/glass/bucket, +/obj/structure/table/standard{ + name = "plastic table frame" }, /turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPW" = ( -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 4; - name = "Primary Tool Storage"; - sortType = "Primary Tool Storage" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +/area/hydroponics) +"aPC" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +/area/hydroponics) +"aPD" = ( /turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aPZ" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/area/hydroponics) +"aPE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aQa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aQb" = ( +/area/hydroponics) +"aPF" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -23656,30 +23321,268 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/hydroponics) -"aQc" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" +"aPG" = ( +/obj/machinery/seed_storage/garden, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aPH" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aPI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aPJ" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aPK" = ( +/obj/machinery/bookbinder{ + pixel_y = 0 + }, +/turf/simulated/floor/wood, +/area/library) +"aPL" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/library) +"aPM" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/library) +"aPN" = ( +/obj/machinery/door/airlock/glass{ + name = "Chapel Office"; + req_access = list(22) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/office) +"aPO" = ( +/obj/machinery/door/morgue{ + dir = 2; + name = "Confession Booth (Chaplain)"; + req_access = list(22) + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aPP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + broadcasting = 1; + frequency = 1480; + name = "Confessional Intercom"; + pixel_x = 25 + }, +/obj/structure/bed/chair, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aPQ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry/port) +"aPR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aPS" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aPT" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aPU" = ( +/obj/item/device/radio/beacon, +/obj/machinery/camera/network/exodus{ + c_tag = "Arrivals South" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aPV" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aPW" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHEAST)"; + icon_state = "warning"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aPX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aPY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aPZ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/obj/machinery/camera/network/exodus{ + c_tag = "Arrivals Southeast"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (WEST)"; + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aQa" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/obj/random/single{ + icon = 'icons/obj/items.dmi'; + icon_state = "lighter-g"; + name = "randomly spawned lighter"; + spawn_nothing_percentage = 50; + spawn_object = /obj/item/weapon/flame/lighter + }, +/turf/simulated/floor/lino, +/area/hallway/secondary/entry/starboard) +"aQb" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/hallway/secondary/entry/starboard) +"aQc" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled/dark, +/area/hallway/secondary/entry/starboard) +"aQd" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aQe" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQf" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQg" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQh" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQi" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQj" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/camera/network/exodus{ + c_tag = "Primary Hallway Port - West"; + dir = 1 + }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aQd" = ( -/obj/machinery/door/firedoor/border_only{ +"aQk" = ( +/obj/structure/disposalpipe/segment{ dir = 4; - name = "Firelock East" + icon_state = "pipe-c" }, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aQe" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -23689,7 +23592,114 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aQf" = ( +"aQl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQn" = ( +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 4; + name = "Primary Tool Storage"; + sortType = "Primary Tool Storage" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQr" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQt" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQu" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + 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/port) +"aQv" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aQw" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=QM"; location = "CHW" @@ -23703,21 +23713,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aQg" = ( -/obj/machinery/bookbinder{ - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/library) -"aQh" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/wood, -/area/library) -"aQi" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/wood, -/area/library) -"aQj" = ( +"aQx" = ( /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (WEST)"; icon_state = "corner_white"; @@ -23725,7 +23721,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aQk" = ( +"aQy" = ( /obj/machinery/light, /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; @@ -23740,8 +23736,8 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aQl" = ( -/obj/machinery/door/firedoor/border_only{ +"aQz" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -23752,34 +23748,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aQm" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/hallway/secondary/entry/port) -"aQn" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aQo" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aQp" = ( +"aQA" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, @@ -23790,7 +23759,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aQq" = ( +"aQB" = ( /obj/machinery/light, /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (WEST)"; @@ -23799,7 +23768,18 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aQr" = ( +"aQC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"aQD" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; @@ -23813,51 +23793,8 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aQs" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aQt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aQu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aQv" = ( -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"aQw" = ( -/obj/machinery/door/firedoor/border_only{ +"aQE" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -23868,11 +23805,15 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aQx" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/carpet, -/area/hallway/secondary/entry/starboard) -"aQy" = ( +"aQF" = ( +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"aQG" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -23882,17 +23823,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aQz" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/blast/shutters{ - dir = 2; - id = "bar"; - layer = 3.1; - name = "Bar Shutters" - }, -/turf/simulated/floor/lino, -/area/crew_quarters/bar) -"aQA" = ( +"aQH" = ( /obj/structure/table/reinforced, /obj/item/weapon/reagent_containers/glass/rag, /obj/structure/noticeboard{ @@ -23907,7 +23838,17 @@ }, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aQB" = ( +"aQI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "bar"; + layer = 3.1; + name = "Bar Shutters" + }, +/turf/simulated/floor/lino, +/area/crew_quarters/bar) +"aQJ" = ( /obj/structure/table/reinforced, /obj/item/weapon/paper_bin, /obj/item/weapon/pen/blue{ @@ -23926,13 +23867,41 @@ }, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aQC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"aQK" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/wall, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aQL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aQM" = ( +/obj/machinery/vending/cigarette{ + pixel_x = 0; + pixel_y = 0 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/crew_quarters/bar) +"aQN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/plasticflaps/airtight, +/obj/machinery/door/airlock/freezer{ + name = "Kitchen cold room"; + req_access = list(28) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/freezer, /area/crew_quarters/kitchen) -"aQD" = ( +"aQO" = ( /obj/item/weapon/material/hatchet, /obj/item/weapon/material/minihoe, /obj/structure/table/standard{ @@ -23940,19 +23909,19 @@ }, /turf/simulated/floor/tiled, /area/hydroponics) -"aQE" = ( -/obj/machinery/seed_extractor, -/turf/simulated/floor/tiled, -/area/hydroponics) -"aQF" = ( +"aQP" = ( /obj/machinery/biogenerator, /turf/simulated/floor/tiled, /area/hydroponics) -"aQG" = ( +"aQQ" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aQR" = ( /obj/machinery/vending/hydronutrients, /turf/simulated/floor/tiled, /area/hydroponics) -"aQH" = ( +"aQS" = ( /obj/structure/disposalpipe/trunk{ dir = 1 }, @@ -23963,38 +23932,67 @@ }, /turf/simulated/floor/tiled, /area/hydroponics) -"aQI" = ( -/obj/structure/closet/secure_closet/hydroponics, -/turf/simulated/floor/tiled, +"aQT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, /area/hydroponics) -"aQJ" = ( +"aQU" = ( /obj/structure/reagent_dispensers/watertank, /obj/item/weapon/reagent_containers/glass/bucket, /turf/simulated/floor/tiled, /area/hydroponics) -"aQK" = ( +"aQV" = ( +/obj/structure/closet/secure_closet/hydroponics, +/turf/simulated/floor/tiled, +/area/hydroponics) +"aQW" = ( /obj/structure/closet/secure_closet/hydroponics, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/hydroponics) -"aQL" = ( +"aQX" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/wood, +/area/library) +"aQY" = ( +/turf/simulated/floor/carpet, +/area/library) +"aQZ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/library) +"aRa" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/turf/simulated/floor/wood, +/area/library) +"aRb" = ( +/obj/machinery/librarypubliccomp, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/library) +"aRc" = ( /obj/structure/bookcase{ name = "Forbidden Knowledge" }, /turf/simulated/floor/wood, /area/library) -"aQM" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/pen/invisible, -/turf/simulated/floor/wood, -/area/library) -"aQN" = ( +"aRd" = ( /obj/structure/table/woodentable, /obj/item/device/taperecorder{ pixel_y = 0 @@ -24005,7 +24003,16 @@ }, /turf/simulated/floor/wood, /area/library) -"aQO" = ( +"aRe" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen/invisible, +/turf/simulated/floor/wood, +/area/library) +"aRf" = ( /obj/machinery/light_switch{ pixel_y = 28 }, @@ -24014,7 +24021,18 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aQP" = ( +"aRg" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aRh" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -24026,30 +24044,13 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aQQ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +"aRi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aQR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aQS" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aQT" = ( +"aRj" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -24064,7 +24065,13 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aQU" = ( +"aRk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aRl" = ( /obj/structure/grille, /obj/structure/window/reinforced/tinted{ dir = 1 @@ -24080,7 +24087,88 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aQV" = ( +"aRm" = ( +/turf/simulated/wall, +/area/hallway/secondary/exit) +"aRn" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aRo" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aRp" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aRq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/wall, +/area/hallway/secondary/entry/port) +"aRr" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aRs" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aRt" = ( /obj/machinery/camera/network/exodus{ c_tag = "Arrivals Southwest" }, @@ -24089,7 +24177,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aQW" = ( +"aRu" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/structure/closet/emcloset, /obj/effect/floor_decal/industrial/warning{ @@ -24099,10 +24187,24 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aQX" = ( +"aRv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aRw" = ( /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aQY" = ( +"aRx" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (EAST)"; icon_state = "warning"; @@ -24110,7 +24212,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aQZ" = ( +"aRy" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (NORTHWEST)"; @@ -24119,15 +24221,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aRa" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (NORTH)"; - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aRb" = ( +"aRz" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (NORTH)"; icon_state = "warning"; @@ -24135,7 +24229,29 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aRc" = ( +"aRA" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (NORTH)"; + icon_state = "warningcorner"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aRB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/starboard) +"aRC" = ( /obj/structure/bed/chair/comfy/beige{ dir = 1; icon_state = "comfychair_preview"; @@ -24143,11 +24259,11 @@ }, /turf/simulated/floor/lino, /area/hallway/secondary/entry/starboard) -"aRd" = ( +"aRD" = ( /obj/machinery/vending/snack, /turf/simulated/floor/tiled/dark, /area/hallway/secondary/entry/starboard) -"aRe" = ( +"aRE" = ( /obj/structure/cable/green, /obj/machinery/power/apc/high{ dir = 4; @@ -24156,16 +24272,31 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/starboard) -"aRf" = ( -/obj/machinery/door/firedoor/border_only{ +"aRF" = ( +/turf/simulated/wall, +/area/hallway/primary/port) +"aRG" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aRH" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aRg" = ( +"aRI" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, @@ -24178,29 +24309,21 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aRh" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aRi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aRj" = ( -/obj/machinery/vending/cigarette{ - pixel_x = 0; - pixel_y = 0 - }, +"aRJ" = ( +/obj/structure/grille, /obj/structure/window/reinforced, -/turf/simulated/floor/carpet, -/area/crew_quarters/bar) -"aRk" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aRK" = ( /obj/machinery/door/airlock/glass{ name = "Art Storage" }, @@ -24211,10 +24334,24 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aRl" = ( +"aRL" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aRM" = ( /obj/structure/table/standard, /obj/machinery/camera/network/exodus{ c_tag = "Primary Hallway Port - East"; @@ -24222,15 +24359,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aRm" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/structure/closet/emcloset, -/turf/simulated/floor/tiled, -/area/hallway/primary/port) -"aRn" = ( +"aRN" = ( /obj/structure/table/standard, /obj/machinery/alarm{ dir = 1; @@ -24239,11 +24368,34 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aRo" = ( +"aRO" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, /obj/structure/closet/emcloset, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aRp" = ( +"aRP" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/hallway/primary/port) +"aRQ" = ( +/obj/structure/sign/directions/security{ + dir = 4; + icon_state = "direction_sec"; + pixel_y = 4; + tag = "icon-direction_sec (EAST)" + }, +/obj/structure/sign/directions/medical{ + dir = 4; + icon_state = "direction_med"; + pixel_y = -4; + tag = "icon-direction_med (EAST)" + }, +/turf/simulated/wall, +/area/hallway/primary/port) +"aRR" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -24253,7 +24405,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aRq" = ( +"aRS" = ( /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (EAST)"; icon_state = "corner_white"; @@ -24261,21 +24413,256 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aRr" = ( +"aRT" = ( /obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aRU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aRV" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced{ dir = 4 }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aRW" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aRX" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aRY" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/status_display{ + density = 0; + layer = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aRZ" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aSa" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aSb" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aSc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, -/area/hydroponics) -"aRs" = ( +/area/hallway/primary/central_two) +"aSd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_two) +"aSe" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_two) +"aSf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_two) +"aSg" = ( /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (NORTH)"; icon_state = "corner_white"; @@ -24283,18 +24670,48 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aRt" = ( -/obj/machinery/disposal, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 +"aSh" = ( +/obj/item/weapon/stool/padded, +/obj/item/modular_computer/telescreen/preset/generic{ + pixel_x = -32 }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/lino, +/turf/simulated/floor/wood, /area/crew_quarters/bar) -"aRu" = ( +"aSi" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aSj" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aSk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aSl" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aSm" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aSn" = ( +/obj/structure/flora/pottedplant/random, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Bar East" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aSo" = ( /obj/machinery/light/small{ dir = 1 }, @@ -24302,16 +24719,35 @@ /obj/structure/table/marble, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aRv" = ( -/obj/machinery/alarm/cold{ - pixel_y = 22 +"aSp" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 +/obj/machinery/firealarm/north, +/turf/simulated/floor/lino, +/area/crew_quarters/bar) +"aSq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/turret_protected/ai) -"aRw" = ( +/turf/simulated/wall, +/area/crew_quarters/kitchen) +"aSr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aSs" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/glass{ name = "Hydroponics Pasture"; @@ -24319,34 +24755,76 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aRx" = ( -/obj/structure/bookcase{ - name = "bookcase (Religious)" +"aSt" = ( +/obj/machinery/smartfridge, +/turf/simulated/wall/r_wall{ + name = "transparent wall"; + opacity = 0 }, -/turf/simulated/floor/wood, -/area/library) -"aRy" = ( -/turf/simulated/floor/carpet, -/area/library) -"aRz" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet, -/area/library) -"aRA" = ( -/obj/structure/bookcase{ - name = "bookcase (Reference)" +/area/crew_quarters/kitchen) +"aSu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/simulated/floor/wood, -/area/library) -"aRB" = ( -/obj/machinery/librarypubliccomp, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/library) -"aRC" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen) +"aSv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen) +"aSw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen) +"aSx" = ( +/turf/simulated/wall, +/area/hydroponics/garden) +"aSy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hydroponics/garden) +"aSz" = ( /obj/machinery/door/airlock/glass{ name = "Garden Storage" }, @@ -24357,10 +24835,22 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"aRD" = ( +"aSA" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"aSB" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"aSC" = ( /obj/machinery/light/small, /obj/machinery/alarm{ dir = 4; @@ -24369,26 +24859,18 @@ }, /turf/simulated/floor/wood, /area/library) -"aRE" = ( -/obj/structure/cult/tome, -/obj/item/clothing/under/suit_jacket/red, -/turf/simulated/floor/wood, -/area/library) -"aRF" = ( +"aSD" = ( /obj/structure/bed/chair/comfy/brown{ dir = 1 }, /turf/simulated/floor/wood, /area/library) -"aRG" = ( -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (EAST)"; - icon_state = "chapel"; - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aRH" = ( +"aSE" = ( +/obj/structure/cult/tome, +/obj/item/clothing/under/suit_jacket/red, +/turf/simulated/floor/wood, +/area/library) +"aSF" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -24401,7 +24883,18 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aRI" = ( +"aSG" = ( +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (EAST)"; + icon_state = "chapel"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aSH" = ( +/turf/simulated/floor/carpet, +/area/chapel/main) +"aSI" = ( /obj/effect/floor_decal/chapel{ tag = "icon-chapel (NORTH)"; icon_state = "chapel"; @@ -24409,7 +24902,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aRJ" = ( +"aSJ" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -24422,7 +24915,14 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aRK" = ( +"aSK" = ( +/obj/machinery/door/morgue{ + dir = 2; + name = "Confession Booth" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aSL" = ( /obj/machinery/light/small, /obj/item/device/radio/intercom{ broadcasting = 1; @@ -24440,117 +24940,22 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aRL" = ( -/obj/machinery/door/morgue{ - dir = 2; - name = "Confession Booth" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aRM" = ( -/turf/simulated/wall, -/area/hallway/secondary/exit) -"aRN" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"aRO" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"aRP" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"aRQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0 - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/wall, -/area/hallway/secondary/entry/port) -"aRR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aRS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aRT" = ( +"aSM" = ( /obj/machinery/vending/cola, /turf/simulated/floor/tiled/dark, /area/hallway/secondary/exit) -"aRU" = ( +"aSN" = ( /obj/machinery/lapvend, /turf/simulated/floor/tiled/dark, /area/hallway/secondary/exit) -"aRV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"aSO" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aRW" = ( +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"aSP" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (NORTHEAST)"; @@ -24559,14 +24964,47 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aRX" = ( -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/warning{ +"aSQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aSR" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "nuke_shuttle_dock_outer"; + locked = 1; + name = "Docking Port Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aSS" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1331; + id_tag = "nuke_shuttle_dock_pump" + }, +/obj/machinery/light/small{ dir = 1 }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"aRY" = ( +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aST" = ( /obj/machinery/embedded_controller/radio/airlock/docking_port{ frequency = 1331; id_tag = "nuke_shuttle_dock_airlock"; @@ -24591,23 +25029,23 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/port) -"aRZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; +"aSU" = ( +/obj/machinery/door/airlock/external{ frequency = 1331; - id_tag = "nuke_shuttle_dock_pump" + icon_state = "door_locked"; + id_tag = "nuke_shuttle_dock_inner"; + locked = 1; + name = "Docking Port Airlock"; + req_access = list(13) }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/port) -"aSa" = ( +"aSV" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -24629,21 +25067,23 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aSb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +"aSW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (EAST)"; + icon_state = "warningcorner"; + dir = 4 }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/starboard) -"aSc" = ( +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aSX" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; icon_state = "space"; @@ -24667,23 +25107,18 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aSd" = ( +"aSY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (EAST)"; - icon_state = "warningcorner"; - dir = 4 - }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aSe" = ( +"aSZ" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; @@ -24704,33 +25139,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aSf" = ( -/turf/simulated/wall, -/area/hallway/primary/port) -"aSg" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aSh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aSi" = ( +"aTa" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -24746,21 +25155,21 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aSj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ +"aTb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aSk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aTc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -24779,49 +25188,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aSl" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aSm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aSn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aSo" = ( +"aTd" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; @@ -24845,7 +25212,48 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aSp" = ( +"aTe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aTf" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aTg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -24862,298 +25270,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aSq" = ( -/obj/structure/sign/directions/security{ - dir = 4; - icon_state = "direction_sec"; - pixel_y = 4; - tag = "icon-direction_sec (EAST)" - }, -/obj/structure/sign/directions/medical{ - dir = 4; - icon_state = "direction_med"; - pixel_y = -4; - tag = "icon-direction_med (EAST)" - }, -/turf/simulated/wall, -/area/hallway/primary/port) -"aSr" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aSs" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aSt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aSu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aSv" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aSw" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aSx" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/status_display{ - density = 0; - layer = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aSy" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aSz" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aSA" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aSB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"aSC" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"aSD" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"aSE" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"aSF" = ( +"aTh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -25167,51 +25284,15 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aSG" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"aTi" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 }, -/obj/machinery/computer/communications, /turf/simulated/floor/tiled, -/area/bridge) -"aSH" = ( -/obj/item/weapon/stool/padded, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aSI" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aSJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aSK" = ( -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aSL" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aSM" = ( -/obj/structure/flora/pottedplant/random, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Bar East" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aSN" = ( -/obj/machinery/door/firedoor/border_only{ +/area/hallway/secondary/entry/port) +"aTj" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -25223,106 +25304,19 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/starboard) -"aSO" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aSP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"aSQ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aSR" = ( +"aTk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/starboard) -"aSS" = ( -/obj/machinery/smartfridge, -/turf/simulated/wall/r_wall{ - name = "transparent wall"; - opacity = 0 - }, -/area/crew_quarters/kitchen) -"aST" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +"aTl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"aSU" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"aSV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"aSW" = ( -/turf/simulated/wall, -/area/hydroponics/garden) -"aSX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hydroponics/garden) -"aSY" = ( +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aTm" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -25331,60 +25325,62 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/starboard) -"aSZ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/library) -"aTa" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"aTb" = ( +"aTn" = ( /obj/machinery/atm{ pixel_x = 24 }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/starboard) -"aTc" = ( -/turf/simulated/floor/tiled, +"aTo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/item/weapon/material/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aTp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aTq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aTr" = ( +/turf/simulated/wall, /area/crew_quarters/locker) -"aTd" = ( +"aTs" = ( /obj/structure/closet/wardrobe/xenos, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aTe" = ( +"aTt" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"aTu" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"aTv" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/light_switch{ pixel_y = 28 }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aTf" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"aTg" = ( -/turf/simulated/floor/carpet, -/area/chapel/main) -"aTh" = ( +"aTw" = ( /obj/machinery/vending/cola, /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aTi" = ( -/obj/machinery/vending/coffee, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"aTj" = ( +"aTx" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -25395,26 +25391,33 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aTk" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"aTl" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"aTm" = ( -/obj/structure/closet/secure_closet/personal, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"aTn" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 +"aTy" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light{ + dir = 1 }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aTo" = ( +"aTz" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"aTA" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"aTB" = ( +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"aTC" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"aTD" = ( +/turf/simulated/wall, +/area/storage/art) +"aTE" = ( /obj/structure/table/standard, /obj/item/stack/cable_coil/random, /obj/item/stack/cable_coil/random, @@ -25423,39 +25426,7 @@ }, /turf/simulated/floor/tiled, /area/storage/art) -"aTp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"aTq" = ( -/obj/machinery/door/airlock/external{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "nuke_shuttle_dock_outer"; - locked = 1; - name = "Docking Port Airlock"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aTr" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/tiled, -/area/storage/art) -"aTs" = ( +"aTF" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -25468,24 +25439,51 @@ }, /turf/simulated/floor/tiled, /area/storage/art) -"aTt" = ( -/obj/machinery/door/airlock/external{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "nuke_shuttle_dock_inner"; - locked = 1; - name = "Docking Port Airlock"; - req_access = list(13) +"aTG" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 +/turf/simulated/floor/tiled, +/area/storage/art) +"aTH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aTu" = ( -/obj/machinery/door/firedoor/border_only, +/area/maintenance/locker) +"aTI" = ( +/obj/machinery/door/airlock{ + name = "Port Emergency Storage" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aTJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/hallway/primary/port) +"aTK" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ name = "Auxiliary Tool Storage"; req_access = list(12) @@ -25499,7 +25497,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/port) -"aTv" = ( +"aTL" = ( +/turf/simulated/wall, +/area/storage/tools) +"aTM" = ( /obj/machinery/light{ dir = 8 }, @@ -25510,31 +25511,37 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aTw" = ( -/obj/item/modular_computer/console/preset/command, -/turf/simulated/floor/tiled, +"aTN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aTO" = ( +/turf/simulated/wall/r_wall, /area/bridge) -"aTx" = ( +"aTP" = ( /obj/machinery/computer/secure_data, /obj/effect/floor_decal/corner/red/full, /turf/simulated/floor/tiled, /area/bridge) -"aTy" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/weapon/storage/secure/briefcase, -/obj/item/device/gps, -/obj/item/device/gps, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHEAST)"; +"aTQ" = ( +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (SOUTHWEST)"; icon_state = "corner_white"; - dir = 6 + dir = 10 }, +/obj/item/modular_computer/console/preset/security, /turf/simulated/floor/tiled, /area/bridge) -"aTz" = ( +"aTR" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ dir = 8 @@ -25551,25 +25558,35 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aTA" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/obj/item/modular_computer/console/preset/engineering, -/turf/simulated/floor/tiled, -/area/bridge) -"aTB" = ( -/obj/effect/floor_decal/corner/white/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; +"aTS" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/item/modular_computer/console/preset/engineering, +/obj/item/weapon/storage/secure/briefcase, +/obj/item/device/gps, +/obj/item/device/gps, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, /turf/simulated/floor/tiled, /area/bridge) -"aTC" = ( +"aTT" = ( +/obj/item/modular_computer/console/preset/command, +/turf/simulated/floor/tiled, +/area/bridge) +"aTU" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/modular_computer/console/preset/command, +/turf/simulated/floor/tiled, +/area/bridge) +"aTV" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ dir = 8 @@ -25584,25 +25601,7 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aTD" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/machinery/appliance/cooker/oven, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aTE" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/machinery/appliance/cooker/fryer, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aTF" = ( +"aTW" = ( /obj/structure/table/reinforced, /obj/item/device/flash, /obj/item/device/flash, @@ -25617,41 +25616,124 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aTG" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 +"aTX" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/corner/white/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/obj/item/modular_computer/console/preset/medical, +/obj/item/modular_computer/console/preset/engineering, /turf/simulated/floor/tiled, /area/bridge) -"aTH" = ( +"aTY" = ( +/obj/effect/floor_decal/corner/white/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/obj/item/modular_computer/console/preset/engineering, +/turf/simulated/floor/tiled, +/area/bridge) +"aTZ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_two) +"aUa" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aTI" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +"aUb" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/hallway/primary/central_two) +"aUc" = ( +/obj/machinery/light{ + icon_state = "tube1"; dir = 8 }, -/turf/simulated/floor/lino, +/turf/simulated/floor/wood, /area/crew_quarters/bar) -"aTJ" = ( +"aUd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aUe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aUf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aUg" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aUh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aUi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/structure/table/marble, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aTK" = ( +"aUj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/crew_quarters/bar) +"aUk" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen) +"aUl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/corner/white/diagonal{ @@ -25661,7 +25743,18 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aTL" = ( +"aUm" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aUn" = ( /obj/machinery/vending/dinnerware, /obj/item/device/radio/intercom{ pixel_y = 25 @@ -25676,26 +25769,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aTM" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aTN" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aTO" = ( +"aUo" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -25706,38 +25780,15 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aTP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/item/weapon/material/shard{ - icon_state = "small" +"aUp" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"aTQ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"aTR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"aTS" = ( -/turf/simulated/wall, -/area/crew_quarters/locker) -"aTT" = ( -/obj/item/device/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/libraryscanner, -/turf/simulated/floor/wood, -/area/library) -"aTU" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aUq" = ( /obj/structure/table/standard, /obj/machinery/microwave{ pixel_x = -3; @@ -25753,21 +25804,47 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aTV" = ( -/obj/item/modular_computer/console/preset/civilian, +"aUr" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/machinery/appliance/cooker/oven, /turf/simulated/floor/tiled, -/area/security/vacantoffice) -"aTW" = ( -/obj/structure/table/marble, -/turf/simulated/floor/lino, -/area/hydroponics/garden) -"aTX" = ( +/area/crew_quarters/kitchen) +"aUs" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/machinery/appliance/cooker/fryer, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aUt" = ( /obj/machinery/light_switch{ pixel_y = 28 }, /turf/simulated/floor/lino, /area/hydroponics/garden) -"aTY" = ( +"aUu" = ( +/obj/structure/table/marble, +/turf/simulated/floor/lino, +/area/hydroponics/garden) +"aUv" = ( +/obj/effect/landmark/start{ + name = "Gardener" + }, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/lime/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hydroponics/garden) +"aUw" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -25784,19 +25861,7 @@ }, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"aTZ" = ( -/obj/effect/landmark/start{ - name = "Gardener" - }, -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/lime/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hydroponics/garden) -"aUa" = ( +"aUx" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, @@ -25807,7 +25872,45 @@ }, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"aUb" = ( +"aUy" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aUz" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aUA" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/item/weapon/reagent_containers/glass/bucket, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aUB" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/turf/simulated/floor/wood, +/area/library) +"aUC" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/turf/simulated/floor/wood, +/area/library) +"aUD" = ( +/obj/machinery/camera/network/civilian_east{ + c_tag = "Library Central"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"aUE" = ( /obj/machinery/door/morgue{ dir = 2; name = "Private Study"; @@ -25815,17 +25918,14 @@ }, /turf/simulated/floor/wood, /area/library) -"aUc" = ( +"aUF" = ( /obj/machinery/light{ dir = 8 }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aUd" = ( +"aUG" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -25838,10 +25938,20 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aUe" = ( -/turf/simulated/wall, -/area/storage/art) -"aUf" = ( +"aUH" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/chapel/main) +"aUI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/chapel, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aUJ" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" @@ -25852,16 +25962,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aUg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/chapel, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aUh" = ( +"aUK" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -24 }, @@ -25882,42 +25983,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aUi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"aUj" = ( -/obj/machinery/door/airlock{ - name = "Port Emergency Storage" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aUk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ +"aUL" = ( +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; dir = 1 }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/primary/port) -"aUl" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"aUM" = ( /obj/machinery/alarm{ pixel_y = 25 }, @@ -25936,39 +26015,10 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aUm" = ( -/turf/simulated/wall, -/area/storage/tools) -"aUn" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, +"aUN" = ( /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aUo" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aUp" = ( -/turf/simulated/wall/r_wall, -/area/bridge) -"aUq" = ( +"aUO" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; icon_state = "space"; @@ -25982,482 +26032,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aUr" = ( -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"aUs" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 1; - frequency = 1331; - id_tag = "nuke_shuttle_dock_pump" - }, -/obj/machinery/airlock_sensor{ - frequency = 1331; - id_tag = "nuke_shuttle_dock_sensor"; - pixel_x = 0; - pixel_y = -25 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHEAST)"; - icon_state = "warning"; - dir = 6 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aUt" = ( -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHWEST)"; - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aUu" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aUv" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aUw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aUx" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aUy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/port) -"aUz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aUA" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = -24 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aUB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"aUC" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aUD" = ( -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 0; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/hallway/primary/central_two) -"aUE" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aUF" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aUG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aUH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aUI" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aUJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aUK" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/machinery/camera/network/exodus{ - c_tag = "Arrivals Hallway"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/starboard) -"aUL" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/item/device/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"aUM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"aUN" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"aUO" = ( -/obj/structure/table/standard, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/storage/art) "aUP" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled, -/area/storage/art) -"aUQ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/storage/art) -"aUR" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/storage/tools) -"aUS" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/camera/network/civilian_west{ - c_tag = "Tool Storage - Auxiliary" - }, -/turf/simulated/floor/tiled, -/area/storage/tools) -"aUT" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/simulated/floor/tiled, -/area/storage/tools) -"aUU" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/storage/tools) -"aUV" = ( -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/storage/tools) -"aUW" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aUX" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aUY" = ( -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aUZ" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aVa" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aVb" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aVc" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/item/weapon/reagent_containers/glass/bucket, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aVd" = ( -/obj/structure/bookcase{ - name = "bookcase (Fiction)" - }, -/turf/simulated/floor/wood, -/area/library) -"aVe" = ( -/obj/structure/bookcase{ - name = "bookcase (Non-Fiction)" - }, -/turf/simulated/floor/wood, -/area/library) -"aVf" = ( -/obj/machinery/camera/network/civilian_east{ - c_tag = "Library Central"; - dir = 8 - }, -/turf/simulated/floor/wood, -/area/library) -"aVg" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aVh" = ( -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aVi" = ( -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aVj" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/carpet, -/area/chapel/main) -"aVk" = ( -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aVl" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aVm" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aVn" = ( -/obj/effect/floor_decal/corner/white/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aVo" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/marble, -/turf/simulated/floor/lino, -/area/crew_quarters/bar) -"aVp" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aVq" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/machinery/door/airlock/glass{ - name = "Kitchen"; - req_access = list(28) - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aVr" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -26465,12 +26040,12 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/hallway/secondary/exit) -"aVs" = ( +"aUQ" = ( /obj/machinery/door/airlock/external{ frequency = 1331; icon_state = "door_locked"; @@ -26490,7 +26065,553 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/port) +"aUR" = ( +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHWEST)"; + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aUS" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1331; + id_tag = "nuke_shuttle_dock_pump" + }, +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "nuke_shuttle_dock_sensor"; + pixel_x = 0; + pixel_y = -25 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHEAST)"; + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aUT" = ( +/obj/machinery/door/airlock/external{ + frequency = 1331; + icon_state = "door_locked"; + id_tag = "nuke_shuttle_dock_inner"; + locked = 1; + name = "Docking Port Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aUU" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aUV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aUW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aUX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/port) +"aUY" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aVa" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aVb" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aVc" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/obj/machinery/camera/network/exodus{ + c_tag = "Arrivals Hallway"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/starboard) +"aVd" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aVe" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/device/radio/intercom{ + dir = 0; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"aVf" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"aVg" = ( +/obj/structure/table/standard, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/storage/art) +"aVh" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/storage/art) +"aVi" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/storage/art) +"aVj" = ( +/turf/simulated/wall, +/area/storage/emergency2) +"aVk" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"aVl" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"aVm" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"aVn" = ( +/turf/simulated/floor/plating, +/area/storage/emergency2) +"aVo" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/camera/network/civilian_west{ + c_tag = "Tool Storage - Auxiliary" + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/storage/tools) +"aVp" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/storage/tools) +"aVq" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/storage/tools) +"aVr" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled, +/area/storage/tools) +"aVs" = ( +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/storage/tools) "aVt" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aVu" = ( +/obj/effect/floor_decal/corner/red/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/bridge) +"aVv" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVw" = ( +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVx" = ( +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVy" = ( +/obj/effect/floor_decal/corner/blue/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVz" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVA" = ( +/obj/effect/floor_decal/corner/blue/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVB" = ( +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVC" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVD" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVE" = ( +/obj/effect/floor_decal/corner/white/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aVF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_two) +"aVG" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVH" = ( +/obj/item/weapon/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVI" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/bed/chair/wood/wings, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/bed/chair/wood/wings, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVM" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVN" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/material/kitchen/utensil/fork, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVO" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVP" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aVQ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/marble, +/turf/simulated/floor/lino, +/area/crew_quarters/bar) +"aVR" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/door/airlock/glass{ + name = "Kitchen"; + req_access = list(28) + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aVS" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aVT" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aVU" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -26514,56 +26635,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aVu" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aVv" = ( -/obj/machinery/door/airlock/external{ - frequency = 1331; - icon_state = "door_locked"; - id_tag = "nuke_shuttle_dock_inner"; - locked = 1; - name = "Docking Port Airlock"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aVw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aVx" = ( +"aVV" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -26588,7 +26660,26 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aVy" = ( +"aVW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aVX" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -26608,8 +26699,24 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aVz" = ( -/obj/machinery/door/firedoor/border_only{ +"aVY" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aVZ" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -26629,32 +26736,7 @@ }, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"aVA" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aVB" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/marble, -/turf/simulated/floor/lino, -/area/hydroponics/garden) -"aVC" = ( +"aWa" = ( /obj/structure/cable/green{ d1 = 2; d2 = 4; @@ -26667,16 +26749,16 @@ }, /turf/simulated/floor/lino, /area/hydroponics/garden) -"aVD" = ( +"aWb" = ( /obj/structure/cable/green{ - d1 = 1; + d1 = 4; d2 = 8; - icon_state = "1-8" + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, +/obj/structure/table/marble, +/turf/simulated/floor/lino, /area/hydroponics/garden) -"aVE" = ( +"aWc" = ( /obj/effect/landmark/start{ name = "Gardener" }, @@ -26693,13 +26775,69 @@ }, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"aVF" = ( +"aWd" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics/garden) +"aWe" = ( /obj/effect/floor_decal/corner/lime{ dir = 6 }, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"aVG" = ( +"aWf" = ( +/obj/structure/flora/bush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aWg" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aWh" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aWi" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/door/window/westright{ + name = "Library Desk Door" + }, +/turf/simulated/floor/wood, +/area/library) +"aWj" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/library) +"aWk" = ( +/obj/structure/table/woodentable, +/obj/machinery/librarycomp{ + pixel_y = 0 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/library) +"aWl" = ( /obj/machinery/power/apc{ dir = 8; name = "west bump"; @@ -26711,7 +26849,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aVH" = ( +"aWm" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -26729,15 +26867,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aVI" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"aVJ" = ( +"aWn" = ( /obj/item/device/radio/intercom{ dir = 4; name = "Station Intercom (General)"; @@ -26745,22 +26875,10 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aVK" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"aVL" = ( +"aWo" = ( /obj/structure/bed/chair{ dir = 4 }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, /obj/effect/floor_decal/corner/red{ tag = "icon-corner_white (NORTH)"; icon_state = "corner_white"; @@ -26776,72 +26894,146 @@ icon_state = "corner_white"; dir = 4 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aVM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 +"aWp" = ( +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aVN" = ( +"aWq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aVO" = ( -/turf/simulated/wall, -/area/storage/emergency2) -"aVP" = ( -/obj/machinery/light_switch{ - pixel_y = 28 +"aWr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 }, -/obj/structure/closet/hydrant{ - pixel_x = -32 - }, -/turf/simulated/floor/plating, -/area/storage/emergency2) -"aVQ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/storage/emergency2) -"aVR" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/storage/emergency2) -"aVS" = ( -/turf/simulated/floor/plating, -/area/storage/emergency2) -"aVT" = ( +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"aWs" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aVU" = ( -/obj/machinery/door/firedoor/border_only{ +"aWt" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aWu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aWv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aWw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aWx" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aWy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aWz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aWA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/port) +"aWB" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aVV" = ( -/obj/machinery/door/firedoor/border_only{ +"aWC" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, @@ -26849,7 +27041,58 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/port) -"aVW" = ( +"aWD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 1; + id = "office_shutter"; + layer = 3.1; + name = "Office Shutters" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/starboard) +"aWE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 1; + id = "office_shutter"; + layer = 3.1; + name = "Office Shutters" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/starboard) +"aWF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 1; + id = "office_shutter"; + layer = 3.1; + name = "Office Shutters" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/starboard) +"aWG" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ name = "Vacant Office" @@ -26858,7 +27101,24 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"aVX" = ( +"aWH" = ( +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aWI" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aWJ" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -26866,32 +27126,13 @@ /obj/structure/closet/wardrobe/white, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aVY" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aVZ" = ( +"aWK" = ( /obj/item/weapon/stool{ pixel_y = 8 }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aWa" = ( -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"aWb" = ( +"aWL" = ( /obj/item/weapon/storage/toolbox/mechanical{ pixel_x = -2; pixel_y = -1 @@ -26901,11 +27142,13 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aWc" = ( -/obj/item/weapon/stool/padded, +"aWM" = ( +/obj/structure/table/standard{ + name = "plastic table frame" + }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aWd" = ( +"aWN" = ( /obj/item/weapon/storage/toolbox/mechanical{ pixel_x = -2; pixel_y = -1 @@ -26923,7 +27166,11 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aWe" = ( +"aWO" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"aWP" = ( /obj/structure/closet/secure_closet/personal, /obj/machinery/alarm{ dir = 8; @@ -26939,21 +27186,12 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aWf" = ( +"aWQ" = ( /obj/structure/table/standard, /obj/item/weapon/hand_labeler, /turf/simulated/floor/tiled, /area/storage/art) -"aWg" = ( -/obj/structure/table/standard, -/obj/item/device/camera_film, -/obj/item/device/camera, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/storage/art) -"aWh" = ( +"aWR" = ( /obj/structure/table/standard, /obj/item/weapon/storage/fancy/crayons, /obj/item/weapon/storage/fancy/crayons, @@ -26967,130 +27205,55 @@ }, /turf/simulated/floor/tiled, /area/storage/art) -"aWi" = ( +"aWS" = ( +/obj/structure/table/standard, +/obj/item/device/camera_film, +/obj/item/device/camera, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/storage/art) +"aWT" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"aWU" = ( +/obj/machinery/light/small, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"aWV" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"aWW" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/tank/oxygen, +/obj/item/weapon/tank/oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/weapon/storage/box/lights/mixed, +/obj/item/weapon/extinguisher, +/turf/simulated/floor/plating, +/area/storage/emergency2) +"aWX" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -24 }, /turf/simulated/floor/tiled, /area/storage/tools) -"aWj" = ( -/turf/simulated/floor/tiled, -/area/storage/tools) -"aWk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"aWl" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWm" = ( -/obj/item/weapon/reagent_containers/food/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWn" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 8 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/bed/chair/wood/wings, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/bed/chair/wood/wings, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWr" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWs" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/material/kitchen/utensil/fork, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWt" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWu" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aWv" = ( +"aWY" = ( /obj/random/tech_supply, /obj/random/tech_supply, /obj/random/tech_supply, @@ -27099,7 +27262,10 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/storage/tools) -"aWw" = ( +"aWZ" = ( +/turf/simulated/floor/tiled, +/area/storage/tools) +"aXa" = ( /obj/random/tech_supply, /obj/random/tech_supply, /obj/random/tech_supply, @@ -27108,7 +27274,20 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/storage/tools) -"aWx" = ( +"aXb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"aXc" = ( +/turf/simulated/wall, +/area/bridge) +"aXd" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -27122,7 +27301,16 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aWy" = ( +"aXe" = ( +/obj/machinery/computer/shuttle_control/research, +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aXf" = ( /obj/machinery/camera/network/command{ c_tag = "Bridge West" }, @@ -27133,19 +27321,7 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aWz" = ( -/obj/machinery/computer/shuttle_control/research, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aWA" = ( -/turf/simulated/floor/tiled, -/area/bridge) -"aWB" = ( +"aXg" = ( /obj/item/device/radio/beacon, /obj/effect/floor_decal/corner/red{ tag = "icon-corner_white (NORTH)"; @@ -27154,7 +27330,10 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aWC" = ( +"aXh" = ( +/turf/simulated/floor/tiled, +/area/bridge) +"aXi" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -27163,7 +27342,15 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/bridge) -"aWD" = ( +"aXj" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aXk" = ( /obj/structure/noticeboard{ pixel_y = 27 }, @@ -27177,33 +27364,7 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aWE" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aWF" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, -/obj/machinery/light_switch{ - pixel_x = 16; - pixel_y = -23 - }, -/obj/machinery/appliance/mixer/candy, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aWG" = ( +"aXl" = ( /obj/machinery/computer/med_data, /obj/effect/floor_decal/corner/white{ tag = "icon-corner_white (NORTHEAST)"; @@ -27212,11 +27373,101 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aWH" = ( +"aXm" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/floor_decal/corner/white/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/obj/item/modular_computer/console/preset/medical, +/turf/simulated/floor/tiled, +/area/bridge) +"aXn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_two) +"aXo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_two) +"aXp" = ( +/obj/machinery/atm{ + pixel_x = -25 + }, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Bar West"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aXq" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/material/kitchen/utensil/fork, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aXr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aXs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aXt" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aXu" = ( +/obj/structure/table/woodentable, +/obj/item/device/camera, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aXv" = ( /obj/structure/table/marble, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"aWI" = ( +"aXw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen) +"aXx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/corner/white/diagonal{ tag = "icon-corner_white_diagonal (EAST)"; @@ -27225,7 +27476,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aWJ" = ( +"aXy" = ( /obj/item/weapon/reagent_containers/food/snacks/mint, /obj/structure/cable/green{ d1 = 1; @@ -27240,64 +27491,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aWK" = ( -/obj/structure/flora/bush, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aWL" = ( -/obj/machinery/portable_atmospherics/hydroponics/soil, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aWM" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aWN" = ( -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/door/window/westright{ - name = "Library Desk Door" - }, -/turf/simulated/floor/wood, -/area/library) -"aWO" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/simulated/floor/wood, -/area/library) -"aWP" = ( -/obj/structure/table/woodentable, -/obj/machinery/librarycomp{ - pixel_y = 0 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/simulated/floor/wood, -/area/library) -"aWQ" = ( -/obj/item/weapon/material/kitchen/rollingpin, -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aWR" = ( +"aXz" = ( /obj/machinery/chemical_dispenser/bar_soft/full, /obj/structure/table/marble, /obj/effect/floor_decal/corner/white/diagonal{ @@ -27307,8 +27501,9 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aWS" = ( -/obj/structure/disposalpipe/segment, +"aXA" = ( +/obj/item/weapon/material/kitchen/rollingpin, +/obj/structure/table/marble, /obj/effect/floor_decal/corner/white/diagonal{ tag = "icon-corner_white_diagonal (EAST)"; icon_state = "corner_white_diagonal"; @@ -27316,7 +27511,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aWT" = ( +"aXB" = ( /obj/item/weapon/book/manual/chef_recipes, /obj/structure/table/marble, /obj/effect/floor_decal/corner/white/diagonal{ @@ -27326,7 +27521,16 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aWU" = ( +"aXC" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aXD" = ( /obj/structure/closet/secure_closet/freezer/fridge, /obj/effect/floor_decal/corner/white/diagonal{ tag = "icon-corner_white_diagonal (EAST)"; @@ -27335,7 +27539,20 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aWV" = ( +"aXE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hydroponics/garden) +"aXF" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -27343,112 +27560,7 @@ }, /turf/simulated/floor/lino, /area/hydroponics/garden) -"aWW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hydroponics/garden) -"aWX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"aWY" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"aWZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"aXa" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aXb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aXc" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aXd" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aXe" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/port) -"aXf" = ( +"aXG" = ( /obj/effect/landmark/start{ name = "Gardener" }, @@ -27460,7 +27572,73 @@ }, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"aXg" = ( +"aXH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hydroponics/garden) +"aXI" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aXJ" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/item/device/radio/intercom{ + pixel_x = 25 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aXK" = ( +/obj/structure/bookcase{ + name = "bookcase (Adult)" + }, +/turf/simulated/floor/wood, +/area/library) +"aXL" = ( +/obj/structure/bed/chair/comfy/black, +/turf/simulated/floor/wood, +/area/library) +"aXM" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/library) +"aXN" = ( +/obj/effect/landmark/start{ + name = "Librarian" + }, +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/wood, +/area/library) +"aXO" = ( +/obj/item/device/radio/intercom{ + pixel_x = 28 + }, +/obj/machinery/libraryscanner, +/turf/simulated/floor/wood, +/area/library) +"aXP" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (NORTH)"; + icon_state = "chapel"; + dir = 1 + }, +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (WEST)"; + icon_state = "chapel"; + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aXQ" = ( /obj/item/weapon/stool/padded, /obj/effect/floor_decal/chapel{ tag = "icon-chapel (EAST)"; @@ -27470,63 +27648,7 @@ /obj/effect/floor_decal/chapel, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aXh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/blast/shutters{ - dir = 1; - id = "office_shutter"; - layer = 3.1; - name = "Office Shutters" - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/starboard) -"aXi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/blast/shutters{ - dir = 1; - id = "office_shutter"; - layer = 3.1; - name = "Office Shutters" - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/starboard) -"aXj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/blast/shutters{ - dir = 1; - id = "office_shutter"; - layer = 3.1; - name = "Office Shutters" - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/starboard) -"aXk" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +"aXR" = ( /obj/item/weapon/stool/padded, /obj/effect/floor_decal/chapel{ tag = "icon-chapel (NORTH)"; @@ -27540,48 +27662,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aXl" = ( -/turf/simulated/floor/plating, -/area/maintenance/locker) -"aXm" = ( -/obj/effect/decal/cleanable/generic, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"aXn" = ( -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (NORTH)"; - icon_state = "chapel"; - dir = 1 - }, -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (WEST)"; - icon_state = "chapel"; - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aXo" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aXp" = ( +"aXS" = ( /obj/structure/cable{ d1 = 1; d2 = 4; @@ -27596,7 +27677,8 @@ /obj/effect/floor_decal/chapel, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aXq" = ( +"aXT" = ( +/obj/machinery/hologram/holopad, /obj/structure/cable{ d1 = 4; d2 = 8; @@ -27605,16 +27687,35 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aXr" = ( +"aXU" = ( /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0 }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"aXs" = ( +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aXV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/chapel/main) +"aXW" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -27636,7 +27737,16 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aXt" = ( +"aXX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"aXY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ d1 = 2; @@ -27645,7 +27755,13 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aXu" = ( +"aXZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"aYa" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1380; @@ -27662,13 +27778,29 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aXv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 +"aYb" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_dock_north_inner"; + locked = 1; + name = "Escape Airlock"; + req_access = list(13) }, -/turf/simulated/floor/tiled, +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/obj/machinery/mech_sensor{ + dir = 8; + frequency = 1380; + id_tag = "escape_dock_north_mech"; + pixel_y = -19 + }, +/turf/simulated/floor/plating, /area/hallway/secondary/exit) -"aXw" = ( +"aYc" = ( /obj/machinery/light/small, /obj/machinery/embedded_controller/radio/airlock/docking_port_multi{ frequency = 1380; @@ -27695,40 +27827,7 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/exit) -"aXx" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/turf/simulated/floor/plating, -/area/storage/emergency2) -"aXy" = ( -/obj/machinery/light/small, -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/storage/emergency2) -"aXz" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/storage/emergency2) -"aXA" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/tank/oxygen, -/obj/item/weapon/tank/oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/device/flashlight, -/obj/item/device/flashlight, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/weapon/extinguisher, -/turf/simulated/floor/plating, -/area/storage/emergency2) -"aXB" = ( +"aYd" = ( /obj/machinery/airlock_sensor{ frequency = 1380; id_tag = "escape_dock_north_sensor"; @@ -27742,16 +27841,52 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/exit) -"aXC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (WEST)"; - icon_state = "warningcorner"; +"aYe" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_dock_north_outer"; + locked = 1; + name = "Escape Airlock"; + req_access = list(13) + }, +/obj/machinery/mech_sensor{ + dir = 8; + frequency = 1380; + id_tag = "escape_dock_north_mech"; + pixel_y = -19 + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "escape_dock_north_airlock"; + name = "exterior access button"; + pixel_x = 4; + pixel_y = -26; + req_one_access = list(13) + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aYf" = ( +/turf/template_noop, +/area/shuttle/transport1/station) +"aYg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 8 }, -/turf/simulated/floor/tiled, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"aXD" = ( +"aYh" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (SOUTHWEST)"; @@ -27760,57 +27895,63 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"aXE" = ( +"aYi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (WEST)"; + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"aYj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"aXF" = ( +"aYk" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced{ dir = 8 }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "office_shutter"; + layer = 3.1; + name = "Office Shutters" + }, /turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"aXG" = ( -/turf/simulated/wall, -/area/bridge) -"aXH" = ( +/area/hallway/secondary/entry/starboard) +"aYl" = ( /obj/structure/table/standard{ name = "plastic table frame" }, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"aXI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"aXJ" = ( +"aYm" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /obj/machinery/papershredder, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"aXK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, +"aYn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 + dir = 4 + }, +/obj/structure/table/standard{ + name = "plastic table frame" }, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"aXL" = ( +"aYo" = ( /obj/structure/window/basic{ dir = 4 }, @@ -27822,7 +27963,33 @@ }, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"aXM" = ( +"aYp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"aYq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "office_shutter"; + name = "Office Shutters"; + pixel_x = -8; + pixel_y = 22 + }, +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"aYr" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -27839,23 +28006,48 @@ }, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"aXN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/button/remote/blast_door{ - id = "office_shutter"; - name = "Office Shutters"; - pixel_x = -8; - pixel_y = 22 - }, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = 32 - }, -/turf/simulated/floor/tiled, +"aYs" = ( +/turf/simulated/wall, /area/security/vacantoffice) -"aXO" = ( +"aYt" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aYu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1; + icon_state = "map"; + tag = "icon-manifold-f (NORTH)" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aYv" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact"; + tag = "icon-intact-f (SOUTHWEST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aYw" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aYx" = ( /obj/structure/closet/wardrobe/grey, /obj/machinery/requests_console{ department = "Locker Room"; @@ -27864,7 +28056,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aXP" = ( +"aYy" = ( /obj/item/clothing/head/soft/grey{ pixel_x = -2; pixel_y = 3 @@ -27874,7 +28066,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aXQ" = ( +"aYz" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -27889,88 +28081,11 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aXR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"aXS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"aXT" = ( -/obj/machinery/atm{ - pixel_x = -25 - }, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Bar West"; - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aXU" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/material/kitchen/utensil/fork, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aXV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aXW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/woodentable, -/obj/item/weapon/deck/cards, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aXX" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aXY" = ( -/obj/structure/table/woodentable, -/obj/item/device/camera, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aXZ" = ( +"aYA" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aYa" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"aYb" = ( +"aYB" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -27978,18 +28093,18 @@ }, /turf/simulated/floor/tiled, /area/storage/tools) -"aYc" = ( +"aYC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/storage/tools) -"aYd" = ( +"aYD" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 32 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -28000,7 +28115,25 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aYe" = ( +"aYE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/bridge) +"aYF" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -28012,14 +28145,14 @@ pixel_x = 32; pixel_y = 0 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/bridge) -"aYf" = ( +"aYG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, @@ -28030,16 +28163,7 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aYg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aYh" = ( +"aYH" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -28051,20 +28175,30 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aYi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ +"aYI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/tiled, +/area/bridge) +"aYJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/plating, -/area/hydroponics/garden) -"aYj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aYK" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = -29 @@ -28087,93 +28221,7 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aYk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aYl" = ( -/obj/machinery/light, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aYm" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aYn" = ( -/obj/structure/flora/ausbushes/sunnybush, -/obj/item/device/radio/intercom{ - pixel_x = 25 - }, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aYo" = ( -/obj/structure/bookcase{ - name = "bookcase (Adult)" - }, -/turf/simulated/floor/wood, -/area/library) -"aYp" = ( -/obj/structure/bed/chair/comfy/black, -/turf/simulated/floor/wood, -/area/library) -"aYq" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/simulated/floor/wood, -/area/library) -"aYr" = ( -/obj/effect/landmark/start{ - name = "Librarian" - }, -/obj/structure/bed/chair/office/dark, -/turf/simulated/floor/wood, -/area/library) -"aYs" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/binary/passive_gate{ - tag = "icon-map (NORTH)"; - icon_state = "map"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"aYt" = ( +"aYL" = ( /obj/machinery/alarm{ dir = 1; icon_state = "alarm0"; @@ -28197,7 +28245,56 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aYu" = ( +"aYM" = ( +/obj/machinery/light, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aYN" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aYO" = ( /obj/structure/fireaxecabinet{ pixel_y = -32 }, @@ -28228,57 +28325,7 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aYv" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aYw" = ( -/obj/machinery/light, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aYx" = ( +"aYP" = ( /obj/machinery/button/remote/blast_door{ id = "bridge blast"; name = "Bridge Blast Door Control"; @@ -28313,49 +28360,28 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aYy" = ( +"aYQ" = ( +/obj/machinery/light, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (SOUTHWEST)"; icon_state = "corner_white"; dir = 10 }, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled, /area/bridge) -"aYz" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/chapel/main) -"aYA" = ( +"aYR" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -28378,7 +28404,30 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aYB" = ( +"aYS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aYT" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -28392,18 +28441,7 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aYC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"aYD" = ( +"aYU" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -28415,7 +28453,18 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aYE" = ( +"aYV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"aYW" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -28427,43 +28476,21 @@ pixel_x = -32; pixel_y = 0 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/bridge) -"aYF" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "escape_dock_north_inner"; - locked = 1; - name = "Escape Airlock"; - req_access = list(13) - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/machinery/mech_sensor{ - dir = 8; - frequency = 1380; - id_tag = "escape_dock_north_mech"; - pixel_y = -19 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"aYG" = ( +"aYX" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"; pixel_y = 32 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -28474,7 +28501,15 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aYH" = ( +"aYY" = ( +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"aYZ" = ( /obj/machinery/camera/network/exodus{ c_tag = "Bridge East Entrance" }, @@ -28485,60 +28520,35 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"aYI" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "escape_dock_north_outer"; - locked = 1; - name = "Escape Airlock"; - req_access = list(13) +"aZa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/woodentable, +/obj/item/weapon/deck/cards, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aZb" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 }, -/obj/machinery/mech_sensor{ - dir = 8; - frequency = 1380; - id_tag = "escape_dock_north_mech"; - pixel_y = -19 +/obj/item/weapon/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "escape_dock_north_airlock"; - name = "exterior access button"; - pixel_x = 4; - pixel_y = -26; - req_one_access = list(13) - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"aYJ" = ( -/turf/space, -/area/shuttle/transport1/station) -"aYK" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"aZc" = ( /obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, /obj/structure/window/reinforced{ dir = 4 }, /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, /turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"aYL" = ( -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"aYM" = ( +/area/crew_quarters/kitchen) +"aZd" = ( /obj/item/weapon/reagent_containers/food/condiment/enzyme{ layer = 5 }, @@ -28556,43 +28566,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aYN" = ( -/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 0 - }, -/obj/item/weapon/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"aYO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/blast/shutters{ - dir = 8; - id = "office_shutter"; - layer = 3.1; - name = "Office Shutters" - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/starboard) -"aYP" = ( +"aZe" = ( /obj/item/weapon/storage/box/donkpockets{ pixel_x = 3; pixel_y = 3 @@ -28608,7 +28582,14 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aYQ" = ( +"aZf" = ( +/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 0 + }, +/obj/item/weapon/reagent_containers/food/condiment/peppermill{ + pixel_x = 3 + }, /obj/structure/table/marble, /obj/effect/floor_decal/corner/white/diagonal{ tag = "icon-corner_white_diagonal (EAST)"; @@ -28617,7 +28598,125 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"aYR" = ( +"aZg" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aZh" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"aZi" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hydroponics/garden) +"aZj" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aZk" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"aZl" = ( +/turf/simulated/wall, +/area/hallway/primary/starboard) +"aZm" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"aZn" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/carpet, +/area/library) +"aZo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/carpet, +/area/library) +"aZp" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper, +/turf/simulated/floor/wood, +/area/library) +"aZq" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/library) +"aZr" = ( +/obj/structure/table/woodentable, +/obj/item/device/camera_film, +/obj/item/device/camera_film, +/turf/simulated/floor/wood, +/area/library) +"aZs" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/weapon/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/library) +"aZt" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/library) +"aZu" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/simulated/floor/wood, +/area/library) +"aZv" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -28630,17 +28729,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aYS" = ( -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (WEST)"; - icon_state = "chapel"; - dir = 8 - }, -/obj/effect/floor_decal/chapel, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aYT" = ( +"aZw" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -28659,7 +28748,17 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aYU" = ( +"aZx" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (WEST)"; + icon_state = "chapel"; + dir = 8 + }, +/obj/effect/floor_decal/chapel, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"aZy" = ( /obj/item/weapon/stool/padded, /obj/effect/floor_decal/chapel, /obj/effect/floor_decal/chapel{ @@ -28669,7 +28768,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aYV" = ( +"aZz" = ( /obj/item/weapon/stool/padded, /obj/effect/floor_decal/chapel{ tag = "icon-chapel (NORTH)"; @@ -28679,10 +28778,18 @@ /obj/effect/floor_decal/chapel, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"aYW" = ( -/turf/simulated/wall, -/area/security/vacantoffice) -"aYX" = ( +"aZA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/chapel/main) +"aZB" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -28698,15 +28805,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aYY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 6; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHEAST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"aYZ" = ( +"aZC" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -28715,15 +28814,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aZa" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"aZb" = ( +"aZD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"aZE" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -28735,40 +28830,28 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"aZc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/tiled, +"aZF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, /area/hallway/secondary/exit) -"aZd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (WEST)"; - icon_state = "warning"; - dir = 8 +"aZG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"aZe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"aZf" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 +/obj/machinery/door/firedoor{ + dir = 2 }, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"aZg" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"aZh" = ( -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"aZi" = ( +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aZH" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -28777,24 +28860,98 @@ /obj/structure/window/reinforced{ dir = 1 }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"aZI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 }, /turf/simulated/floor/plating, -/area/bridge) -"aZj" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +/area/hallway/secondary/entry/aft) +"aZJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"aZK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"aZL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (WEST)"; + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"aZM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"aZN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "office_shutter"; + layer = 3.1; + name = "Office Shutters" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"aZO" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 }, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"aZk" = ( +"aZP" = ( +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"aZQ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"aZR" = ( /obj/structure/window/basic{ dir = 4 }, @@ -28806,7 +28963,23 @@ }, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"aZl" = ( +"aZS" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"aZT" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"aZU" = ( /obj/machinery/power/apc{ dir = 4; name = "east bump"; @@ -28821,25 +28994,64 @@ /obj/item/weapon/pen, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"aZm" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"aZV" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 }, +/obj/machinery/atmospherics/binary/passive_gate{ + tag = "icon-map (NORTH)"; + icon_state = "map"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aZW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump/high_power/on, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aZX" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/valve, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"aZY" = ( +/turf/simulated/wall, +/area/maintenance/locker) +"aZZ" = ( +/obj/structure/closet/wardrobe/black, /turf/simulated/floor/tiled, -/area/security/vacantoffice) -"aZn" = ( +/area/crew_quarters/locker) +"baa" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aZo" = ( -/obj/structure/closet/wardrobe/black, +"bab" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aZp" = ( +"bac" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -28857,38 +29069,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aZq" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"aZr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/crew_quarters/locker) -"aZs" = ( +"bad" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -28906,7 +29087,10 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aZt" = ( +"bae" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -28920,7 +29104,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aZu" = ( +"baf" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 1; name = "Locker Room"; @@ -28940,16 +29124,21 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aZv" = ( -/obj/structure/closet/secure_closet/personal, +"bag" = ( /obj/structure/cable/green{ - d1 = 2; + d1 = 4; d2 = 8; - icon_state = "2-8" + 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/crew_quarters/locker) -"aZw" = ( +"bah" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -28963,22 +29152,92 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"aZx" = ( +"bai" = ( +/obj/structure/closet/secure_closet/personal, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"baj" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/effect/decal/cleanable/blood/oil, /obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/tiled, -/area/storage/tools) -"aZy" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled, -/area/storage/tools) -"aZz" = ( -/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bak" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bal" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bam" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"ban" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bao" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bap" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"baq" = ( +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bar" = ( +/obj/structure/reagent_dispensers/watertank, /turf/simulated/floor/tiled, /area/storage/tools) -"aZA" = ( +"bas" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/storage/tools) +"bat" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = -29 @@ -28994,14 +29253,32 @@ }, /turf/simulated/floor/tiled, /area/storage/tools) -"aZB" = ( +"bau" = ( +/obj/structure/closet/toolcloset, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/storage/tools) +"bav" = ( /obj/structure/closet/toolcloset, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, /turf/simulated/floor/tiled, /area/storage/tools) -"aZC" = ( +"baw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_one) +"bax" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -29013,41 +29290,22 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aZD" = ( +"bay" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aZE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aZF" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 4 +"baz" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" }, -/obj/item/weapon/reagent_containers/food/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"aZG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/kitchen) -"aZH" = ( -/obj/machinery/door/firedoor/border_only{ +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"baA" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -29063,35 +29321,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"aZI" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aZJ" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/bridge) -"aZK" = ( +"baB" = ( /obj/machinery/door/airlock/glass_command{ name = "Bridge"; req_access = list(19) @@ -29113,119 +29343,27 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"aZL" = ( +"baC" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/light_switch{ - pixel_x = -25; - pixel_y = -25 - }, +/obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/bridge) -"aZM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hydroponics/garden) -"aZN" = ( -/obj/machinery/portable_atmospherics/hydroponics/soil, -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aZO" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"aZP" = ( -/turf/simulated/wall, -/area/hallway/primary/starboard) -"aZQ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"aZR" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/carpet, -/area/library) -"aZS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/carpet, -/area/library) -"aZT" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper, -/turf/simulated/floor/wood, -/area/library) -"aZU" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/library) -"aZV" = ( -/obj/structure/table/woodentable, -/obj/item/device/camera_film, -/obj/item/device/camera_film, -/turf/simulated/floor/wood, -/area/library) -"aZW" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/pen/red{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/weapon/pen/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/simulated/floor/wood, -/area/library) -"aZX" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/library) -"aZY" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/simulated/floor/wood, -/area/library) -"aZZ" = ( +"baD" = ( /obj/machinery/door/airlock/glass_command{ name = "Bridge"; req_access = list(19) @@ -29237,15 +29375,19 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"baa" = ( +"baE" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = -25 + }, /turf/simulated/floor/tiled, /area/bridge) -"bab" = ( +"baF" = ( /obj/structure/cable/green{ d1 = 2; d2 = 4; @@ -29260,7 +29402,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/bridge) -"bac" = ( +"baG" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/bridge) +"baH" = ( /obj/structure/table/reinforced, /obj/structure/cable/green{ d1 = 1; @@ -29278,18 +29428,15 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"bad" = ( -/obj/structure/window/reinforced{ - dir = 8 +"baI" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/chapel/main) -"bae" = ( +/turf/simulated/wall/r_wall, +/area/bridge) +"baJ" = ( /obj/structure/table/reinforced, /obj/machinery/power/apc{ dir = 2; @@ -29305,22 +29452,7 @@ /obj/effect/floor_decal/corner/blue/full, /turf/simulated/floor/tiled, /area/bridge) -"baf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_x = 25; - pixel_y = -25 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"bag" = ( +"baK" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -29339,18 +29471,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/bridge) -"bah" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, +"baL" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -29359,85 +29480,13 @@ d2 = 8; icon_state = "4-8" }, -/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = -25 + }, /turf/simulated/floor/tiled, /area/bridge) -"bai" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"baj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"bak" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"bal" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bam" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"ban" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bao" = ( +"baM" = ( /obj/machinery/door/airlock/glass_command{ id_tag = "sbridgedoor"; name = "Bridge"; @@ -29453,8 +29502,57 @@ }, /turf/simulated/floor/tiled, /area/bridge) -"bap" = ( -/obj/machinery/door/firedoor/border_only{ +"baN" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/bridge) +"baO" = ( +/obj/machinery/door/airlock/glass_command{ + id_tag = "sbridgedoor"; + name = "Bridge"; + req_access = list(19) + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/bridge) +"baP" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -29473,56 +29571,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"baq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/blast/shutters{ - dir = 8; - id = "office_shutter"; - layer = 3.1; - name = "Office Shutters" - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bar" = ( -/obj/machinery/door/airlock/glass_command{ - id_tag = "sbridgedoor"; - name = "Bridge"; - req_access = list(19) - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/bridge) -"bas" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bat" = ( +"baQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -29533,7 +29582,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bau" = ( +"baR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"baS" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"baT" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -29545,14 +29607,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bav" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"baw" = ( +"baU" = ( /obj/item/device/radio/intercom{ dir = 4; name = "Station Intercom (General)"; @@ -29563,25 +29618,63 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bax" = ( +"baV" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/flame/candle, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"baW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"baX" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"baY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"baZ" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bba" = ( /obj/item/weapon/reagent_containers/food/snacks/pie, /obj/structure/table/marble, /turf/simulated/floor/lino, /area/crew_quarters/bar) -"bay" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; +"bbb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/simulated/floor/tiled, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, /area/crew_quarters/kitchen) -"baz" = ( +"bbc" = ( /obj/machinery/hologram/holopad, /obj/effect/floor_decal/corner/white/diagonal{ tag = "icon-corner_white_diagonal (EAST)"; @@ -29590,19 +29683,20 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"baA" = ( +"bbd" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"baB" = ( -/turf/simulated/wall, -/area/maintenance/locker) -"baC" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bbe" = ( /obj/effect/landmark/start{ name = "Chef" }, @@ -29613,7 +29707,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"baD" = ( +"bbf" = ( /obj/structure/table/standard, /obj/machinery/reagentgrinder, /obj/effect/floor_decal/corner/white/diagonal{ @@ -29623,13 +29717,18 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) -"baE" = ( -/obj/item/weapon/material/hatchet, -/obj/item/weapon/material/minihoe, -/obj/structure/table/marble, -/turf/simulated/floor/lino, +"bbg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, /area/hydroponics/garden) -"baF" = ( +"bbh" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -29638,7 +29737,13 @@ /obj/structure/table/marble, /turf/simulated/floor/lino, /area/hydroponics/garden) -"baG" = ( +"bbi" = ( +/obj/item/weapon/material/hatchet, +/obj/item/weapon/material/minihoe, +/obj/structure/table/marble, +/turf/simulated/floor/lino, +/area/hydroponics/garden) +"bbj" = ( /obj/effect/floor_decal/corner/lime{ tag = "icon-corner_white (NORTHWEST)"; icon_state = "corner_white"; @@ -29646,7 +29751,24 @@ }, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"baH" = ( +"bbk" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bbl" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Hydroponics Pasture South"; + dir = 8 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bbm" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 2; sortType = "Library"; @@ -29656,13 +29778,44 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"baI" = ( +"bbn" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"baJ" = ( +"bbo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/door/airlock/glass{ + name = "Library" + }, +/turf/simulated/floor/carpet, +/area/hallway/primary/starboard) +"bbp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/library) +"bbq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/library) +"bbr" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/chapel{ tag = "icon-chapel (WEST)"; @@ -29671,16 +29824,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"baK" = ( -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (EAST)"; - icon_state = "chapel"; - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"baL" = ( +"bbs" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -29695,75 +29839,16 @@ /obj/effect/floor_decal/chapel, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"baM" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"baN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"baO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"bbt" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (EAST)"; + icon_state = "chapel"; dir = 4 }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"baP" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"baQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"baR" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"baS" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"baT" = ( -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"baU" = ( +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"bbu" = ( /obj/item/weapon/stool/padded, /obj/effect/floor_decal/chapel{ tag = "icon-chapel (NORTH)"; @@ -29772,15 +29857,15 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"baV" = ( +"bbv" = ( /obj/effect/floor_decal/chapel, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"baW" = ( +"bbw" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"baX" = ( +"bbx" = ( /obj/item/device/radio/intercom{ pixel_x = -25 }, @@ -29800,24 +29885,13 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"baY" = ( +"bby" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"baZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"bba" = ( +"bbz" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (NORTHEAST)"; icon_state = "warning"; @@ -29825,550 +29899,8 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bbb" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1380; - master_tag = "centcom_shuttle_dock_airlock"; - name = "interior access button"; - pixel_x = -28; - pixel_y = 26; - req_one_access = list(13) - }, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map"; - tag = "icon-manifold-f (EAST)" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bbc" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bbd" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"bbe" = ( -/obj/structure/table/standard, -/obj/machinery/photocopier/faxmachine{ - anchored = 1; - department = "Vacant Office" - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"bbf" = ( -/obj/structure/table/rack{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bbg" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bbh" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker/locker_toilet) -"bbi" = ( -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = -32; - pixel_y = 0 - }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bbj" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bbk" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bbl" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/wall/r_wall, -/area/bridge) -"bbm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bbn" = ( -/obj/structure/closet/secure_closet/personal, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bbo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (WEST)"; - icon_state = "warningcorner"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bbp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bbq" = ( -/obj/item/device/radio/intercom{ - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bbr" = ( -/obj/machinery/light, -/obj/machinery/camera/network/exodus{ - c_tag = "Bridge West Entrance"; - dir = 1 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bbs" = ( -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bbt" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bbu" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable/green, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bbv" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/bridge) -"bbw" = ( -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"bbx" = ( -/obj/machinery/computer/guestpass{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/obj/machinery/papershredder, -/turf/simulated/floor/tiled, -/area/bridge) -"bby" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/flame/candle, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"bbz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 1 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) "bbA" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"bbB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"bbC" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"bbD" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"bbE" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/space) -"bbF" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"bbG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/bridge) -"bbH" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/effect/floor_decal/corner/blue/full, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bbI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/hydroponics/garden) -"bbJ" = ( -/obj/machinery/light, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bbK" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable/green, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bbL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bbM" = ( -/obj/structure/flora/ausbushes/fernybush, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"bbN" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Hydroponics Pasture South"; - dir = 8 - }, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"bbO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bbP" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"bbQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/machinery/door/airlock/glass{ - name = "Library" - }, -/turf/simulated/floor/carpet, -/area/hallway/primary/starboard) -"bbR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/library) -"bbS" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/library) -"bbT" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/machinery/door/airlock/glass{ - name = "Kitchen"; - req_access = list(28) - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"bbU" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"bbV" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"bbW" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"bbX" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"bbY" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/grille, @@ -30380,7 +29912,7 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/exit) -"bbZ" = ( +"bbB" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -30400,7 +29932,7 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bca" = ( +"bbC" = ( /obj/machinery/embedded_controller/radio/airlock/docking_port{ frequency = 1380; id_tag = "centcom_shuttle_dock_airlock"; @@ -30426,7 +29958,7 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bcb" = ( +"bbD" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -30442,20 +29974,600 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) +"bbE" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "centcom_shuttle_dock_airlock"; + name = "interior access button"; + pixel_x = -28; + pixel_y = 26; + req_one_access = list(13) + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map"; + tag = "icon-manifold-f (EAST)" + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"bbF" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"bbG" = ( +/obj/item/modular_computer/console/preset/civilian, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"bbH" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"bbI" = ( +/obj/structure/table/standard, +/obj/machinery/photocopier/faxmachine{ + anchored = 1; + department = "Vacant Office" + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"bbJ" = ( +/obj/structure/table/rack{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5; + icon_state = "intact"; + tag = "icon-intact-f (NORTHWEST)" + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bbK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bbL" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bbM" = ( +/turf/simulated/wall, +/area/crew_quarters/locker/locker_toilet) +"bbN" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker/locker_toilet) +"bbO" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = -32; + pixel_y = 0 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bbP" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bbQ" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bbR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bbS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (WEST)"; + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bbT" = ( +/obj/structure/closet/secure_closet/personal, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bbU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bbV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bbW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bbX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bbY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bbZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bca" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bcb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/maintenance/locker) "bcc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/storage/tools) +"bcd" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/storage/tools) +"bce" = ( +/obj/item/device/radio/intercom{ + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bcf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bcg" = ( +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bch" = ( +/obj/machinery/light, +/obj/machinery/camera/network/exodus{ + c_tag = "Bridge West Entrance"; + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bci" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bcj" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/effect/floor_decal/corner/blue/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bck" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/bridge) +"bcl" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/bridge) +"bcm" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"bcn" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"bco" = ( +/obj/machinery/computer/guestpass{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/obj/machinery/papershredder, +/turf/simulated/floor/tiled, +/area/bridge) +"bcp" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/template_noop) +"bcq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"bcr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/bridge) +"bcs" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/effect/floor_decal/corner/blue/full, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bct" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bcu" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bcv" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bcw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bcx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bcy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/bar) +"bcz" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/machinery/door/airlock/glass{ + name = "Kitchen"; + req_access = list(28) + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bcA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bcB" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bcC" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bcD" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, /turf/simulated/floor/tiled, -/area/hydroponics/garden) -"bcd" = ( +/area/crew_quarters/kitchen) +"bcE" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bcF" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bcG" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -30478,7 +30590,20 @@ }, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"bce" = ( +"bcH" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/lime{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hydroponics/garden) +"bcI" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -30487,7 +30612,15 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/hydroponics/garden) -"bcf" = ( +"bcJ" = ( +/obj/structure/flora/ausbushes, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bcK" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light{ dir = 8 @@ -30505,21 +30638,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bcg" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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) -"bch" = ( +"bcL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -30533,10 +30652,28 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bci" = ( -/turf/simulated/wall, -/area/crew_quarters/locker/locker_toilet) -"bcj" = ( +"bcM" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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) +"bcN" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/door/airlock/glass{ + name = "Library" + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -30545,11 +30682,74 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"bck" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/hallway/primary/starboard) +"bcO" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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, +/area/library) +"bcP" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/carpet, +/area/library) +"bcQ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/library) +"bcR" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/carpet, +/area/library) +"bcS" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -30569,7 +30769,38 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"bcl" = ( +"bcT" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"bcU" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"bcV" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -30593,12 +30824,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"bcm" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, +"bcW" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -30607,12 +30833,9 @@ d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, +/turf/simulated/floor/carpet, /area/chapel/main) -"bcn" = ( +"bcX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -30629,7 +30852,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"bco" = ( +"bcY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -30640,8 +30863,19 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"bcp" = ( -/obj/machinery/door/firedoor/border_only{ +"bcZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"bda" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -30655,118 +30889,7 @@ }, /turf/simulated/floor/tiled/dark, /area/chapel/main) -"bcq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bcr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bcs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bct" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bcu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bcv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bcw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bcx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/maintenance/locker) -"bcy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/storage/tools) -"bcz" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/wall, -/area/storage/tools) -"bcA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"bcB" = ( +"bdb" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -30784,11 +30907,11 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bcC" = ( +"bdc" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bcD" = ( +"bdd" = ( /obj/machinery/camera/network/exodus{ c_tag = "Departures East"; dir = 8 @@ -30798,7 +30921,31 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bcE" = ( +"bde" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bdf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bdg" = ( /obj/machinery/atmospherics/pipe/simple/hidden, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -30810,35 +30957,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bcF" = ( +"bdh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bcG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/bridge) -"bcH" = ( +"bdi" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"bcI" = ( +"bdj" = ( /obj/structure/window/basic{ dir = 4 }, @@ -30847,11 +30979,11 @@ }, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"bcJ" = ( +"bdk" = ( /obj/machinery/photocopier, /turf/simulated/floor/tiled, /area/security/vacantoffice) -"bcK" = ( +"bdl" = ( /obj/machinery/light/small{ dir = 8 }, @@ -30860,14 +30992,23 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"bcL" = ( +"bdm" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ dir = 4 }, /turf/simulated/floor/plating, /area/maintenance/locker) -"bcM" = ( +"bdn" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bdo" = ( /obj/structure/toilet{ pixel_y = 8 }, @@ -30876,7 +31017,13 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/locker/locker_toilet) -"bcN" = ( +"bdp" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/locker/locker_toilet) +"bdq" = ( /obj/machinery/light_switch{ pixel_y = 28 }, @@ -30885,13 +31032,7 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/locker/locker_toilet) -"bcO" = ( -/obj/machinery/door/airlock{ - name = "Unit 1" - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/locker/locker_toilet) -"bcP" = ( +"bdr" = ( /obj/machinery/power/apc{ dir = 4; name = "east bump"; @@ -30904,16 +31045,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/locker/locker_toilet) -"bcQ" = ( -/obj/effect/floor_decal/corner/white/diagonal, -/obj/effect/floor_decal/corner/blue/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bcR" = ( +"bds" = ( /obj/structure/table/standard, /obj/structure/window/reinforced{ dir = 1 @@ -30927,7 +31059,16 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"bcS" = ( +"bdt" = ( +/obj/effect/floor_decal/corner/white/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bdu" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -30941,28 +31082,30 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"bcT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"bcU" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/bar) -"bcV" = ( -/obj/machinery/portable_atmospherics/powered/scrubber, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bcW" = ( +"bdv" = ( /obj/machinery/portable_atmospherics/powered/pump/filled, /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"bcX" = ( +"bdw" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bdx" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (WEST)"; + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bdy" = ( /obj/machinery/power/apc{ dir = 4; name = "east bump"; @@ -30976,494 +31119,21 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"bcY" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (WEST)"; - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bcZ" = ( -/obj/machinery/door/firedoor/border_only{ - name = "\improper Firelock South" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - 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/central_one) -"bda" = ( -/obj/machinery/atm{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor/border_only{ - name = "\improper Firelock South" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bdb" = ( -/obj/machinery/door/firedoor/border_only{ - name = "\improper Firelock South" - }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bdc" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"bdd" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"bde" = ( -/obj/structure/flora/ausbushes, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"bdf" = ( -/turf/simulated/floor/tiled, -/area/hydroponics/garden) -"bdg" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable/green, -/obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/hydroponics/garden) -"bdh" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hydroponics/garden) -"bdi" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/machinery/door/airlock/glass{ - name = "Library" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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, -/area/hallway/primary/starboard) -"bdj" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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, -/area/library) -"bdk" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/carpet, -/area/library) -"bdl" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/library) -"bdm" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/carpet, -/area/library) -"bdn" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hydroponics/garden) -"bdo" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bdp" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bdq" = ( -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bdr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet, -/area/chapel/main) -"bds" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (WEST)"; - icon_state = "chapel"; - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"bdt" = ( -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (EAST)"; - icon_state = "chapel"; - dir = 4 - }, -/obj/effect/floor_decal/chapel{ - tag = "icon-chapel (NORTH)"; - icon_state = "chapel"; - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"bdu" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable/green, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"bdv" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"bdw" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"bdx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (NORTH)"; - icon_state = "warningcorner"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (WEST)"; - icon_state = "warningcorner"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bdy" = ( -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/warning/cee{ - tag = "icon-warningcee (WEST)"; - icon_state = "warningcee"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) "bdz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/camera/network/exodus{ - c_tag = "Arrivals Auxiliary Docking North"; - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) +/turf/simulated/floor/plating, +/area/maintenance/locker) "bdA" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bdB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bdC" = ( -/obj/item/weapon/folder/yellow, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"bdD" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"bdE" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"bdF" = ( -/obj/structure/filingcabinet, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"bdG" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/camera/network/civilian_west{ - c_tag = "Vacant Office"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/security/vacantoffice) -"bdH" = ( -/obj/machinery/atmospherics/binary/passive_gate, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"bdI" = ( -/obj/machinery/atmospherics/binary/pump/high_power/on{ - tag = "icon-map_on (NORTH)"; - icon_state = "map_on"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"bdJ" = ( -/obj/machinery/atmospherics/pipe/tank/air{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bdK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 9; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bdL" = ( -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/locker/locker_toilet) -"bdM" = ( -/obj/structure/sink{ - dir = 4; - icon_state = "sink"; - pixel_x = 11; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/locker/locker_toilet) -"bdN" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/white/diagonal, -/obj/effect/floor_decal/corner/blue/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bdO" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/white/diagonal, -/obj/effect/floor_decal/corner/blue/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bdP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bdQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bdR" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bdS" = ( -/obj/effect/large_stock_marker, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bdT" = ( -/obj/structure/closet/crate/medical, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bdU" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bdV" = ( /turf/simulated/wall, /area/quartermaster/storage) -"bdW" = ( +"bdB" = ( /obj/machinery/door/airlock/maintenance{ name = "Cargo Bay Warehouse Maintenance"; req_access = list(31) @@ -31478,7 +31148,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/quartermaster/storage) -"bdX" = ( +"bdC" = ( /obj/machinery/conveyor{ dir = 4; id = "packageSort2" @@ -31488,14 +31158,14 @@ }, /turf/simulated/floor/plating, /area/quartermaster/office) -"bdY" = ( +"bdD" = ( /obj/machinery/conveyor{ dir = 4; id = "packageSort2" }, /turf/simulated/floor/plating, /area/quartermaster/office) -"bdZ" = ( +"bdE" = ( /obj/machinery/conveyor{ dir = 4; id = "packageSort2" @@ -31505,7 +31175,7 @@ }, /turf/simulated/floor/plating, /area/quartermaster/office) -"bea" = ( +"bdF" = ( /obj/structure/disposalpipe/trunk{ dir = 1 }, @@ -31514,40 +31184,42 @@ }, /turf/simulated/floor/plating, /area/quartermaster/office) -"beb" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 +"bdG" = ( +/obj/machinery/atm{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor{ + name = "\improper Firelock South" }, /turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bec" = ( -/obj/item/weapon/stool, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 +/area/hallway/primary/central_one) +"bdH" = ( +/obj/machinery/door/firedoor{ + name = "\improper Firelock South" }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + 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) -"bed" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2" - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 +/area/hallway/primary/central_one) +"bdI" = ( +/obj/machinery/door/firedoor{ + name = "\improper Firelock South" }, +/obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, -/area/quartermaster/office) -"bee" = ( +/area/hallway/primary/central_one) +"bdJ" = ( /turf/simulated/wall/r_wall, /area/bridge/meeting_room) -"bef" = ( +"bdK" = ( /turf/simulated/wall, /area/bridge/meeting_room) -"beg" = ( +"bdL" = ( /obj/machinery/door/airlock/command{ name = "Conference Room"; req_access = list(19) @@ -31559,13 +31231,13 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/wood, /area/bridge/meeting_room) -"beh" = ( +"bdM" = ( /turf/simulated/wall/r_wall, /area/turret_protected/ai) -"bei" = ( +"bdN" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -31573,10 +31245,10 @@ }, /turf/simulated/wall/r_wall, /area/turret_protected/ai) -"bej" = ( +"bdO" = ( /turf/simulated/wall/r_wall, /area/crew_quarters/captain) -"bek" = ( +"bdP" = ( /obj/machinery/door/airlock/command{ id_tag = "captaindoor"; name = "Captain's Office"; @@ -31590,21 +31262,21 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/wood, /area/crew_quarters/captain) -"bel" = ( +"bdQ" = ( /turf/simulated/wall/r_wall, /area/hallway/primary/central_two) -"bem" = ( +"bdR" = ( /obj/machinery/computer/arcade, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"ben" = ( +"bdS" = ( /obj/machinery/vending/cola, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"beo" = ( +"bdT" = ( /obj/machinery/light, /obj/machinery/alarm{ dir = 1; @@ -31613,55 +31285,132 @@ }, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"bep" = ( +"bdU" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 1 }, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"beq" = ( +"bdV" = ( /obj/machinery/light, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"ber" = ( +"bdW" = ( /obj/machinery/camera/network/civilian_east{ c_tag = "Bar South"; dir = 1 }, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"bes" = ( +"bdX" = ( /obj/item/device/radio/intercom{ pixel_y = -30 }, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"bet" = ( +"bdY" = ( /obj/machinery/light/small, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, +/obj/machinery/firealarm/south, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"beu" = ( +"bdZ" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 0; pixel_y = -30 }, /turf/simulated/floor/wood, /area/crew_quarters/bar) -"bev" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; +"bea" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 1 }, +/obj/structure/window/reinforced, /turf/simulated/floor/tiled, -/area/quartermaster/office) -"bew" = ( +/area/template_noop) +"beb" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 16; + pixel_y = -23 + }, +/obj/machinery/appliance/mixer/candy, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bec" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/light, +/obj/structure/table/marble, +/obj/item/weapon/storage/box/donut, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bed" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bee" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"bef" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "kitchen"; + name = "Kitchen Shutters Control"; + pixel_x = -1; + pixel_y = -24; + req_access = list(28) + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/kitchen) +"beg" = ( /obj/effect/floor_decal/corner/white/diagonal{ tag = "icon-corner_white_diagonal (EAST)"; icon_state = "corner_white_diagonal"; @@ -31670,7 +31419,519 @@ /obj/machinery/appliance/mixer/cereal, /turf/simulated/floor/tiled, /area/crew_quarters/kitchen) +"beh" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/lime{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hydroponics/garden) +"bei" = ( +/turf/simulated/floor/tiled, +/area/hydroponics/garden) +"bej" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hydroponics/garden) +"bek" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hydroponics/garden) +"bel" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/grass, +/area/hydroponics/garden) +"bem" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"ben" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"beo" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bep" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/library) +"beq" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"ber" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/pen, +/turf/simulated/floor/wood, +/area/library) +"bes" = ( +/obj/machinery/light/small, +/obj/machinery/camera/network/civilian_east{ + c_tag = "Library South"; + dir = 1 + }, +/obj/machinery/firealarm/south, +/turf/simulated/floor/wood, +/area/library) +"bet" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/library) +"beu" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/turf/simulated/floor/wood, +/area/library) +"bev" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/library) +"bew" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (WEST)"; + icon_state = "chapel"; + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) "bex" = ( +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (EAST)"; + icon_state = "chapel"; + dir = 4 + }, +/obj/effect/floor_decal/chapel{ + tag = "icon-chapel (NORTH)"; + icon_state = "chapel"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/chapel/main) +"bey" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/green, +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"bez" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"beA" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"beB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"beC" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning/cee{ + tag = "icon-warningcee (WEST)"; + icon_state = "warningcee"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"beD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (NORTH)"; + icon_state = "warningcorner"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (WEST)"; + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"beE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera/network/exodus{ + c_tag = "Arrivals Auxiliary Docking North"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"beF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "office_shutter"; + layer = 3.1; + name = "Office Shutters" + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"beG" = ( +/obj/item/weapon/folder/yellow, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"beH" = ( +/obj/machinery/light, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"beI" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"beJ" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/camera/network/civilian_west{ + c_tag = "Vacant Office"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"beK" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/tiled, +/area/security/vacantoffice) +"beL" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"beM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + icon_state = "intact"; + tag = "icon-intact-f (NORTHWEST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"beN" = ( +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/locker/locker_toilet) +"beO" = ( +/obj/structure/sink{ + dir = 4; + icon_state = "sink"; + pixel_x = 11; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/locker/locker_toilet) +"beP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/white/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"beQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/white/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"beR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"beS" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"beT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"beU" = ( +/obj/structure/closet/crate/medical, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"beV" = ( +/obj/effect/large_stock_marker, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"beW" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"beX" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"beY" = ( +/obj/item/weapon/stool, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"beZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bfa" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bfb" = ( +/turf/simulated/wall, +/area/quartermaster/office) +"bfc" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bfd" = ( +/obj/machinery/button/remote/blast_door{ + id = "heads_meeting"; + name = "Security Shutters"; + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bfe" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bff" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/camera/network/command{ + c_tag = "Bridge Conference Room" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bfg" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bfh" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bfi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bfj" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bfk" = ( +/obj/item/modular_computer/console/preset/research, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bfl" = ( +/obj/machinery/alarm/cold{ + pixel_y = 22 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bfm" = ( +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bfn" = ( /obj/machinery/light/small{ dir = 1 }, @@ -31685,8 +31946,102 @@ temperature = 278 }, /area/turret_protected/ai) -"bey" = ( -/obj/machinery/door/firedoor/border_only, +"bfo" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bfp" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/item/modular_computer/console/preset/security, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bfq" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bfr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + 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/captain) +"bfs" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bft" = ( +/obj/machinery/ai_status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bfu" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 0; + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bfv" = ( +/obj/machinery/status_display{ + pixel_x = 0; + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bfw" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bfx" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bfy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bfz" = ( +/obj/machinery/door/firedoor, /obj/structure/cable{ d1 = 1; d2 = 2; @@ -31696,33 +32051,33 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bez" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, +"bfA" = ( +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"beA" = ( -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"beB" = ( -/obj/structure/flora/grass/brown, -/turf/simulated/floor/grass, -/area/hydroponics/garden) -"beC" = ( -/obj/machinery/door/firedoor/border_only, +"bfB" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ name = "Diner" }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"beD" = ( -/obj/machinery/door/firedoor/border_only, +"bfC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bfD" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ name = "Diner" }, @@ -31730,140 +32085,119 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"beE" = ( -/obj/item/modular_computer/console/preset/research, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 +"bfE" = ( +/obj/structure/sign/double/barsign, +/turf/simulated/wall, +/area/hallway/primary/starboard) +"bfF" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 0 }, -/area/turret_protected/ai) -"beF" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/library) -"beG" = ( -/obj/structure/bed/chair/comfy/black{ +/turf/simulated/wall, +/area/hallway/primary/starboard) +"bfG" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; dir = 4 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/library) -"beH" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/pen, -/turf/simulated/floor/wood, -/area/library) -"beI" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light/small, -/obj/machinery/camera/network/civilian_east{ - c_tag = "Library South"; - dir = 1 - }, -/turf/simulated/floor/wood, -/area/library) -"beJ" = ( -/obj/structure/bed/chair/comfy/black{ +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; dir = 4 }, -/turf/simulated/floor/wood, -/area/library) -"beK" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 +/obj/structure/table/reinforced, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchen"; + layer = 3.3; + name = "Kitchen Shutters" }, -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/turf/simulated/floor/wood, -/area/library) -"beL" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/library) -"beM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ +/turf/simulated/floor/tiled/white, +/area/hallway/primary/starboard) +"bfH" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 +/obj/structure/table/reinforced, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchen"; + layer = 3.3; + name = "Kitchen Shutters" + }, +/turf/simulated/floor/tiled/white, +/area/hallway/primary/starboard) +"bfI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchen"; + layer = 3.3; + name = "Kitchen Shutters" }, -/obj/structure/window/reinforced, -/turf/simulated/floor/tiled, -/area/space) -"beN" = ( /obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/light{ - dir = 1 +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, +/turf/simulated/floor/tiled/white, /area/hallway/primary/starboard) -"beO" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; +"bfJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchen"; + layer = 3.3; + name = "Kitchen Shutters" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/hallway/primary/starboard) +"bfK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 1 }, -/turf/simulated/floor/tiled, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, /area/hallway/primary/starboard) -"beP" = ( -/obj/machinery/camera/network/exodus{ - c_tag = "Primary Hallway Starboard - Central West" - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"beQ" = ( -/obj/machinery/computer/guestpass{ - pixel_y = 28 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"beR" = ( +"bfL" = ( /obj/machinery/door/airlock/glass{ name = "Garden" }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"beS" = ( +"bfM" = ( /obj/machinery/door/airlock/glass{ name = "Garden" }, @@ -31872,32 +32206,79 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"beT" = ( +"bfN" = ( /obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bfO" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bfP" = ( +/obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, /obj/structure/window/reinforced{ - dir = 8 + dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"beU" = ( +/area/hallway/primary/starboard) +"bfQ" = ( /obj/structure/bed/chair{ dir = 8 }, /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"beV" = ( -/obj/machinery/door/firedoor/border_only{ +"bfR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bfS" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bfT" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -31908,8 +32289,22 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/hallway/primary/starboard) -"beW" = ( -/obj/machinery/door/firedoor/border_only{ +"bfU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bfV" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -31918,25 +32313,7 @@ }, /turf/simulated/floor/tiled/dark, /area/hallway/primary/starboard) -"beX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/blast/shutters{ - dir = 8; - id = "office_shutter"; - layer = 3.1; - name = "Office Shutters" - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"beY" = ( +"bfW" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -31953,7 +32330,59 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"beZ" = ( +"bfX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"bfY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"bfZ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry/aft) +"bga" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/entry/aft) +"bgb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bgc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bgd" = ( +/turf/simulated/wall, +/area/hallway/secondary/entry/aft) +"bge" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -31967,7 +32396,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bfa" = ( +"bgf" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -31977,13 +32406,40 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bfb" = ( +"bgg" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/turf/simulated/floor/plating, +/area/security/vacantoffice) +"bgh" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bgi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bgj" = ( /obj/machinery/door/airlock{ name = "Unit 2" }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/locker/locker_toilet) -"bfc" = ( +"bgk" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -31996,7 +32452,17 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/locker/locker_toilet) -"bfd" = ( +"bgl" = ( +/obj/machinery/washing_machine, +/obj/effect/floor_decal/corner/white/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bgm" = ( /obj/machinery/washing_machine, /obj/machinery/light, /obj/effect/floor_decal/corner/white/diagonal, @@ -32007,26 +32473,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"bfe" = ( -/obj/machinery/washing_machine, -/obj/effect/floor_decal/corner/white/diagonal, -/obj/effect/floor_decal/corner/blue/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bff" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bfg" = ( +"bgn" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -32039,20 +32486,29 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, /area/quartermaster/storage) -"bfh" = ( -/obj/effect/decal/cleanable/dirt, +"bgo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/quartermaster/storage) -"bfi" = ( +"bgp" = ( /obj/structure/closet/crate, /turf/simulated/floor/tiled, /area/quartermaster/storage) -"bfj" = ( +"bgq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bgr" = ( /obj/structure/closet/crate, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, /area/quartermaster/storage) -"bfk" = ( +"bgs" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (WEST)"; icon_state = "warning"; @@ -32060,42 +32516,14 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bfl" = ( -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bfm" = ( +"bgt" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bfn" = ( -/obj/structure/table/standard, -/obj/item/weapon/wrapping_paper, -/obj/item/weapon/wrapping_paper, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_y = 30 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, +"bgu" = ( /turf/simulated/floor/tiled, /area/quartermaster/office) -"bfo" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageSort1" - }, -/turf/simulated/floor/plating, -/area/quartermaster/office) -"bfp" = ( +"bgv" = ( /obj/item/weapon/storage/box, /obj/structure/table/standard, /obj/item/weapon/storage/box, @@ -32118,7 +32546,28 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bfq" = ( +"bgw" = ( +/obj/structure/table/standard, +/obj/item/weapon/wrapping_paper, +/obj/item/weapon/wrapping_paper, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_y = 30 + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bgx" = ( /obj/structure/table/standard, /obj/item/weapon/packageWrap, /obj/item/weapon/packageWrap, @@ -32136,7 +32585,13 @@ /obj/effect/floor_decal/corner/blue/diagonal, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bfr" = ( +"bgy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bgz" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -32148,215 +32603,74 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"bfs" = ( -/turf/simulated/wall, -/area/quartermaster/office) -"bft" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bfu" = ( -/obj/machinery/button/remote/blast_door{ - id = "heads_meeting"; - name = "Security Shutters"; - pixel_x = 0; - pixel_y = 24 +"bgA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bfv" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bfw" = ( -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 0; - pixel_y = 32 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/camera/network/command{ - c_tag = "Bridge Conference Room" - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bfx" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bfy" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bfz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bfA" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ +/obj/structure/window/reinforced{ dir = 8 }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bfB" = ( -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 +/obj/structure/window/reinforced{ + dir = 1 }, -/area/turret_protected/ai) -"bfC" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bfD" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/item/modular_computer/console/preset/security, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bfE" = ( -/obj/structure/cable/cyan{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bfF" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bfG" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bfH" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - 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/captain) -"bfI" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bfJ" = ( -/obj/machinery/ai_status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bfK" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 0; - pixel_y = 32 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bfL" = ( -/obj/machinery/status_display{ - pixel_x = 0; - pixel_y = 32 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bfM" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "heads_meeting"; + name = "Meeting Room Window Shutters"; + opacity = 0 }, /obj/structure/cable/green{ d2 = 2; icon_state = "0-2" }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bfN" = ( -/obj/machinery/computer/arcade, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bfO" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 +/turf/simulated/floor/plating, +/area/bridge/meeting_room) +"bgB" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Bridge" }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bgC" = ( +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bgD" = ( +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bgE" = ( +/obj/structure/bed/chair/comfy/black, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bgF" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bgG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bgH" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, /obj/machinery/papershredder, +/obj/machinery/firealarm/east, /turf/simulated/floor/wood, /area/bridge/meeting_room) -"bfP" = ( +"bgI" = ( /obj/machinery/light/small{ dir = 8 }, @@ -32368,7 +32682,36 @@ temperature = 278 }, /area/turret_protected/ai) -"bfQ" = ( +"bgJ" = ( +/obj/structure/cable/cyan{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bgK" = ( +/obj/machinery/power/sensor{ + name = "Powernet Sensor - AI Subgrid"; + name_tag = "AI Subgrid" + }, +/obj/structure/cable/cyan{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/cyan{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bgL" = ( /obj/machinery/ai_slipper{ icon_state = "motion0" }, @@ -32392,37 +32735,111 @@ temperature = 278 }, /area/turret_protected/ai) -"bfR" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Dorm"; - location = "HOP2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bfS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ +"bgM" = ( +/obj/machinery/power/terminal{ dir = 8 }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bfT" = ( +/obj/structure/cable/green, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bgN" = ( +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bgO" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/porta_turret{ + dir = 8 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bgP" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bgQ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bgR" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bgS" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bgT" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/box/donut, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bgU" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bgV" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bgW" = ( +/obj/structure/flora/pottedplant/random, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bgX" = ( /obj/structure/disposalpipe/segment, /obj/machinery/alarm{ dir = 4; @@ -32439,21 +32856,24 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bfU" = ( -/obj/structure/sign/double/barsign, -/turf/simulated/wall, -/area/hallway/primary/starboard) -"bfV" = ( -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 0; - pixel_y = 0 +"bgY" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Dorm"; + location = "HOP2" }, -/turf/simulated/wall, -/area/hallway/primary/starboard) -"bfW" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bgZ" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -32477,54 +32897,53 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bfX" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bfY" = ( +"bha" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bfZ" = ( +"bhb" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhc" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bga" = ( +"bhd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgb" = ( +"bhe" = ( /obj/machinery/atm{ pixel_y = 28 }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgc" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"bhf" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 }, -/obj/structure/window/reinforced{ - dir = 1 +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bgd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bge" = ( +"bhg" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -32532,102 +32951,29 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgf" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bgg" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bgh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bgi" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bgj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bgk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bgl" = ( +"bhh" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bgm" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +/obj/machinery/light{ dir = 1 }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, +/turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +"bhi" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, /obj/structure/cable/green{ d1 = 1; d2 = 8; @@ -32635,8 +32981,63 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgo" = ( -/obj/machinery/door/firedoor/border_only{ +"bhj" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhk" = ( +/obj/machinery/camera/network/exodus{ + c_tag = "Primary Hallway Starboard - Central West" + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhl" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 28 + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhm" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhn" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bho" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhp" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -32647,59 +33048,30 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +"bhq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhs" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 0; + pixel_y = 32 }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"bgq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"bgr" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/hallway/secondary/entry/aft) -"bgs" = ( -/turf/simulated/wall/r_wall, -/area/hallway/secondary/entry/aft) -"bgt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bgu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bgv" = ( -/turf/simulated/wall, -/area/hallway/secondary/entry/aft) -"bgw" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bht" = ( /obj/structure/sign/directions/evac{ dir = 4; icon_state = "direction_evac"; @@ -32715,95 +33087,64 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgx" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 0; - pixel_y = 32 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bgy" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/turf/simulated/floor/plating, -/area/security/vacantoffice) -"bgz" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bgA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bgB" = ( +"bhu" = ( /obj/machinery/alarm{ pixel_y = 25 }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgC" = ( +"bhv" = ( /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgD" = ( +"bhw" = ( +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhx" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -5; pixel_y = 30 }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgE" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bgF" = ( -/obj/machinery/camera/network/exodus{ - c_tag = "Primary Hallway Starboard - East" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bgG" = ( +"bhy" = ( /obj/item/device/radio/intercom{ pixel_y = 25 }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgH" = ( +"bhz" = ( +/obj/machinery/camera/network/exodus{ + c_tag = "Primary Hallway Starboard - East" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgI" = ( +"bhB" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bgJ" = ( +"bhC" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bhD" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; pixel_y = 32 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -32817,14 +33158,15 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bgK" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" +"bhE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8; + icon_state = "map"; + tag = "icon-manifold-f (WEST)" }, /turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bgL" = ( +/area/hallway/secondary/exit) +"bhF" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -32844,15 +33186,29 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bgM" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8; - icon_state = "map"; - tag = "icon-manifold-f (WEST)" +"bhG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 }, -/turf/simulated/floor/tiled, +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_dock_south_inner"; + locked = 1; + name = "Escape Airlock"; + req_access = list(13) + }, +/obj/machinery/mech_sensor{ + dir = 8; + frequency = 1380; + id_tag = "escape_dock_south_mech"; + pixel_y = 19 + }, +/turf/simulated/floor/plating, /area/hallway/secondary/exit) -"bgN" = ( +"bhH" = ( /obj/machinery/light/small{ dir = 1 }, @@ -32881,7 +33237,7 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/exit) -"bgO" = ( +"bhI" = ( /obj/machinery/airlock_sensor{ frequency = 1380; id_tag = "escape_dock_south_sensor"; @@ -32895,716 +33251,7 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/exit) -"bgP" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8; - icon_state = "map"; - tag = "icon-manifold-f (WEST)" - }, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (WEST)"; - icon_state = "warningcorner"; - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (NORTH)"; - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bgQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "heads_meeting"; - name = "Meeting Room Window Shutters"; - opacity = 0 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/bridge/meeting_room) -"bgR" = ( -/obj/structure/table/woodentable, -/obj/machinery/photocopier/faxmachine{ - department = "Bridge" - }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bgS" = ( -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bgT" = ( -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bgU" = ( -/obj/structure/bed/chair/comfy/black, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bgV" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bgW" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bgX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bgY" = ( -/obj/machinery/power/sensor{ - name = "Powernet Sensor - AI Subgrid"; - name_tag = "AI Subgrid" - }, -/obj/structure/cable/cyan{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/cyan{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bgZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'MOVING PARTS'."; - name = "\improper MOVING PARTS"; - pixel_x = 0; - pixel_y = -32 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bha" = ( -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bhb" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable/green, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bhc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/porta_turret{ - dir = 8 - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bhd" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/locker/locker_toilet) -"bhe" = ( -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bhf" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bhg" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bhh" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bhi" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bhj" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donut, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bhk" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bhl" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bhm" = ( -/obj/machinery/portable_atmospherics/powered/scrubber, -/obj/machinery/light, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bhn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/camera/network/civilian_west{ - c_tag = "Locker Room South"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bho" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (WEST)"; - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/locker) -"bhp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bhq" = ( -/obj/item/device/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bhr" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/structure/closet/crate/freezer, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bhs" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bht" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort1" - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (WEST)"; - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bhu" = ( -/obj/structure/table/standard, -/obj/item/device/destTagger{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/device/destTagger{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bhv" = ( -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = -32; - pixel_y = 0 - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"bhw" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bhx" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/papershredder, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bhy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bhz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = -32; - pixel_y = 0 - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bhA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bhB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bhC" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhD" = ( -/obj/machinery/door/airlock/glass{ - name = "Central Access" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhG" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhH" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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) -"bhI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) "bhJ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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) -"bhK" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhL" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "escape_dock_south_inner"; - locked = 1; - name = "Escape Airlock"; - req_access = list(13) - }, -/obj/machinery/mech_sensor{ - dir = 8; - frequency = 1380; - id_tag = "escape_dock_south_mech"; - pixel_y = 19 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"bhR" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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) -"bhT" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -33630,10 +33277,10 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/exit) -"bhU" = ( -/turf/space, +"bhK" = ( +/turf/template_noop, /area/shuttle/specops/station) -"bhV" = ( +"bhL" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -33644,43 +33291,49 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bhW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 +"bhM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8; + icon_state = "map"; + tag = "icon-manifold-f (WEST)" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (WEST)"; + icon_state = "warningcorner"; + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (NORTH)"; + icon_state = "warningcorner"; + dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 +/area/hallway/secondary/entry/aft) +"bhN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" }, /turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bhY" = ( +/area/hallway/secondary/entry/aft) +"bhO" = ( /obj/machinery/door/airlock/maintenance{ req_access = list(12) }, @@ -33703,7 +33356,7 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bhZ" = ( +"bhP" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -33722,29 +33375,11 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"bia" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bib" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=HOP2"; - location = "Stbd" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 +"bhQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -33752,31 +33387,20 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bic" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/machinery/door/airlock/glass{ - name = "Central Access" - }, -/obj/structure/cable{ +/obj/structure/cable/green{ d1 = 4; d2 = 8; - icon_state = "4-8"; - pixel_x = 0 + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'MOVING PARTS'."; + name = "\improper MOVING PARTS"; + pixel_x = 0; + pixel_y = -32 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"bid" = ( +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bhR" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -33800,7 +33424,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"bie" = ( +"bhS" = ( /obj/effect/landmark{ name = "blobstart" }, @@ -33822,7 +33446,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"bif" = ( +"bhT" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; @@ -33831,7 +33455,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"big" = ( +"bhU" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -33839,11 +33463,11 @@ }, /turf/simulated/wall, /area/maintenance/locker) -"bih" = ( +"bhV" = ( /obj/machinery/atmospherics/pipe/manifold4w/hidden, /turf/simulated/floor/plating, /area/maintenance/locker) -"bii" = ( +"bhW" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 9; icon_state = "intact"; @@ -33853,66 +33477,56 @@ /obj/effect/decal/remains/robot, /turf/simulated/floor/plating, /area/maintenance/locker) -"bij" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" +"bhX" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/locker/locker_toilet) +"bhY" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/machinery/light, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/crew_quarters/locker) +"bhZ" = ( +/obj/structure/window/reinforced{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bik" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 + dir = 5 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"bil" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (WEST)"; + icon_state = "warning"; dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"bim" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, +/area/crew_quarters/locker) +"bia" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 + dir = 10 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 10 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera/network/civilian_west{ + c_tag = "Locker Room South"; + dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"bin" = ( +/area/crew_quarters/locker) +"bib" = ( /obj/item/weapon/cigbutt, /obj/structure/disposalpipe/segment{ dir = 4; @@ -33920,7 +33534,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"bio" = ( +"bic" = ( /obj/structure/disposalpipe/sortjunction/wildcard, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -33931,62 +33545,87 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"bip" = ( -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 32; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"biq" = ( -/obj/structure/flora/pottedplant/random, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bir" = ( -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/locker/locker_toilet) -"bis" = ( -/obj/machinery/door/airlock{ - name = "Unit 3" - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/locker/locker_toilet) -"bit" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 +"bid" = ( +/obj/item/device/radio/intercom{ + dir = 0; + name = "Station Intercom (General)"; + pixel_x = -27 }, /obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/effect/large_stock_marker, +/obj/structure/closet/crate, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, /area/quartermaster/storage) -"biu" = ( -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"biv" = ( -/obj/structure/closet/crate/internals, +"bie" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, /area/quartermaster/storage) -"biw" = ( +"bif" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/closet/crate/freezer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"big" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bih" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort1" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (WEST)"; + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bii" = ( +/obj/structure/table/standard, +/obj/item/device/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/device/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bij" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = -32; + pixel_y = 0 + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bik" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -34013,7 +33652,7 @@ }, /turf/simulated/floor/plating, /area/bridge/meeting_room) -"bix" = ( +"bil" = ( /obj/item/weapon/hand_labeler, /obj/item/device/assembly/timer, /obj/item/device/eftpos{ @@ -34027,7 +33666,7 @@ }, /turf/simulated/floor/wood, /area/bridge/meeting_room) -"biy" = ( +"bim" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -34035,7 +33674,7 @@ }, /turf/simulated/floor/wood, /area/bridge/meeting_room) -"biz" = ( +"bin" = ( /obj/structure/bed/chair/comfy/black{ dir = 4 }, @@ -34046,7 +33685,7 @@ }, /turf/simulated/floor/carpet, /area/bridge/meeting_room) -"biA" = ( +"bio" = ( /obj/item/weapon/folder/red, /obj/structure/table/woodentable, /obj/structure/cable/green{ @@ -34056,7 +33695,7 @@ }, /turf/simulated/floor/carpet, /area/bridge/meeting_room) -"biB" = ( +"bip" = ( /obj/item/weapon/book/manual/security_space_law, /obj/structure/table/woodentable, /obj/structure/cable/green{ @@ -34066,7 +33705,7 @@ }, /turf/simulated/floor/carpet, /area/bridge/meeting_room) -"biC" = ( +"biq" = ( /obj/structure/bed/chair/comfy/black{ dir = 8 }, @@ -34077,7 +33716,7 @@ }, /turf/simulated/floor/carpet, /area/bridge/meeting_room) -"biD" = ( +"bir" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -34093,11 +33732,43 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/wood, /area/bridge/meeting_room) -"biE" = ( +"bis" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/simulated/floor/wood, /area/bridge/meeting_room) -"biF" = ( +"bit" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"biu" = ( +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"biv" = ( +/turf/simulated/wall, +/area/turret_protected/ai) +"biw" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/wall, +/area/turret_protected/ai) +"bix" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -34110,7 +33781,628 @@ temperature = 278 }, /area/turret_protected/ai) +"biy" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"biz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"biA" = ( +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"biB" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"biC" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"biD" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"biE" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"biF" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/papershredder, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) "biG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = -32; + pixel_y = 0 + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"biH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"biI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"biJ" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"biK" = ( +/obj/machinery/door/airlock/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biL" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biN" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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) +"biR" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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) +"biS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"biY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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) +"biZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bja" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bjb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bjc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bjd" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP2"; + location = "Stbd" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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) +"bje" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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) +"bjf" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/machinery/door/airlock/glass{ + name = "Central Access" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"bjg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"bjh" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"bji" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) +"bjj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"bjk" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bjl" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 32; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"bjm" = ( +/turf/simulated/wall, +/area/maintenance/disposal) +"bjn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access"; + req_access = list(12) + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bjo" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bjp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bjq" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + target_pressure = 200 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bjr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact"; + tag = "icon-intact-f (NORTHWEST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bjs" = ( +/obj/machinery/door/airlock{ + name = "Unit 3" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/locker/locker_toilet) +"bjt" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/locker/locker_toilet) +"bju" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bjv" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/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{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/locker) +"bjw" = ( +/obj/structure/disposalpipe/tagger/partial{ + name = "Sorting Office"; + sort_tag = "Sorting Office" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bjx" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/large_stock_marker, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bjy" = ( +/obj/structure/closet/crate/internals, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bjz" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bjA" = ( /obj/machinery/camera/network/civilian_west{ c_tag = "Cargo Warehouse"; dir = 8 @@ -34118,16 +34410,110 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/quartermaster/storage) -"biH" = ( -/turf/simulated/wall, -/area/turret_protected/ai) -"biI" = ( -/obj/effect/landmark{ - name = "lightsout" +"bjB" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 1 }, -/turf/simulated/wall, -/area/turret_protected/ai) -"biJ" = ( +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bjC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera/network/civilian_west{ + c_tag = "Cargo Delivery Office"; + dir = 4 + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bjD" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bjE" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bjF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "heads_meeting"; + name = "Meeting Room Window Shutters"; + opacity = 0 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/bridge/meeting_room) +"bjG" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/weapon/storage/box/donut, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bjH" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bjI" = ( +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen, +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bjJ" = ( +/obj/item/weapon/folder/blue, +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bjK" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"bjL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bjM" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bjN" = ( /obj/effect/landmark{ name = "tripai" }, @@ -34160,89 +34546,7 @@ temperature = 278 }, /area/turret_protected/ai) -"biK" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"biL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"biM" = ( -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"biN" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"biO" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"biP" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"biQ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"biR" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/camera/network/civilian_west{ - c_tag = "Cargo Delivery Office"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"biS" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"biT" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"biU" = ( -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"biV" = ( +"bjO" = ( /obj/machinery/door/window{ dir = 4; name = "AI Core Door"; @@ -34258,7 +34562,23 @@ temperature = 278 }, /area/turret_protected/ai) -"biW" = ( +"bjP" = ( +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bjQ" = ( /obj/item/device/radio/intercom{ broadcasting = 0; frequency = 1343; @@ -34308,7 +34628,26 @@ temperature = 278 }, /area/turret_protected/ai) -"biX" = ( +"bjR" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "AI Core Door"; + req_access = list(16) + }, +/obj/structure/cable/cyan{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bjS" = ( /obj/effect/landmark{ name = "tripai" }, @@ -34341,7 +34680,93 @@ temperature = 278 }, /area/turret_protected/ai) -"biY" = ( +"bjT" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bjU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bjV" = ( +/obj/structure/bed/chair, +/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/captain) +"bjW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bjX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/mob/living/simple_animal/corgi/fox/Chauncey, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bjY" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/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) +"bjZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/camera/network/command{ + c_tag = "Bridge - Captain's Office"; + dir = 8 + }, +/obj/machinery/suit_cycler/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bka" = ( +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j2"; + dir = 2 + }, +/obj/machinery/camera/network/exodus{ + c_tag = "Primary Hallway Central - East"; + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bkb" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=Stbd"; location = "HOP" @@ -34360,33 +34785,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"biZ" = ( -/obj/structure/disposalpipe/junction{ - icon_state = "pipe-j2"; - dir = 2 - }, -/obj/machinery/camera/network/exodus{ - c_tag = "Primary Hallway Central - East"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bja" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bjb" = ( +"bkc" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -34395,8 +34794,27 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bjc" = ( -/obj/machinery/door/firedoor/border_only{ +"bkd" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bke" = ( +/obj/machinery/door/airlock/glass{ + name = "Central Access" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bkf" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -34406,16 +34824,7 @@ /obj/machinery/light, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjd" = ( -/obj/machinery/door/airlock/glass{ - name = "Central Access" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bje" = ( +"bkg" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 0; pixel_y = -30 @@ -34425,7 +34834,17 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjf" = ( +"bkh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bki" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -34436,27 +34855,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bjh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bji" = ( +"bkj" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -34465,18 +34864,14 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjj" = ( +"bkk" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjk" = ( +"bkl" = ( /obj/machinery/light, /obj/structure/disposalpipe/segment{ dir = 4 @@ -34488,7 +34883,10 @@ /obj/effect/floor_decal/corner/paleblue, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjl" = ( +"bkm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (SOUTHWEST)"; icon_state = "corner_white"; @@ -34496,7 +34894,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjm" = ( +"bkn" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -34508,7 +34906,15 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjn" = ( +"bko" = ( +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bkp" = ( /obj/machinery/light, /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (WEST)"; @@ -34517,22 +34923,14 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjo" = ( +"bkq" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = -29 }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjp" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bjq" = ( +"bkr" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 0; pixel_y = -30 @@ -34542,15 +34940,28 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjr" = ( -/obj/machinery/door/firedoor/border_only{ +"bks" = ( +/obj/machinery/light, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bkt" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, /obj/effect/floor_decal/corner/white, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjs" = ( +"bku" = ( +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bkv" = ( /obj/machinery/light, /obj/effect/floor_decal/corner/white{ tag = "icon-corner_white (WEST)"; @@ -34559,15 +34970,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjt" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bju" = ( +"bkw" = ( /obj/machinery/alarm{ dir = 1; icon_state = "alarm0"; @@ -34578,85 +34981,23 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjv" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"bjw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bjx" = ( +"bkx" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 0; pixel_y = -30 }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjy" = ( -/turf/simulated/wall, -/area/maintenance/disposal) -"bjz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ +"bky" = ( +/obj/machinery/camera/network/exodus{ + c_tag = "Primary Hallway Starboard - Central"; dir = 1 }, -/obj/machinery/atmospherics/binary/pump/high_power/on, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bjA" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bjB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bjC" = ( -/obj/machinery/atmospherics/binary/pump/on{ - dir = 4; - target_pressure = 200 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bjD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bjE" = ( +/obj/machinery/light, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bkz" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 1; @@ -34665,64 +35006,23 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjF" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera/network/exodus{ - c_tag = "Primary Hallway Starboard - Central"; - dir = 1 - }, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bjG" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/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{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/locker) -"bjH" = ( -/obj/structure/disposalpipe/tagger/partial{ - name = "Sorting Office"; - sort_tag = "Sorting Office" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bjI" = ( +"bkA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjJ" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bjK" = ( +"bkB" = ( /obj/machinery/camera/network/exodus{ c_tag = "Primary Hallway Starboard - Central East"; dir = 1 }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"bjL" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/quartermaster/office) -"bjM" = ( -/obj/machinery/door/firedoor/border_only{ +"bkC" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bkD" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -34732,19 +35032,7 @@ /obj/effect/floor_decal/corner/white, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bjN" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/obj/effect/floor_decal/corner/white, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"bjO" = ( +"bkE" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; pixel_y = -32 @@ -34757,99 +35045,19 @@ /obj/effect/floor_decal/corner/white, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bjP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"bkF" = ( +/obj/machinery/newscaster{ + pixel_y = -32 }, -/obj/structure/window/reinforced{ +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; dir = 8 }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "heads_meeting"; - name = "Meeting Room Window Shutters"; - opacity = 0 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/bridge/meeting_room) -"bjQ" = ( -/obj/structure/table/woodentable, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/weapon/storage/box/donut, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bjR" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bjS" = ( -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/pen, -/obj/structure/table/woodentable, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bjT" = ( -/obj/item/weapon/folder/blue, -/obj/structure/table/woodentable, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bjU" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"bjV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bjW" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"bjX" = ( -/obj/machinery/light, +/obj/effect/floor_decal/corner/white, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bjY" = ( -/obj/machinery/door/window{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "AI Core Door"; - req_access = list(16) - }, -/obj/structure/cable/cyan{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bjZ" = ( +"bkG" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -34857,32 +35065,11 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bka" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 32; - pixel_y = 0 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, +"bkH" = ( +/obj/machinery/light, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bkb" = ( -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bkc" = ( +"bkI" = ( /obj/machinery/atmospherics/pipe/simple/hidden, /obj/machinery/embedded_controller/radio/docking_port_multi{ child_names_txt = "Airlock One;Airlock Two"; @@ -34896,418 +35083,21 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"bkd" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bke" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bkf" = ( -/obj/structure/bed/chair, -/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/captain) -"bkg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bkh" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/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) -"bki" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/camera/network/command{ - c_tag = "Bridge - Captain's Office"; - dir = 8 - }, -/obj/machinery/suit_cycler/captain, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bkj" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1380; - master_tag = "specops_dock_airlock"; - name = "interior access button"; - pixel_x = -28; - pixel_y = 26; - req_one_access = list(13) - }, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map"; - tag = "icon-manifold-f (EAST)" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bkk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/power/apc/high{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable/green, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bkl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/camera/network/civilian_west{ - c_tag = "Locker Room Toilets"; - dir = 8 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/locker/locker_toilet) -"bkm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bkn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bko" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bkp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bkq" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bkr" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (WEST)"; - icon_state = "warningcorner"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bks" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bkt" = ( -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bku" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - 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/central_two) -"bkv" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bkw" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bkx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "medbayquar"; - name = "Medbay Emergency Quarantine Shutters"; - opacity = 0 - }, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/hallway/primary/starboard) -"bky" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "medbayquar"; - name = "Medbay Emergency Quarantine Shutters"; - opacity = 0 - }, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/hallway/primary/starboard) -"bkz" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access = list(6) - }, -/obj/structure/plasticflaps/airtight, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bkA" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bkB" = ( -/obj/structure/sign/securearea{ - pixel_x = 32 - }, -/obj/effect/floor_decal/industrial/loading{ - tag = "icon-loadingarea (NORTH)"; - icon_state = "loadingarea"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bkC" = ( -/obj/effect/floor_decal/industrial/loading{ - tag = "icon-loadingarea (NORTH)"; - icon_state = "loadingarea"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bkD" = ( -/obj/effect/floor_decal/corner/purple/full, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bkE" = ( -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bkF" = ( -/obj/effect/floor_decal/corner/purple{ - dir = 8 - }, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bkG" = ( -/obj/machinery/light, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bkH" = ( -/obj/effect/floor_decal/corner/purple, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bkI" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) "bkJ" = ( -/obj/effect/floor_decal/corner/purple/full{ - dir = 4 +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 32; + pixel_y = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 }, /turf/simulated/floor/tiled, -/area/hallway/primary/starboard) +/area/hallway/secondary/exit) "bkK" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bkL" = ( -/obj/machinery/door/airlock{ - name = "Unit 4" - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/locker/locker_toilet) -"bkM" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/locker/locker_toilet) -"bkN" = ( -/obj/machinery/button/remote/blast_door{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -1; - pixel_y = -24; - req_access = list(31) - }, -/obj/structure/closet/crate, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bkO" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bkP" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/table/steel, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bkQ" = ( -/obj/effect/large_stock_marker, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bkR" = ( -/obj/structure/disposalpipe/sortjunction/untagged{ - dir = 1 - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -"bkS" = ( -/obj/effect/floor_decal/industrial/loading{ - tag = "icon-loadingarea (NORTH)"; - icon_state = "loadingarea"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bkT" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -35316,12 +35106,12 @@ dir = 4 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/hallway/secondary/exit) -"bkU" = ( +"bkL" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -35341,7 +35131,7 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bkV" = ( +"bkM" = ( /obj/machinery/embedded_controller/radio/airlock/docking_port{ frequency = 1380; id_tag = "specops_dock_airlock"; @@ -35367,7 +35157,7 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bkW" = ( +"bkN" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -35383,25 +35173,34 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bkX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (WEST)"; - icon_state = "warning"; - dir = 8 +"bkO" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "specops_dock_airlock"; + name = "interior access button"; + pixel_x = -28; + pixel_y = 26; + req_one_access = list(13) + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map"; + tag = "icon-manifold-f (EAST)" }, /turf/simulated/floor/tiled, -/area/quartermaster/office) -"bkY" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Cargo Technician" +/area/hallway/secondary/entry/aft) +"bkP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/power/apc/high{ + dir = 4; + name = "east bump"; + pixel_x = 24 }, +/obj/structure/cable/green, /turf/simulated/floor/tiled, -/area/quartermaster/office) -"bkZ" = ( +/area/hallway/secondary/entry/aft) +"bkQ" = ( /obj/effect/decal/cleanable/cobweb, /obj/machinery/conveyor{ dir = 1; @@ -35409,7 +35208,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/disposal) -"bla" = ( +"bkR" = ( /obj/machinery/conveyor{ dir = 4; id = "garbage" @@ -35419,14 +35218,14 @@ }, /turf/simulated/floor/plating, /area/maintenance/disposal) -"blb" = ( +"bkS" = ( /obj/machinery/conveyor{ dir = 4; id = "garbage" }, /turf/simulated/floor/plating, /area/maintenance/disposal) -"blc" = ( +"bkT" = ( /obj/structure/disposaloutlet{ dir = 8 }, @@ -35435,13 +35234,13 @@ }, /turf/simulated/floor/plating, /area/maintenance/disposal) -"bld" = ( +"bkU" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/wall, /area/maintenance/disposal) -"ble" = ( +"bkV" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -35458,7 +35257,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"blf" = ( +"bkW" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -35480,7 +35279,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"blg" = ( +"bkX" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -35494,7 +35293,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"blh" = ( +"bkY" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -35511,7 +35310,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"bli" = ( +"bkZ" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -35532,26 +35331,19 @@ /obj/machinery/meter, /turf/simulated/floor/plating, /area/maintenance/locker) -"blj" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" +"bla" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera/network/civilian_west{ + c_tag = "Locker Room Toilets"; + dir = 8 }, -/obj/machinery/door/window{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Mailing Room"; - req_access = list(50) - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"blk" = ( +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/locker/locker_toilet) +"blb" = ( /mob/living/simple_animal/mouse, /turf/simulated/floor/plating, /area/maintenance/locker) -"bll" = ( +"blc" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -35565,13 +35357,13 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"blm" = ( +"bld" = ( /obj/structure/disposalpipe/junction{ dir = 8 }, /turf/simulated/floor/plating, /area/maintenance/locker) -"bln" = ( +"ble" = ( /obj/structure/disposalpipe/segment, /obj/structure/disposalpipe/segment{ dir = 4 @@ -35585,13 +35377,89 @@ }, /turf/simulated/floor/plating, /area/maintenance/locker) -"blo" = ( +"blf" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/wall, /area/quartermaster/storage) -"blp" = ( +"blg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"blh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bli" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"blj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"blk" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bll" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/quartermaster/office) +"blm" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (WEST)"; + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bln" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"blo" = ( +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, /obj/structure/table/standard{ name = "plastic table frame" }, @@ -35603,35 +35471,92 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/quartermaster/office) -"blq" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 +"blp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/machinery/camera/network/exodus{ - c_tag = "Primary Hallway Central - West"; +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/effect/floor_decal/corner/blue, -/turf/simulated/floor/tiled, +/turf/simulated/floor/plating, /area/hallway/primary/central_one) -"blr" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/command{ - name = "Conference Room"; - req_access = list(19) +"blq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 }, +/obj/item/modular_computer/console/preset/command, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"blr" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"bls" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"blt" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 0; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"blu" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"blv" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/bridge/meeting_room) +"blw" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/tiled, -/area/maintenance/substation/command) -"bls" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) +"blx" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -35641,7 +35566,41 @@ temperature = 278 }, /area/turret_protected/ai) -"blt" = ( +"bly" = ( +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"blz" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable/cyan{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc/super/critical{ + dir = 1; + is_critical = 1; + name = "north bump"; + pixel_y = 24 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"blA" = ( /obj/machinery/door/window{ dir = 2; name = "AI Core Door"; @@ -35673,127 +35632,357 @@ temperature = 278 }, /area/turret_protected/ai) -"blu" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/wall, -/area/quartermaster/office) -"blv" = ( -/obj/structure/window/reinforced, +"blB" = ( /obj/structure/window/reinforced{ - dir = 8 + dir = 4 }, +/obj/structure/window/reinforced, /obj/machinery/light/small{ dir = 1 }, -/obj/structure/cable/cyan{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc/super/critical{ - dir = 1; - is_critical = 1; - name = "north bump"; - pixel_y = 24 - }, /turf/simulated/floor/bluegrid{ name = "cooled mainframe floor"; temperature = 278 }, /area/turret_protected/ai) -"blw" = ( -/obj/machinery/chemical_dispenser/full, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"blx" = ( -/obj/item/weapon/reagent_containers/dropper, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/glass, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"bly" = ( -/obj/structure/grille, +"blC" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"blD" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30; + pixel_y = 0 + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/item/device/megaphone, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"blE" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/folder/blue, +/obj/item/weapon/stamp/captain, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"blF" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/skills{ + icon_state = "medlaptop" + }, +/obj/item/weapon/hand_tele, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"blG" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"blH" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"blI" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/pinpointer, +/obj/item/weapon/disk/nuclear, +/obj/item/weapon/storage/secure/safe{ + pixel_x = 30; + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"blJ" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"blK" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + 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/central_two) +"blL" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"blM" = ( +/turf/simulated/wall/r_wall, +/area/hallway/primary/starboard) +"blN" = ( +/obj/structure/sign/nosmoking_1, +/turf/simulated/wall, +/area/hallway/primary/starboard) +"blO" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay" + }, +/turf/simulated/wall, +/area/hallway/primary/starboard) +"blP" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Quarantine Shutters"; + opacity = 0 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/hallway/primary/starboard) +"blQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayquar"; + name = "Medbay Emergency Quarantine Shutters"; + opacity = 0 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/hallway/primary/starboard) +"blR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access = list(6) + }, +/obj/structure/plasticflaps/airtight, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"blS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(5,12,47) + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"blT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"blU" = ( +/obj/effect/floor_decal/industrial/loading{ + tag = "icon-loadingarea (NORTH)"; + icon_state = "loadingarea"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"blV" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/effect/floor_decal/industrial/loading{ + tag = "icon-loadingarea (NORTH)"; + icon_state = "loadingarea"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"blW" = ( +/obj/effect/floor_decal/corner/purple/full, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"blX" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"blY" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"blZ" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bma" = ( +/obj/effect/floor_decal/corner/purple, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bmb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bmc" = ( +/obj/effect/floor_decal/corner/purple/full{ dir = 4 }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bmd" = ( +/turf/simulated/wall/r_wall, +/area/hallway/secondary/exit) +"bme" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access = list(12) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/hallway/secondary/exit) +"bmf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall, +/area/hallway/secondary/exit) +"bmg" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"bmh" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bmi" = ( +/obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 }, +/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 }, /turf/simulated/floor/plating, -/area/hallway/primary/central_one) -"blz" = ( -/obj/item/stack/material/phoron, -/obj/item/stack/material/phoron, -/obj/item/stack/material/phoron, -/obj/item/stack/material/phoron, -/obj/item/stack/material/phoron, -/obj/structure/table/glass, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"blA" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/area/maintenance/disposal) +"bmj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/item/modular_computer/console/preset/command, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"blB" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bmk" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bml" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"blC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"blD" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 0; - pixel_y = -32 +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"blE" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"blF" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/bridge/meeting_room) -"blG" = ( +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmn" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -35801,36 +35990,277 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmo" = ( +/obj/machinery/door/airlock{ + name = "Unit 4" }, -/turf/simulated/floor/wood, -/area/bridge/meeting_room) -"blH" = ( -/obj/structure/window/reinforced{ - dir = 4 +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/locker/locker_toilet) +"bmp" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 }, -/obj/structure/window/reinforced, -/obj/machinery/light/small{ +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/locker/locker_toilet) +"bmq" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 }, -/area/turret_protected/ai) -"blI" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmr" = ( +/obj/item/weapon/screwdriver, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bms" = ( +/obj/item/device/flashlight, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmv" = ( +/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/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmx" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bmy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bmz" = ( +/obj/machinery/button/remote/blast_door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = -24; + req_access = list(31) + }, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bmA" = ( +/obj/effect/large_stock_marker, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bmB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/steel, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bmC" = ( +/obj/structure/disposalpipe/sortjunction/untagged{ + dir = 1 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/quartermaster/storage) +"bmD" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'MAIL DELIVERY'."; + name = "MAIL DELIVERY" + }, +/turf/simulated/wall, +/area/quartermaster/office) +"bmE" = ( +/obj/effect/floor_decal/industrial/loading{ + tag = "icon-loadingarea (NORTH)"; + icon_state = "loadingarea"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bmF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (WEST)"; + icon_state = "warning"; dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bmG" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/area/turret_protected/ai) -"blJ" = ( +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bmH" = ( +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/obj/effect/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bmI" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/door/window{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Mailing Room"; + req_access = list(50) + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bmJ" = ( +/obj/machinery/camera/network/exodus{ + c_tag = "Primary Hallway Central - West"; + dir = 8 + }, +/obj/effect/floor_decal/corner/blue, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bmK" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/substation/command) +"bmL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/command{ + name = "Conference Room"; + req_access = list(19) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + 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/maintenance/substation/command) +"bmM" = ( /obj/structure/cable/cyan{ d1 = 1; d2 = 4; @@ -35841,7 +36271,18 @@ temperature = 278 }, /area/turret_protected/ai) -"blK" = ( +"bmN" = ( +/obj/structure/cable/cyan{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"bmO" = ( /obj/machinery/ai_slipper{ icon_state = "motion0" }, @@ -35865,18 +36306,7 @@ temperature = 278 }, /area/turret_protected/ai) -"blL" = ( -/obj/structure/cable/cyan{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"blM" = ( +"bmP" = ( /obj/structure/cable/cyan{ d1 = 1; d2 = 8; @@ -35887,700 +36317,7 @@ temperature = 278 }, /area/turret_protected/ai) -"blN" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/pen, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -30; - pixel_y = 0 - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/item/device/megaphone, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"blO" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/folder/blue, -/obj/item/weapon/stamp/captain, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"blP" = ( -/obj/structure/table/woodentable, -/obj/machinery/computer/skills{ - icon_state = "medlaptop" - }, -/obj/item/weapon/hand_tele, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"blQ" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"blR" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"blS" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/pinpointer, -/obj/item/weapon/disk/nuclear, -/obj/item/weapon/storage/secure/safe{ - pixel_x = 30; - pixel_y = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"blT" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 0; - pixel_y = 30 - }, -/obj/machinery/chem_master, -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay - Chemistry" - }, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"blU" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/obj/machinery/button/remote/blast_door{ - id = "chemcounter"; - name = "Pharmacy Counter Lockdown Control"; - pixel_y = 25 - }, -/obj/machinery/reagentgrinder, -/obj/structure/table/glass, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"blV" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/item/weapon/storage/box/cups{ - pixel_x = 0; - pixel_y = 0 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"blW" = ( -/turf/simulated/wall/r_wall, -/area/hallway/primary/starboard) -"blX" = ( -/obj/structure/sign/nosmoking_1, -/turf/simulated/wall, -/area/hallway/primary/starboard) -"blY" = ( -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay" - }, -/turf/simulated/wall, -/area/hallway/primary/starboard) -"blZ" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 0; - pixel_y = 32 - }, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bma" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bmb" = ( -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay Lobby Port" - }, -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bmc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(5,12,47) - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bmd" = ( -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bme" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bmf" = ( -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay Lobby Starboard" - }, -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bmg" = ( -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 0; - pixel_y = 32 - }, -/obj/structure/flora/pottedplant/random, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bmh" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bmi" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/exam_room) -"bmj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay Examination Room" - }, -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/exam_room) -"bmk" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/bed/chair/wheelchair, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/exam_room) -"bml" = ( -/turf/simulated/wall/r_wall, -/area/hallway/secondary/exit) -"bmm" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access = list(12) - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/secondary/exit) -"bmn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/wall, -/area/hallway/secondary/exit) -"bmo" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/disposal, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/exam_room) -"bmp" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bmq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bmr" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bms" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmw" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/morgue) -"bmx" = ( -/obj/structure/table/standard, -/obj/item/device/camera{ - name = "Autopsy Camera"; - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/weapon/paper_bin{ - pixel_y = -6 - }, -/obj/item/weapon/pen/red{ - pixel_x = -1; - pixel_y = -9 - }, -/obj/item/weapon/pen/blue{ - pixel_x = 3; - pixel_y = -5 - }, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/medical/morgue) -"bmy" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/morgue) -"bmz" = ( -/obj/item/weapon/screwdriver, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmA" = ( -/obj/item/device/flashlight, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmD" = ( -/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/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmF" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmG" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/morgue) -"bmH" = ( -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bmI" = ( -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/morgue) -"bmJ" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay Morgue" - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/morgue) -"bmK" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'MAIL DELIVERY'."; - name = "MAIL DELIVERY" - }, -/turf/simulated/wall, -/area/quartermaster/office) -"bmL" = ( -/obj/structure/morgue{ - tag = "icon-morgue1 (WEST)"; - icon_state = "morgue1"; - dir = 8 - }, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/medical/morgue) -"bmM" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access = list(29) - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bmN" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/door/blast/shutters{ - dir = 2; - id = "Skynet_launch"; - name = "Mech Bay" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"bmO" = ( -/obj/machinery/computer/rdconsole/robotics, -/obj/machinery/alarm{ - pixel_y = 25 - }, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"bmP" = ( -/obj/machinery/r_n_d/circuit_imprinter, -/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) "bmQ" = ( -/obj/machinery/requests_console{ - department = "Robotics"; - departmentType = 2; - name = "Robotics RC"; - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/modular_computer/console/preset/research, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"bmR" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/substation/command) -"bmS" = ( -/obj/machinery/autolathe, -/turf/simulated/floor/tiled/white, -/area/rnd/lab) -"bmT" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/belt/utility, -/obj/item/clothing/gloves/latex, -/obj/item/weapon/computer_hardware/hard_drive/portable, -/turf/simulated/floor/tiled/white, -/area/rnd/lab) -"bmU" = ( /obj/machinery/light/small{ dir = 4 }, @@ -36593,42 +36330,7 @@ temperature = 278 }, /area/turret_protected/ai) -"bmV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (NORTH)"; - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bmW" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera/network/exodus{ - c_tag = "Arrivals Auxiliary Docking South" - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bmX" = ( -/obj/machinery/ai_status_display{ - pixel_x = 0; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/item/modular_computer/console/preset/command, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bmY" = ( +"bmR" = ( /obj/machinery/requests_console{ announcementConsole = 1; department = "Captain's Desk"; @@ -36640,7 +36342,7 @@ /obj/structure/filingcabinet, /turf/simulated/floor/wood, /area/crew_quarters/captain) -"bmZ" = ( +"bmS" = ( /obj/structure/bed/chair/comfy/brown{ dir = 4 }, @@ -36667,11 +36369,11 @@ }, /turf/simulated/floor/wood, /area/crew_quarters/captain) -"bna" = ( -/obj/machinery/computer/communications, +"bmT" = ( +/obj/item/modular_computer/console/preset/command, /turf/simulated/floor/wood, /area/crew_quarters/captain) -"bnb" = ( +"bmU" = ( /obj/structure/table/woodentable, /obj/item/device/eftpos{ eftpos_name = "Captain EFTPOS scanner" @@ -36681,7 +36383,7 @@ }, /turf/simulated/floor/wood, /area/crew_quarters/captain) -"bnc" = ( +"bmV" = ( /obj/structure/table/woodentable, /obj/item/weapon/melee/chainofcommand, /obj/machinery/alarm{ @@ -36693,13 +36395,743 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/wood, /area/crew_quarters/captain) +"bmW" = ( +/obj/item/weapon/reagent_containers/dropper, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bmX" = ( +/obj/machinery/chemical_dispenser/full, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bmY" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 0; + pixel_y = 30 + }, +/obj/machinery/chem_master, +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay - Chemistry" + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bmZ" = ( +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bna" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/button/remote/blast_door{ + id = "chemcounter"; + name = "Pharmacy Counter Lockdown Control"; + pixel_y = 25 + }, +/obj/machinery/reagentgrinder, +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bnb" = ( +/obj/structure/sign/chemistry, +/turf/simulated/wall/r_wall, +/area/medical/chemistry) +"bnc" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 0; + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) "bnd" = ( +/obj/item/weapon/storage/box/cups{ + pixel_x = 0; + pixel_y = 0 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bne" = ( +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay Lobby Port" + }, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bnf" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bng" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bnh" = ( +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bni" = ( +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay Lobby Starboard" + }, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bnj" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bnk" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 0; + pixel_y = 32 + }, +/obj/structure/flora/pottedplant/random, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bnl" = ( +/turf/simulated/wall, +/area/medical/reception) +"bnm" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/exam_room) +"bnn" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/bed/chair/wheelchair, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/exam_room) +"bno" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay Examination Room" + }, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/exam_room) +"bnp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/medical/exam_room) +"bnq" = ( +/turf/simulated/wall, +/area/medical/exam_room) +"bnr" = ( +/obj/structure/table/standard, +/obj/item/device/camera{ + name = "Autopsy Camera"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/weapon/paper_bin{ + pixel_y = -6 + }, +/obj/item/weapon/pen/red{ + pixel_x = -1; + pixel_y = -9 + }, +/obj/item/weapon/pen/blue{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bns" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bnt" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bnu" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bnv" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay Morgue" + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bnw" = ( +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bnx" = ( +/obj/structure/morgue{ + tag = "icon-morgue1 (WEST)"; + icon_state = "morgue1"; + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bny" = ( +/turf/simulated/wall, +/area/maintenance/research_port) +"bnz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bnA" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access = list(29) + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bnB" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "Skynet_launch"; + name = "Mech Bay" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) +"bnC" = ( +/obj/machinery/computer/rdconsole/robotics, +/obj/machinery/alarm{ + pixel_y = 25 + }, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bnD" = ( +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/modular_computer/console/preset/research, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bnE" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bnF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bnG" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor{ + dir = 1; + name = "hazard door north" + }, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen, +/obj/item/weapon/folder/white, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Robotics Desk"; + req_access = list(29) + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bnH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bnI" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "hazard door north" + }, +/obj/machinery/door/window/southright{ + name = "Research and Development Desk"; + req_access = list(7) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/turf/simulated/floor/plating, +/area/hallway/primary/starboard) +"bnJ" = ( +/obj/machinery/autolathe, +/turf/simulated/floor/tiled/white, +/area/rnd/lab) +"bnK" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/belt/utility, +/obj/item/clothing/gloves/latex, +/obj/item/weapon/computer_hardware/hard_drive/portable, +/turf/simulated/floor/tiled/white, +/area/rnd/lab) +"bnL" = ( +/turf/simulated/wall/r_wall, +/area/rnd/lab) +"bnM" = ( +/obj/structure/closet/hydrant{ + pixel_x = -32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bnN" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bnO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map"; + tag = "icon-manifold-f (EAST)" + }, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bnP" = ( +/turf/simulated/wall, +/area/storage/emergency) +"bnQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bnR" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera/network/exodus{ + c_tag = "Arrivals Auxiliary Docking South" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"bnS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/industrial/warning/corner{ + tag = "icon-warningcorner (NORTH)"; + icon_state = "warningcorner"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"bnT" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bne" = ( +"bnU" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bnV" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bnW" = ( +/obj/item/trash/candy, +/obj/item/trash/popcorn, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bnX" = ( +/obj/machinery/conveyor_switch/oneway{ + convdir = -1; + id = "garbage"; + name = "disposal coveyor" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bnY" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/item/weapon/cigbutt, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bnZ" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"boa" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bob" = ( +/obj/effect/decal/cleanable/generic, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"boc" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bod" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"boe" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bof" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bog" = ( +/obj/item/weapon/cigbutt, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"boh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"boi" = ( +/turf/simulated/wall, +/area/quartermaster/loading) +"boj" = ( /obj/machinery/door/blast/shutters{ dir = 2; id = "qm_warehouse"; @@ -36712,7 +37144,11 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/storage) -"bnf" = ( +"bok" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/quartermaster/storage) +"bol" = ( /obj/structure/disposalpipe/trunk, /obj/structure/disposaloutlet{ dir = 1 @@ -36720,7 +37156,7 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bng" = ( +"bom" = ( /obj/item/weapon/folder/yellow, /obj/item/weapon/pen{ pixel_x = 4; @@ -36737,7 +37173,7 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bnh" = ( +"bon" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 25; pixel_y = 0 @@ -36745,11 +37181,73 @@ /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"bni" = ( -/obj/structure/sign/chemistry, -/turf/simulated/wall/r_wall, -/area/medical/chemistry) -"bnj" = ( +"boo" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bop" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"boq" = ( +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/smes/buildable{ + charge = 0; + RCon_tag = "Substation - Command" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bor" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bos" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bot" = ( +/turf/simulated/wall, +/area/maintenance/substation/command) +"bou" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -36760,7 +37258,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/maintenance/substation/command) -"bnk" = ( +"bov" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, @@ -36770,7 +37268,30 @@ temperature = 278 }, /area/turret_protected/ai) -"bnl" = ( +"bow" = ( +/obj/machinery/ai_status_display{ + pixel_x = 0; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/modular_computer/console/preset/command, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"box" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"boy" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -36788,8 +37309,8 @@ temperature = 278 }, /area/turret_protected/ai) -"bnm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"boz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/bluegrid{ @@ -36797,7 +37318,7 @@ temperature = 278 }, /area/turret_protected/ai) -"bnn" = ( +"boA" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -36813,7 +37334,17 @@ temperature = 278 }, /area/turret_protected/ai) -"bno" = ( +"boB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/item/modular_computer/console/preset/medical, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai) +"boC" = ( /obj/item/device/radio/intercom{ broadcasting = 0; listening = 1; @@ -36824,29 +37355,31 @@ /obj/structure/closet/secure_closet/captains, /turf/simulated/floor/wood, /area/crew_quarters/captain) -"bnp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/item/modular_computer/console/preset/medical, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bnq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +"boD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"boE" = ( +/obj/item/modular_computer/console/preset/command, +/obj/item/weapon/card/id/captains_spare, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"boF" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/book/manual/security_space_law, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"boG" = ( +/obj/machinery/photocopier/faxmachine{ + department = "Captain's Office" }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bnr" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"boH" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -36858,44 +37391,82 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bns" = ( -/turf/simulated/wall, -/area/medical/reception) -"bnt" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" +"boI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/sign/vacuum{ - pixel_x = -32 +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 }, -/obj/machinery/light/small{ +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"boJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ dir = 8 }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "chemwindow"; + name = "Chemistry Window Shutters"; + opacity = 0 + }, /turf/simulated/floor/plating, -/area/maintenance/disposal) -"bnu" = ( +/area/hallway/primary/central_two) +"boK" = ( +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"boL" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bnv" = ( -/obj/item/weapon/reagent_containers/glass/beaker/large, -/obj/structure/table/glass, +"boM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bnw" = ( +"boN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bnx" = ( -/turf/simulated/wall, -/area/medical/exam_room) -"bny" = ( -/obj/machinery/door/firedoor/border_only{ +"boO" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Chemist" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/beige{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"boP" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -36924,38 +37495,7 @@ }, /turf/simulated/floor/tiled, /area/medical/chemistry) -"bnz" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"bnA" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Chemist" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/corner/beige{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"bnB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bnC" = ( +"boQ" = ( /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (NORTHWEST)"; icon_state = "corner_white"; @@ -36963,39 +37503,39 @@ }, /turf/simulated/floor/tiled/white, /area/medical/reception) -"bnD" = ( +"boR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"boS" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/reception) -"bnE" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bnF" = ( -/turf/simulated/wall, -/area/maintenance/research_port) -"bnG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bnH" = ( +"boT" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" }, /turf/simulated/floor/tiled/white, /area/medical/reception) -"bnI" = ( +"boU" = ( +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/medical/reception) -"bnJ" = ( +"boV" = ( +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"boW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"boX" = ( /obj/item/weapon/stool/padded, /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (SOUTHEAST)"; @@ -37004,7 +37544,11 @@ }, /turf/simulated/floor/tiled/white, /area/medical/reception) -"bnK" = ( +"boY" = ( +/obj/structure/sign/examroom, +/turf/simulated/wall, +/area/medical/reception) +"boZ" = ( /obj/effect/floor_decal/corner/white/diagonal{ tag = "icon-corner_white_diagonal (EAST)"; icon_state = "corner_white_diagonal"; @@ -37012,110 +37556,7 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"bnL" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/exam_room) -"bnM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bnN" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "hazard door north" - }, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/pen, -/obj/item/weapon/folder/white, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Robotics Desk"; - req_access = list(29) - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bnO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bnP" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "hazard door north" - }, -/obj/machinery/door/window/southright{ - name = "Research and Development Desk"; - req_access = list(7) - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/turf/simulated/floor/plating, -/area/hallway/primary/starboard) -"bnQ" = ( +"bpa" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -37129,7 +37570,16 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"bnR" = ( +"bpb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/exam_room) +"bpc" = ( /obj/structure/filingcabinet/medical, /obj/machinery/alarm{ dir = 8; @@ -37143,75 +37593,7 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"bnS" = ( -/turf/simulated/wall/r_wall, -/area/rnd/lab) -"bnT" = ( -/obj/structure/closet/hydrant{ - pixel_x = -32 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bnU" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bnV" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map"; - tag = "icon-manifold-f (EAST)" - }, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bnW" = ( -/turf/simulated/wall, -/area/storage/emergency) -"bnX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bnY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai) -"bnZ" = ( +"bpd" = ( /obj/structure/table/standard, /obj/item/weapon/autopsy_scanner, /obj/item/weapon/scalpel, @@ -37222,135 +37604,45 @@ }, /turf/simulated/floor/tiled, /area/medical/morgue) -"boa" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bob" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"boc" = ( -/obj/item/trash/candy, -/obj/item/trash/popcorn, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bod" = ( -/obj/machinery/conveyor_switch/oneway{ - convdir = -1; - id = "garbage"; - name = "disposal coveyor" - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"boe" = ( -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/item/weapon/cigbutt, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bof" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bog" = ( -/obj/item/modular_computer/console/preset/command, -/obj/item/weapon/card/id/captains_spare, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"boh" = ( +"bpe" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled{ temperature = 278 }, /area/medical/morgue) -"boi" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"boj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ +"bpf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled{ + temperature = 278 + }, +/area/medical/morgue) +"bpg" = ( +/turf/simulated/floor/tiled{ + temperature = 278 + }, +/area/medical/morgue) +"bph" = ( +/obj/structure/morgue{ + tag = "icon-morgue1 (WEST)"; + icon_state = "morgue1"; dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bok" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bol" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bom" = ( -/obj/item/weapon/cigbutt, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bon" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"boo" = ( /turf/simulated/floor/tiled{ temperature = 278 }, /area/medical/morgue) -"bop" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/wall, -/area/quartermaster/storage) -"boq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +"bpi" = ( +/obj/structure/morgue, /turf/simulated/floor/tiled{ temperature = 278 }, /area/medical/morgue) -"bor" = ( +"bpj" = ( /obj/structure/morgue{ tag = "icon-morgue1 (WEST)"; icon_state = "morgue1"; @@ -37363,84 +37655,22 @@ }, /turf/simulated/floor/tiled, /area/medical/morgue) -"bos" = ( +"bpk" = ( +/turf/simulated/wall/r_wall, +/area/assembly/chargebay) +"bpl" = ( /obj/machinery/light_switch{ pixel_y = 28 }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bpm" = ( /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/assembly/chargebay) -"bot" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bou" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bov" = ( -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/smes/buildable{ - charge = 0; - RCon_tag = "Substation - Command" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bow" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"box" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"boy" = ( -/turf/simulated/wall, -/area/maintenance/substation/command) -"boz" = ( +"bpn" = ( /obj/machinery/button/remote/blast_door{ dir = 2; id = "Skynet_launch"; @@ -37452,58 +37682,27 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/assembly/chargebay) -"boA" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"boB" = ( -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"boC" = ( -/obj/structure/morgue, -/turf/simulated/floor/tiled{ - temperature = 278 - }, -/area/medical/morgue) -"boD" = ( -/obj/structure/morgue{ - tag = "icon-morgue1 (WEST)"; - icon_state = "morgue1"; - dir = 8 - }, -/turf/simulated/floor/tiled{ - temperature = 278 - }, -/area/medical/morgue) -"boE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled{ - temperature = 278 - }, -/area/medical/morgue) -"boF" = ( +"bpo" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/industrial/warning/corner{ dir = 8 }, /turf/simulated/floor/tiled, /area/assembly/chargebay) -"boG" = ( +"bpp" = ( +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bpq" = ( +/turf/simulated/wall, +/area/assembly/robotics) +"bpr" = ( /obj/structure/reagent_dispensers/acid{ density = 0; pixel_x = -32 }, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"boH" = ( -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"boI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"boJ" = ( +"bps" = ( /obj/structure/bed/chair/office/light{ dir = 1 }, @@ -37512,29 +37711,10 @@ }, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"boK" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/book/manual/security_space_law, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"boL" = ( -/obj/machinery/photocopier/faxmachine{ - department = "Captain's Office" - }, -/obj/structure/table/woodentable, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"boM" = ( -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, +"bpt" = ( /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"boN" = ( +"bpu" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -37555,29 +37735,25 @@ }, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"boO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"bpv" = ( +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 }, -/obj/structure/window/reinforced{ - dir = 1 +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bpw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "chemwindow"; - name = "Chemistry Window Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"boP" = ( +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bpx" = ( /obj/structure/filingcabinet/chestdrawer, /obj/structure/extinguisher_cabinet{ pixel_x = 25; @@ -37590,26 +37766,20 @@ }, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"boQ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"boR" = ( +"bpy" = ( /obj/machinery/door/airlock/research{ id_tag = "researchdoor"; name = "Research Division Access"; req_access = list(47) }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled/white, /area/hallway/primary/starboard) -"boS" = ( +"bpz" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/hallway/primary/starboard) +"bpA" = ( /obj/structure/table/standard{ name = "plastic table frame" }, @@ -37629,18 +37799,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"boT" = ( -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/effect/floor_decal/corner/mauve{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/lab) -"boU" = ( +"bpB" = ( /obj/effect/landmark/start{ name = "Scientist" }, @@ -37652,10 +37811,18 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"boV" = ( +"bpC" = ( +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/effect/floor_decal/corner/mauve{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"boW" = ( +"bpD" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -37676,22 +37843,76 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"boX" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, +"bpE" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/lab) +"bpF" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" }, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"boY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/tiled, +"bpG" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bpH" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + target_pressure = 200 + }, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bpI" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bpJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"boZ" = ( +"bpK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bpL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bpM" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (WEST)"; icon_state = "warning"; @@ -37699,14 +37920,233 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bpa" = ( +"bpN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"bpO" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 25; pixel_y = 0 }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bpb" = ( +"bpP" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/obj/machinery/door/blast/regular{ + density = 1; + icon_state = "pdoor1"; + id = "Disposal Exit"; + name = "Disposal Exit Vent"; + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bpQ" = ( +/obj/machinery/button/remote/blast_door{ + id = "Disposal Exit"; + name = "Disposal Vent Control"; + pixel_x = -25; + pixel_y = 4; + req_access = list(12) + }, +/obj/machinery/button/remote/driver{ + id = "trash"; + pixel_x = -26; + pixel_y = -6 + }, +/obj/item/weapon/cigbutt, +/obj/item/weapon/stool/padded, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bpR" = ( +/obj/item/weapon/cigbutt{ + pixel_x = -10; + pixel_y = -10 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bpS" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 0; + pixel_y = -29 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bpT" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bpU" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access"; + req_access = list(12) + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bpV" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bpW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bpX" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bpY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/locker) +"bpZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bqa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/plating, +/area/maintenance/locker) +"bqb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bqc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bqd" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"bqe" = ( +/obj/structure/table/standard, +/obj/item/clothing/head/soft, +/obj/item/weapon/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/soft, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bqf" = ( /obj/structure/table/standard, /obj/item/weapon/hand_labeler, /obj/machinery/requests_console{ @@ -37722,21 +38162,18 @@ /obj/item/weapon/hand_labeler, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bpc" = ( +"bqg" = ( /obj/structure/table/standard, -/obj/item/clothing/head/soft, -/obj/item/weapon/stamp{ - pixel_x = -3; - pixel_y = 3 +/obj/machinery/cell_charger, +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 }, -/obj/item/clothing/head/soft, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bpd" = ( -/obj/structure/sign/examroom, -/turf/simulated/wall, -/area/medical/reception) -"bpe" = ( +"bqh" = ( /obj/structure/closet/secure_closet/cargotech, /obj/machinery/status_display{ density = 0; @@ -37749,18 +38186,11 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bpf" = ( -/obj/structure/table/standard, -/obj/machinery/cell_charger, -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 - }, +"bqi" = ( +/obj/structure/closet/secure_closet/cargotech, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bpg" = ( +"bqj" = ( /obj/machinery/light{ dir = 1 }, @@ -37770,11 +38200,15 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bph" = ( -/obj/structure/closet/secure_closet/cargotech, +"bqk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bpi" = ( +"bql" = ( /obj/machinery/button/remote/blast_door{ id = "qm_warehouse"; name = "Warehouse Door Control"; @@ -37785,19 +38219,18 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bpj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"bqm" = ( +/obj/structure/sign/poster{ + pixel_x = 0; + pixel_y = 0 }, -/turf/simulated/floor/tiled, +/turf/simulated/wall, /area/quartermaster/loading) -"bpk" = ( +"bqn" = ( /obj/machinery/photocopier, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bpl" = ( +"bqo" = ( /obj/structure/disposalpipe/sortjunction{ dir = 1; name = "Sorting Office"; @@ -37805,7 +38238,31 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bpm" = ( +"bqp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/quartermaster/office) +"bqq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bqr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/light{ dir = 8 @@ -37817,14 +38274,14 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bpn" = ( +"bqs" = ( /obj/machinery/conveyor_switch/oneway{ convdir = -1; id = "packageExternal" }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bpo" = ( +"bqt" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -37836,17 +38293,105 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"bpp" = ( -/turf/simulated/wall/r_wall, -/area/assembly/chargebay) -"bpq" = ( +"bqu" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"bpr" = ( +"bqv" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/substation/command) +"bqw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bqx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bqy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Command Subgrid"; + name_tag = "Command Subgrid" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bqz" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bqA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command{ + name = "Electrical Maintenance"; + req_access = list(19) + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bqB" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" @@ -37875,7 +38420,77 @@ }, /turf/simulated/floor/tiled, /area/maintenance/substation/command) -"bps" = ( +"bqC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/vault/bolted{ + name = "AI core"; + req_access = list(16) + }, +/obj/machinery/door/blast/regular{ + id = "AICore"; + name = "AI core maintenance hatch" + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai) +"bqD" = ( +/obj/structure/table/rack, +/obj/item/weapon/tank/jetpack/oxygen, +/obj/item/clothing/mask/gas, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32; + pixel_y = 0 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/captain, +/obj/item/clothing/head/helmet/space/void/captain, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bqE" = ( +/obj/machinery/keycard_auth{ + pixel_x = 0; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bqF" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Captain's Desk Door"; + req_access = list(20) + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bqG" = ( +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bqH" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/crew_quarters/captain) +"bqI" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + 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/captain) +"bqJ" = ( /obj/machinery/light{ dir = 8 }, @@ -37887,36 +38502,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bpt" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" - }, -/obj/machinery/door/blast/regular{ - density = 1; - icon_state = "pdoor1"; - id = "Disposal Exit"; - name = "Disposal Exit Vent"; - opacity = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bpu" = ( -/obj/item/weapon/storage/box/beakers, -/obj/item/weapon/storage/box/beakers, -/obj/item/weapon/reagent_containers/dropper, -/obj/structure/table/glass, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"bpv" = ( -/turf/simulated/wall, -/area/assembly/robotics) -"bpw" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24; - pixel_y = 6 - }, +"bqK" = ( /obj/item/device/mass_spectrometer/adv, /obj/item/clothing/glasses/science, /obj/item/clothing/glasses/science, @@ -37929,23 +38515,31 @@ pixel_z = 0 }, /obj/structure/table/glass, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bpx" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, +"bqL" = ( +/obj/item/weapon/storage/box/beakers, +/obj/item/weapon/storage/box/beakers, +/obj/item/weapon/reagent_containers/dropper, +/obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bpy" = ( +"bqM" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bpz" = ( +"bqN" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bqO" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -37961,12 +38555,19 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bpA" = ( +"bqP" = ( +/turf/simulated/wall/r_wall, +/area/medical/chemistry) +"bqQ" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/reception) -"bpB" = ( +"bqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bqS" = ( /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; @@ -37974,8 +38575,8 @@ }, /turf/simulated/floor/tiled/white, /area/medical/reception) -"bpC" = ( -/obj/machinery/door/firedoor/border_only{ +"bqT" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -37985,23 +38586,7 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"bpD" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/exam_room) -"bpE" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall, -/area/hallway/primary/starboard) -"bpF" = ( +"bqU" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -38019,7 +38604,19 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"bpG" = ( +"bqV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/exam_room) +"bqW" = ( /obj/structure/bed/padded, /obj/effect/floor_decal/corner/white/diagonal{ tag = "icon-corner_white_diagonal (EAST)"; @@ -38028,13 +38625,7 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"bpH" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled{ - temperature = 278 - }, -/area/medical/morgue) -"bpI" = ( +"bqX" = ( /obj/structure/filingcabinet/chestdrawer{ desc = "A large drawer filled with autopsy reports."; name = "Autopsy Reports" @@ -38049,7 +38640,13 @@ }, /turf/simulated/floor/tiled, /area/medical/morgue) -"bpJ" = ( +"bqY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled{ + temperature = 278 + }, +/area/medical/morgue) +"bqZ" = ( /obj/machinery/optable, /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ @@ -38061,74 +38658,13 @@ temperature = 278 }, /area/medical/morgue) -"bpK" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; +"bra" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled{ temperature = 278 }, -/area/turret_protected/ai_upload) -"bpL" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bpM" = ( -/obj/machinery/atmospherics/binary/pump/on{ - dir = 1; - target_pressure = 200 - }, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bpN" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bpO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bpP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bpQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bpR" = ( +/area/medical/morgue) +"brb" = ( /obj/structure/morgue{ tag = "icon-morgue1 (WEST)"; icon_state = "morgue1"; @@ -38144,16 +38680,16 @@ }, /turf/simulated/floor/tiled, /area/medical/morgue) -"bpS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"brc" = ( +/obj/machinery/light{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, +/turf/simulated/floor/bluegrid, /area/assembly/chargebay) -"bpT" = ( +"brd" = ( +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"bre" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, @@ -38165,244 +38701,17 @@ }, /turf/simulated/floor/tiled, /area/assembly/chargebay) -"bpU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bpV" = ( -/obj/machinery/button/remote/blast_door{ - id = "Disposal Exit"; - name = "Disposal Vent Control"; - pixel_x = -25; - pixel_y = 4; - req_access = list(12) - }, -/obj/machinery/button/remote/driver{ - id = "trash"; - pixel_x = -26; - pixel_y = -6 - }, -/obj/item/weapon/cigbutt, -/obj/item/weapon/stool/padded, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bpW" = ( -/obj/item/weapon/cigbutt{ - pixel_x = -10; - pixel_y = -10 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bpX" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 0; - pixel_y = -29 - }, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bpY" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bpZ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Disposal Access"; - req_access = list(12) - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/sign/nosmoking_1{ - pixel_y = 32 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bqa" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqc" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, +"brf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/plating, -/area/maintenance/locker) -"bqg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqi" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqj" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqk" = ( -/obj/structure/closet, -/obj/effect/decal/cleanable/cobweb2, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"bql" = ( -/turf/simulated/wall, -/area/quartermaster/loading) -"bqm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"bqn" = ( -/obj/machinery/door/firedoor/border_only{ +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"brg" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "hazard door east" }, @@ -38418,7 +38727,16 @@ }, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"bqo" = ( +"brh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bri" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -38432,11 +38750,16 @@ }, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"bqp" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 +"brj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"brk" = ( /obj/structure/table/rack{ dir = 8; layer = 2.9 @@ -38460,18 +38783,13 @@ }, /obj/item/weapon/storage/belt/utility, /obj/item/weapon/storage/belt/utility, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"bqq" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, +"brl" = ( +/turf/simulated/wall/r_wall, /area/assembly/robotics) -"bqr" = ( +"brm" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -38481,7 +38799,13 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bqs" = ( +"brn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bro" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -38496,37 +38820,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bqt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bqu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/quartermaster/office) -"bqv" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/quartermaster/office) -"bqw" = ( +"brp" = ( /obj/machinery/requests_console{ department = "Science"; departmentType = 2; @@ -38536,13 +38830,13 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bqx" = ( +"brq" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bqy" = ( +"brr" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -38553,95 +38847,59 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bqz" = ( +"brs" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 25; pixel_y = 0 }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bqA" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/maintenance/substation/command) -"bqB" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bqC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bqD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ +"brt" = ( +/obj/structure/cable{ + d1 = 1; d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Command Subgrid"; - name_tag = "Command Subgrid" + icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bqE" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/area/storage/emergency) +"bru" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/storage/emergency) +"brv" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/storage/emergency) +"brw" = ( +/obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"brx" = ( +/obj/machinery/light/small{ dir = 1 }, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bqF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "admin_shuttle_dock_pump" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/command{ - name = "Electrical Maintenance"; - req_access = list(19) +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 }, /turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bqG" = ( +/area/hallway/secondary/entry/aft) +"bry" = ( /obj/machinery/embedded_controller/radio/airlock/docking_port{ frequency = 1380; id_tag = "admin_shuttle_dock_airlock"; @@ -38665,93 +38923,23 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bqH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/vault/bolted{ - name = "AI core"; - req_access = list(16) - }, -/obj/machinery/door/blast/regular{ - id = "AICore"; - name = "AI core maintenance hatch" - }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai) -"bqI" = ( -/obj/structure/table/rack, -/obj/item/weapon/tank/jetpack/oxygen, -/obj/item/clothing/mask/gas, -/obj/machinery/newscaster/security_unit{ - pixel_x = -32; - pixel_y = 0 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/captain, -/obj/item/clothing/head/helmet/space/void/captain, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bqJ" = ( -/obj/machinery/keycard_auth{ - pixel_x = 0; - pixel_y = -24 - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bqK" = ( -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Captain's Desk Door"; - req_access = list(20) - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bqL" = ( -/obj/machinery/light, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bqM" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -"bqN" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - 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/captain) -"bqO" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; +"brz" = ( +/obj/machinery/door/airlock/external{ frequency = 1380; - id_tag = "admin_shuttle_dock_pump" + icon_state = "door_locked"; + id_tag = "admin_shuttle_dock_inner"; + locked = 1; + name = "Docking Port Airlock"; + req_access = list(13) }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bqP" = ( +"brA" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1380; @@ -38773,7 +38961,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bqQ" = ( +"brB" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -38786,15 +38974,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bqR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/entry/aft) -"bqS" = ( +"brC" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -38807,24 +38987,142 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bqT" = ( +"brD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact"; + tag = "icon-intact-f (NORTHWEST)" + }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bqU" = ( -/turf/simulated/wall/r_wall, -/area/medical/chemistry) -"bqV" = ( +"brE" = ( /turf/simulated/floor/tiled, +/area/hallway/secondary/entry/aft) +"brF" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 1; + name = "disposal inlet" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"brG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"brH" = ( +/obj/structure/table/standard, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"brI" = ( +/obj/machinery/camera/network/civilian_west{ + c_tag = "Waste Disposal"; + dir = 8 + }, +/obj/item/weapon/material/ashtray/plastic{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/ash, +/obj/item/weapon/cigbutt/cigarbutt, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"brJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"brK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/locker) +"brL" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/locker) +"brM" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/locker) +"brN" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access = list(31) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, /area/quartermaster/loading) -"bqW" = ( +"brO" = ( /obj/effect/large_stock_marker, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bqX" = ( +"brP" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"brQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bqY" = ( +"brR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"brS" = ( /obj/effect/floor_decal/corner/brown{ tag = "icon-corner_white (WEST)"; icon_state = "corner_white"; @@ -38832,7 +39130,11 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bqZ" = ( +"brT" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"brU" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -38849,27 +39151,8 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bra" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"brb" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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) -"brc" = ( -/obj/machinery/door/firedoor/border_only{ +"brV" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -38891,19 +39174,22 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"brd" = ( +"brW" = ( /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - 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/quartermaster/office) -"bre" = ( +"brX" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -38919,7 +39205,28 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"brf" = ( +"brY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"brZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bsa" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -38933,41 +39240,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"brg" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"brh" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/bluegrid, -/area/assembly/chargebay) -"bri" = ( -/turf/simulated/floor/bluegrid, -/area/assembly/chargebay) -"brj" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageExternal" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"brk" = ( +"bsb" = ( /obj/machinery/conveyor{ dir = 4; id = "packageExternal" @@ -38983,7 +39256,37 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"brl" = ( +"bsc" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageExternal" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bsd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (WEST)"; + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"bse" = ( /obj/structure/cable{ d1 = 1; d2 = 4; @@ -39008,21 +39311,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"brm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (WEST)"; - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"brn" = ( +"bsf" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -39042,7 +39331,219 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_one) -"bro" = ( +"bsg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "Command Substation"; + req_one_access = list(11,24) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bsh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bsi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/item/weapon/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bsj" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "Command Substation Bypass" + }, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bsk" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/cell_charger, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bsl" = ( +/obj/item/weapon/storage/toolbox/electrical, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/substation/command) +"bsm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/cyan{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai_upload) +"bsn" = ( +/obj/structure/table/standard, +/obj/item/weapon/aiModule/asimov, +/obj/item/weapon/aiModule/freeformcore, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access = list(20) + }, +/obj/structure/window/reinforced, +/obj/item/weapon/aiModule/corp, +/obj/item/weapon/aiModule/paladin, +/obj/item/weapon/aiModule/robocop, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bso" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bsp" = ( +/obj/machinery/porta_turret, +/obj/item/device/radio/intercom/locked{ + frequency = 1343; + locked_frequency = 1343; + name = "Private AI Channel"; + pixel_x = -5; + pixel_y = 22 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bsq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -22; + pixel_y = 24 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bsr" = ( +/obj/machinery/porta_turret, +/obj/machinery/alarm/cold{ + pixel_y = 22 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bss" = ( +/obj/structure/table/standard, +/obj/item/weapon/aiModule/oxygen, +/obj/item/weapon/aiModule/oneHuman, +/obj/machinery/door/window{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "High-Risk Modules"; + req_access = list(20) + }, +/obj/item/weapon/aiModule/purge, +/obj/structure/window/reinforced, +/obj/item/weapon/aiModule/antimov, +/obj/item/weapon/aiModule/teleporterOffline, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bst" = ( +/turf/simulated/wall, +/area/crew_quarters/captain) +"bsu" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access = list(20) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bsv" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Captain's Office Maintenance"; + req_access = list(20) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/simulated/floor/plating, +/area/crew_quarters/captain) +"bsw" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -27; pixel_y = 1 @@ -39050,23 +39551,20 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"brp" = ( +"bsx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bsy" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"brq" = ( -/turf/simulated/wall/r_wall, -/area/assembly/robotics) -"brr" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"brs" = ( +"bsz" = ( /obj/item/weapon/storage/box/syringes, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -39076,7 +39574,7 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"brt" = ( +"bsA" = ( /obj/item/device/radio/intercom{ dir = 0; name = "Station Intercom (General)"; @@ -39089,25 +39587,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/reception) -"bru" = ( -/obj/machinery/door/window/northright{ - name = "Medbay Lobby"; - req_access = list(5) - }, -/obj/item/weapon/reagent_containers/spray/cleaner{ - pixel_x = -5 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/reception) -"brv" = ( +"bsB" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -39129,7 +39609,40 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"brw" = ( +"bsC" = ( +/obj/machinery/door/window/northright{ + name = "Medbay Lobby"; + req_access = list(5) + }, +/obj/item/weapon/reagent_containers/spray/cleaner{ + pixel_x = -5 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"bsD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/computer/med_data/laptop, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"bsE" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -39146,68 +39659,7 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"brx" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/computer/med_data/laptop, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/reception) -"bry" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/storage/emergency) -"brz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/plating, -/area/storage/emergency) -"brA" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/storage/emergency) -"brB" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"brC" = ( -/obj/structure/filingcabinet/chestdrawer{ - name = "Medical Forms" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/medical/reception) -"brD" = ( +"bsF" = ( /obj/machinery/door/window/northright{ name = "Medbay Lobby"; req_access = list(5) @@ -39231,23 +39683,24 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"brE" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "admin_shuttle_dock_inner"; - locked = 1; - name = "Docking Port Airlock"; - req_access = list(13) +"bsG" = ( +/obj/structure/filingcabinet/chestdrawer{ + name = "Medical Forms" }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; +/obj/structure/window/reinforced{ dir = 4 }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"brF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"bsH" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -39260,7 +39713,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/reception) -"brG" = ( +"bsI" = ( /obj/structure/closet/secure_closet/medical_wall{ name = "Pill Cabinet"; pixel_y = -32 @@ -39278,7 +39731,22 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"brH" = ( +"bsJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/exam_room) +"bsK" = ( /obj/item/weapon/cane, /obj/item/weapon/cane{ pixel_x = -3; @@ -39299,22 +39767,7 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"brI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/exam_room) -"brJ" = ( +"bsL" = ( /obj/item/weapon/paper_bin{ pixel_y = -10 }, @@ -39337,139 +39790,46 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"brK" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 1; - name = "disposal inlet" - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"brL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"brM" = ( +"bsM" = ( /obj/structure/table/standard, -/obj/item/weapon/aiModule/asimov, -/obj/item/weapon/aiModule/freeformcore, -/obj/machinery/door/window{ - base_state = "right"; +/obj/item/weapon/storage/box/bodybags, +/obj/item/weapon/storage/box/bodybags, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/obj/machinery/alarm/cold{ dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access = list(20) + pixel_x = -22 }, -/obj/structure/window/reinforced, -/obj/item/weapon/aiModule/corp, -/obj/item/weapon/aiModule/paladin, -/obj/item/weapon/aiModule/robocop, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"brN" = ( -/obj/machinery/camera/network/civilian_west{ - c_tag = "Waste Disposal"; - dir = 8 - }, -/obj/item/weapon/material/ashtray/plastic{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/effect/decal/cleanable/ash, -/obj/item/weapon/cigbutt/cigarbutt, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"brO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"brP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"brQ" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/locker) -"brR" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/maintenance/locker) -"brS" = ( +/turf/simulated/floor/tiled, +/area/medical/morgue) +"bsN" = ( /obj/machinery/mech_recharger, /turf/simulated/floor/tiled, /area/assembly/chargebay) -"brT" = ( -/obj/structure/sign/poster{ - pixel_x = 0; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/quartermaster/loading) -"brU" = ( +"bsO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/industrial/warning{ dir = 8 }, /turf/simulated/floor/tiled, /area/assembly/chargebay) -"brV" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance"; - req_access = list(31) +"bsP" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, -/area/quartermaster/loading) -"brW" = ( +/area/assembly/robotics) +"bsQ" = ( /obj/item/stack/material/glass{ amount = 20; pixel_x = -3; @@ -39496,20 +39856,20 @@ }, /turf/simulated/floor/tiled, /area/assembly/robotics) -"brX" = ( +"bsR" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/assembly/robotics) +"bsS" = ( /obj/machinery/mecha_part_fabricator, /obj/effect/floor_decal/industrial/warning{ dir = 1 }, /turf/simulated/floor/tiled, /area/assembly/robotics) -"brY" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/assembly/robotics) -"brZ" = ( +"bsT" = ( /obj/machinery/mecha_part_fabricator, /obj/structure/cable/green{ d1 = 1; @@ -39521,7 +39881,12 @@ }, /turf/simulated/floor/tiled, /area/assembly/robotics) -"bsa" = ( +"bsU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bsV" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/ai_status_display{ pixel_x = 32; @@ -39529,12 +39894,7 @@ }, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"bsb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"bsc" = ( +"bsW" = ( /obj/structure/closet/firecloset, /obj/machinery/light{ dir = 8 @@ -39544,7 +39904,11 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bsd" = ( +"bsX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bsY" = ( /obj/machinery/shower{ icon_state = "shower"; dir = 8 @@ -39561,256 +39925,43 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bse" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bsf" = ( +"bsZ" = ( /obj/machinery/r_n_d/destructive_analyzer, /obj/effect/floor_decal/industrial/warning{ dir = 1 }, /turf/simulated/floor/tiled, /area/rnd/lab) -"bsg" = ( +"bta" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/lab) +"btb" = ( /obj/machinery/r_n_d/protolathe, /obj/effect/floor_decal/industrial/warning{ dir = 1 }, /turf/simulated/floor/tiled, /area/rnd/lab) -"bsh" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 +"btc" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/tiled, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, /area/rnd/lab) -"bsi" = ( +"btd" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bsj" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/lab) -"bsk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/hatch{ - name = "Command Substation"; - req_one_access = list(11,24) - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bsl" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bsm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/item/weapon/storage/toolbox/mechanical, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bsn" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Command Substation Bypass" - }, -/obj/machinery/light, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bso" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/cell_charger, -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bsp" = ( -/obj/item/weapon/storage/toolbox/electrical, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bsq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/cyan{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai_upload) -"bsr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -22; - pixel_y = 24 - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bss" = ( -/obj/machinery/porta_turret, -/obj/item/device/radio/intercom/locked{ - frequency = 1343; - locked_frequency = 1343; - name = "Private AI Channel"; - pixel_x = -5; - pixel_y = 22 - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bst" = ( -/obj/machinery/porta_turret, -/obj/machinery/alarm/cold{ - pixel_y = 22 - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bsu" = ( -/obj/structure/table/standard, -/obj/item/weapon/aiModule/oxygen, -/obj/item/weapon/aiModule/oneHuman, -/obj/machinery/door/window{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "High-Risk Modules"; - req_access = list(20) - }, -/obj/item/weapon/aiModule/purge, -/obj/structure/window/reinforced, -/obj/item/weapon/aiModule/antimov, -/obj/item/weapon/aiModule/teleporterOffline, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bsv" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/bodybags, -/obj/item/weapon/storage/box/bodybags, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/obj/machinery/alarm/cold{ - dir = 4; - pixel_x = -22 - }, -/turf/simulated/floor/tiled, -/area/medical/morgue) -"bsw" = ( -/obj/structure/cable/cyan{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bsx" = ( -/turf/simulated/wall, -/area/crew_quarters/captain) -"bsy" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters"; - req_access = list(20) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bsz" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Captain's Office Maintenance"; - req_access = list(20) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/visible/supply, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/turf/simulated/floor/plating, -/area/crew_quarters/captain) -"bsA" = ( +"bte" = ( /obj/structure/table/standard, /obj/item/weapon/hand_labeler, /obj/item/weapon/pen, @@ -39823,20 +39974,33 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bsB" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 1; - frequency = 1380; - id_tag = "admin_shuttle_dock_pump" +"btf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHEAST)"; - icon_state = "warning"; +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, /turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bsC" = ( +/area/storage/emergency) +"btg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bth" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bti" = ( /obj/machinery/airlock_sensor{ frequency = 1380; id_tag = "admin_shuttle_dock_sensor"; @@ -39850,7 +40014,31 @@ }, /turf/simulated/floor/plating, /area/hallway/secondary/entry/aft) -"bsD" = ( +"btj" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1380; + id_tag = "admin_shuttle_dock_pump" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHEAST)"; + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"btk" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "admin_shuttle_dock_inner"; + locked = 1; + name = "Docking Port Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"btl" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (SOUTHWEST)"; icon_state = "warning"; @@ -39858,16 +40046,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bsE" = ( +"btm" = ( /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bsF" = ( +"btn" = ( /obj/machinery/light, /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/hallway/secondary/entry/aft) -"bsG" = ( +"bto" = ( +/obj/machinery/mass_driver{ + id = "trash" + }, +/obj/machinery/airlock_sensor{ + pixel_x = -25; + pixel_y = 10 + }, +/turf/simulated/floor/airless, +/area/maintenance/disposal) +"btp" = ( /obj/structure/disposaloutlet{ dir = 8 }, @@ -39878,34 +40076,42 @@ dir = 4 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /obj/structure/window/reinforced{ dir = 1 }, /turf/simulated/floor/airless, /area/maintenance/disposal) -"bsH" = ( -/obj/machinery/mass_driver{ - id = "trash" - }, -/obj/machinery/airlock_sensor{ - pixel_x = -25; - pixel_y = 10 - }, -/turf/simulated/floor/airless, +"btq" = ( +/obj/item/weapon/stool, +/turf/simulated/floor/plating, /area/maintenance/disposal) -"bsI" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = 30 +"btr" = ( +/obj/item/weapon/cigbutt{ + pixel_y = 12 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bts" = ( +/turf/template_noop, +/area/supply/station) +"btt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/large_stock_marker, -/turf/simulated/floor/tiled, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, /area/quartermaster/loading) -"bsJ" = ( +"btu" = ( /obj/machinery/status_display{ density = 0; pixel_x = 0; @@ -39922,16 +40128,18 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bsK" = ( -/obj/machinery/light{ - dir = 1 +"btv" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 }, -/obj/machinery/firealarm{ - pixel_y = 27 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, +/obj/effect/large_stock_marker, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bsL" = ( +"btw" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -39943,7 +40151,22 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bsM" = ( +"btx" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bty" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"btz" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -39953,30 +40176,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bsN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bsO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/effect/floor_decal/corner/brown{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bsP" = ( -/obj/machinery/door/firedoor/border_only{ +"btA" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -39992,7 +40193,34 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bsQ" = ( +"btB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/effect/floor_decal/corner/brown{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"btC" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"btD" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" @@ -40010,29 +40238,49 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bsR" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, +"btE" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall, /area/quartermaster/office) -"bsS" = ( -/obj/machinery/door/firedoor/border_only, +"btF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"btG" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_mining{ name = "Delivery Office"; req_access = list(50) }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bsT" = ( -/obj/machinery/door/firedoor/border_only{ +"btH" = ( +/turf/simulated/wall, +/area/hallway/primary/central_three) +"btI" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"btJ" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/cable{ @@ -40044,35 +40292,24 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bsU" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ +"btK" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bsV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 +"btL" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 }, -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, -/obj/structure/window/reinforced{ - dir = 8 - }, +/obj/random/loot, /turf/simulated/floor/plating, -/area/assembly/robotics) -"bsW" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bsX" = ( +/area/maintenance/substation/command) +"btM" = ( /obj/machinery/door/airlock/command{ name = "Head of Personnel"; req_access = list(57) @@ -40085,10 +40322,55 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/maintenance/substation/command) -"bsY" = ( +"btN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/cyan, +/obj/structure/cable/cyan{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/cyan{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/turret_protected/ai_upload) +"btO" = ( +/obj/structure/cable/cyan{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/borgupload, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"btP" = ( +/obj/structure/cable/cyan{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"btQ" = ( /obj/structure/cable/cyan{ d1 = 4; d2 = 8; @@ -40096,13 +40378,99 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_upload) -"bsZ" = ( +"btR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"btS" = ( +/obj/structure/cable/cyan{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"btT" = ( +/obj/structure/cable/cyan{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/aiupload, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"btU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/cyan{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/cyan{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/cyan, +/turf/simulated/floor/plating, +/area/turret_protected/ai_upload) +"btV" = ( +/obj/structure/displaycase, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"btW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"btX" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"btY" = ( /obj/machinery/door/airlock{ name = "Private Restroom" }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/captain) -"bta" = ( +"btZ" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -40117,15 +40485,23 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/captain) -"btb" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 +"bua" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/simulated/floor/plating, +/area/crew_quarters/captain) +"bub" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"btc" = ( +"buc" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, @@ -40135,7 +40511,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"btd" = ( +"bud" = ( /obj/item/weapon/reagent_containers/dropper, /obj/machinery/light{ dir = 8 @@ -40148,18 +40524,18 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bte" = ( +"bue" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"buf" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"btf" = ( -/obj/machinery/chem_master, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"btg" = ( +"bug" = ( /obj/machinery/light_switch{ pixel_x = 22; pixel_y = -8 @@ -40178,17 +40554,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bth" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"bti" = ( +"buh" = ( +/turf/simulated/wall, +/area/medical/chemistry) +"bui" = ( /obj/structure/sign/redcross{ desc = "The Star of Life, a symbol of Medical Aid."; icon_state = "lifestar"; @@ -40198,7 +40567,29 @@ /obj/effect/floor_decal/corner/paleblue/full, /turf/simulated/floor/tiled/white, /area/medical/reception) -"btj" = ( +"buj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"buk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/obj/item/modular_computer/console/preset/medical, +/turf/simulated/floor/tiled, +/area/medical/reception) +"bul" = ( /obj/machinery/button/remote/airlock{ desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyerPort"; @@ -40214,19 +40605,23 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"btk" = ( -/obj/structure/cable/cyan{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"bum" = ( +/obj/item/device/radio{ + anchored = 1; + broadcasting = 0; + canhear_range = 1; + frequency = 1487; + icon = 'icons/obj/items.dmi'; + icon_state = "red_phone"; + listening = 1; + name = "Reception Emergency Phone" }, -/obj/machinery/computer/borgupload, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 +/obj/structure/table/standard{ + name = "plastic table frame" }, -/area/turret_protected/ai_upload) -"btl" = ( +/turf/simulated/floor/tiled, +/area/medical/reception) +"bun" = ( /obj/machinery/button/remote/blast_door{ id = "medbayrecquar"; name = "Medbay Entrance Lockdown Shutters Control"; @@ -40250,55 +40645,7 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"btm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/storage/emergency) -"btn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bto" = ( -/obj/item/device/radio{ - anchored = 1; - broadcasting = 0; - canhear_range = 1; - frequency = 1487; - icon = 'icons/obj/items.dmi'; - icon_state = "red_phone"; - listening = 1; - name = "Reception Emergency Phone" - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/turf/simulated/floor/tiled, -/area/medical/reception) -"btp" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/filingcabinet/medical{ - pixel_y = 0 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/medical/reception) -"btq" = ( +"buo" = ( /obj/machinery/button/remote/airlock{ desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyerStar"; @@ -40314,18 +40661,30 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"btr" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "admin_shuttle_dock_inner"; - locked = 1; - name = "Docking Port Airlock"; - req_access = list(13) +"bup" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bts" = ( +/obj/structure/filingcabinet/medical{ + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"buq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/reception) +"bur" = ( /obj/structure/sign/redcross{ desc = "The Star of Life, a symbol of Medical Aid."; icon_state = "lifestar"; @@ -40339,30 +40698,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/reception) -"btt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/reception) -"btu" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/exam_room) -"btv" = ( +"bus" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -40380,20 +40716,21 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"btw" = ( -/obj/item/weapon/stool, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"btx" = ( -/obj/item/weapon/cigbutt{ - pixel_y = 12 +"but" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bty" = ( -/turf/space, -/area/supply/station) -"btz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/exam_room) +"buu" = ( /obj/machinery/computer/med_data/laptop, /obj/item/device/radio/intercom{ dir = 1; @@ -40413,7 +40750,12 @@ }, /turf/simulated/floor/tiled, /area/medical/exam_room) -"btA" = ( +"buv" = ( +/obj/structure/morgue, +/obj/effect/floor_decal/corner/paleblue/full, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"buw" = ( /obj/machinery/light_switch{ dir = 2; name = "light switch "; @@ -40430,47 +40772,22 @@ }, /turf/simulated/floor/tiled, /area/medical/morgue) -"btB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"bux" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/window/reinforced{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"btC" = ( -/obj/effect/decal/cleanable/generic, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"btD" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"btE" = ( -/obj/structure/morgue, -/obj/effect/floor_decal/corner/paleblue/full, /turf/simulated/floor/tiled, /area/medical/morgue) -"btF" = ( +"buy" = ( /obj/item/device/radio/intercom{ dir = 1; name = "Station Intercom (General)"; @@ -40486,22 +40803,7 @@ }, /turf/simulated/floor/tiled, /area/medical/morgue) -"btG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - 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/tiled, -/area/medical/morgue) -"btH" = ( +"buz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -40512,7 +40814,18 @@ }, /turf/simulated/floor/tiled, /area/medical/morgue) -"btI" = ( +"buA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/morgue) +"buB" = ( /obj/structure/morgue{ tag = "icon-morgue1 (WEST)"; icon_state = "morgue1"; @@ -40525,39 +40838,21 @@ }, /turf/simulated/floor/tiled, /area/medical/morgue) -"btJ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 +"buC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/medical/morgue) -"btK" = ( -/obj/machinery/status_display/supply_display, -/turf/simulated/wall, -/area/quartermaster/office) -"btL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 }, /turf/simulated/floor/plating, -/area/quartermaster/office) -"btM" = ( +/area/maintenance/research_port) +"buD" = ( /obj/item/device/radio/intercom{ dir = 8; name = "Station Intercom (General)"; @@ -40569,10 +40864,7 @@ }, /turf/simulated/floor/tiled, /area/assembly/chargebay) -"btN" = ( -/turf/simulated/wall, -/area/hallway/primary/central_three) -"btO" = ( +"buE" = ( /obj/structure/cable/green{ d1 = 2; d2 = 4; @@ -40581,7 +40873,22 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/assembly/chargebay) -"btP" = ( +"buF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"buG" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -40596,34 +40903,7 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/assembly/robotics) -"btQ" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/assembly/robotics) -"btR" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"btS" = ( +"buH" = ( /obj/effect/landmark/start{ name = "Roboticist" }, @@ -40635,136 +40915,15 @@ /obj/item/weapon/stool/padded, /turf/simulated/floor/tiled, /area/assembly/robotics) -"btT" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/cyan, -/obj/structure/cable/cyan{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/cyan{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/turret_protected/ai_upload) -"btU" = ( -/obj/structure/cable/cyan{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/computer/aiupload, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"btV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"btW" = ( +"buI" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"btX" = ( -/obj/structure/cable/cyan{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"btY" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/obj/item/modular_computer/console/preset/medical, /turf/simulated/floor/tiled, -/area/medical/reception) -"btZ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/cyan{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/cyan{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/cyan, -/turf/simulated/floor/plating, -/area/turret_protected/ai_upload) -"bua" = ( -/obj/structure/displaycase, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bub" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"buc" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bud" = ( +/area/assembly/robotics) +"buJ" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -40780,7 +40939,26 @@ }, /turf/simulated/floor/tiled, /area/assembly/robotics) -"bue" = ( +"buK" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"buL" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"buM" = ( /obj/structure/table/standard, /obj/machinery/cell_charger, /obj/item/weapon/cell/high{ @@ -40795,28 +40973,7 @@ /obj/item/weapon/reagent_containers/glass/beaker/large, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"buf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/visible/supply, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/turf/simulated/floor/plating, -/area/crew_quarters/captain) -"bug" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"buh" = ( +"buN" = ( /obj/structure/closet/firecloset, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -40827,7 +40984,14 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bui" = ( +"buO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"buP" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -40839,32 +41003,22 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"buj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"buk" = ( +"buQ" = ( /obj/machinery/computer/rdconsole/core, /turf/simulated/floor/tiled, /area/rnd/lab) -"bul" = ( -/obj/machinery/r_n_d/circuit_imprinter, -/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, -/turf/simulated/floor/tiled, -/area/rnd/lab) -"bum" = ( -/turf/simulated/wall, -/area/medical/chemistry) -"bun" = ( +"buR" = ( /obj/effect/landmark/start{ name = "Scientist" }, /turf/simulated/floor/tiled, /area/rnd/lab) -"buo" = ( +"buS" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, +/turf/simulated/floor/tiled, +/area/rnd/lab) +"buT" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -40879,7 +41033,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bup" = ( +"buU" = ( /obj/structure/table/standard, /obj/item/weapon/stock_parts/manipulator, /obj/item/weapon/stock_parts/capacitor, @@ -40894,14 +41048,166 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"buq" = ( +"buV" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/storage/emergency) +"buW" = ( +/turf/simulated/floor/plating, +/area/storage/emergency) +"buX" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/lights/mixed, +/obj/item/weapon/storage/box/lights/mixed, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/storage/emergency) +"buY" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/template_noop) +"buZ" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "admin_shuttle_dock_outer"; + locked = 1; + name = "Docking Port Airlock"; + req_access = list(13) + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "admin_shuttle_dock_airlock"; + name = "exterior access button"; + pixel_x = -28; + pixel_y = -6; + req_one_access = list(13) + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bva" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "admin_shuttle_dock_outer"; + locked = 1; + name = "Docking Port Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bvb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0; + pixel_y = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bvc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bvd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/hallway/secondary/entry/aft) +"bve" = ( /obj/machinery/door/blast/regular{ id = "trash"; name = "disposal mass driver" }, /turf/simulated/floor/airless, /area/maintenance/disposal) -"bur" = ( +"bvf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bvg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/maintenance/disposal) +"bvh" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bvi" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -40913,21 +41219,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bus" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/quartermaster/loading) -"but" = ( +"bvj" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -40941,21 +41233,21 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"buu" = ( +"bvk" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"buv" = ( +"bvl" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -40974,7 +41266,21 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"buw" = ( +"bvm" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bvn" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -40986,27 +41292,8 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bux" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/corner/brown{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"buy" = ( -/obj/machinery/door/firedoor/border_only{ +"bvo" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -41027,21 +41314,26 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"buz" = ( -/obj/structure/disposalpipe/tagger/partial{ - name = "Sorting Office"; - sort_tag = "Sorting Office" - }, +"bvp" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"buA" = ( +"bvq" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -41055,23 +41347,21 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"buB" = ( -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 +"bvr" = ( +/obj/structure/disposalpipe/tagger/partial{ + name = "Sorting Office"; + sort_tag = "Sorting Office" }, -/obj/item/weapon/clipboard, -/obj/item/weapon/pen/red{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/structure/table/standard, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled, /area/quartermaster/office) -"buC" = ( +"bvs" = ( /obj/item/weapon/stamp{ pixel_x = -3; pixel_y = 3 @@ -41094,11 +41384,27 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"buD" = ( -/obj/machinery/computer/ordercomp, +"bvt" = ( +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/clipboard, +/obj/item/weapon/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/table/standard, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"buE" = ( +"bvu" = ( +/obj/item/modular_computer/console/preset/civilian, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bvv" = ( /obj/machinery/alarm{ pixel_y = 23 }, @@ -41107,20 +41413,34 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"buF" = ( +"bvw" = ( /obj/structure/bed/chair{ dir = 8 }, -/obj/machinery/firealarm{ - pixel_y = 27 - }, /obj/machinery/light{ dir = 1 }, /obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled, /area/quartermaster/office) -"buG" = ( +"bvx" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_three) +"bvy" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bvz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ @@ -41130,24 +41450,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"buH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"buI" = ( -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"buJ" = ( +"bvA" = ( /obj/item/device/radio/intercom{ dir = 4; name = "Station Intercom (General)"; @@ -41156,43 +41459,7 @@ /obj/effect/floor_decal/corner/red, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"buK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/assembly/robotics) -"buL" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/recharger{ - pixel_y = 0 - }, -/obj/item/weapon/packageWrap, -/obj/item/weapon/hand_labeler, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/glass, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) -"buM" = ( +"bvB" = ( /obj/machinery/computer/skills{ icon_state = "medlaptop" }, @@ -41217,7 +41484,45 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"buN" = ( +"bvC" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/recharger{ + pixel_y = 0 + }, +/obj/item/weapon/packageWrap, +/obj/item/weapon/hand_labeler, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"bvD" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/recharger/wallcharger{ + pixel_x = 0; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"bvE" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -41238,24 +41543,7 @@ /obj/machinery/papershredder, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"buO" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/obj/machinery/recharger/wallcharger{ - pixel_x = 0; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) -"buP" = ( +"bvF" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" @@ -41272,16 +41560,25 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"buQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"bvG" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/heads/hop) +"bvH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 +/obj/structure/window/reinforced{ + dir = 8 }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/cyan, +/turf/simulated/floor/plating, /area/turret_protected/ai_upload) -"buR" = ( +"bvI" = ( /obj/structure/table/standard, /obj/item/weapon/aiModule/nanotrasen, /obj/machinery/atmospherics/unary/vent_scrubber/on{ @@ -41293,7 +41590,25 @@ temperature = 278 }, /area/turret_protected/ai_upload) -"buS" = ( +"bvJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bvK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bvL" = ( /obj/machinery/hologram/holopad, /obj/structure/cable/cyan{ d1 = 1; @@ -41311,13 +41626,85 @@ temperature = 278 }, /area/turret_protected/ai_upload) -"buT" = ( +"bvM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bvN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bvO" = ( +/obj/structure/table/standard, +/obj/item/weapon/aiModule/freeform, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/weapon/aiModule/protectStation, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bvP" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/captain, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bvQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bvR" = ( +/obj/structure/table/woodentable, +/obj/item/device/camera, +/obj/item/weapon/storage/photo_album{ + pixel_y = -10 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bvS" = ( /obj/structure/toilet{ dir = 4 }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/captain) -"buU" = ( +"bvT" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/simulated/floor/plating, +/area/crew_quarters/captain) +"bvU" = ( /obj/structure/disposalpipe/segment, /obj/item/device/radio/intercom{ dir = 0; @@ -41326,7 +41713,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"buV" = ( +"bvV" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -41334,7 +41721,46 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"buW" = ( +"bvW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"bvX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"bvY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/chemistry) +"bvZ" = ( +/obj/machinery/smartfridge/secure/medbay{ + req_one_access = list(33,66) + }, +/turf/simulated/wall/r_wall{ + name = "transparent wall"; + opacity = 0 + }, +/area/medical/chemistry) +"bwa" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ name = "Chemistry Laboratory"; @@ -41348,7 +41774,18 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"buX" = ( +"bwb" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayrecquar"; + name = "Medbay Emergency Quarantine Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"bwc" = ( /obj/machinery/door/blast/shutters{ density = 0; dir = 2; @@ -41364,129 +41801,7 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/medical/reception) -"buY" = ( -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "medbayrecquar"; - name = "Medbay Emergency Quarantine Shutters"; - opacity = 0 - }, -/turf/simulated/floor/tiled, -/area/medical/reception) -"buZ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bva" = ( -/turf/simulated/floor/plating, -/area/storage/emergency) -"bvb" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/tiled, -/area/medical/reception) -"bvc" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/space) -"bvd" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "admin_shuttle_dock_outer"; - locked = 1; - name = "Docking Port Airlock"; - req_access = list(13) - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "admin_shuttle_dock_airlock"; - name = "exterior access button"; - pixel_x = -28; - pixel_y = -6; - req_one_access = list(13) - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bve" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "admin_shuttle_dock_outer"; - locked = 1; - name = "Docking Port Airlock"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bvf" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0; - pixel_y = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bvg" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bvh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/hallway/secondary/entry/aft) -"bvi" = ( +"bwd" = ( /obj/machinery/door/window/eastright{ base_state = "left"; dir = 8; @@ -41504,38 +41819,26 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"bvj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bvk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bvl" = ( +"bwe" = ( +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled, /area/medical/reception) -"bvm" = ( +"bwf" = ( +/turf/simulated/floor/tiled, +/area/medical/reception) +"bwg" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"bwh" = ( /obj/machinery/door/window/eastright{ name = "Medical Reception"; req_access = list(5) @@ -41556,53 +41859,7 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"bvn" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled, -/area/medical/reception) -"bvo" = ( -/obj/structure/table/standard, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"bvp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bvq" = ( -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "medbayrecquar"; - name = "Medbay Emergency Quarantine Shutters"; - opacity = 0 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled, -/area/medical/reception) -"bvr" = ( +"bwi" = ( /obj/machinery/door/blast/shutters{ density = 0; dir = 2; @@ -41622,7 +41879,23 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"bvs" = ( +"bwj" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "medbayrecquar"; + name = "Medbay Emergency Quarantine Shutters"; + opacity = 0 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/medical/reception) +"bwk" = ( /obj/structure/table/standard, /obj/item/roller, /obj/item/roller{ @@ -41633,7 +41906,10 @@ }, /turf/simulated/floor/tiled, /area/medical/reception) -"bvt" = ( +"bwl" = ( +/turf/simulated/wall, +/area/medical/medbay2) +"bwm" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ name = "Examination Room"; @@ -41649,7 +41925,21 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bvu" = ( +"bwn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/medbay2) +"bwo" = ( /obj/machinery/door/airlock/medical{ name = "Morgue"; req_access = list(6,5) @@ -41665,18 +41955,10 @@ /obj/structure/plasticflaps/airtight, /turf/simulated/floor/tiled, /area/medical/medbay2) -"bvv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"bvw" = ( +"bwp" = ( +/turf/simulated/wall, +/area/maintenance/substation/medical) +"bwq" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -41687,23 +41969,58 @@ }, /turf/simulated/floor/tiled, /area/assembly/chargebay) -"bvx" = ( +"bwr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bws" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/assembly/robotics) +"bwt" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 8 }, /turf/simulated/floor/tiled, /area/assembly/robotics) -"bvy" = ( +"bwu" = ( /turf/simulated/floor/tiled, /area/assembly/robotics) -"bvz" = ( +"bwv" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 }, /turf/simulated/floor/tiled, /area/assembly/robotics) -"bvA" = ( +"bww" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bwx" = ( /obj/structure/table/standard, /obj/item/device/assembly/prox_sensor{ pixel_x = -8; @@ -41738,30 +42055,14 @@ /obj/item/weapon/storage/toolbox/mechanical, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"bvB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_three) -"bvC" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, +"bwy" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, /area/assembly/robotics) -"bvD" = ( +"bwz" = ( +/turf/simulated/wall/r_wall, +/area/rnd/research) +"bwA" = ( /obj/machinery/door/airlock/research{ id_tag = "researchdoor"; name = "Research Division Access"; @@ -41771,7 +42072,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bvE" = ( +"bwB" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/rnd/research) +"bwC" = ( /obj/machinery/newscaster{ pixel_x = -27; pixel_y = 1 @@ -41781,7 +42086,13 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bvF" = ( +"bwD" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/lab) +"bwE" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, @@ -41790,13 +42101,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bvG" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/lab) -"bvH" = ( +"bwF" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -41813,7 +42118,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bvI" = ( +"bwG" = ( /obj/item/weapon/stock_parts/console_screen, /obj/structure/table/standard, /obj/item/weapon/stock_parts/console_screen, @@ -41826,70 +42131,93 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bvJ" = ( -/obj/structure/table/standard, -/obj/item/weapon/aiModule/freeform, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 +"bwH" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 }, -/obj/item/weapon/aiModule/protectStation, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/turret_protected/ai_upload) -"bvK" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/heads/hop) -"bvL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/turret_protected/ai_upload) -"bvM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bvN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bvO" = ( +/area/storage/emergency) +"bwI" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bwJ" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/research/station) +"bwK" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_straight (EAST)"; icon_state = "swall_straight"; dir = 4 }, /area/shuttle/research/station) -"bvP" = ( -/turf/space, +"bwL" = ( +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/research/station) +"bwM" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 + tag = "icon-swall_c"; + icon_state = "swall_c" }, /area/shuttle/research/station) -"bvQ" = ( +"bwN" = ( +/turf/template_noop, +/area/shuttle/administration/station) +"bwO" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bwP" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bwQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bwR" = ( /obj/machinery/conveyor_switch/oneway{ id = "QMLoad2" }, @@ -41900,118 +42228,21 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bvR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bvS" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; - icon_state = "swall_c" - }, -/area/shuttle/research/station) -"bvT" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/captain, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bvU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bvV" = ( -/obj/structure/table/woodentable, -/obj/item/device/camera, -/obj/item/weapon/storage/photo_album{ - pixel_y = -10 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bvW" = ( +"bwS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bvX" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/visible/supply, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/turf/simulated/floor/plating, -/area/crew_quarters/captain) -"bvY" = ( +"bwT" = ( /obj/vehicle/train/cargo/trolley, /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bvZ" = ( +"bwU" = ( /obj/vehicle/train/cargo/engine, /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bwa" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"bwb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"bwc" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/chemistry) -"bwd" = ( -/obj/machinery/smartfridge/secure/medbay{ - req_one_access = list(33,66) - }, -/turf/simulated/wall/r_wall{ - name = "transparent wall"; - opacity = 0 - }, -/area/medical/chemistry) -"bwe" = ( +"bwV" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -42019,7 +42250,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bwf" = ( +"bwW" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 4 @@ -42031,7 +42262,13 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bwg" = ( +"bwX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bwY" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 1; sortType = "Cargo Bay"; @@ -42039,22 +42276,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bwh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bwi" = ( -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bwj" = ( +"bwZ" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -42064,12 +42286,17 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bwk" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, +"bxa" = ( +/obj/effect/landmark/start{ + name = "Cargo Technician" + }, +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bwl" = ( -/obj/machinery/door/firedoor/border_only{ +"bxb" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -42085,25 +42312,29 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bwm" = ( +"bxc" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bxd" = ( /obj/structure/bed/chair{ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bwn" = ( -/obj/structure/disposalpipe/segment{ +"bxe" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/floor_decal/industrial/loading{ - tag = "icon-loadingarea (WEST)"; - icon_state = "loadingarea"; +/obj/structure/window/reinforced{ dir = 8 }, -/turf/simulated/floor/tiled, +/turf/simulated/floor/plating, /area/hallway/primary/central_three) -"bwo" = ( +"bxf" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -42115,17 +42346,42 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bwp" = ( -/turf/simulated/wall, -/area/medical/medbay2) -"bwq" = ( +"bxg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/loading{ + tag = "icon-loadingarea (WEST)"; + icon_state = "loadingarea"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bxh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bxi" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/noticeboard{ pixel_y = 27 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/cable/green{ @@ -42161,41 +42417,7 @@ /obj/structure/table/reinforced, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bwr" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/medbay2) -"bws" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bwt" = ( -/turf/simulated/wall, -/area/maintenance/substation/medical) -"bwu" = ( +"bxj" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, @@ -42221,41 +42443,31 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bwv" = ( +"bxk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"bxl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"bxm" = ( +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"bxn" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bww" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/assembly/robotics) -"bwx" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable/cyan{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, +"bxo" = ( +/turf/simulated/wall/r_wall, /area/turret_protected/ai_upload) -"bwy" = ( +"bxp" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -42276,16 +42488,112 @@ temperature = 278 }, /area/turret_protected/ai_upload) -"bwz" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/floor_decal/corner/beige{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; +"bxq" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable/cyan{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bxr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bxs" = ( +/obj/item/device/radio/intercom/locked{ + frequency = 1343; + locked_frequency = 1343; + name = "Private AI Channel"; + pixel_x = 0; + pixel_y = -27 + }, +/turf/simulated/floor/tiled/dark{ + name = "cooled dark floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bxt" = ( +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bxu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 32; + pixel_y = 0 + }, +/obj/machinery/porta_turret{ + dir = 8 + }, +/turf/simulated/floor/bluegrid{ + name = "cooled mainframe floor"; + temperature = 278 + }, +/area/turret_protected/ai_upload) +"bxv" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green, +/obj/item/weapon/storage/lockbox/medal, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bxw" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"bwA" = ( +/obj/machinery/camera/network/command{ + c_tag = "Bridge - Captain's Quarters"; + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bxx" = ( +/obj/structure/table/woodentable, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/item/weapon/storage/box/matches, +/obj/item/clothing/mask/smokable/cigarette/cigar, +/obj/item/weapon/reagent_containers/food/drinks/flask{ + pixel_x = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/crew_quarters/captain) +"bxy" = ( /obj/machinery/door/window/eastright{ base_state = "left"; dir = 1; @@ -42300,22 +42608,11 @@ /obj/item/weapon/bikehorn/rubberducky, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/captain) -"bwB" = ( -/obj/machinery/status_display, -/turf/simulated/wall/r_wall, -/area/assembly/robotics) -"bwC" = ( -/turf/simulated/wall/r_wall, -/area/rnd/research) -"bwD" = ( +"bxz" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bwE" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/rnd/research) -"bwF" = ( +"bxA" = ( /obj/structure/table/standard, /obj/item/weapon/packageWrap, /obj/item/weapon/hand_labeler, @@ -42327,14 +42624,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bwG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +"bxB" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/effect/floor_decal/corner/beige{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bwH" = ( +"bxC" = ( /obj/machinery/light{ dir = 1 }, @@ -42351,7 +42650,14 @@ }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bwI" = ( +"bxD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bxE" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -42369,32 +42675,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bwJ" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, +"bxF" = ( +/turf/simulated/wall, /area/medical/medbay) -"bwK" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bwL" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bwM" = ( +"bxG" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/multi_tile/glass{ id_tag = "MedbayFoyerPort"; @@ -42402,21 +42686,31 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bwN" = ( +"bxH" = ( /obj/machinery/door/firedoor, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bwO" = ( -/obj/structure/window/shuttle, +/area/medical/medbay) +"bxI" = ( +/turf/simulated/wall, +/area/medical/medbay3) +"bxJ" = ( /obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/research/station) -"bwP" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/medbay3) +"bxK" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ name = "Medbay Reception"; @@ -42424,10 +42718,7 @@ }, /turf/simulated/floor/tiled, /area/medical/medbay3) -"bwQ" = ( -/turf/space, -/area/shuttle/administration/station) -"bwR" = ( +"bxL" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/multi_tile/glass{ id_tag = "MedbayFoyerStar"; @@ -42437,15 +42728,16 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bwS" = ( -/obj/machinery/light{ - tag = "icon-tube1 (NORTH)"; - icon_state = "tube1"; - dir = 1 +"bxM" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bwT" = ( +"bxN" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -42456,7 +42748,19 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bwU" = ( +"bxO" = ( +/obj/machinery/light{ + tag = "icon-tube1 (NORTH)"; + icon_state = "tube1"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bxP" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bxQ" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -42469,54 +42773,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bwV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bwW" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bwX" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bwY" = ( -/obj/machinery/photocopier, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bwZ" = ( +"bxR" = ( /obj/item/device/radio/intercom{ pixel_y = 25 }, @@ -42525,33 +42782,14 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bxa" = ( +"bxS" = ( /obj/machinery/alarm{ pixel_y = 25 }, /obj/effect/floor_decal/corner/white, /turf/simulated/floor/tiled, /area/medical/medbay2) -"bxb" = ( -/obj/machinery/vending/medical, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bxc" = ( -/obj/machinery/light{ - tag = "icon-tube1 (NORTH)"; - icon_state = "tube1"; - dir = 1 - }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/medical/medbay2) -"bxd" = ( +"bxT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -42567,7 +42805,89 @@ }, /turf/simulated/floor/tiled, /area/medical/medbay2) -"bxe" = ( +"bxU" = ( +/obj/machinery/light{ + tag = "icon-tube1 (NORTH)"; + icon_state = "tube1"; + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/medbay2) +"bxV" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bxW" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "Medical Substation Bypass" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"bxX" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/medical) +"bxY" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/assembly/chargebay) +"bxZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bya" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"byb" = ( +/obj/structure/table/standard, +/obj/item/device/mmi, +/obj/item/device/mmi, +/obj/item/device/mmi, +/obj/item/weapon/book/manual/robotics_cyborgs{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/simulated/floor/tiled, +/area/assembly/robotics) +"byc" = ( /obj/structure/table/standard, /obj/item/weapon/storage/firstaid/regular{ empty = 1; @@ -42590,50 +42910,51 @@ }, /turf/simulated/floor/tiled/white, /area/assembly/robotics) -"bxf" = ( +"byd" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 28 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/rnd/research) +"bye" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/rnd/research) +"byf" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; pixel_x = 24 }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, +/obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, -/area/assembly/chargebay) -"bxg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"bxh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_three) -"bxi" = ( -/obj/structure/table/standard, -/obj/item/device/mmi, -/obj/item/device/mmi, -/obj/item/device/mmi, -/obj/item/weapon/book/manual/robotics_cyborgs{ - pixel_x = 2; - pixel_y = 5 - }, -/turf/simulated/floor/tiled, -/area/assembly/robotics) -"bxj" = ( +/area/rnd/research) +"byg" = ( /obj/item/weapon/folder/white, /obj/structure/table/standard, /obj/item/weapon/disk/tech_disk{ @@ -42651,106 +42972,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bxk" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 28 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/rnd/research) -"bxl" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/rnd/research) -"bxm" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/rnd/research) -"bxn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hop) -"bxo" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hop) -"bxp" = ( -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hop) -"bxq" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/weapon/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/lab) -"bxr" = ( -/turf/simulated/wall/r_wall, -/area/turret_protected/ai_upload) -"bxs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bxt" = ( -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bxu" = ( +"byh" = ( /obj/structure/table/standard, /obj/machinery/cell_charger, /obj/item/weapon/cell/high{ @@ -42763,13 +42985,19 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bxv" = ( -/obj/effect/landmark/start{ - name = "Lab Assistant" +"byi" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bxw" = ( +"byj" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -42779,73 +43007,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bxx" = ( -/obj/item/device/radio/intercom/locked{ - frequency = 1343; - locked_frequency = 1343; - name = "Private AI Channel"; - pixel_x = 0; - pixel_y = -27 +"byk" = ( +/obj/effect/landmark/start{ + name = "Lab Assistant" }, -/turf/simulated/floor/tiled/dark{ - name = "cooled dark floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bxy" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 32; - pixel_y = 0 - }, -/obj/machinery/porta_turret{ - dir = 8 - }, -/turf/simulated/floor/bluegrid{ - name = "cooled mainframe floor"; - temperature = 278 - }, -/area/turret_protected/ai_upload) -"bxz" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp/green, -/obj/item/weapon/storage/lockbox/medal, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bxA" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/camera/network/command{ - c_tag = "Bridge - Captain's Quarters"; - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bxB" = ( -/obj/structure/table/woodentable, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/item/weapon/storage/box/matches, -/obj/item/clothing/mask/smokable/cigarette/cigar, -/obj/item/weapon/reagent_containers/food/drinks/flask{ - pixel_x = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"bxC" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/lab) +"byl" = ( /obj/structure/table/standard, /obj/item/stack/cable_coil, /obj/item/stack/cable_coil{ @@ -42866,7 +43034,232 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/lab) -"bxD" = ( +"bym" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/storage/emergency) +"byn" = ( +/obj/structure/closet/crate, +/obj/random/coin, +/turf/simulated/floor/plating, +/area/storage/emergency) +"byo" = ( +/turf/simulated/shuttle/wall{ + tag = "icon-swall_straight (NORTH)"; + icon_state = "swall_straight"; + dir = 1 + }, +/area/shuttle/research/station) +"byp" = ( +/obj/structure/closet/crate, +/turf/simulated/shuttle/floor, +/area/shuttle/research/station) +"byq" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/research/station) +"byr" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/research/station) +"bys" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/research/station) +"byt" = ( +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor, +/area/shuttle/research/station) +"byu" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "cargo_bay_door"; + locked = 1; + name = "Cargo Docking Hatch"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"byv" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"byw" = ( +/obj/effect/floor_decal/industrial/loading{ + tag = "icon-loadingarea (EAST)"; + icon_state = "loadingarea"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"byx" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"byy" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/effect/large_stock_marker, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"byz" = ( +/obj/machinery/autolathe, +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"byA" = ( +/obj/item/modular_computer/console/preset/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"byB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"byC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"byD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"byE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"byF" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/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/central_three) +"byG" = ( +/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/central_three) +"byH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"byI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"byJ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"byK" = ( +/obj/structure/grille, +/obj/structure/cable/green, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"byL" = ( +/obj/item/modular_computer/console/preset/command, +/obj/effect/floor_decal/corner/blue/full, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"byM" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"byN" = ( +/mob/living/simple_animal/corgi/Ian, +/turf/simulated/floor/carpet, +/area/crew_quarters/heads/hop) +"byO" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"byP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/cyan{ @@ -42881,162 +43274,36 @@ /obj/structure/plasticflaps/airtight, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_upload) -"bxE" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (NORTH)"; - icon_state = "swall_straight"; - dir = 1 +"byQ" = ( +/turf/simulated/wall/r_wall, +/area/teleporter) +"byR" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Teleporter Maintenance"; + req_access = list(17) }, -/area/shuttle/research/station) -"bxF" = ( -/obj/effect/floor_decal/industrial/loading{ - tag = "icon-loadingarea (EAST)"; - icon_state = "loadingarea"; - dir = 4 +/obj/structure/sign/securearea{ + pixel_x = -32; + pixel_y = 0 }, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bxG" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bxH" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/effect/large_stock_marker, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bxI" = ( -/obj/machinery/autolathe, -/obj/machinery/light_switch{ - pixel_x = -27 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bxJ" = ( -/turf/simulated/wall, -/area/medical/medbay) -"bxK" = ( -/obj/machinery/computer/supplycomp, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bxL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bxM" = ( -/turf/simulated/wall, -/area/medical/medbay3) -"bxN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/medbay3) -"bxO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bxP" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/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/central_three) -"bxQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bxR" = ( -/obj/structure/cable{ +/obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bxS" = ( -/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/central_three) -"bxT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bxU" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bxV" = ( -/obj/item/modular_computer/console/preset/command, -/obj/effect/floor_decal/corner/blue/full, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) -"bxW" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) -"bxX" = ( -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"bxY" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/simulated/floor/plating, +/area/teleporter) +"byS" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bxZ" = ( +"byT" = ( /obj/structure/table/standard, /obj/item/device/radio/intercom{ dir = 0; @@ -43063,42 +43330,14 @@ }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bya" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Medical Substation Bypass" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/medical) -"byb" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/medical) -"byc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/bluegrid, -/area/assembly/chargebay) -"byd" = ( +"byU" = ( +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"byV" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bye" = ( +"byW" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -43113,20 +43352,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"byf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay) -"byg" = ( +"byX" = ( /obj/machinery/button/remote/airlock{ desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyerPort"; @@ -43147,7 +43373,34 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"byh" = ( +"byY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay) +"byZ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/medbay) +"bza" = ( /obj/structure/table/standard, /obj/item/clothing/glasses/hud/health, /obj/item/clothing/glasses/hud/health, @@ -43176,15 +43429,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"byi" = ( -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay3) -"byj" = ( +"bzb" = ( /obj/structure/closet/secure_closet/medical3, /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (NORTHEAST)"; @@ -43193,7 +43438,15 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"byk" = ( +"bzc" = ( +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"bzd" = ( /obj/structure/closet/secure_closet/medical3, /obj/machinery/alarm{ pixel_y = 25 @@ -43206,7 +43459,19 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"byl" = ( +"bze" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bzf" = ( /obj/machinery/button/remote/airlock{ desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyerStar"; @@ -43229,26 +43494,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bym" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"byn" = ( -/obj/machinery/door/firedoor, -/obj/structure/sign/examroom{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"byo" = ( +"bzg" = ( /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (NORTH)"; icon_state = "corner_white"; @@ -43256,28 +43502,14 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"byp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/storage/emergency) -"byq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"bzh" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/examroom{ + pixel_y = 32 }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"byr" = ( +"bzi" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -43295,30 +43527,19 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bys" = ( -/obj/structure/closet/crate, -/turf/simulated/shuttle/floor, -/area/shuttle/research/station) -"byt" = ( -/obj/structure/bed/chair{ +"bzj" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/shuttle/floor, -/area/shuttle/research/station) -"byu" = ( -/obj/machinery/light{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/turf/simulated/shuttle/floor, -/area/shuttle/research/station) -"byv" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/research/station) -"byw" = ( -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor, -/area/shuttle/research/station) -"byx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bzk" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -43335,7 +43556,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"byy" = ( +"bzl" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -43348,53 +43569,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"byz" = ( -/obj/structure/disposalpipe/junction{ - icon_state = "pipe-j2"; - dir = 4 - }, -/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/medbay2) -"byA" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/storage/emergency) -"byB" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "cargo_bay_door"; - locked = 1; - name = "Cargo Docking Hatch"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"byC" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"byD" = ( +"bzm" = ( /obj/structure/disposalpipe/junction{ icon_state = "pipe-j2"; dir = 4 @@ -43408,7 +43583,20 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"byE" = ( +"bzn" = ( +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j2"; + dir = 4 + }, +/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/medbay2) +"bzo" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -43421,464 +43609,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"byF" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/quartermaster/office) -"byG" = ( -/obj/structure/table/standard, -/obj/item/weapon/crowbar, -/obj/item/device/radio/headset/headset_sci{ - pixel_x = -3 - }, -/obj/item/device/multitool{ - pixel_x = 3 - }, -/obj/item/device/multitool{ - pixel_x = 3 - }, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/glasses/welding, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"byH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"byI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(29) - }, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"byJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"byK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"byL" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable/green, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"byM" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"byN" = ( -/obj/structure/table/standard, -/obj/item/weapon/circular_saw, -/obj/item/weapon/scalpel{ - pixel_y = 12 - }, -/obj/item/weapon/hemostat, -/obj/item/weapon/retractor, -/obj/effect/floor_decal/corner/white, -/obj/item/weapon/surgicaldrill, -/turf/simulated/floor/tiled, -/area/assembly/robotics) -"byO" = ( -/obj/structure/grille, -/obj/structure/cable/green, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hop) -"byP" = ( -/obj/structure/table/standard, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/structure/window/reinforced/tinted{ - dir = 4; - icon_state = "twindow" - }, -/obj/item/device/mmi/digital/posibrain, -/obj/item/device/robotanalyzer, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/assembly/robotics) -"byQ" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hop) -"byR" = ( -/mob/living/simple_animal/corgi/Ian, -/turf/simulated/floor/carpet, -/area/crew_quarters/heads/hop) -"byS" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "hazard door north" - }, -/obj/machinery/door/airlock/glass_research{ - name = "Research and Development"; - req_access = list(7) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"byT" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/computer/guestpass{ - pixel_x = -28 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "hazard door north" - }, -/obj/effect/floor_decal/corner/white, -/turf/simulated/floor/tiled, -/area/rnd/research) -"byU" = ( -/turf/simulated/wall/r_wall, -/area/teleporter) -"byV" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Teleporter Maintenance"; - req_access = list(17) - }, -/obj/structure/sign/securearea{ - pixel_x = -32; - pixel_y = 0 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/visible/supply, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/turf/simulated/floor/plating, -/area/teleporter) -"byW" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "hazard door north" - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/research) -"byX" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "hazard door north" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/rnd/research) -"byY" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/cable/cyan{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_server_room) -"byZ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/shuttle/engine/heater{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/airless, -/area/shuttle/research/station) -"bza" = ( -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bzb" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bzc" = ( -/obj/effect/large_stock_marker, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bzd" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/medbay) -"bze" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - freq = 1400; - location = "QM #1" - }, -/obj/machinery/bot/mulebot{ - beacon_freq = 1400; - home_destination = "QM #1"; - suffix = "#1" - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bzf" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bzg" = ( -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = -30; - pixel_y = 0 - }, -/obj/machinery/camera/network/civilian_west{ - c_tag = "Cargo Office"; - dir = 4 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/item/stack/material/glass{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/material/steel, -/obj/item/device/multitool, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bzh" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bzi" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bzj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bzk" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bzl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - 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/central_three) -"bzm" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bzn" = ( -/obj/structure/closet/secure_closet/hop, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) -"bzo" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 4; - layer = 3.3; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) "bzp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_upload_foyer) -"bzq" = ( -/obj/machinery/turretid/stun{ - control_area = "\improper AI Upload Chamber"; - name = "AI Upload turret control"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/item/device/radio/intercom/locked{ - frequency = 1343; - locked_frequency = 1343; - name = "Private AI Channel"; - pixel_x = -12; - pixel_y = 20 - }, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_upload_foyer) -"bzr" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/cyan{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_upload_foyer) -"bzs" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/cable/cyan{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_cyborg_station) -"bzt" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; @@ -43887,7 +43618,7 @@ }, /turf/simulated/wall, /area/maintenance/substation/medical) -"bzu" = ( +"bzq" = ( /obj/machinery/power/smes/buildable{ charge = 0; RCon_tag = "Substation - Medical" @@ -43899,7 +43630,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/medical) -"bzv" = ( +"bzr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, @@ -43916,7 +43647,7 @@ /obj/structure/cable, /turf/simulated/floor/plating, /area/maintenance/substation/medical) -"bzw" = ( +"bzs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -43936,7 +43667,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/medical) -"bzx" = ( +"bzt" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 2; sortType = "Robotics"; @@ -43960,27 +43691,561 @@ }, /turf/simulated/floor/plating, /area/maintenance/research_port) -"bzy" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/fire{ - pixel_x = 5; - pixel_y = 5 +"bzu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(29) + }, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bzv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bzw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bzx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/random/firstaid, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"bzz" = ( -/obj/machinery/light{ +/obj/effect/floor_decal/industrial/warning{ dir = 1 }, -/obj/structure/table/standard, -/obj/item/weapon/hand_tele, /turf/simulated/floor/tiled, -/area/teleporter) +/area/assembly/chargebay) +"bzy" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bzz" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) "bzA" = ( +/obj/structure/table/standard, +/obj/item/weapon/circular_saw, +/obj/item/weapon/scalpel{ + pixel_y = 12 + }, +/obj/item/weapon/hemostat, +/obj/item/weapon/retractor, +/obj/effect/floor_decal/corner/white, +/obj/item/weapon/surgicaldrill, +/turf/simulated/floor/tiled, +/area/assembly/robotics) +"bzB" = ( +/obj/structure/table/standard, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/structure/window/reinforced/tinted{ + dir = 4; + icon_state = "twindow" + }, +/obj/item/device/mmi/digital/posibrain, +/obj/item/device/robotanalyzer, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/assembly/robotics) +"bzC" = ( +/obj/structure/table/standard, +/obj/item/weapon/crowbar, +/obj/item/device/radio/headset/headset_sci{ + pixel_x = -3 + }, +/obj/item/device/multitool{ + pixel_x = 3 + }, +/obj/item/device/multitool{ + pixel_x = 3 + }, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bzD" = ( +/turf/simulated/wall, +/area/rnd/research) +"bzE" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/computer/guestpass{ + pixel_x = -28 + }, +/obj/machinery/door/firedoor{ + dir = 1; + name = "hazard door north" + }, +/obj/effect/floor_decal/corner/white, +/turf/simulated/floor/tiled, +/area/rnd/research) +"bzF" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/obj/machinery/door/firedoor{ + dir = 1; + name = "hazard door north" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/research) +"bzG" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/door/firedoor{ + dir = 1; + name = "hazard door north" + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/research) +"bzH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bzI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/rnd/research) +"bzJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/rnd/research) +"bzK" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "hazard door north" + }, +/obj/machinery/door/airlock/glass_research{ + name = "Research and Development"; + req_access = list(7) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bzL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bzM" = ( +/obj/machinery/door/airlock{ + name = "Starboard Emergency Storage"; + req_one_access = list(12,47) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/storage/emergency) +"bzN" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/docking) +"bzO" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/docking) +"bzP" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/docking) +"bzQ" = ( +/turf/simulated/wall, +/area/rnd/docking) +"bzR" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/template_noop, +/area/shuttle/research/station) +"bzS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/airless, +/area/shuttle/research/station) +"bzT" = ( +/obj/machinery/computer/shuttle_control/research, +/turf/simulated/shuttle/floor, +/area/shuttle/research/station) +"bzU" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "cargo_bay_door"; + locked = 1; + name = "Cargo Docking Hatch"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bzV" = ( +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bzW" = ( +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bzX" = ( +/obj/effect/large_stock_marker, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bzY" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bzZ" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bAa" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + freq = 1400; + location = "QM #1" + }, +/obj/machinery/bot/mulebot{ + beacon_freq = 1400; + home_destination = "QM #1"; + suffix = "#1" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bAb" = ( +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30; + pixel_y = 0 + }, +/obj/machinery/camera/network/civilian_west{ + c_tag = "Cargo Office"; + dir = 4 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/item/stack/material/glass{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/material/steel, +/obj/item/device/multitool, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bAc" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bAd" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bAe" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bAf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bAg" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bAh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + 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/central_three) +"bAi" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bAj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/hallway/primary/central_three) +"bAk" = ( +/obj/structure/grille, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = -32 + }, +/obj/structure/cable/green, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/hop) +"bAl" = ( +/obj/structure/closet/secure_closet/hop, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"bAm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"bAn" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/ai_server_room) +"bAo" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable/cyan{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_server_room) +"bAp" = ( +/obj/machinery/turretid/stun{ + control_area = "\improper AI Upload Chamber"; + name = "AI Upload turret control"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/device/radio/intercom/locked{ + frequency = 1343; + locked_frequency = 1343; + name = "Private AI Channel"; + pixel_x = -12; + pixel_y = 20 + }, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_upload_foyer) +"bAq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_upload_foyer) +"bAr" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/cyan{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_upload_foyer) +"bAs" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/ai_cyborg_station) +"bAt" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable/cyan{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_cyborg_station) +"bAu" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -27; pixel_y = 1 @@ -43989,14 +44254,15 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/teleporter) -"bzB" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 +"bAv" = ( +/obj/machinery/light{ + dir = 1 }, +/obj/structure/table/standard, +/obj/item/weapon/hand_tele, /turf/simulated/floor/tiled, /area/teleporter) -"bzC" = ( +"bAw" = ( /obj/item/device/radio/intercom{ broadcasting = 0; listening = 1; @@ -44007,13 +44273,11 @@ /obj/item/weapon/crowbar, /turf/simulated/floor/tiled, /area/teleporter) -"bzD" = ( -/obj/machinery/light{ - dir = 1 - }, +"bAx" = ( +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled, /area/teleporter) -"bzE" = ( +"bAy" = ( /obj/machinery/alarm{ frequency = 1439; pixel_y = 23 @@ -44023,7 +44287,13 @@ }, /turf/simulated/floor/tiled, /area/teleporter) -"bzF" = ( +"bAz" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"bAA" = ( /obj/machinery/light_switch{ pixel_x = 27 }, @@ -44036,7 +44306,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/teleporter) -"bzG" = ( +"bAB" = ( /obj/structure/disposalpipe/segment, /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (NORTHWEST)"; @@ -44045,10 +44315,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bzH" = ( -/turf/simulated/wall, -/area/rnd/research) -"bzI" = ( +"bAC" = ( /obj/structure/table/standard, /obj/item/weapon/storage/firstaid/toxin{ pixel_x = 5; @@ -44070,14 +44337,19 @@ }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bzJ" = ( -/obj/structure/disposalpipe/segment, +"bAD" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/fire{ + pixel_x = 5; + pixel_y = 5 + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/random/firstaid, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bzK" = ( +"bAE" = ( /obj/structure/table/standard, /obj/item/weapon/storage/firstaid/o2{ pixel_x = 5; @@ -44089,37 +44361,26 @@ /obj/random/firstaid, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bzL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bzM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/rnd/research) -"bzN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ +"bAF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/rnd/research) -"bzO" = ( +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bAG" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bAH" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ name = "Medicine Storage"; @@ -44139,99 +44400,21 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bzP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bzQ" = ( -/obj/machinery/door/airlock{ - name = "Starboard Emergency Storage"; - req_one_access = list(12,47) - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bzR" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/docking) -"bzS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/docking) -"bzT" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/docking) -"bzU" = ( -/turf/simulated/wall, -/area/rnd/docking) -"bzV" = ( -/obj/structure/shuttle/engine/propulsion/burst{ - dir = 4 - }, -/turf/space, -/area/shuttle/research/station) -"bzW" = ( +"bAI" = ( /obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"bzX" = ( -/obj/machinery/computer/shuttle_control/research, -/turf/simulated/shuttle/floor, -/area/shuttle/research/station) -"bzY" = ( +/area/medical/medbay) +"bAJ" = ( /obj/structure/disposalpipe/sortjunction{ dir = 1; icon_state = "pipe-j1s"; @@ -44256,21 +44439,23 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bzZ" = ( +"bAK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_medical{ + name = "Medical Equipment"; + req_access = list(66) + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; 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/medbay) -"bAa" = ( +"bAL" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -44287,40 +44472,15 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bAb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass_medical{ - name = "Medical Equipment"; - req_access = list(66) - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"bAM" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, /turf/simulated/floor/tiled/white, -/area/medical/medbay) -"bAc" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "cargo_bay_door"; - locked = 1; - name = "Cargo Docking Hatch"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bAd" = ( -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bAe" = ( +/area/medical/medbay3) +"bAN" = ( /obj/machinery/hologram/holopad, /obj/structure/cable/green{ d1 = 4; @@ -44329,15 +44489,21 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bAf" = ( +"bAO" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bAg" = ( +"bAP" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ name = "Medical Equipment"; @@ -44356,32 +44522,21 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bAh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/quartermaster/office) -"bAi" = ( +"bAQ" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 }, /turf/simulated/floor/tiled/white, -/area/medical/medbay3) -"bAj" = ( +/area/medical/medbay2) +"bAR" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -44399,21 +44554,15 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bAk" = ( +"bAS" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-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/medbay2) -"bAl" = ( +"bAT" = ( /obj/machinery/door/firedoor, /obj/structure/cable/green{ d1 = 4; @@ -44422,43 +44571,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bAm" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bAn" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/hallway/primary/central_three) -"bAo" = ( -/obj/structure/grille, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = -32 - }, -/obj/structure/cable/green, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/hop) -"bAp" = ( +"bAU" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -44474,28 +44587,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bAq" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/effect/floor_decal/corner/mauve, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bAr" = ( -/turf/simulated/wall/r_wall, -/area/turret_protected/ai_server_room) -"bAs" = ( +"bAV" = ( /obj/machinery/light_switch{ dir = 2; name = "light switch "; @@ -44513,20 +44605,22 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bAt" = ( +"bAW" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/effect/floor_decal/corner/mauve{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, +/obj/effect/floor_decal/corner/mauve, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bAu" = ( +"bAX" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -44539,475 +44633,51 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bAv" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bAw" = ( -/turf/simulated/wall/r_wall, -/area/turret_protected/ai_cyborg_station) -"bAx" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bAy" = ( -/obj/machinery/computer/operating{ - name = "Robotics Operating Computer" - }, -/obj/machinery/light, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"bAz" = ( -/obj/machinery/cryopod/robot{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"bAA" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"bAB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/landmark{ - name = "JoinLateCyborg" - }, -/obj/machinery/computer/cryopod/robot{ - pixel_y = -30 - }, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"bAC" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/tiled, -/area/assembly/chargebay) -"bAD" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/bodybags{ - pixel_x = -1; - pixel_y = -2 - }, -/obj/item/weapon/pen, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/assembly/robotics) -"bAE" = ( -/obj/machinery/optable{ - name = "Robotics Operating Table" - }, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"bAF" = ( -/obj/machinery/light_switch{ - pixel_x = -23; - pixel_y = 0 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"bAG" = ( -/obj/structure/closet/wardrobe/robotics_black, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"bAH" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/assembly/robotics) -"bAI" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-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/rnd/research) -"bAJ" = ( -/obj/effect/floor_decal/corner/white/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/research) -"bAK" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/white/full, -/turf/simulated/floor/tiled, -/area/rnd/research) -"bAL" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/rnd/research) -"bAM" = ( -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/rnd/research) -"bAN" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/mauve{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bAO" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/mauve{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bAP" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/corner/mauve{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bAQ" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access = list(47) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bAR" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bAS" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/camera/network/research{ - c_tag = "Research Shuttle Dock Maintainance" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bAT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bAU" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bAV" = ( -/obj/machinery/door/airlock/research{ - name = "Research Shuttle Dock"; - req_access = list(65) - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bAW" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bAX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) "bAY" = ( -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bAZ" = ( -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bBa" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access = list(16) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/cyan{ +/obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_server_room) -"bBb" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "cargo_bay"; - name = "cargo bay hatch controller"; - pixel_x = -30; - pixel_y = 0; - req_one_access = list(13,31); - tag_door = "cargo_bay_door" - }, -/obj/machinery/camera/network/civilian_west{ - c_tag = "Cargo Recieving Dock"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (WEST)"; - icon_state = "warning"; +/obj/effect/floor_decal/corner/mauve{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; dir = 8 }, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bBc" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - freq = 1400; - location = "QM #2" - }, -/obj/machinery/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bBd" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/weapon/folder/yellow, -/obj/item/device/eftpos{ - eftpos_name = "Cargo Bay EFTPOS scanner" - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bBe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bBf" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bAZ" = ( /obj/structure/cable/green{ d1 = 1; - d2 = 2; - icon_state = "1-2" + d2 = 8; + icon_state = "1-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bBg" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bBa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bBb" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -45027,7 +44697,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/medical) -"bBh" = ( +"bBc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -45049,7 +44719,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/medical) -"bBi" = ( +"bBd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, @@ -45067,7 +44737,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/substation/medical) -"bBj" = ( +"bBe" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 1; @@ -45078,8 +44748,497 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/maintenance/research_port) +"bBf" = ( +/obj/machinery/cryopod/robot{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bBg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/landmark{ + name = "JoinLateCyborg" + }, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -30 + }, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bBh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bBi" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/assembly/chargebay) +"bBj" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/bodybags{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/weapon/pen, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/assembly/robotics) "bBk" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bBl" = ( +/obj/machinery/computer/operating{ + name = "Robotics Operating Computer" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bBm" = ( +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = 0 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bBn" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bBo" = ( +/obj/structure/closet/wardrobe/robotics_black, +/turf/simulated/floor/tiled/white, +/area/assembly/robotics) +"bBp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bBq" = ( +/obj/effect/floor_decal/corner/white/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/research) +"bBr" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-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/rnd/research) +"bBs" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/white/full, +/turf/simulated/floor/tiled, +/area/rnd/research) +"bBt" = ( +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/rnd/research) +"bBu" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/rnd/research) +"bBv" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/mauve{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bBw" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/corner/mauve{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bBx" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bBy" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bBz" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access = list(47) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bBA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bBB" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/camera/network/research{ + c_tag = "Research Shuttle Dock Maintainance" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bBC" = ( +/obj/machinery/door/airlock/research{ + name = "Research Shuttle Dock"; + req_access = list(65) + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bBD" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bBE" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bBF" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bBG" = ( +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bBH" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bBI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/shuttle/plating, +/area/rnd/docking) +"bBJ" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "research_shuttle"; + pixel_x = -8; + pixel_y = -25; + req_one_access = list(13,65); + tag_door = "research_shuttle_hatch" + }, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor, +/area/shuttle/research/station) +"bBK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bBL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bBM" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "cargo_bay"; + name = "cargo bay hatch controller"; + pixel_x = -30; + pixel_y = 0; + req_one_access = list(13,31); + tag_door = "cargo_bay_door" + }, +/obj/machinery/camera/network/civilian_west{ + c_tag = "Cargo Recieving Dock"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (WEST)"; + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bBN" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + freq = 1400; + location = "QM #2" + }, +/obj/machinery/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bBO" = ( +/obj/item/weapon/folder/yellow, +/obj/item/device/eftpos{ + eftpos_name = "Cargo Bay EFTPOS scanner" + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bBP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bBQ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bBR" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -45090,13 +45249,13 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bBl" = ( +"bBS" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bBm" = ( +"bBT" = ( /obj/effect/floor_decal/corner/brown{ tag = "icon-corner_white (WEST)"; icon_state = "corner_white"; @@ -45104,14 +45263,14 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bBn" = ( -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) -"bBo" = ( +"bBU" = ( /obj/structure/closet/secure_closet/hop2, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bBp" = ( +"bBV" = ( +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"bBW" = ( /obj/item/weapon/pen, /obj/item/weapon/paper_bin{ pixel_x = -3; @@ -45122,7 +45281,7 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bBq" = ( +"bBX" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -45133,7 +45292,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bBr" = ( +"bBY" = ( +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_server_room) +"bBZ" = ( +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_server_room) +"bCa" = ( /obj/structure/cable/cyan{ d1 = 1; d2 = 4; @@ -45147,7 +45313,37 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_server_room) -"bBs" = ( +"bCb" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access = list(16) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/cyan{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_server_room) +"bCc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/cyan{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_upload_foyer) +"bCd" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/structure/cable/cyan{ @@ -45172,8 +45368,8 @@ /obj/machinery/light, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_upload_foyer) -"bBt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"bCe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/structure/cable/cyan{ @@ -45181,23 +45377,10 @@ d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_upload_foyer) -"bBu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bBv" = ( +"bCf" = ( /obj/machinery/door/airlock/highsecurity{ name = "AI Upload Access"; req_access = list(16) @@ -45215,19 +45398,7 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_cyborg_station) -"bBw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/cyan{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_upload_foyer) -"bBx" = ( +"bCg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, @@ -45241,27 +45412,21 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_cyborg_station) -"bBy" = ( -/obj/effect/floor_decal/corner/beige{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 +"bCh" = ( +/obj/structure/closet/crate{ + name = "Camera Assembly Crate" }, -/turf/simulated/floor/tiled/white, -/area/medical/chemistry) -"bBz" = ( -/obj/item/weapon/stool, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/teleporter) -"bBA" = ( +/obj/item/weapon/camera_assembly, +/obj/item/weapon/camera_assembly, +/obj/item/weapon/camera_assembly, +/obj/item/weapon/camera_assembly, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_cyborg_station) +"bCi" = ( +/obj/item/modular_computer/console/preset/research, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_cyborg_station) +"bCj" = ( /obj/machinery/power/apc{ dir = 8; name = "west bump"; @@ -45276,8 +45441,8 @@ }, /turf/simulated/floor/tiled, /area/teleporter) -"bBB" = ( -/obj/item/device/radio/beacon, +"bCk" = ( +/obj/item/weapon/stool, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -45288,7 +45453,7 @@ }, /turf/simulated/floor/tiled, /area/teleporter) -"bBC" = ( +"bCl" = ( /obj/machinery/hologram/holopad, /obj/structure/cable/green{ d1 = 4; @@ -45300,7 +45465,8 @@ }, /turf/simulated/floor/tiled, /area/teleporter) -"bBD" = ( +"bCm" = ( +/obj/item/device/radio/beacon, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -45311,18 +45477,18 @@ }, /turf/simulated/floor/tiled, /area/teleporter) -"bBE" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" +"bCn" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/machinery/door/airlock/command{ - name = "Teleport Access"; - req_access = list(17) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, /turf/simulated/floor/tiled, /area/teleporter) -"bBF" = ( +"bCo" = ( /obj/structure/cable/green{ d1 = 1; d2 = 8; @@ -45334,7 +45500,18 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/teleporter) -"bBG" = ( +"bCp" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_access = list(17) + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"bCq" = ( /obj/structure/table/standard, /obj/item/weapon/storage/firstaid/regular{ pixel_x = 5; @@ -45352,19 +45529,28 @@ }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bBH" = ( +"bCr" = ( +/obj/effect/floor_decal/corner/beige{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/chemistry) +"bCs" = ( /obj/structure/closet/wardrobe/chemistry_white, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, /obj/effect/floor_decal/corner/beige, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"bBI" = ( +"bCt" = ( +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled/white, +/area/medical/medbay) +"bCu" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" @@ -45389,14 +45575,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bBJ" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay) -"bBK" = ( +"bCv" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 1 @@ -45408,10 +45587,10 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bBL" = ( +"bCw" = ( /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bBM" = ( +"bCx" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/beakers, /obj/item/weapon/storage/box/syringes{ @@ -45432,47 +45611,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bBN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/shuttle/plating, -/area/rnd/docking) -"bBO" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "research_shuttle"; - pixel_x = -8; - pixel_y = -25; - req_one_access = list(13,65); - tag_door = "research_shuttle_hatch" - }, -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor, -/area/shuttle/research/station) -"bBP" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bBQ" = ( +"bCy" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -45486,7 +45625,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bBR" = ( +"bCz" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bCA" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ id_tag = "GeneticsDoor"; @@ -45495,7 +45643,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bBS" = ( +"bCB" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/glass_medical{ id_tag = "GeneticsDoor"; @@ -45504,8 +45652,23 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bBT" = ( -/obj/machinery/door/firedoor/border_only{ +"bCC" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(5,12,47) + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bCD" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "hazard door north" }, @@ -45522,7 +45685,26 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bBU" = ( +"bCE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bCF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bCG" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -45532,34 +45714,34 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bBV" = ( +"bCH" = ( /obj/effect/floor_decal/corner/white/full, /turf/simulated/floor/tiled, /area/rnd/research) -"bBW" = ( -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bBX" = ( +"bCI" = ( /obj/machinery/camera/network/research{ c_tag = "Research Division North"; dir = 1 }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bBY" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, +"bCJ" = ( /turf/simulated/floor/tiled/white, /area/rnd/research) -"bBZ" = ( +"bCK" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bCa" = ( +"bCL" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bCM" = ( /obj/machinery/door/window/eastright{ base_state = "left"; dir = 8; @@ -45580,7 +45762,7 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bCb" = ( +"bCN" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; freq = 1400; @@ -45589,7 +45771,7 @@ /obj/structure/plasticflaps{ opacity = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/effect/floor_decal/industrial/loading{ @@ -45599,23 +45781,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/research) -"bCc" = ( -/obj/machinery/computer/message_monitor, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_server_room) -"bCd" = ( -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_server_room) -"bCe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bCf" = ( +"bCO" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -45627,7 +45793,27 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bCg" = ( +"bCP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bCQ" = ( +/obj/machinery/door/airlock/research{ + name = "Research Shuttle Dock"; + req_access = list(65) + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bCR" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -45641,18 +45827,13 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bCh" = ( -/obj/machinery/door/airlock/research{ - name = "Research Shuttle Dock"; - req_access = list(65) - }, -/obj/machinery/door/firedoor/border_only, +"bCS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bCi" = ( +"bCT" = ( /obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -45664,13 +45845,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bCj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bCk" = ( +"bCU" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, @@ -45681,50 +45856,48 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bCl" = ( -/obj/structure/closet/crate{ - name = "Camera Assembly Crate" - }, -/obj/item/weapon/camera_assembly, -/obj/item/weapon/camera_assembly, -/obj/item/weapon/camera_assembly, -/obj/item/weapon/camera_assembly, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_cyborg_station) -"bCm" = ( -/obj/item/modular_computer/console/preset/research, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_cyborg_station) -"bCn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"bCV" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_server_room) -"bCo" = ( -/turf/space, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/shuttle/plating, +/area/rnd/docking) +"bCW" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ tag = "icon-swall_c (NORTH)"; icon_state = "swall_c"; dir = 1 }, /area/shuttle/research/station) -"bCp" = ( -/turf/space, +"bCX" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "research_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/floor, +/area/shuttle/research/station) +"bCY" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ tag = "icon-swall_c (WEST)"; icon_state = "swall_c"; dir = 8 }, /area/shuttle/research/station) -"bCq" = ( -/obj/machinery/conveyor_switch/oneway{ - convdir = -1; - id = "QMLoad" - }, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bCr" = ( +"bCZ" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (WEST)"; icon_state = "warning"; @@ -45732,13 +45905,20 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bCs" = ( +"bDa" = ( +/obj/machinery/conveyor_switch/oneway{ + convdir = -1; + id = "QMLoad" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bDb" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bCt" = ( +"bDc" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; freq = 1400; @@ -45748,7 +45928,7 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bCu" = ( +"bDd" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -45760,13 +45940,27 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bCv" = ( +"bDe" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/quartermaster/office) +"bDf" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bCw" = ( +"bDg" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -45777,12 +45971,12 @@ /obj/machinery/light, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bCx" = ( +"bDh" = ( /obj/structure/disposalpipe/segment, /obj/effect/floor_decal/corner/blue, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bCy" = ( +"bDi" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" @@ -45790,7 +45984,20 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bCz" = ( +"bDj" = ( +/obj/machinery/keycard_auth{ + pixel_x = -24; + pixel_y = 0 + }, +/obj/machinery/account_database, +/obj/effect/floor_decal/corner/blue/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"bDk" = ( /obj/structure/bed/chair/office/dark{ dir = 4 }, @@ -45818,26 +46025,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bCA" = ( -/obj/machinery/keycard_auth{ - pixel_x = -24; - pixel_y = 0 - }, -/obj/machinery/account_database, -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) -"bCB" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) -"bCC" = ( +"bDl" = ( /obj/item/weapon/folder/blue, /obj/item/weapon/stamp/hop, /obj/item/device/eftpos{ @@ -45846,7 +46034,13 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bCD" = ( +"bDm" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"bDn" = ( /obj/machinery/light/small{ dir = 8 }, @@ -45860,7 +46054,13 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_server_room) -"bCE" = ( +"bDo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_server_room) +"bDp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/alarm{ dir = 8; @@ -45872,31 +46072,10 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_server_room) -"bCF" = ( -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_cyborg_station) -"bCG" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(5,12,47) - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bCH" = ( +"bDq" = ( +/turf/simulated/wall/r_wall, +/area/turret_protected/ai_upload_foyer) +"bDr" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, @@ -45909,26 +46088,16 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_cyborg_station) -"bCI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +"bDs" = ( +/obj/effect/landmark/start{ + name = "Cyborg" }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bCJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bCK" = ( +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_cyborg_station) +"bDt" = ( /obj/effect/landmark/start{ name = "Cyborg" }, @@ -45945,7 +46114,89 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_cyborg_station) -"bCL" = ( +"bDu" = ( +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHWEST)"; + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"bDv" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/teleporter) +"bDw" = ( +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHEAST)"; + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/teleporter) +"bDx" = ( +/obj/machinery/shieldwallgen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/teleporter) +"bDy" = ( +/obj/machinery/shieldwallgen, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/teleporter) +"bDz" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/teleporter) +"bDA" = ( +/obj/structure/sign/securearea{ + pixel_x = -32; + pixel_y = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bDB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bDC" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay"; + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bDD" = ( +/turf/simulated/wall, +/area/medical/sleeper) +"bDE" = ( /obj/machinery/door/window/eastright{ dir = 1; name = "Emergency Kit"; @@ -45969,86 +46220,18 @@ }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bCM" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/teleporter) -"bCN" = ( -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHWEST)"; - icon_state = "warning"; - dir = 10 +"bDF" = ( +/obj/structure/closet/secure_closet/medical_wall{ + name = "Pill Cabinet" }, -/turf/simulated/floor/tiled, -/area/teleporter) -"bCO" = ( -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHEAST)"; - icon_state = "warning"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/teleporter) -"bCP" = ( -/obj/machinery/shieldwallgen, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/teleporter) -"bCQ" = ( -/obj/machinery/shieldwallgen, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/teleporter) -"bCR" = ( -/obj/structure/closet/crate, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/teleporter) -"bCS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bCT" = ( -/obj/structure/sign/securearea{ - pixel_x = -32; - pixel_y = 0 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bCU" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay"; - pixel_x = 32 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bCV" = ( +/obj/item/weapon/storage/pill_bottle/antitox, +/obj/item/weapon/storage/pill_bottle/tramadol, +/obj/item/weapon/reagent_containers/syringe/antiviral, +/obj/item/weapon/reagent_containers/syringe/antiviral, +/obj/item/weapon/reagent_containers/syringe/inaprovaline, +/turf/simulated/wall, +/area/medical/sleeper) +"bDG" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ name = "Medicine Storage"; @@ -46058,7 +46241,28 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bCW" = ( +"bDH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"bDI" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/medical/medbay) +"bDJ" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbay) +"bDK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -46074,37 +46278,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bCX" = ( -/turf/simulated/floor/tiled/white, -/area/medical/medbay) -"bCY" = ( +"bDL" = ( /obj/structure/table/standard, /obj/item/clothing/suit/straight_jacket, /obj/item/clothing/mask/muzzle, /obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, /obj/effect/floor_decal/corner/paleblue/full, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bCZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/shuttle/plating, -/area/rnd/docking) -"bDa" = ( +"bDM" = ( /obj/structure/table/rack, /obj/item/weapon/storage/belt/medical, /obj/item/weapon/storage/belt/medical, @@ -46133,18 +46316,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bDb" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "research_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/floor, -/area/shuttle/research/station) -"bDc" = ( +"bDN" = ( /obj/structure/table/standard, /obj/machinery/light, /obj/item/weapon/storage/box/gloves{ @@ -46164,50 +46336,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bDd" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bDe" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bDf" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bDg" = ( +"bDO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/corner/paleblue{ @@ -46217,7 +46346,15 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bDh" = ( +"bDP" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bDQ" = ( /obj/machinery/atmospherics/unary/cryo_cell, /obj/effect/floor_decal/corner/pink/full{ tag = "icon-corner_white_full (WEST)"; @@ -46226,21 +46363,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/cryo) -"bDi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"bDR" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/quartermaster/office) -"bDj" = ( +/turf/simulated/floor/tiled/white, +/area/medical/cryo) +"bDS" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" @@ -46272,23 +46404,20 @@ }, /turf/simulated/floor/tiled/white, /area/medical/cryo) -"bDk" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, +"bDT" = ( +/turf/simulated/wall, /area/medical/cryo) -"bDl" = ( +"bDU" = ( /obj/structure/closet/wardrobe/medic_white, /obj/machinery/camera/network/medbay{ c_tag = "Medbay Cloning" }, /turf/simulated/floor/tiled/white, /area/medical/genetics_cloning) -"bDm" = ( +"bDV" = ( +/turf/simulated/floor/tiled/white, +/area/medical/genetics_cloning) +"bDW" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, /obj/item/device/radio/intercom{ @@ -46298,10 +46427,37 @@ }, /turf/simulated/floor/tiled/white, /area/medical/genetics_cloning) -"bDn" = ( -/turf/simulated/floor/tiled/white, -/area/medical/genetics_cloning) -"bDo" = ( +"bDX" = ( +/turf/simulated/wall, +/area/medical/genetics) +"bDY" = ( +/obj/item/frame/apc, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bDZ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bEa" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bEb" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bEc" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bEd" = ( /obj/structure/sign/redcross{ desc = "The Star of Life, a symbol of Medical Aid."; icon_state = "lifestar"; @@ -46324,7 +46480,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDp" = ( +"bEe" = ( /obj/machinery/light/small{ dir = 1 }, @@ -46336,7 +46492,28 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDq" = ( +"bEf" = ( +/obj/structure/sign/securearea, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/rnd/research) +"bEg" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/rnd/research) +"bEh" = ( /obj/machinery/light{ dir = 1 }, @@ -46351,7 +46528,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 8; name = "hazard door west" }, @@ -46362,42 +46539,13 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDr" = ( +"bEi" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDs" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/rnd/research) -"bDt" = ( -/obj/item/device/radio/intercom{ - pixel_y = 25 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bDu" = ( -/turf/simulated/wall/r_wall, -/area/turret_protected/ai_upload_foyer) -"bDv" = ( +"bEj" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -46415,7 +46563,28 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDw" = ( +"bEk" = ( +/obj/item/device/radio/intercom{ + pixel_y = 25 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bEl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bEm" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -5; pixel_y = 30 @@ -46428,16 +46597,17 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDx" = ( +"bEn" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDy" = ( +"bEo" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -46451,35 +46621,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bDA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bDB" = ( +"bEp" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -46497,7 +46639,22 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDC" = ( +"bEq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bEr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -46507,7 +46664,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDD" = ( +"bEs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -46518,7 +46675,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/research) -"bDE" = ( +"bEt" = ( /obj/machinery/hologram/holopad, /obj/structure/cable/green{ d1 = 1; @@ -46531,7 +46688,72 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bDF" = ( +"bEu" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bEv" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized, +/turf/simulated/floor/plating, +/area/rnd/research) +"bEw" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bEx" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(12,47) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + 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/plating, +/area/maintenance/research_shuttle) +"bEy" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(12,47) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bEz" = ( +/turf/simulated/wall, +/area/maintenance/research_shuttle) +"bEA" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bEB" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -46548,33 +46770,71 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bDG" = ( -/turf/simulated/floor/tiled/white, +"bEC" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "research_dock_outer"; + locked = 1; + name = "Shuttle Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/plating, /area/rnd/docking) -"bDH" = ( -/turf/simulated/wall, -/area/medical/sleeper) -"bDI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -8 +"bED" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "research_dock_airlock"; + name = "exterior access button"; + pixel_x = -40; + pixel_y = 8; + req_one_access = list(13,65) }, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_server_room) -"bDJ" = ( -/obj/structure/closet/secure_closet/medical_wall{ - name = "Pill Cabinet" +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"bEE" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" }, -/obj/item/weapon/storage/pill_bottle/antitox, -/obj/item/weapon/storage/pill_bottle/tramadol, -/obj/item/weapon/reagent_containers/syringe/antiviral, -/obj/item/weapon/reagent_containers/syringe/antiviral, -/obj/item/weapon/reagent_containers/syringe/inaprovaline, -/turf/simulated/wall, -/area/medical/sleeper) -"bDK" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "cargo_bay_door"; + locked = 1; + name = "Cargo Docking Hatch"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bEF" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bEG" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/machinery/status_display/supply_display{ + pixel_y = -32 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bEH" = ( /obj/machinery/conveyor{ dir = 4; id = "QMLoad" @@ -46591,40 +46851,7 @@ }, /turf/simulated/floor/plating, /area/quartermaster/loading) -"bDL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/sleeper) -"bDM" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/medical/medbay) -"bDN" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/obj/machinery/status_display/supply_display{ - pixel_y = -32 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bDO" = ( +"bEI" = ( /obj/machinery/conveyor{ dir = 4; id = "QMLoad" @@ -46636,7 +46863,7 @@ }, /turf/simulated/floor/plating, /area/quartermaster/loading) -"bDP" = ( +"bEJ" = ( /obj/machinery/light, /obj/effect/floor_decal/industrial/loading{ tag = "icon-loadingarea (WEST)"; @@ -46645,13 +46872,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bDQ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/loading) -"bDR" = ( +"bEK" = ( /obj/machinery/power/apc{ dir = 2; name = "south bump"; @@ -46665,7 +46886,13 @@ /obj/effect/large_stock_marker, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bDS" = ( +"bEL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/loading) +"bEM" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; freq = 1400; @@ -46675,7 +46902,7 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/quartermaster/loading) -"bDT" = ( +"bEN" = ( /obj/machinery/newscaster{ pixel_x = -27; pixel_y = 1 @@ -46690,7 +46917,19 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bDU" = ( +"bEO" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bEP" = ( /obj/machinery/light, /obj/structure/disposalpipe/segment{ dir = 1; @@ -46707,34 +46946,7 @@ /obj/effect/floor_decal/corner/brown, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bDV" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bDW" = ( -/obj/structure/noticeboard{ - pixel_y = -27 - }, -/obj/effect/floor_decal/corner/brown{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/obj/machinery/papershredder, -/turf/simulated/floor/tiled, -/area/quartermaster/office) -"bDX" = ( -/turf/simulated/wall, -/area/medical/cryo) -"bDY" = ( +"bEQ" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -46753,7 +46965,56 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/quartermaster/office) -"bDZ" = ( +"bER" = ( +/obj/structure/noticeboard{ + pixel_y = -27 + }, +/obj/effect/floor_decal/corner/brown{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/obj/machinery/papershredder, +/turf/simulated/floor/tiled, +/area/quartermaster/office) +"bES" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall, +/area/quartermaster/qm) +"bET" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/quartermaster/qm) +"bEU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/quartermaster/qm) +"bEV" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/quartermaster/qm) +"bEW" = ( +/turf/simulated/wall, +/area/quartermaster/qm) +"bEX" = ( /obj/machinery/atm{ pixel_x = -28 }, @@ -46764,45 +47025,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bEa" = ( -/obj/effect/floor_decal/industrial/loading{ - tag = "icon-loadingarea (EAST)"; - icon_state = "loadingarea"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bEb" = ( -/turf/simulated/wall, -/area/medical/genetics) -"bEc" = ( -/obj/item/frame/apc, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bEd" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bEe" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bEf" = ( -/obj/structure/table, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bEg" = ( -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bEh" = ( +"bEY" = ( /obj/structure/disposalpipe/segment, /obj/effect/floor_decal/corner/blue{ tag = "icon-corner_white (SOUTHEAST)"; @@ -46811,28 +47034,15 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bEi" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel RC"; - pixel_y = -30 - }, -/obj/machinery/camera/network/command{ - c_tag = "Bridge - HoP's Office"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hop) -"bEj" = ( -/obj/structure/sign/securearea, -/obj/structure/disposalpipe/segment{ +"bEZ" = ( +/obj/effect/floor_decal/industrial/loading{ + tag = "icon-loadingarea (EAST)"; + icon_state = "loadingarea"; dir = 4 }, -/turf/simulated/wall/r_wall, -/area/rnd/research) -"bEk" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bFa" = ( /obj/structure/filingcabinet/chestdrawer, /obj/item/device/radio/intercom{ dir = 8; @@ -46847,14 +47057,28 @@ /obj/effect/floor_decal/corner/blue/full, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bEl" = ( +"bFb" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel RC"; + pixel_y = -30 + }, +/obj/machinery/camera/network/command{ + c_tag = "Bridge - HoP's Office"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hop) +"bFc" = ( /obj/machinery/photocopier/faxmachine{ department = "Head of Personnel's Office" }, /obj/structure/table/glass, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bEm" = ( +"bFd" = ( /obj/machinery/light_switch{ pixel_x = 27 }, @@ -46868,7 +47092,28 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bEn" = ( +"bFe" = ( +/obj/machinery/message_server, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_server_room) +"bFf" = ( +/obj/machinery/camera/network/command{ + c_tag = "AI - Messaging Server"; + dir = 1 + }, +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_server_room) +"bFg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = -8 + }, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_server_room) +"bFh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/light_switch{ @@ -46877,18 +47122,44 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_cyborg_station) -"bEo" = ( -/obj/machinery/door/firedoor, -/turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bEp" = ( +"bFi" = ( +/obj/machinery/recharge_station, +/obj/machinery/camera/network/command{ + c_tag = "AI - Cyborg Station"; + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_cyborg_station) +"bFj" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/bluegrid, +/area/turret_protected/ai_cyborg_station) +"bFk" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plating, +/area/teleporter) +"bFl" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plating, +/area/teleporter) +"bFm" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plating, +/area/teleporter) +"bFn" = ( +/obj/structure/table/rack, +/obj/item/weapon/tank/oxygen, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/teleporter) +"bFo" = ( /obj/structure/closet/crate, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/teleporter) -"bEq" = ( +"bFp" = ( /obj/machinery/door/blast/shutters{ density = 0; dir = 8; @@ -46900,23 +47171,33 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/medical/sleeper) -"bEr" = ( +"bFq" = ( +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bFr" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bFs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bFt" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bEs" = ( -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bEt" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +"bFu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bEu" = ( +"bFv" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -46926,13 +47207,13 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bEv" = ( +"bFw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bEw" = ( +/area/medical/medbay) +"bFx" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -46950,75 +47231,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bEx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay) -"bEy" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bEz" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized, -/turf/simulated/floor/plating, -/area/rnd/research) -"bEA" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bEB" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(12,47) - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - 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/plating, -/area/maintenance/research_shuttle) -"bEC" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(12,47) - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bED" = ( -/turf/simulated/wall, -/area/maintenance/research_shuttle) -"bEE" = ( +"bFy" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ name = "Medical Equipment"; @@ -47026,42 +47239,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bEF" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bEG" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "research_dock_outer"; - locked = 1; - name = "Shuttle Airlock"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/rnd/docking) -"bEH" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "research_dock_airlock"; - name = "exterior access button"; - pixel_x = -40; - pixel_y = 8; - req_one_access = list(13,65) - }, -/obj/structure/lattice, -/turf/space, -/area/space) -"bEI" = ( +"bFz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 @@ -47073,7 +47251,27 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bEJ" = ( +"bFA" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bFB" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bFC" = ( /obj/machinery/atmospherics/pipe/manifold/visible{ dir = 8 }, @@ -47084,16 +47282,15 @@ }, /turf/simulated/floor/tiled/white, /area/medical/cryo) -"bEK" = ( -/obj/machinery/door/firedoor, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 +"bFD" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (NORTHWEST)"; + icon_state = "intact"; + dir = 9 }, /turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bEL" = ( +/area/medical/cryo) +"bFE" = ( /obj/machinery/power/apc/high{ dir = 4; name = "east bump"; @@ -47105,40 +47302,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/cryo) -"bEM" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/medical/cryo) -"bEN" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "cargo_bay_door"; - locked = 1; - name = "Cargo Docking Hatch"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bEO" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bEP" = ( +"bFF" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/bodybags{ pixel_x = 1; @@ -47156,11 +47320,64 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/medical/genetics_cloning) -"bEQ" = ( +"bFG" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/medical/genetics_cloning) -"bER" = ( +"bFH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bFI" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bFJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bFK" = ( +/turf/simulated/floor/plating, +/area/medical/genetics) +"bFL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bFM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Genetics Research"; + req_access = list(9) + }, +/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/genetics) +"bFN" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 2; sortType = "RD Office"; @@ -47179,22 +47396,8 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bES" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/research{ - name = "Genetics Research"; - req_access = list(9) - }, -/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/genetics) -"bET" = ( -/obj/machinery/door/firedoor/border_only, +"bFO" = ( +/obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47204,11 +47407,11 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bEU" = ( +"bFP" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 8; name = "hazard door west" }, @@ -47219,55 +47422,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bEV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bEW" = ( -/obj/machinery/status_display/supply_display, -/turf/simulated/wall, -/area/quartermaster/qm) -"bEX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"bEY" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"bEZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"bFa" = ( -/turf/simulated/wall, -/area/quartermaster/qm) -"bFb" = ( +"bFQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47278,7 +47433,18 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bFc" = ( +"bFR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bFS" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47290,7 +47456,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bFd" = ( +"bFT" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47309,22 +47475,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bFe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bFf" = ( +"bFU" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47341,7 +47492,22 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bFg" = ( +"bFV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bFW" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47356,7 +47522,7 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bFh" = ( +"bFX" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47375,19 +47541,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/research) -"bFi" = ( -/obj/machinery/message_server, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_server_room) -"bFj" = ( -/obj/machinery/camera/network/command{ - c_tag = "AI - Messaging Server"; - dir = 1 - }, -/obj/machinery/blackbox_recorder, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_server_room) -"bFk" = ( +"bFY" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -47408,44 +47562,20 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bFl" = ( -/obj/machinery/light{ - dir = 1 +"bFZ" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 }, -/obj/structure/lamarr, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/heads/hor) -"bFm" = ( -/obj/machinery/recharge_station, -/obj/machinery/camera/network/command{ - c_tag = "AI - Cyborg Station"; - dir = 1 +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized{ + dir = 4 }, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_cyborg_station) -"bFn" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/bluegrid, -/area/turret_protected/ai_cyborg_station) -"bFo" = ( -/obj/machinery/computer/teleporter, /turf/simulated/floor/plating, -/area/teleporter) -"bFp" = ( -/obj/machinery/teleport/station, -/turf/simulated/floor/plating, -/area/teleporter) -"bFq" = ( -/obj/machinery/teleport/hub, -/turf/simulated/floor/plating, -/area/teleporter) -"bFr" = ( -/obj/structure/table/rack, -/obj/item/weapon/tank/oxygen, -/obj/item/clothing/mask/gas, -/turf/simulated/floor/plating, -/area/teleporter) -"bFs" = ( +/area/rnd/research) +"bGa" = ( /obj/structure/table/standard, /obj/item/weapon/folder/white, /obj/item/weapon/stamp/rd{ @@ -47466,7 +47596,16 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bFt" = ( +"bGb" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hor) +"bGc" = ( /obj/machinery/requests_console{ announcementConsole = 1; department = "Research Director's Desk"; @@ -47486,16 +47625,7 @@ /obj/item/modular_computer/console/preset/research, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bFu" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hor) -"bFv" = ( +"bGd" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; @@ -47506,7 +47636,14 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/hor) -"bFw" = ( +"bGe" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/lamarr, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/hor) +"bGf" = ( /obj/machinery/ai_status_display{ pixel_y = 32 }, @@ -47515,7 +47652,45 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/hor) -"bFx" = ( +"bGg" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/heads/hor) +"bGh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bGi" = ( +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bGj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bGk" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/docking) +"bGl" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -47528,16 +47703,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bFy" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bFz" = ( +"bGm" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1380; @@ -47559,7 +47725,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bFA" = ( +"bGn" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -47575,7 +47741,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bFB" = ( +"bGo" = ( /obj/machinery/atmospherics/pipe/manifold/hidden{ dir = 1; icon_state = "map"; @@ -47589,16 +47755,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/docking) -"bFC" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Messaging Server"; - req_access = list(16) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/turret_protected/ai_server_room) -"bFD" = ( +"bGp" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 8; frequency = 1380; @@ -47609,9 +47766,142 @@ }, /turf/simulated/floor/tiled, /area/rnd/docking) -"bFE" = ( +"bGq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/rnd/docking) +"bGr" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bGs" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bGt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bGu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bGv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bGw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bGx" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bGy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/loading) +"bGz" = ( +/turf/simulated/wall, +/area/quartermaster/miningdock) +"bGA" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, @@ -47629,19 +47919,19 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bFF" = ( +"bGB" = ( /obj/structure/filingcabinet, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bFG" = ( +"bGC" = ( +/obj/item/modular_computer/console/preset/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"bGD" = ( /obj/machinery/computer/security/mining, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bFH" = ( -/obj/machinery/computer/supplycomp, -/turf/simulated/floor/tiled, -/area/quartermaster/qm) -"bFI" = ( +"bGE" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, /obj/machinery/light{ @@ -47650,7 +47940,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bFJ" = ( +"bGF" = ( /obj/structure/disposalpipe/segment, /obj/machinery/camera/network/exodus{ c_tag = "Primary Hallway Central - Southwest"; @@ -47663,7 +47953,14 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bFK" = ( +"bGG" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/hallway/primary/central_three) +"bGH" = ( +/turf/simulated/wall/r_wall, +/area/hallway/primary/central_three) +"bGI" = ( /obj/machinery/door/airlock/command{ id_tag = "hopdoor"; name = "Head of Personnel"; @@ -47672,46 +47969,16 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hop) -"bFL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"bGJ" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Messaging Server"; + req_access = list(16) }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bFM" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bFN" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bFO" = ( -/turf/simulated/floor/plating, -/area/medical/genetics) -"bFP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bFQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/turret_protected/ai_server_room) +"bGK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/door/airlock/highsecurity{ @@ -47720,14 +47987,7 @@ }, /turf/simulated/floor/tiled/dark, /area/turret_protected/ai_cyborg_station) -"bFR" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bFS" = ( +"bGL" = ( /obj/machinery/door/airlock/multi_tile/glass{ autoclose = 1; dir = 2; @@ -47735,14 +47995,27 @@ }, /turf/simulated/floor/tiled, /area/medical/sleeper) -"bFT" = ( -/obj/machinery/firealarm{ +"bGM" = ( +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bGN" = ( +/obj/structure/disposalpipe/segment{ dir = 1; - pixel_y = -24 + icon_state = "pipe-c" }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bFU" = ( +"bGO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bGP" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ dir = 4 @@ -47752,16 +48025,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bFV" = ( +"bGQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bFW" = ( +/area/medical/medbay) +"bGR" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 1; sortType = "Chemistry"; @@ -47783,33 +48056,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bFX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay) -"bFY" = ( -/obj/item/device/radio/intercom{ - broadcasting = 0; - canhear_range = 5; - frequency = 1485; - listening = 1; - name = "Station Intercom (Medbay)"; - pixel_x = 0; - pixel_y = 21 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay3) -"bFZ" = ( +"bGS" = ( /obj/machinery/light{ dir = 1 }, @@ -47826,7 +48073,24 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bGa" = ( +"bGT" = ( +/obj/item/device/radio/intercom{ + broadcasting = 0; + canhear_range = 5; + frequency = 1485; + listening = 1; + name = "Station Intercom (Medbay)"; + pixel_x = 0; + pixel_y = 21 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"bGU" = ( /obj/structure/noticeboard{ pixel_y = 28 }, @@ -47838,7 +48102,21 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bGb" = ( +"bGV" = ( +/obj/machinery/alarm{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"bGW" = ( /obj/machinery/light{ dir = 1 }, @@ -47862,34 +48140,19 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bGc" = ( -/obj/machinery/alarm{ - pixel_y = 25 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ +"bGX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, /obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; + tag = "icon-corner_white (NORTH)"; icon_state = "corner_white"; - dir = 5 + dir = 1 }, /turf/simulated/floor/tiled/white, -/area/medical/medbay3) -"bGd" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bGe" = ( +/area/medical/medbay2) +"bGY" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -47906,19 +48169,24 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bGf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +"bGZ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTH)"; +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; - dir = 1 + dir = 6 }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bGg" = ( +"bHa" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47938,8 +48206,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/cryo) -"bGh" = ( -/obj/machinery/door/firedoor, +"bHb" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47948,14 +48215,12 @@ d2 = 8; icon_state = "4-8" }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, /turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bGi" = ( +/area/medical/cryo) +"bHc" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -47977,70 +48242,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/cryo) -"bGj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/cryo) -"bGk" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/heads/hor) -"bGl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bGm" = ( -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bGn" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bGo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/genetics_cloning) -"bGp" = ( +"bHd" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ id_tag = "GeneticsDoor"; @@ -48063,24 +48265,27 @@ }, /turf/simulated/floor/tiled/white, /area/medical/cryo) -"bGq" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 +"bHe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/genetics_cloning) -"bGr" = ( +"bHf" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -48098,7 +48303,24 @@ }, /turf/simulated/floor/tiled/white, /area/medical/genetics_cloning) -"bGs" = ( +"bHg" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/genetics_cloning) +"bHh" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ id_tag = "GeneticsDoor"; @@ -48121,7 +48343,65 @@ }, /turf/simulated/floor/tiled/white, /area/medical/genetics) -"bGt" = ( +"bHi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + 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/plating, +/area/medical/genetics) +"bHj" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bHk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/genetics) +"bHl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bHm" = ( +/obj/item/frame/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/genetics) +"bHn" = ( /obj/structure/disposalpipe/segment, /obj/machinery/alarm{ dir = 4; @@ -48139,42 +48419,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bGu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/rnd/docking) -"bGv" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/medical/genetics) -"bGw" = ( -/obj/item/frame/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/medical/genetics) -"bGx" = ( +"bHo" = ( /obj/structure/sign/science{ pixel_x = 32 }, @@ -48183,8 +48428,8 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bGy" = ( -/obj/machinery/door/firedoor/border_only{ +"bHp" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "hazard door north" }, @@ -48199,64 +48444,8 @@ }, /turf/simulated/floor/tiled/dark, /area/rnd/research) -"bGz" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bGA" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bGB" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bGC" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bGD" = ( -/turf/simulated/wall, -/area/quartermaster/miningdock) -"bGE" = ( -/obj/machinery/door/firedoor/border_only{ +"bHq" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -48271,7 +48460,14 @@ }, /turf/simulated/floor/tiled, /area/rnd/research) -"bGF" = ( +"bHr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bHs" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -48282,11 +48478,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bGG" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/heads/hor) -"bGH" = ( +"bHt" = ( /obj/structure/table/standard, /obj/machinery/computer/skills{ icon_state = "medlaptop" @@ -48298,19 +48490,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bGI" = ( -/obj/machinery/computer/robotics, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hor) -"bGJ" = ( +"bHu" = ( /obj/structure/bed/chair/office/light{ dir = 8 }, @@ -48351,21 +48531,30 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bGK" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/hallway/primary/central_three) -"bGL" = ( -/turf/simulated/wall/r_wall, -/area/hallway/primary/central_three) -"bGM" = ( +"bHv" = ( +/obj/machinery/computer/robotics, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hor) +"bHw" = ( /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; dir = 10 }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/hor) -"bGN" = ( +"bHx" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/hor) +"bHy" = ( /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (SOUTHEAST)"; icon_state = "warning"; @@ -48373,40 +48562,46 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/hor) -"bGO" = ( -/obj/machinery/computer/shuttle_control/research, -/turf/simulated/floor/tiled/white, -/area/rnd/docking) -"bGP" = ( +"bHz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bHA" = ( /obj/machinery/atmospherics/portables_connector{ dir = 1 }, /obj/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/floor/tiled/white, /area/rnd/docking) -"bGQ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "acute1"; - name = "EMT Storage Privacy Shutters"; - opacity = 0 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, +"bHB" = ( +/obj/machinery/computer/shuttle_control/research, /turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bGR" = ( +/area/rnd/docking) +"bHC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/shuttle/plating, +/area/rnd/docking) +"bHD" = ( /obj/machinery/airlock_sensor{ frequency = 1380; id_tag = "research_dock_sensor"; @@ -48424,7 +48619,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/docking) -"bGS" = ( +"bHE" = ( /obj/machinery/light/small{ dir = 4 }, @@ -48444,7 +48639,24 @@ }, /turf/simulated/floor/tiled, /area/rnd/docking) -"bGT" = ( +"bHF" = ( +/obj/structure/lattice, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 32 + }, +/turf/template_noop, +/area/template_noop) +"bHG" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bHH" = ( /obj/structure/cable/green{ d2 = 4; icon_state = "0-4" @@ -48457,15 +48669,23 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bGU" = ( -/obj/structure/table/standard, -/obj/item/weapon/paper_bin{ - pixel_x = 1; - pixel_y = 9 +"bHI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bGV" = ( +"bHJ" = ( /obj/structure/table/rack{ dir = 1 }, @@ -48482,23 +48702,20 @@ /obj/item/weapon/storage/belt/utility, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bGW" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"bHK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8 }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/obj/structure/window/reinforced/polarized{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bGX" = ( +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/quartermaster/qm) +"bHL" = ( /obj/machinery/requests_console{ department = "Cargo Bay"; departmentType = 2; @@ -48508,10 +48725,7 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bGY" = ( -/turf/simulated/floor/tiled, -/area/quartermaster/qm) -"bGZ" = ( +"bHM" = ( /obj/structure/bed/chair/office/dark, /obj/effect/landmark/start{ name = "Quartermaster" @@ -48538,7 +48752,10 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bHa" = ( +"bHN" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"bHO" = ( /obj/item/device/radio/intercom{ dir = 4; name = "Station Intercom (General)"; @@ -48547,41 +48764,44 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bHb" = ( +"bHP" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bHQ" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -5; pixel_y = 30 }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHc" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, +"bHR" = ( +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHd" = ( +"bHS" = ( /obj/machinery/light{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHe" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 +"bHT" = ( +/obj/machinery/door/airlock/glass{ + name = "Central Access" }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHf" = ( +"bHU" = ( /obj/structure/sign/securearea{ pixel_y = 32 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 8; name = "hazard door west" }, @@ -48592,24 +48812,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHg" = ( -/obj/machinery/door/airlock/glass{ - name = "Central Access" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bHh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/corner/blue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bHi" = ( +"bHV" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -48621,7 +48824,24 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHj" = ( +"bHW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bHX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bHY" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -48638,13 +48858,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHk" = ( +"bHZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHl" = ( +"bIa" = ( /obj/machinery/ai_status_display{ pixel_y = 32 }, @@ -48658,67 +48885,14 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - 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/plating, -/area/medical/genetics) -"bHn" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bHo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bHp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bHq" = ( +"bIb" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHr" = ( +"bIc" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -48733,7 +48907,17 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHs" = ( +"bId" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bIe" = ( /obj/machinery/camera/network/exodus{ c_tag = "Primary Hallway Central - South Southeast" }, @@ -48747,22 +48931,12 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bHu" = ( +"bIf" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHv" = ( -/obj/machinery/door/firedoor/border_only{ +"bIg" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -48771,40 +48945,87 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHw" = ( -/obj/machinery/door/firedoor/border_only{ +"bIh" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "hazard door west" }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bHx" = ( +"bIi" = ( +/obj/machinery/atm{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bIj" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; pixel_y = 28 }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bHy" = ( -/obj/machinery/atm{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bHz" = ( -/obj/machinery/camera/network/exodus{ - c_tag = "Primary Hallway Central - Southeast" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bHA" = ( +"bIk" = ( /obj/machinery/newscaster{ pixel_y = 32 }, /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bHB" = ( +"bIl" = ( +/obj/machinery/camera/network/exodus{ + c_tag = "Primary Hallway Central - Southeast" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bIm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "acute1"; + name = "EMT Storage Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"bIn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "acute1"; + name = "EMT Storage Privacy Shutters"; + opacity = 0 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bIo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/blast/shutters{ density = 0; @@ -48830,7 +49051,23 @@ }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bHC" = ( +"bIp" = ( +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = 11 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay) +"bIq" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -48847,34 +49084,16 @@ /obj/effect/floor_decal/corner/paleblue, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bHD" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bHE" = ( -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = 11 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" +"bIr" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bHF" = ( +"bIs" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, @@ -48885,48 +49104,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bHG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/shuttle/plating, -/area/rnd/docking) -"bHH" = ( -/obj/machinery/door/firedoor, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay) -"bHI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay3) -"bHJ" = ( -/obj/structure/lattice, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 32 - }, -/turf/space, -/area/space) -"bHK" = ( +"bIt" = ( /obj/structure/sign/goldenplaque{ desc = "Done No Harm."; name = "Best Doctor 2457"; @@ -48946,7 +49124,24 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay3) -"bHL" = ( +"bIu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"bIv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay3) +"bIw" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -48958,40 +49153,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bHM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay3) -"bHN" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bHO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"bHP" = ( +"bIx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 @@ -49003,18 +49165,34 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bHQ" = ( +"bIy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay2) +"bIz" = ( /obj/machinery/atmospherics/pipe/manifold/visible{ dir = 8 }, /obj/effect/floor_decal/corner/paleblue/full, /turf/simulated/floor/tiled/white, /area/medical/cryo) -"bHR" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 +"bIA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/cryo) +"bIB" = ( /obj/machinery/atmospherics/pipe/simple/visible{ tag = "icon-intact (SOUTHWEST)"; icon_state = "intact"; @@ -49028,39 +49206,155 @@ icon_state = "corner_white"; dir = 10 }, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled/white, /area/medical/cryo) -"bHS" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 1 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/cryo) -"bHT" = ( +"bIC" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -25 }, /turf/simulated/floor/tiled/white, /area/medical/genetics_cloning) -"bHU" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/genetics_cloning) -"bHV" = ( +"bID" = ( /obj/structure/bed/chair/office/dark, /obj/effect/landmark/start{ name = "Geneticist" }, /turf/simulated/floor/tiled/white, /area/medical/genetics_cloning) -"bHW" = ( +"bIE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/genetics_cloning) +"bIF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bIG" = ( +/obj/item/frame/light, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bIH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bII" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/medical/genetics) +"bIJ" = ( +/obj/structure/table, +/turf/simulated/floor/tiled, +/area/medical/genetics) +"bIK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(5,12,47) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bIL" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/research_port) +"bIM" = ( +/turf/simulated/wall/r_wall, +/area/server) +"bIN" = ( +/obj/machinery/r_n_d/server/robotics, +/turf/simulated/floor/bluegrid{ + name = "Server Base"; + nitrogen = 500; + oxygen = 0; + temperature = 80 + }, +/area/server) +"bIO" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + icon_state = "map_vent_out"; + use_power = 1 + }, +/turf/simulated/floor/bluegrid{ + name = "Server Base"; + nitrogen = 500; + oxygen = 0; + temperature = 80 + }, +/area/server) +"bIP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + base_icon = 'icons/turf/flooring/plating.dmi'; + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "dark"; + name = "Server Walkway"; + nitrogen = 500; + oxygen = 0; + temperature = 80 + }, +/area/server) +"bIQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/server) +"bIR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact"; + tag = "icon-intact-f (SOUTHWEST)" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/server) +"bIS" = ( /obj/machinery/power/apc/high{ dir = 1; name = "north bump"; @@ -49077,44 +49371,7 @@ /obj/machinery/atmospherics/portables_connector, /turf/simulated/floor/tiled/dark, /area/server) -"bHX" = ( -/obj/structure/table, -/turf/simulated/floor/tiled, -/area/medical/genetics) -"bHY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/medical/genetics) -"bHZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/bluegrid{ - base_icon = 'icons/turf/flooring/plating.dmi'; - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "dark"; - name = "Server Walkway"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/server) -"bIa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHWEST)" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/dark, -/area/server) -"bIb" = ( +"bIT" = ( /obj/machinery/atmospherics/unary/freezer{ dir = 2; icon_state = "freezer_1"; @@ -49129,10 +49386,17 @@ }, /turf/simulated/floor/tiled/dark, /area/server) -"bIc" = ( -/turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bId" = ( +"bIU" = ( +/turf/simulated/wall/r_wall, +/area/rnd/storage) +"bIV" = ( +/obj/machinery/computer/area_atmos, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bIW" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -49141,14 +49405,7 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled, /area/rnd/storage) -"bIe" = ( -/obj/machinery/computer/area_atmos, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bIf" = ( +"bIX" = ( /obj/machinery/portable_atmospherics/powered/scrubber/huge, /obj/structure/sign/nosmoking_2{ pixel_x = 28 @@ -49156,19 +49413,33 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/rnd/storage) -"bIg" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, +"bIY" = ( +/turf/simulated/wall, +/area/rnd/storage) +"bIZ" = ( /obj/effect/floor_decal/corner/white/full{ tag = "icon-corner_white_full (EAST)"; icon_state = "corner_white_full"; dir = 4 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/rnd/research) -"bIh" = ( +"bJa" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bJb" = ( /obj/structure/table/rack, /obj/item/weapon/rig/hazmat/equipped, /obj/effect/floor_decal/corner/white/diagonal{ @@ -49178,7 +49449,16 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bIi" = ( +"bJc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hor) +"bJd" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -49190,29 +49470,7 @@ /obj/machinery/papershredder, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bIj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hor) -"bIk" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"bIl" = ( +"bJe" = ( /obj/machinery/computer/area_atmos, /obj/effect/floor_decal/corner/white/diagonal{ tag = "icon-corner_white_diagonal (EAST)"; @@ -49224,7 +49482,15 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bIm" = ( +"bJf" = ( +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hor) +"bJg" = ( /obj/structure/table/standard, /obj/item/device/taperecorder{ pixel_x = -3 @@ -49253,16 +49519,53 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bIn" = ( -/obj/structure/bed/chair/office/dark{ +"bJh" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bJi" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/effect/landmark/start{ - name = "Shaft Miner" +/obj/machinery/door/firedoor{ + dir = 2 }, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bIo" = ( +/turf/simulated/shuttle/plating, +/area/rnd/docking) +"bJj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/shuttle/plating, +/area/rnd/docking) +"bJk" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/template_noop, +/area/template_noop) +"bJl" = ( /obj/structure/table/standard, /obj/item/weapon/folder/yellow, /obj/item/weapon/pen, @@ -49274,7 +49577,27 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bIp" = ( +"bJm" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bJn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bJo" = ( /obj/structure/table/rack{ dir = 1 }, @@ -49286,43 +49609,17 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bIq" = ( +"bJp" = ( /obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ +/obj/structure/window/reinforced/polarized{ dir = 8 }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "acute1"; - name = "EMT Storage Privacy Shutters"; - opacity = 0 +/obj/structure/window/reinforced/polarized{ + dir = 4 }, /turf/simulated/floor/plating, -/area/medical/sleeper) -"bIr" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bIs" = ( +/area/quartermaster/qm) +"bJq" = ( /obj/item/weapon/paper_bin{ pixel_x = -3; pixel_y = 7 @@ -49334,19 +49631,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bIt" = ( -/obj/item/weapon/clipboard, -/obj/item/weapon/stamp{ - name = "Quartermaster's stamp"; - pixel_x = 0; - pixel_y = 0 - }, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/turf/simulated/floor/tiled, -/area/quartermaster/qm) -"bIu" = ( +"bJr" = ( /obj/item/weapon/folder/yellow, /obj/item/weapon/pen{ pixel_x = 4; @@ -49361,7 +49646,19 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bIv" = ( +"bJs" = ( +/obj/item/weapon/clipboard, +/obj/item/weapon/stamp{ + name = "Quartermaster's stamp"; + pixel_x = 0; + pixel_y = 0 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"bJt" = ( /obj/structure/disposalpipe/segment, /obj/machinery/camera/network/civilian_west{ c_tag = "Cargo - Quartermaster's Office"; @@ -49369,7 +49666,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bIw" = ( +"bJu" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=AIW"; location = "QM" @@ -49387,22 +49684,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bIx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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/central_three) -"bIy" = ( +"bJv" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 2; @@ -49422,7 +49704,22 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bIz" = ( +"bJw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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/central_three) +"bJx" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -49437,8 +49734,23 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bIA" = ( -/obj/machinery/door/firedoor/border_only{ +"bJy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/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/central_three) +"bJz" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -49456,41 +49768,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bIB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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/central_three) -"bIC" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "hazard door west" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/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/central_three) -"bID" = ( +"bJA" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, @@ -49508,34 +49786,11 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bIE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 +"bJB" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "hazard door west" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bIF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bIG" = ( -/obj/machinery/hologram/holopad, /obj/structure/cable{ d1 = 4; d2 = 8; @@ -49550,7 +49805,33 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bIH" = ( +"bJC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bJD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bJE" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=AftH"; location = "AIW" @@ -49570,7 +49851,8 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bII" = ( +"bJF" = ( +/obj/machinery/hologram/holopad, /obj/structure/cable{ d1 = 4; d2 = 8; @@ -49580,32 +49862,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bIJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bIK" = ( -/obj/item/frame/light, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bIL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bIM" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bJG" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=CHE"; location = "AIE" @@ -49624,7 +49886,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bIN" = ( +"bJH" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bJI" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -49635,50 +49910,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bIO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(5,12,47) - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bIP" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/research_port) -"bIQ" = ( -/turf/simulated/wall/r_wall, -/area/server) -"bIR" = ( -/obj/machinery/r_n_d/server/robotics, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/server) -"bIS" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - icon_state = "map_vent_out"; - use_power = 1 - }, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/server) -"bIT" = ( +"bJJ" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -49691,49 +49923,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bIU" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/server) -"bIV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bIW" = ( +"bJK" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -49752,7 +49942,25 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bIX" = ( +"bJL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bJM" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -49772,29 +49980,7 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bIY" = ( -/turf/simulated/wall/r_wall, -/area/rnd/storage) -"bIZ" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=HOP"; - location = "CHE" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bJa" = ( +"bJN" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -49813,16 +49999,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bJb" = ( -/obj/machinery/light{ - dir = 1 +"bJO" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP"; + location = "CHE" }, -/turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bJc" = ( -/turf/simulated/wall, -/area/rnd/storage) -"bJd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bJP" = ( /obj/machinery/mech_recharger, /obj/structure/sign/poster{ pixel_x = 0; @@ -49830,21 +50026,16 @@ }, /turf/simulated/floor/plating, /area/medical/sleeper) -"bJe" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 +"bJQ" = ( +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bJR" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bJf" = ( +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bJS" = ( /obj/machinery/button/remote/blast_door{ id = "acute1"; name = "EMT Storage Privacy Shutters"; @@ -49854,7 +50045,11 @@ }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bJg" = ( +"bJT" = ( +/obj/machinery/vending/medical, +/turf/simulated/wall, +/area/medical/medbay) +"bJU" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -49870,7 +50065,44 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bJh" = ( +"bJV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay) +"bJW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/medical/medbay3) +"bJX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command{ id_tag = "cmodoor"; @@ -49879,7 +50111,44 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bJi" = ( +"bJY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay3) +"bJZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay2) +"bKa" = ( /obj/structure/disposalpipe/segment, /obj/machinery/alarm{ dir = 8; @@ -49893,21 +50162,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bJj" = ( -/obj/machinery/clonepod, -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/effect/floor_decal/corner/mauve{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/genetics_cloning) -"bJk" = ( +"bKb" = ( /obj/machinery/light/small, /obj/machinery/light_switch{ pixel_x = -22; @@ -49920,53 +50175,15 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/medical/cryo) -"bJl" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bJm" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +"bKc" = ( +/obj/machinery/atmospherics/portables_connector{ dir = 1 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/shuttle/plating, -/area/rnd/docking) -"bJn" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/shuttle/plating, -/area/rnd/docking) -"bJo" = ( -/obj/structure/lattice, -/obj/structure/grille, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/space, -/area/space) -"bJp" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/medical/cryo) +"bKd" = ( /obj/machinery/atmospherics/unary/freezer{ dir = 1; icon_state = "freezer" @@ -49980,15 +50197,32 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/medical/cryo) -"bJq" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 +"bKe" = ( +/obj/machinery/clonepod, +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/medical/cryo) -"bJr" = ( +/obj/effect/floor_decal/corner/mauve{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/genetics_cloning) +"bKf" = ( +/obj/machinery/computer/cloning, +/obj/machinery/light, +/obj/effect/floor_decal/corner/mauve{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled/white, +/area/medical/genetics_cloning) +"bKg" = ( /obj/machinery/dna_scannernew, /obj/machinery/light_switch{ dir = 2; @@ -50003,64 +50237,63 @@ }, /turf/simulated/floor/tiled/white, /area/medical/genetics_cloning) -"bJs" = ( -/obj/machinery/computer/cloning, -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/floor_decal/corner/mauve{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/genetics_cloning) -"bJt" = ( +"bKh" = ( /obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized{ +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced{ + dir = 8 + }, /turf/simulated/floor/plating, -/area/quartermaster/qm) -"bJu" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/obj/machinery/door/window/westleft{ - dir = 8; - name = "Server Room"; - opacity = 1; - req_access = list(30) - }, -/obj/machinery/door/window/eastleft{ - name = "Server Room" - }, -/turf/simulated/floor/tiled/dark, -/area/server) -"bJv" = ( +/area/medical/genetics) +"bKi" = ( /turf/simulated/floor/tiled, /area/medical/genetics) -"bJw" = ( -/obj/effect/landmark{ - name = "blobstart" +"bKj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 }, -/turf/simulated/floor/bluegrid{ - base_icon = 'icons/turf/flooring/plating.dmi'; - icon = 'icons/turf/flooring/tiles.dmi'; - icon_state = "dark"; - name = "Server Walkway"; - nitrogen = 500; - oxygen = 0; - temperature = 80 +/turf/simulated/floor/plating, +/area/medical/genetics) +"bKk" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/area/server) -"bJx" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bKl" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bKm" = ( /obj/machinery/alarm/server{ dir = 4; pixel_x = -22; @@ -50079,12 +50312,10 @@ temperature = 80 }, /area/server) -"bJy" = ( -/obj/structure/bed/chair/office/light, -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/simulated/floor/tiled/dark, -/area/server) -"bJz" = ( +"bKn" = ( +/obj/effect/landmark{ + name = "blobstart" + }, /turf/simulated/floor/bluegrid{ base_icon = 'icons/turf/flooring/plating.dmi'; icon = 'icons/turf/flooring/tiles.dmi'; @@ -50095,7 +50326,34 @@ temperature = 80 }, /area/server) -"bJA" = ( +"bKo" = ( +/turf/simulated/floor/bluegrid{ + base_icon = 'icons/turf/flooring/plating.dmi'; + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "dark"; + name = "Server Walkway"; + nitrogen = 500; + oxygen = 0; + temperature = 80 + }, +/area/server) +"bKp" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/obj/machinery/door/window/westleft{ + dir = 8; + name = "Server Room"; + opacity = 1; + req_access = list(30) + }, +/obj/machinery/door/window/eastleft{ + name = "Server Room" + }, +/turf/simulated/floor/tiled/dark, +/area/server) +"bKq" = ( /obj/machinery/atmospherics/pipe/manifold/hidden{ dir = 8; icon_state = "map"; @@ -50104,11 +50362,12 @@ /obj/machinery/meter, /turf/simulated/floor/tiled/dark, /area/server) -"bJB" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, +"bKr" = ( +/obj/structure/bed/chair/office/light, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/tiled/dark, +/area/server) +"bKs" = ( /obj/machinery/light/small{ dir = 4 }, @@ -50117,9 +50376,56 @@ icon_state = "intact"; tag = "icon-intact-f (NORTHWEST)" }, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled/dark, /area/server) -"bJC" = ( +"bKt" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bKu" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (EAST)"; + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bKv" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bKw" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/research) +"bKx" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -50140,53 +50446,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bJD" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (EAST)"; - icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bJE" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bJF" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bJG" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/research) -"bJH" = ( +"bKy" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -50204,7 +50464,7 @@ /obj/effect/floor_decal/corner/white/full, /turf/simulated/floor/tiled, /area/rnd/research) -"bJI" = ( +"bKz" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -50225,7 +50485,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bJJ" = ( +"bKA" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -50247,40 +50507,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bJK" = ( -/obj/structure/table/rack, -/obj/item/weapon/crowbar, -/obj/item/weapon/crowbar, -/obj/item/weapon/storage/toolbox/mechanical, -/obj/machinery/vending/wallmed1{ - pixel_x = -32; - pixel_y = 0 - }, -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bJL" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hor) -"bJM" = ( +"bKB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -50298,7 +50525,36 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bJN" = ( +"bKC" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hor) +"bKD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hor) +"bKE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -50313,21 +50569,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bJO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hor) -"bJP" = ( +"bKF" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -50343,15 +50585,37 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bJQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +"bKG" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 }, -/turf/simulated/floor/airless, -/area/rnd/test_area) -"bJR" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bKH" = ( +/obj/structure/closet/crate, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bKI" = ( +/obj/structure/table/rack, +/obj/random/loot, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bKJ" = ( +/obj/structure/table/rack, +/obj/effect/decal/cleanable/cobweb2, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bKK" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -50361,7 +50625,15 @@ }, /turf/simulated/floor/airless, /area/rnd/test_area) -"bJS" = ( +"bKL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"bKM" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -50372,32 +50644,42 @@ }, /turf/simulated/floor/airless, /area/rnd/test_area) -"bJT" = ( +"bKN" = ( +/turf/simulated/wall, +/area/rnd/test_area) +"bKO" = ( +/turf/simulated/wall/r_wall, +/area/rnd/test_area) +"bKP" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall/r_wall, +/area/rnd/test_area) +"bKQ" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/mining/station) +"bKR" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_straight (EAST)"; icon_state = "swall_straight"; dir = 4 }, /area/shuttle/mining/station) -"bJU" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, +"bKS" = ( +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, /area/shuttle/mining/station) -"bJV" = ( -/turf/space, +"bKT" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ tag = "icon-swall_c"; icon_state = "swall_c" }, /area/shuttle/mining/station) -"bJW" = ( -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bJX" = ( +"bKU" = ( /obj/machinery/computer/security/mining, /obj/item/device/radio/intercom{ dir = 0; @@ -50410,99 +50692,35 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bJY" = ( -/obj/machinery/vending/medical, -/turf/simulated/wall, -/area/medical/medbay) -"bJZ" = ( +"bKV" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bKW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/quartermaster/qm) +"bKX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bKa" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay) -"bKb" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/medbay3) -"bKc" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/quartermaster/qm) -"bKd" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay3) -"bKe" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay2) -"bKf" = ( +"bKY" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bKg" = ( +"bKZ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"bLa" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -50511,7 +50729,7 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bKh" = ( +"bLb" = ( /obj/machinery/light, /obj/effect/floor_decal/corner/brown{ tag = "icon-corner_white (WEST)"; @@ -50520,14 +50738,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKi" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bKj" = ( +"bLc" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 1; @@ -50538,7 +50749,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKk" = ( +"bLd" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bLe" = ( /obj/machinery/alarm{ dir = 1; icon_state = "alarm0"; @@ -50549,7 +50767,7 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKl" = ( +"bLf" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = -29 @@ -50559,77 +50777,19 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKm" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bKn" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bKo" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bKp" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bKq" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bKr" = ( +"bLg" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; pixel_y = -32 }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKs" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, +"bLh" = ( +/obj/machinery/light, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKt" = ( +"bLi" = ( /obj/machinery/alarm{ dir = 1; icon_state = "alarm0"; @@ -50637,7 +50797,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKu" = ( +"bLj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bLk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bLl" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -50658,31 +50831,14 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bKw" = ( +"bLm" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/light, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_three) -"bKy" = ( +"bLn" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 8; sortType = "Janitor Closet"; @@ -50690,17 +50846,17 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKz" = ( +"bLo" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "hazard door west" +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKA" = ( +"bLp" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -50709,37 +50865,70 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bKB" = ( -/obj/machinery/light, +"bLq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8; + name = "hazard door west" + }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_two) -"bKC" = ( +/area/hallway/primary/central_three) +"bLr" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bKD" = ( +"bLs" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_two) +"bLt" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = -29 }, /turf/simulated/floor/tiled, /area/hallway/primary/central_two) -"bKE" = ( +"bLu" = ( +/obj/structure/table/rack, +/obj/item/weapon/crowbar, +/obj/item/weapon/crowbar, +/obj/item/weapon/storage/toolbox/mechanical, +/obj/machinery/vending/wallmed1{ + pixel_x = -32; + pixel_y = 0 + }, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bLv" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bKF" = ( +"bLw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bLx" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ autoclose = 1; @@ -50759,16 +50948,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bKG" = ( +"bLy" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 + dir = 4 }, /turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bKH" = ( +/area/medical/medbay) +"bLz" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -50788,16 +50977,26 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bKI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"bLA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 }, -/turf/simulated/floor/tiled/white, +/turf/simulated/floor/plating, /area/medical/medbay) -"bKJ" = ( +"bLB" = ( /obj/machinery/light{ dir = 1 }, @@ -50811,66 +51010,7 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bKK" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/heads/cmo) -"bKL" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 0 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bKM" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bKN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bKO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bKP" = ( +"bLC" = ( /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (NORTHEAST)"; icon_state = "corner_white"; @@ -50878,7 +51018,11 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bKQ" = ( +"bLD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/cmo) +"bLE" = ( /obj/machinery/light{ dir = 1 }, @@ -50890,45 +51034,190 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bKR" = ( -/obj/machinery/computer/rdservercontrol, -/turf/simulated/floor/tiled/dark, -/area/server) -"bKS" = ( -/turf/simulated/wall, -/area/rnd/test_area) -"bKT" = ( -/turf/simulated/wall/r_wall, -/area/rnd/test_area) -"bKU" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" +"bLF" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/simulated/wall/r_wall, -/area/rnd/test_area) -"bKV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay2) +"bLG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "staffroom"; + name = "Staff Room Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay2) +"bLH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 0; + icon_state = "shutter0"; + id = "staffroom"; + name = "Staff Room Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/cryo) +"bLI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 0; + icon_state = "shutter0"; + id = "staffroom"; + name = "Staff Room Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/cryo) +"bLJ" = ( +/turf/simulated/wall, +/area/medical/genetics_cloning) +"bLK" = ( /obj/structure/computerframe, /obj/item/weapon/material/shard{ icon_state = "medium" }, /turf/simulated/floor/tiled, /area/medical/genetics) -"bKW" = ( +"bLL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/constructable_frame/machine_frame, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bLM" = ( /obj/item/weapon/material/shard, /turf/simulated/floor/tiled, /area/medical/genetics) -"bKX" = ( -/obj/structure/window/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/mining/station) -"bKY" = ( +"bLN" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bLO" = ( /obj/structure/window/reinforced, /obj/structure/computerframe, /turf/simulated/floor/tiled, /area/medical/genetics) -"bKZ" = ( +"bLP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bLQ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bLR" = ( +/obj/machinery/r_n_d/server/core, +/turf/simulated/floor/bluegrid{ + name = "Server Base"; + nitrogen = 500; + oxygen = 0; + temperature = 80 + }, +/area/server) +"bLS" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + 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; + use_power = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/bluegrid{ + name = "Server Base"; + nitrogen = 500; + oxygen = 0; + temperature = 80 + }, +/area/server) +"bLT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/server) +"bLU" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 9; icon_state = "intact"; @@ -50936,30 +51225,21 @@ }, /turf/simulated/floor/tiled/dark, /area/server) -"bLa" = ( +"bLV" = ( +/obj/machinery/computer/rdservercontrol, +/turf/simulated/floor/tiled/dark, +/area/server) +"bLW" = ( /obj/machinery/computer/message_monitor, /turf/simulated/floor/tiled/dark, /area/server) -"bLb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 8 +"bLX" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/quartermaster/qm) -"bLc" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bLd" = ( +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bLY" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -50973,13 +51253,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/storage) -"bLe" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bLf" = ( +"bLZ" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -24 }, @@ -50990,11 +51264,15 @@ }, /turf/simulated/floor/tiled, /area/rnd/research) -"bLg" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/tiled/dark, -/area/hallway/primary/central_two) -"bLh" = ( +"bMa" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bMb" = ( /obj/machinery/light_switch{ pixel_y = -23 }, @@ -51011,34 +51289,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bLi" = ( -/obj/structure/table/standard, -/obj/item/weapon/cartridge/signal/science, -/obj/item/weapon/cartridge/signal/science{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/weapon/cartridge/signal/science{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/clothing/glasses/welding/superior, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera/network/research{ - c_tag = "Research - RD's Office"; - dir = 1 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hor) -"bLj" = ( +"bMc" = ( /obj/machinery/keycard_auth{ pixel_x = 0; pixel_y = -24 @@ -51055,7 +51306,41 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bLk" = ( +"bMd" = ( +/obj/structure/table/standard, +/obj/item/weapon/cartridge/signal/science, +/obj/item/weapon/cartridge/signal/science{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/weapon/cartridge/signal/science{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/clothing/glasses/welding/superior, +/obj/machinery/camera/network/research{ + c_tag = "Research - RD's Office"; + dir = 1 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hor) +"bMe" = ( +/obj/structure/closet/secure_closet/RD, +/obj/structure/window/reinforced, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/hor) +"bMf" = ( /obj/machinery/disposal, /obj/structure/window/reinforced, /obj/structure/disposalpipe/trunk{ @@ -51068,17 +51353,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bLl" = ( -/obj/structure/closet/secure_closet/RD, -/obj/structure/window/reinforced, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/hor) -"bLm" = ( +"bMg" = ( /obj/structure/window/reinforced, /obj/structure/filingcabinet/chestdrawer, /obj/effect/floor_decal/corner/white/diagonal{ @@ -51088,7 +51363,76 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/hor) -"bLn" = ( +"bMh" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + 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/plating, +/area/maintenance/research_shuttle) +"bMi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bMj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bMk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bMl" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -51099,30 +51443,104 @@ }, /turf/simulated/floor/airless, /area/rnd/test_area) -"bLo" = ( +"bMm" = ( +/turf/simulated/floor/airless, +/area/rnd/test_area) +"bMn" = ( /obj/machinery/light/small{ dir = 1 }, /turf/simulated/floor/airless, /area/rnd/test_area) -"bLp" = ( +"bMo" = ( /turf/simulated/floor/tiled/airless, /area/rnd/test_area) -"bLq" = ( +"bMp" = ( /obj/structure/window/reinforced{ dir = 5; health = 1e+007 }, /turf/simulated/floor/tiled/airless, /area/rnd/test_area) -"bLr" = ( +"bMq" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_straight (NORTH)"; icon_state = "swall_straight"; dir = 1 }, /area/shuttle/mining/station) -"bLs" = ( +"bMr" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_y = 0 + }, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor, +/area/shuttle/mining/station) +"bMs" = ( +/obj/machinery/computer/shuttle_control/mining, +/turf/simulated/shuttle/floor, +/area/shuttle/mining/station) +"bMt" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "mining_shuttle"; + pixel_x = 25; + pixel_y = -8; + req_one_access = list(13,48); + tag_door = "mining_shuttle_hatch" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor, +/area/shuttle/mining/station) +"bMu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bMv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bMw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bMx" = ( /obj/machinery/computer/shuttle_control/mining, /obj/effect/floor_decal/corner/brown/full{ tag = "icon-corner_white_full (WEST)"; @@ -51131,19 +51549,32 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bLt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bLu" = ( +"bMy" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bLv" = ( +"bMz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bMA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bMB" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -51161,41 +51592,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bLw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bLx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -24 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/qm) -"bLy" = ( +"bMC" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -51218,7 +51615,28 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bLz" = ( +"bMD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"bME" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -51229,7 +51647,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bLA" = ( +"bMF" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -51245,62 +51663,69 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bLB" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment{ - dir = 4 +"bMG" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) }, -/turf/simulated/floor/tiled, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + 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/plating, /area/hallway/primary/central_three) -"bLC" = ( -/obj/machinery/door/firedoor/border_only, +"bMH" = ( +/obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" }, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bLD" = ( -/obj/machinery/door/firedoor/border_only, +"bMI" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_three) +"bMJ" = ( +/obj/machinery/door/firedoor, /obj/structure/disposalpipe/junction, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bLE" = ( +"bMK" = ( /obj/machinery/door/airlock{ name = "Custodial Closet"; req_access = list(26) }, /obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/hallway/primary/central_three) -"bLF" = ( -/obj/structure/window/reinforced{ - dir = 8 +"bML" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, /turf/simulated/floor/plating, -/area/medical/medbay) -"bLG" = ( -/obj/effect/landmark/start{ - name = "Paramedic" - }, -/obj/item/weapon/stool/padded, -/turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bLH" = ( +/area/hallway/primary/central_two) +"bMM" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled/dark, +/area/hallway/primary/central_two) +"bMN" = ( /obj/structure/closet/secure_closet/medical1, /obj/item/device/radio/intercom{ broadcasting = 0; @@ -51322,7 +51747,14 @@ /obj/random/medical, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bLI" = ( +"bMO" = ( +/obj/effect/landmark/start{ + name = "Paramedic" + }, +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bMP" = ( /obj/machinery/button/remote/blast_door{ id = "acutesep"; name = "Acute Separation Shutters"; @@ -51339,7 +51771,7 @@ /obj/item/weapon/stool/padded, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bLJ" = ( +"bMQ" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, @@ -51349,83 +51781,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bLK" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay2) -"bLL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "staffroom"; - name = "Staff Room Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay2) -"bLM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 0; - icon_state = "shutter0"; - id = "staffroom"; - name = "Staff Room Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/cryo) -"bLN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 0; - icon_state = "shutter0"; - id = "staffroom"; - name = "Staff Room Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/cryo) -"bLO" = ( -/turf/simulated/wall, -/area/medical/genetics_cloning) -"bLP" = ( +"bMR" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -51446,19 +51802,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bLQ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/constructable_frame/machine_frame, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bLR" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, +"bMS" = ( /obj/machinery/photocopier/faxmachine{ department = "CMO's Office" }, @@ -51468,100 +51812,18 @@ icon_state = "corner_white"; dir = 9 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bLS" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/genetics) -"bLT" = ( +"bMT" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/cmo) +"bMU" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bLU" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bLV" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bLW" = ( -/obj/machinery/r_n_d/server/core, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/server) -"bLX" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - 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; - use_power = 1; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0 - }, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/server) -"bLY" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/server) -"bLZ" = ( -/turf/simulated/floor/tiled/white, -/area/crew_quarters/heads/cmo) -"bMa" = ( +"bMV" = ( /obj/machinery/power/apc{ dir = 4; name = "east bump"; @@ -51580,26 +51842,7 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bMb" = ( -/obj/structure/disposalpipe/junction{ - icon_state = "pipe-j2"; - dir = 2 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 22; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bMc" = ( +"bMW" = ( /obj/item/device/radio/intercom{ dir = 0; name = "Station Intercom (General)"; @@ -51620,19 +51863,32 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bMd" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "hazard door north" +"bMX" = ( +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j2"; + dir = 2 }, /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = 22; + pixel_y = 0 + }, /turf/simulated/floor/tiled/white, -/area/rnd/research) -"bMe" = ( +/area/medical/medbay2) +"bMY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/medical/medbay2) +"bMZ" = ( /obj/machinery/light{ dir = 1 }, @@ -51649,7 +51905,12 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bMf" = ( +"bNa" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/crew_quarters/medbreak) +"bNb" = ( /obj/machinery/washing_machine, /obj/machinery/power/apc{ dir = 1; @@ -51667,21 +51928,7 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bMg" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/crew_quarters/medbreak) -"bMh" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/bookcase/manuals/medical, -/obj/item/weapon/book/manual/stasis, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/crew_quarters/medbreak) -"bMi" = ( +"bNc" = ( /obj/structure/noticeboard{ pixel_y = 28 }, @@ -51704,18 +51951,53 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bMj" = ( +"bNd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bookcase/manuals/medical, +/obj/item/weapon/book/manual/stasis, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/crew_quarters/medbreak) +"bNe" = ( +/turf/simulated/wall, +/area/crew_quarters/medbreak) +"bNf" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb, /turf/simulated/floor/tiled, /area/medical/genetics) -"bMk" = ( +"bNg" = ( /obj/item/weapon/material/shard{ icon_state = "medium" }, /turf/simulated/floor/tiled, /area/medical/genetics) -"bMl" = ( +"bNh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bNi" = ( +/turf/simulated/wall/r_wall, +/area/rnd/misc_lab) +"bNj" = ( +/obj/machinery/camera/network/research{ + c_tag = "Research - Toxins Storage"; + dir = 4 + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bNk" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -51730,93 +52012,13 @@ /mob/living/simple_animal/mouse/white, /turf/simulated/floor/tiled, /area/rnd/storage) -"bMm" = ( -/obj/effect/decal/cleanable/generic, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - 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/plating, -/area/maintenance/research_shuttle) -"bMn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bMo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bMp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bMq" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/camera/network/research{ - c_tag = "Research - Toxins Storage"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bMr" = ( +"bNl" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/rnd/storage) -"bMs" = ( -/obj/machinery/door/firedoor/border_only{ +"bNm" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "hazard door north" }, @@ -51831,145 +52033,90 @@ }, /turf/simulated/floor/tiled, /area/rnd/research) -"bMt" = ( -/turf/simulated/floor/airless, -/area/rnd/test_area) -"bMu" = ( -/obj/structure/window/reinforced{ - dir = 5; - health = 1e+007 +"bNn" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "hazard door north" }, -/turf/simulated/floor/airless, -/area/rnd/test_area) -"bMv" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bNo" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "hazard door north" }, /obj/effect/floor_decal/corner/white/full, /turf/simulated/floor/tiled, /area/rnd/research) -"bMw" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - pixel_y = 0 +"bNp" = ( +/turf/simulated/wall/r_wall, +/area/rnd/mixing) +"bNq" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor, -/area/shuttle/mining/station) -"bMx" = ( -/obj/machinery/computer/shuttle_control/mining, -/turf/simulated/shuttle/floor, -/area/shuttle/mining/station) -"bMy" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "mining_shuttle"; - pixel_x = 25; - pixel_y = -8; - req_one_access = list(13,48); - tag_door = "mining_shuttle_hatch" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor, -/area/shuttle/mining/station) -"bMz" = ( -/obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 }, +/obj/machinery/portable_atmospherics/powered/scrubber/huge, +/turf/simulated/floor/plating, +/area/rnd/mixing) +"bNr" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/powered/scrubber/huge, +/turf/simulated/floor/plating, +/area/rnd/mixing) +"bNs" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/scrubber/huge, +/turf/simulated/floor/plating, +/area/rnd/mixing) +"bNt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bNu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bMA" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, /turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bMB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bMC" = ( -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "acutesep"; - name = "Acute Separation Shutters"; - opacity = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bMD" = ( +/area/maintenance/research_shuttle) +"bNv" = ( /obj/machinery/door/airlock/external{ name = "Toxins Test Chamber" }, /turf/simulated/floor/airless, /area/rnd/test_area) -"bME" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb2, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, +"bNw" = ( +/obj/structure/closet/emcloset, /obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bMF" = ( +/turf/simulated/floor/airless, +/area/rnd/test_area) +"bNx" = ( /obj/machinery/light{ dir = 1 }, @@ -51979,7 +52126,43 @@ }, /turf/simulated/floor/tiled/airless, /area/rnd/test_area) -"bMG" = ( +"bNy" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/mining/station) +"bNz" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining/station) +"bNA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bNB" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "mining_dock_pump" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bNC" = ( /obj/machinery/light/small{ dir = 4; pixel_y = 8 @@ -52013,20 +52196,15 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bMH" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1380; - id_tag = "mining_dock_pump" +"bND" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled, +/turf/simulated/wall, /area/quartermaster/miningdock) -"bMI" = ( +"bNE" = ( /obj/machinery/light{ dir = 8 }, @@ -52041,53 +52219,39 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bMJ" = ( +"bNF" = ( /obj/effect/landmark/start{ name = "Shaft Miner" }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bMK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bML" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/primary/central_three) -"bMM" = ( +"bNG" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bMN" = ( +"bNH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bNI" = ( /obj/structure/closet, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bMO" = ( +"bNJ" = ( +/obj/structure/closet/secure_closet/quartermaster, +/turf/simulated/floor/tiled, +/area/quartermaster/qm) +"bNK" = ( /obj/structure/table/standard, /obj/item/weapon/coin/silver{ pixel_x = -3; @@ -52099,25 +52263,7 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bMP" = ( -/obj/structure/closet/secure_closet/quartermaster, -/turf/simulated/floor/tiled, -/area/quartermaster/qm) -"bMQ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/primary/central_two) -"bMR" = ( +"bNL" = ( /obj/structure/table/standard, /obj/item/weapon/cartridge/quartermaster{ pixel_x = 6; @@ -52134,13 +52280,110 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/qm) -"bMS" = ( -/obj/machinery/door/airlock/glass{ - name = "Central Access" +"bNM" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/cobweb, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bNN" = ( +/obj/structure/closet/crate, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bNO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/tiled, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bNP" = ( +/turf/simulated/wall, +/area/maintenance/cargo) +"bNQ" = ( +/turf/simulated/wall, +/area/storage/tech) +"bNR" = ( +/obj/item/device/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/device/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/machinery/ai_status_display{ + pixel_x = -32; + pixel_y = 0 + }, +/obj/structure/table/steel, +/obj/item/device/flashlight/heavy, +/turf/simulated/floor/plating, +/area/storage/tech) +"bNS" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bNT" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/camera/network/security{ + c_tag = "Engineering - Technical Storage" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bNU" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/unary_atmos/heater, +/obj/item/weapon/circuitboard/unary_atmos/cooler{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bNV" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/stock_parts/manipulator, +/obj/item/weapon/stock_parts/matter_bin, +/obj/item/weapon/stock_parts/matter_bin, +/obj/item/weapon/stock_parts/capacitor, +/obj/item/weapon/stock_parts/capacitor, +/turf/simulated/floor/plating, +/area/storage/tech) +"bNW" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor/plating, +/area/storage/tech) +"bNX" = ( +/turf/simulated/wall, /area/hallway/primary/aft) -"bMT" = ( +"bNY" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, @@ -52151,7 +52394,13 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bMU" = ( +"bNZ" = ( +/obj/machinery/door/airlock/glass{ + name = "Central Access" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bOa" = ( /obj/machinery/door/airlock/glass{ name = "Central Access" }, @@ -52159,24 +52408,18 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bMV" = ( +"bOb" = ( +/obj/structure/closet/jcloset, +/turf/simulated/floor/tiled, +/area/janitor) +"bOc" = ( /obj/machinery/alarm{ pixel_y = 22 }, /obj/structure/closet/jcloset, /turf/simulated/floor/tiled, /area/janitor) -"bMW" = ( -/obj/structure/closet/jcloset, -/turf/simulated/floor/tiled, -/area/janitor) -"bMX" = ( -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled, -/area/janitor) -"bMY" = ( +"bOd" = ( /obj/machinery/light_switch{ pixel_y = 28 }, @@ -52186,35 +52429,35 @@ /obj/structure/closet/l3closet/janitor, /turf/simulated/floor/tiled, /area/janitor) -"bMZ" = ( +"bOe" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/janitor) +"bOf" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/janitor) +"bOg" = ( /obj/item/device/radio/intercom{ pixel_y = 25 }, /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/janitor) -"bNa" = ( -/obj/structure/disposalpipe/segment, +"bOh" = ( +/obj/structure/mopbucket, +/obj/item/weapon/mop, /turf/simulated/floor/tiled, /area/janitor) -"bNb" = ( +"bOi" = ( /obj/machinery/door/window/westright{ name = "Janitoral Delivery" }, /turf/simulated/floor/plating, /area/janitor) -"bNc" = ( -/obj/structure/mopbucket, -/obj/item/weapon/mop, -/turf/simulated/floor/tiled, -/area/janitor) -"bNd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall, -/area/medical/medbay2) -"bNe" = ( +"bOj" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; freq = 1400; @@ -52223,10 +52466,52 @@ /obj/structure/plasticflaps{ opacity = 1 }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/janitor) -"bNf" = ( +"bOk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bOl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bOm" = ( +/turf/simulated/wall, +/area/maintenance/engineering) +"bOn" = ( +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "acutesep"; + name = "Acute Separation Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bOo" = ( /obj/structure/sink{ icon_state = "sink"; dir = 8; @@ -52235,7 +52520,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bNg" = ( +"bOp" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command{ name = "CMO's Office"; @@ -52243,7 +52528,11 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bNh" = ( +"bOq" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/cmo) +"bOr" = ( /obj/structure/bed/chair, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 @@ -52253,14 +52542,21 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bNi" = ( -/obj/structure/bed/chair, +"bOs" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/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/heads/cmo) -"bNj" = ( -/turf/simulated/wall, -/area/crew_quarters/medbreak) -"bNk" = ( +"bOt" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command{ name = "CMO's Office"; @@ -52279,36 +52575,22 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bNl" = ( +"bOu" = ( /obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 }, /turf/simulated/floor/tiled/white, -/area/crew_quarters/heads/cmo) -"bNm" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bNn" = ( -/turf/simulated/wall/r_wall, -/area/rnd/misc_lab) -"bNo" = ( +/area/medical/medbay2) +"bOv" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -52333,22 +52615,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bNp" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bNq" = ( +"bOw" = ( /obj/machinery/door/firedoor, /obj/structure/cable/green{ d1 = 4; @@ -52367,7 +52634,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bNr" = ( +"bOx" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -52382,20 +52649,23 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bNs" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"bOy" = ( +/obj/effect/landmark/start{ + name = "Medical Doctor" }, /obj/structure/cable/green{ - d1 = 2; + d1 = 4; d2 = 8; - icon_state = "2-8" + icon_state = "4-8" }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bNt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/crew_quarters/medbreak) +"bOz" = ( /obj/effect/landmark/start{ name = "Medical Doctor" }, @@ -52411,75 +52681,14 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bNu" = ( -/turf/simulated/wall/r_wall, -/area/rnd/mixing) -"bNv" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/powered/scrubber/huge, -/turf/simulated/floor/plating, -/area/rnd/mixing) -"bNw" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/powered/scrubber/huge, -/turf/simulated/floor/plating, -/area/rnd/mixing) -"bNx" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/powered/scrubber/huge, -/turf/simulated/floor/plating, -/area/rnd/mixing) -"bNy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bNz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bNA" = ( -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, +"bOA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/item/weapon/stool/padded, /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bNB" = ( +"bOB" = ( /obj/machinery/light_switch{ pixel_x = 22; pixel_y = 0 @@ -52492,87 +52701,69 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bNC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/crew_quarters/medbreak) -"bND" = ( +"bOC" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bOD" = ( +/obj/item/weapon/camera_assembly, +/turf/simulated/floor/plating, +/area/medical/genetics) +"bOE" = ( /obj/machinery/portable_atmospherics/canister, /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bNE" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/mining/station) -"bNF" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining/station) -"bNG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bNH" = ( -/turf/simulated/floor/reinforced, -/area/rnd/misc_lab) -"bNI" = ( +"bOF" = ( /obj/machinery/portable_atmospherics/canister, /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bNJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/wall, -/area/quartermaster/miningdock) -"bNK" = ( -/obj/item/device/radio/intercom{ - pixel_y = 25 - }, +"bOG" = ( /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bNL" = ( +"bOH" = ( /obj/machinery/camera/network/research{ c_tag = "Research - Miscellaneous Test Chamber"; network = list("Research","Miscellaneous Reseach") }, /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bNM" = ( +"bOI" = ( +/obj/item/device/radio/intercom{ + pixel_y = 25 + }, +/turf/simulated/floor/reinforced, +/area/rnd/misc_lab) +"bOJ" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/reinforced, +/area/rnd/misc_lab) +"bOK" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bNN" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/reinforced, -/area/rnd/misc_lab) -"bNO" = ( +"bOL" = ( /obj/structure/table/standard, /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bNP" = ( +"bOM" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bON" = ( /obj/effect/landmark{ name = "xeno_spawn"; pixel_x = -1 @@ -52590,130 +52781,12 @@ }, /turf/simulated/floor/tiled, /area/rnd/storage) -"bNQ" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bNR" = ( +"bOO" = ( /obj/machinery/portable_atmospherics/canister/sleeping_agent, /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/rnd/storage) -"bNS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/loading) -"bNT" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/substation/command) -"bNU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bNV" = ( -/turf/simulated/wall, -/area/maintenance/cargo) -"bNW" = ( -/turf/simulated/wall, -/area/storage/tech) -"bNX" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"bNY" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bNZ" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/camera/network/security{ - c_tag = "Engineering - Technical Storage" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bOa" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/circuitboard/unary_atmos/heater, -/obj/item/weapon/circuitboard/unary_atmos/cooler{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bOb" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/stock_parts/manipulator, -/obj/item/weapon/stock_parts/matter_bin, -/obj/item/weapon/stock_parts/matter_bin, -/obj/item/weapon/stock_parts/capacitor, -/obj/item/weapon/stock_parts/capacitor, -/turf/simulated/floor/plating, -/area/storage/tech) -"bOc" = ( -/obj/machinery/vending/assist, -/turf/simulated/floor/plating, -/area/storage/tech) -"bOd" = ( -/turf/simulated/wall, -/area/hallway/primary/aft) -"bOe" = ( +"bOP" = ( /obj/machinery/light{ dir = 8 }, @@ -52733,7 +52806,20 @@ }, /turf/simulated/floor/tiled, /area/rnd/research) -"bOf" = ( +"bOQ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bOR" = ( /obj/structure/closet/secure_closet/scientist, /obj/machinery/light_switch{ pixel_y = 28 @@ -52745,16 +52831,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bOg" = ( -/obj/structure/closet/bombcloset, -/obj/effect/floor_decal/corner/mauve/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bOh" = ( +"bOS" = ( /obj/structure/closet/secure_closet/scientist, /obj/machinery/alarm{ frequency = 1439; @@ -52767,27 +52844,16 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bOi" = ( -/obj/item/device/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/obj/machinery/sleeper{ +"bOT" = ( +/obj/structure/closet/bombcloset, +/obj/effect/floor_decal/corner/mauve/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; dir = 4 }, /turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bOj" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, /area/rnd/mixing) -"bOk" = ( +"bOU" = ( /obj/machinery/portable_atmospherics/canister, /obj/structure/window/reinforced{ dir = 8 @@ -52797,7 +52863,29 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bOl" = ( +"bOV" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bOW" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/machinery/atmospherics/portables_connector, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bOX" = ( /obj/item/device/radio/intercom{ pixel_y = 25 }, @@ -52811,32 +52899,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bOm" = ( -/obj/machinery/portable_atmospherics/powered/pump/filled, -/obj/machinery/atmospherics/portables_connector, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bOn" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTH)"; - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bOo" = ( +"bOY" = ( /obj/machinery/atmospherics/omni/filter{ tag_east = 1; tag_south = 6; @@ -52850,34 +52913,19 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bOp" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 +"bOZ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 }, +/obj/machinery/meter, /obj/effect/floor_decal/industrial/warning{ - dir = 5 + tag = "icon-warning (NORTH)"; + icon_state = "warning"; + dir = 1 }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bOq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bOr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bOs" = ( -/turf/simulated/wall, -/area/maintenance/engineering) -"bOt" = ( +"bPa" = ( /obj/machinery/light{ dir = 1 }, @@ -52896,11 +52944,77 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bOu" = ( +"bPb" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bPc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(7,12) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/research_shuttle) +"bPd" = ( +/turf/simulated/wall, +/area/rnd/mixing) +"bPe" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall, +/area/rnd/test_area) +"bPf" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "mining_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining/station) +"bPg" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "mining_dock_outer"; + locked = 1; + name = "Mining Dock Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bPh" = ( /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bOv" = ( +"bPi" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "mining_dock_inner"; + locked = 1; + name = "Mining Dock Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bPj" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1380; @@ -52917,22 +53031,18 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bOw" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "mining_dock_inner"; - locked = 1; - name = "Mining Dock Airlock"; - req_access = list(13) - }, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bOx" = ( +"bPk" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bOy" = ( +"bPl" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start{ + name = "Shaft Miner" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bPm" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -52941,22 +53051,139 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bOz" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start{ - name = "Shaft Miner" +"bPn" = ( +/obj/item/weapon/cigbutt, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bPo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" }, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bOA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bPp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" }, -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bOB" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bPq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bPr" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bPs" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bPt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bPu" = ( +/obj/item/weapon/module/power_control, +/obj/item/weapon/airlock_electronics, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/storage/tech) +"bPv" = ( +/turf/simulated/floor/plating, +/area/storage/tech) +"bPw" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bPx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/storage/tech) +"bPy" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + dir = 0; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bPz" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, @@ -52967,12 +53194,19 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bOC" = ( +"bPA" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bPB" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 1; name = "Firelock North" }, @@ -52980,19 +53214,7 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bOD" = ( -/obj/item/weapon/stool, -/obj/effect/landmark/start{ - name = "Janitor" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/janitor) -"bOE" = ( +"bPC" = ( /obj/machinery/power/apc{ dir = 8; name = "west bump"; @@ -53004,9 +53226,10 @@ }, /turf/simulated/floor/tiled, /area/janitor) -"bOF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"bPD" = ( +/obj/item/weapon/stool, +/obj/effect/landmark/start{ + name = "Janitor" }, /obj/structure/cable/green{ d1 = 4; @@ -53015,7 +53238,7 @@ }, /turf/simulated/floor/tiled, /area/janitor) -"bOG" = ( +"bPE" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -53027,17 +53250,18 @@ }, /turf/simulated/floor/tiled, /area/janitor) -"bOH" = ( -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +"bPF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable/green{ - d1 = 2; + d1 = 4; d2 = 8; - icon_state = "2-8" + icon_state = "4-8" }, /turf/simulated/floor/tiled, /area/janitor) -"bOI" = ( +"bPG" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -53049,16 +53273,72 @@ }, /turf/simulated/floor/tiled, /area/janitor) -"bOJ" = ( -/obj/machinery/light, +"bPH" = ( +/obj/item/weapon/reagent_containers/glass/bucket, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/janitor) +"bPI" = ( +/turf/simulated/wall, +/area/janitor) +"bPJ" = ( +/obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/medical/genetics) -"bOK" = ( -/obj/item/weapon/camera_assembly, +/area/maintenance/engineering) +"bPK" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Firefighting equipment"; + req_access = list(12) + }, /turf/simulated/floor/plating, -/area/medical/genetics) -"bOL" = ( +/area/maintenance/engineering) +"bPL" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bPM" = ( +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bPN" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/weapon/tank/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/weapon/extinguisher, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/glasses/meson, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bPO" = ( +/obj/item/device/radio/intercom{ + dir = 0; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bPP" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/machinery/button/remote/blast_door{ id = "acutesep"; @@ -53071,7 +53351,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bOM" = ( +"bPQ" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ autoclose = 0; @@ -53085,7 +53365,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bON" = ( +"bPR" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light_switch{ pixel_x = 22; @@ -53109,7 +53389,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bOO" = ( +"bPS" = ( /obj/machinery/light_switch{ pixel_x = -22; pixel_y = -9 @@ -53133,7 +53413,15 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bOP" = ( +"bPT" = ( +/obj/machinery/computer/skills{ + pixel_y = 4 + }, +/obj/item/device/megaphone, +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/cmo) +"bPU" = ( /obj/item/weapon/paper{ desc = "A few notes scratched out by the last CMO before they departed the station."; info = "\[i]\[center]To the incoming CMO of Exodus:\[/i]\[/center]\[br]\[br]I wish you and your crew well. Do take note:\[br]\[br]\[br]The Medical Emergency Red Phone system has proven itself well. Take care to keep the phones in their designated places as they have been optimised for broadcast. The two handheld green radios (I have left one in this office, and one near the Emergency Entrance) are free to be used. The system has proven effective at alerting Medbay of important details, especially during power outages.\[br]\[br]I think I may have left the toilet cubicle doors shut. It might be a good idea to open them so the staff and patients know they are not engaged.\[br]\[br]The new syringe gun has been stored in secondary storage. I tend to prefer it stored in my office, but 'guidelines' are 'guidelines'.\[br]\[br]Also in secondary storage is the grenade equipment crate. I've just realised I've left it open - you may wish to shut it.\[br]\[br]There were a few problems with their installation, but the Medbay Quarantine shutters should now be working again - they lock down the Emergency and Main entrances to prevent travel in and out. Pray you shan't have to use them.\[br]\[br]The new version of the Medical Diagnostics Manual arrived. I distributed them to the shelf in the staff break room, and one on the table in the corner of this room.\[br]\[br]The exam/triage room has the walking canes in it. I'm not sure why we'd need them - but there you have it.\[br]\[br]Emergency Cryo bags are beside the emergency entrance, along with a kit.\[br]\[br]Spare paper cups for the reception are on the left side of the reception desk.\[br]\[br]I've fed Runtime. She should be fine.\[br]\[br]\[br]\[center]That should be all. Good luck!\[/center]"; @@ -53147,15 +53435,7 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bOQ" = ( -/obj/machinery/computer/skills{ - pixel_y = 4 - }, -/obj/item/device/megaphone, -/obj/structure/table/glass, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/heads/cmo) -"bOR" = ( +"bPV" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -53169,19 +53449,7 @@ /obj/effect/floor_decal/corner/paleblue, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bOS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay2) -"bOT" = ( +"bPW" = ( /obj/machinery/light_switch{ pixel_x = -22; pixel_y = 0 @@ -53195,10 +53463,19 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bOU" = ( +"bPX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bOV" = ( +/area/medical/medbay2) +"bPY" = ( /obj/effect/landmark/start{ name = "Medical Doctor" }, @@ -53207,15 +53484,7 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bOW" = ( -/obj/item/weapon/reagent_containers/food/drinks/britcup, -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/crew_quarters/medbreak) -"bOX" = ( +"bPZ" = ( /obj/machinery/recharger{ pixel_y = 0 }, @@ -53225,12 +53494,15 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bOY" = ( -/obj/machinery/computer/med_data, +"bQa" = ( +/obj/item/weapon/reagent_containers/food/drinks/britcup, +/obj/structure/table/standard{ + name = "plastic table frame" + }, /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bOZ" = ( +"bQb" = ( /obj/effect/landmark/start{ name = "Geneticist" }, @@ -53238,22 +53510,19 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bPa" = ( +"bQc" = ( +/obj/machinery/computer/med_data, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/crew_quarters/medbreak) +"bQd" = ( /obj/machinery/sparker{ id = "Xenobio"; pixel_x = -25 }, /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bPb" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/turf/simulated/floor/reinforced, -/area/rnd/misc_lab) -"bPc" = ( +"bQe" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 4; frequency = 1441; @@ -53263,7 +53532,15 @@ }, /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bPd" = ( +"bQf" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (SOUTHWEST)"; + icon_state = "intact"; + dir = 10 + }, +/turf/simulated/floor/reinforced, +/area/rnd/misc_lab) +"bQg" = ( /obj/structure/table/standard, /obj/structure/table/standard, /obj/item/stack/cable_coil, @@ -53279,94 +53556,51 @@ }, /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bPe" = ( +"bQh" = ( /obj/item/weapon/cigbutt, /turf/simulated/floor/tiled, /area/rnd/storage) -"bPf" = ( +"bQi" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/rnd/storage) -"bPg" = ( +"bQj" = ( /obj/machinery/door/airlock/glass_research{ name = "Toxins Lab"; req_access = list(7) }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bPh" = ( +"bQk" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/mixing) +"bQl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bPi" = ( +"bQm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/mixing) +"bQn" = ( /obj/machinery/atmospherics/binary/pump{ dir = 8; name = "Waste to Scrubbers" }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bPj" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(7,12) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"bPk" = ( -/turf/simulated/wall, -/area/rnd/mixing) -"bPl" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/simulated/wall, -/area/rnd/test_area) -"bPm" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "mining_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining/station) -"bPn" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "mining_dock_outer"; - locked = 1; - name = "Mining Dock Airlock"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bPo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bPp" = ( +"bQo" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold4w/visible, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bPq" = ( +"bQp" = ( /obj/machinery/atmospherics/pipe/simple/visible{ tag = "icon-intact (SOUTHWEST)"; icon_state = "intact"; @@ -53374,7 +53608,466 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bPr" = ( +"bQq" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bQr" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bQs" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = 30; + pixel_y = 0 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bQt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bQu" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bQv" = ( +/obj/item/device/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bQw" = ( +/obj/machinery/button/remote/driver{ + dir = 2; + id = "toxinsdriver"; + pixel_y = 24 + }, +/obj/machinery/camera/network/research{ + c_tag = "Research - Toxins Launch Room" + }, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bQx" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins Test Area"); + pixel_x = 32; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bQy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/mixing) +"bQz" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled/airless, +/area/rnd/test_area) +"bQA" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/airless, +/area/rnd/test_area) +"bQB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bQC" = ( +/obj/item/weapon/ore/silver, +/obj/item/weapon/ore/silver, +/obj/item/weapon/ore/iron, +/obj/structure/closet/crate, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "mining_dock_pump" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHWEST)"; + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bQD" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact"; + tag = "icon-intact-f (NORTHWEST)" + }, +/obj/machinery/camera/network/civilian_west{ + c_tag = "Cargo Mining Dock Airlock"; + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bQE" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0 + }, +/turf/simulated/wall, +/area/quartermaster/miningdock) +"bQF" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = -32 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/floor_decal/corner/brown/full, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bQG" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bQH" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j1s"; + sortType = "QM Office"; + name = "QM Office" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"bQI" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Mining Maintenance"; + req_access = list(48) + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bQJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bQK" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j1s"; + sortType = "HoP Office"; + name = "HoP Office" + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bQL" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bQM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bQN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/storage/tech) +"bQO" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/borgupload{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/weapon/circuitboard/aiupload{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/tiled, +/area/storage/tech) +"bQP" = ( +/obj/machinery/camera/network/security{ + c_tag = "Engineering - Secure Technical Storage" + }, +/turf/simulated/floor/tiled, +/area/storage/tech) +"bQQ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/storage/tech) +"bQR" = ( +/obj/item/weapon/aicard, +/obj/item/weapon/aiModule/reset, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/storage/tech) +"bQS" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/pandemic{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/rdconsole, +/obj/item/weapon/circuitboard/destructive_analyzer, +/obj/item/weapon/circuitboard/protolathe, +/obj/item/weapon/circuitboard/rdserver{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bQT" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/security/mining, +/obj/item/weapon/circuitboard/autolathe{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/storage/tech) +"bQU" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/message_monitor{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bQV" = ( +/obj/item/device/radio/intercom{ + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/floor_decal/corner/yellow{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bQW" = ( +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bQX" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/yellow, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bQY" = ( +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen, +/obj/structure/table/steel, +/obj/item/weapon/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled, +/area/janitor) +"bQZ" = ( +/obj/machinery/requests_console{ + department = "Janitorial"; + departmentType = 1; + pixel_y = -29 + }, +/obj/structure/table/steel, +/obj/item/stack/material/steel{ + amount = 15 + }, +/turf/simulated/floor/tiled, +/area/janitor) +"bRa" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/janitor) +"bRb" = ( +/obj/structure/janitorialcart, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/janitor) +"bRc" = ( +/obj/item/weapon/storage/box/mousetraps, +/obj/item/weapon/storage/box/mousetraps, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/janitor) +"bRd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/janitor) +"bRe" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/janitor) +"bRf" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bRg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bRh" = ( +/obj/structure/closet, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bRi" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -53395,454 +54088,15 @@ }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bPs" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bPt" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bPu" = ( -/obj/item/weapon/cigbutt, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bPv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bPw" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +"bRj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bPx" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bPy" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bPz" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bPA" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bPB" = ( -/obj/item/weapon/module/power_control, -/obj/item/weapon/airlock_electronics, -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/storage/tech) -"bPC" = ( -/turf/simulated/floor/plating, -/area/storage/tech) -"bPD" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bPE" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/plating, -/area/storage/tech) -"bPF" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bPG" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = 30; - pixel_y = 0 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bPH" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bPI" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bPJ" = ( -/obj/machinery/button/remote/driver{ - dir = 2; - id = "toxinsdriver"; - pixel_y = 24 - }, -/obj/machinery/camera/network/research{ - c_tag = "Research - Toxins Launch Room" - }, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bPK" = ( -/obj/item/device/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bPL" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the test chamber."; - layer = 4; - name = "Test Chamber Telescreen"; - network = list("Toxins Test Area"); - pixel_x = 32; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bPM" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/airless, -/area/rnd/test_area) -"bPN" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/turf/simulated/floor/tiled/airless, -/area/rnd/test_area) -"bPO" = ( -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/obj/machinery/camera/network/civilian_west{ - c_tag = "Cargo Mining Dock Airlock"; - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bPP" = ( -/obj/item/weapon/ore/silver, -/obj/item/weapon/ore/silver, -/obj/item/weapon/ore/iron, -/obj/structure/closet/crate, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1380; - id_tag = "mining_dock_pump" - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHWEST)"; - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bPQ" = ( -/turf/simulated/wall, -/area/janitor) -"bPR" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bPS" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Firefighting equipment"; - req_access = list(12) - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bPT" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bPU" = ( -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bPV" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/weapon/tank/oxygen, -/obj/item/clothing/mask/gas, -/obj/item/weapon/extinguisher, -/obj/item/clothing/head/hardhat/red, -/obj/item/clothing/glasses/meson, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bPW" = ( -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 0; - pixel_y = -32 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/floor_decal/corner/brown/full, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bPX" = ( -/obj/structure/disposalpipe/sortjunction{ - dir = 8; - icon_state = "pipe-j1s"; - sortType = "QM Office"; - name = "QM Office" - }, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bPY" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled, -/area/quartermaster/miningdock) -"bPZ" = ( -/obj/machinery/camera/network/security{ - c_tag = "Engineering - Secure Technical Storage" - }, -/turf/simulated/floor/tiled, -/area/storage/tech) -"bQa" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/circuitboard/borgupload{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/weapon/circuitboard/aiupload{ - pixel_x = 2; - pixel_y = -2 - }, -/turf/simulated/floor/tiled, -/area/storage/tech) -"bQb" = ( -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bQc" = ( -/obj/item/device/radio/intercom{ - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/corner/yellow{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bQd" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/yellow, -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bQe" = ( -/obj/machinery/requests_console{ - department = "Janitorial"; - departmentType = 1; - pixel_y = -29 - }, -/obj/structure/table/steel, -/obj/item/stack/material/steel{ - amount = 15 - }, -/turf/simulated/floor/tiled, -/area/janitor) -"bQf" = ( -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/pen, -/obj/structure/table/steel, -/obj/item/weapon/reagent_containers/glass/bucket, -/turf/simulated/floor/tiled, -/area/janitor) -"bQg" = ( -/obj/structure/janitorialcart, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/janitor) -"bQh" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/janitor) -"bQi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/janitor) -"bQj" = ( -/obj/item/weapon/storage/box/mousetraps, -/obj/item/weapon/storage/box/mousetraps, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/janitor) -"bQk" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled, -/area/janitor) -"bQl" = ( +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bRk" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bQm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bQn" = ( +"bRl" = ( /obj/machinery/door/firedoor, /obj/machinery/door/blast/shutters{ density = 0; @@ -53864,7 +54118,28 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bQo" = ( +"bRm" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay) +"bRn" = ( /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (NORTHWEST)"; icon_state = "corner_white"; @@ -53872,7 +54147,11 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bQp" = ( +"bRo" = ( +/mob/living/simple_animal/cat/fluff/Runtime, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/cmo) +"bRp" = ( /obj/structure/bed/chair/office/dark{ dir = 1 }, @@ -53912,11 +54191,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bQq" = ( -/mob/living/simple_animal/cat/fluff/Runtime, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/heads/cmo) -"bQr" = ( +"bRq" = ( /obj/item/weapon/folder/white{ pixel_y = 10 }, @@ -53932,25 +54207,82 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bQs" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 +"bRr" = ( +/obj/structure/window/reinforced{ + dir = 8 }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay2) +"bRs" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "staffroom"; + name = "Staff Room Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay2) +"bRt" = ( +/obj/machinery/computer/crew, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/crew_quarters/medbreak) +"bRu" = ( /obj/structure/closet/secure_closet/personal/patient, /obj/effect/floor_decal/corner/pink/full{ tag = "icon-corner_white_full (WEST)"; icon_state = "corner_white_full"; dir = 8 }, +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled/white, /area/medical/patient_a) -"bQt" = ( -/obj/machinery/computer/crew, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/crew_quarters/medbreak) -"bQu" = ( +"bRv" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/hologram/holopad, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"bRw" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -53980,7 +54312,20 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_a) -"bQv" = ( +"bRx" = ( +/turf/simulated/wall, +/area/medical/patient_a) +"bRy" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/floor_decal/corner/pink/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"bRz" = ( /obj/machinery/light{ dir = 1 }, @@ -53997,21 +54342,8 @@ dir = 5 }, /turf/simulated/floor/tiled/white, -/area/medical/patient_a) -"bQw" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/floor_decal/corner/pink/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, /area/medical/patient_b) -"bQx" = ( +"bRA" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -54041,25 +54373,32 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_b) -"bQy" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/hologram/holopad, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, +"bRB" = ( +/turf/simulated/wall, /area/medical/patient_b) -"bQz" = ( +"bRC" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/reinforced, +/area/rnd/misc_lab) +"bRD" = ( +/obj/machinery/telepad, +/turf/simulated/floor/reinforced, +/area/rnd/misc_lab) +"bRE" = ( +/obj/structure/table/standard, +/obj/item/device/assembly/igniter, +/turf/simulated/floor/reinforced, +/area/rnd/misc_lab) +"bRF" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bRG" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bRH" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -54072,29 +54411,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bQA" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/reinforced, -/area/rnd/misc_lab) -"bQB" = ( -/obj/machinery/telepad, -/turf/simulated/floor/reinforced, -/area/rnd/misc_lab) -"bQC" = ( -/obj/structure/table/standard, -/obj/item/device/assembly/igniter, -/turf/simulated/floor/reinforced, -/area/rnd/misc_lab) -"bQD" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bQE" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bQF" = ( +"bRI" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -54103,31 +54420,7 @@ /obj/effect/floor_decal/corner/white/full, /turf/simulated/floor/tiled, /area/rnd/research) -"bQG" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bQH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/mixing) -"bQI" = ( +"bRJ" = ( /obj/machinery/door/airlock/glass_research{ name = "Toxins Lab"; req_access = list(7) @@ -54137,10 +54430,29 @@ d2 = 8; icon_state = "4-8" }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bQJ" = ( +"bRK" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/mixing) +"bRL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/mixing) +"bRM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -54157,62 +54469,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bQK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bQL" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bQM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/binary/pump{ - dir = 4; - name = "Heater to Waste" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bQN" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0 - }, -/turf/simulated/wall, -/area/quartermaster/miningdock) -"bQO" = ( +"bRN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -54230,25 +54487,25 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bQP" = ( +"bRO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/binary/pump{ - dir = 1; - name = "Heated to Waste" - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Heater to Waste" }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bQQ" = ( +"bRP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -54267,92 +54524,25 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bQR" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Mining Maintenance"; - req_access = list(48) - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bQS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bQT" = ( -/obj/structure/disposalpipe/sortjunction{ - dir = 8; - icon_state = "pipe-j1s"; - sortType = "HoP Office"; - name = "HoP Office" - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bQU" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bQV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bQW" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, +"bRQ" = ( /obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/storage/tech) -"bQX" = ( -/obj/structure/cable/green{ - d1 = 2; + d1 = 4; d2 = 8; - icon_state = "2-8" + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Heated to Waste" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bQY" = ( +"bRR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -54367,75 +54557,21 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bQZ" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE" - }, -/turf/simulated/wall/r_wall, -/area/storage/tech) -"bRa" = ( -/obj/item/weapon/aicard, -/obj/item/weapon/aiModule/reset, -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/storage/tech) -"bRb" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/circuitboard/pandemic{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/weapon/circuitboard/rdconsole, -/obj/item/weapon/circuitboard/destructive_analyzer, -/obj/item/weapon/circuitboard/protolathe, -/obj/item/weapon/circuitboard/rdserver{ - pixel_x = 3; - pixel_y = -3 - }, +"bRS" = ( /obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bRc" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, -/obj/item/weapon/circuitboard/security/mining, -/obj/item/weapon/circuitboard/autolathe{ - pixel_x = 3; - pixel_y = -3 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/storage/tech) -"bRd" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/circuitboard/message_monitor{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bRe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bRf" = ( +"bRT" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -54444,8 +54580,15 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bRg" = ( -/obj/machinery/door/firedoor/border_only{ +"bRU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/rnd/mixing) +"bRV" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -54468,7 +54611,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bRh" = ( +"bRW" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -54478,14 +54621,18 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bRi" = ( -/obj/effect/landmark/start{ - name = "Nursing Intern" +"bRX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, -/turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bRj" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bRY" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -54508,23 +54655,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bRk" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bRl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bRm" = ( +"bRZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, @@ -54533,36 +54664,41 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bRn" = ( +"bSa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bSb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/mixing) +"bSc" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 }, /turf/simulated/floor/tiled/airless, /area/rnd/test_area) -"bRo" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/generic, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bRp" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"bSd" = ( +/obj/structure/closet/crate, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_y = 0 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/mob/living/simple_animal/mouse, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bRq" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/weapon/storage/box/lights/mixed, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bRr" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/mining/station) +"bSe" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -54575,7 +54711,25 @@ }, /turf/simulated/floor/airless, /area/shuttle/mining/station) -"bRs" = ( +"bSf" = ( +/obj/structure/ore_box, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/mining/station) +"bSg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bSh" = ( /obj/structure/closet/secure_closet/miner, /obj/effect/floor_decal/corner/brown{ tag = "icon-corner_white (SOUTHWEST)"; @@ -54584,15 +54738,36 @@ }, /turf/simulated/floor/tiled, /area/quartermaster/miningdock) -"bRt" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"bSi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bSj" = ( +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bSk" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/simulated/floor/tiled, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, /area/storage/tech) -"bRu" = ( +"bSl" = ( /obj/machinery/light/small{ dir = 8 }, @@ -54604,36 +54779,111 @@ /obj/structure/closet/crate/software_backup, /turf/simulated/floor/tiled, /area/storage/tech) -"bRv" = ( +"bSm" = ( /obj/structure/cable/green{ - d1 = 2; + d1 = 4; d2 = 8; - icon_state = "2-8" + icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bRw" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/storage/tech) +"bSn" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access = list(19,23) }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/storage/tech) +"bSo" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/plating, -/area/medical/medbay) -"bRx" = ( +/area/storage/tech) +"bSp" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bSq" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bSr" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bSs" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/storage/tech) +"bSt" = ( +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access = list(23) + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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, +/turf/simulated/floor/plating, +/area/hallway/primary/aft) +"bSu" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -54652,7 +54902,15 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bRy" = ( +"bSv" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bSw" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/unary/vent_pump/on, /obj/machinery/alarm{ @@ -54667,66 +54925,96 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bRz" = ( +"bSx" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Custodial Maintenance"; + req_access = list(26) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/janitor) +"bSy" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bSz" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bSA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bSB" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bSC" = ( +/obj/structure/table/standard, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bSD" = ( /obj/machinery/sleeper{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bRA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, +"bSE" = ( +/obj/effect/landmark/start{ + name = "Nursing Intern" + }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bRB" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay2) -"bRC" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "staffroom"; - name = "Staff Room Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay2) -"bRD" = ( +"bSF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/landmark/start{ name = "Nursing Intern" }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bRE" = ( +"bSG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bSH" = ( /obj/machinery/button/remote/blast_door{ id = "scanhide"; name = "Diagnostics Room Separation Shutters"; @@ -54743,29 +55031,38 @@ }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bRF" = ( +"bSI" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/medbay) -"bRG" = ( +"bSJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay) +"bSK" = ( /obj/machinery/light, /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, /obj/effect/floor_decal/corner/paleblue/full, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bRH" = ( -/turf/simulated/wall, -/area/medical/patient_a) -"bRI" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/heads/cmo) -"bRJ" = ( +"bSL" = ( /obj/structure/table/rack, /obj/item/clothing/accessory/stethoscope, /obj/item/clothing/glasses/hud/health, @@ -54787,7 +55084,13 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bRK" = ( +"bSM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/heads/cmo) +"bSN" = ( /obj/machinery/light, /obj/effect/floor_decal/corner/paleblue/full{ tag = "icon-corner_white_full (EAST)"; @@ -54797,10 +55100,25 @@ /obj/item/modular_computer/console/preset/medical, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) -"bRL" = ( -/turf/simulated/wall, -/area/medical/patient_b) -"bRM" = ( +"bSO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay2) +"bSP" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -54812,33 +55130,47 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay2) -"bRN" = ( -/obj/item/device/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = -27 +"bSQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/structure/bed/chair/office/dark, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_a) -"bRO" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "staffroom"; + name = "Staff Room Privacy Shutters"; + opacity = 0 }, +/turf/simulated/floor/plating, +/area/medical/medbay2) +"bSR" = ( /obj/machinery/light, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /obj/effect/floor_decal/corner/white/diagonal, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bRP" = ( +"bSS" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/landmark/start{ + name = "Chemist" + }, +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/crew_quarters/medbreak) +"bST" = ( /obj/item/device/radio/intercom{ dir = 1; name = "Station Intercom (General)"; @@ -54851,25 +55183,7 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bRQ" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/landmark/start{ - name = "Chemist" - }, -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/crew_quarters/medbreak) -"bRR" = ( -/obj/machinery/light, -/obj/machinery/vending/snack, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/crew_quarters/medbreak) -"bRS" = ( +"bSU" = ( /obj/item/device/radio/intercom{ broadcasting = 0; canhear_range = 5; @@ -54883,7 +55197,31 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/crew_quarters/medbreak) -"bRT" = ( +"bSV" = ( +/obj/machinery/light, +/obj/machinery/vending/snack, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/crew_quarters/medbreak) +"bSW" = ( +/obj/item/device/radio/intercom{ + dir = 0; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"bSX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"bSY" = ( /obj/structure/bed/padded, /obj/item/weapon/bedsheet/medical, /obj/machinery/vending/wallmed1{ @@ -54902,11 +55240,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_a) -"bRU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/patient_a) -"bRV" = ( +"bSZ" = ( /obj/item/device/radio/intercom{ dir = 0; name = "Station Intercom (General)"; @@ -54920,7 +55254,11 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_b) -"bRW" = ( +"bTa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"bTb" = ( /obj/structure/bed/padded, /obj/item/weapon/bedsheet/medical, /obj/machinery/vending/wallmed1{ @@ -54939,15 +55277,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_b) -"bRX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/patient_b) -"bRY" = ( -/obj/machinery/vending/phoronresearch, -/turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bRZ" = ( +"bTc" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bTd" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -54964,16 +55303,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/storage) -"bSa" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bSb" = ( +"bTe" = ( /obj/item/device/radio/intercom{ dir = 8; name = "Station Intercom (General)"; @@ -54986,19 +55316,11 @@ }, /turf/simulated/floor/tiled, /area/rnd/research) -"bSc" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/binary/pump{ - dir = 4 - }, +"bTf" = ( +/obj/machinery/vending/phoronresearch, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bSd" = ( -/obj/machinery/atmospherics/pipe/manifold/visible, -/obj/machinery/meter, -/turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bSe" = ( +"bTg" = ( /obj/machinery/atmospherics/portables_connector{ dir = 4 }, @@ -55007,7 +55329,14 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bSf" = ( +"bTh" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/mixing) +"bTi" = ( /obj/machinery/atmospherics/unary/heat_exchanger{ dir = 8 }, @@ -55018,17 +55347,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bSg" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bSh" = ( +"bTj" = ( /obj/machinery/atmospherics/unary/heat_exchanger{ dir = 4 }, @@ -55039,85 +55358,39 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bSi" = ( +"bTk" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/machinery/meter, +/turf/simulated/floor/tiled/white, +/area/rnd/mixing) +"bTl" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bSj" = ( -/obj/structure/dispenser, +"bTm" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bSk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/mixing) -"bSl" = ( +"bTn" = ( /obj/item/weapon/wrench, /obj/item/weapon/screwdriver{ pixel_y = 10 }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bSm" = ( -/obj/structure/closet/crate, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining/station) -"bSn" = ( -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "scanhide"; - name = "Diagnostics Room Separation Shutters"; - opacity = 0 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, +"bTo" = ( +/obj/structure/dispenser, /turf/simulated/floor/tiled/white, -/area/medical/sleeper) -"bSo" = ( -/obj/structure/ore_box, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/mining/station) -"bSp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bSq" = ( +/area/rnd/mixing) +"bTp" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, @@ -55130,43 +55403,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bSr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bSs" = ( -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bSt" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/storage/tech) -"bSu" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bSv" = ( +"bTq" = ( /obj/machinery/disposal, /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; @@ -55180,103 +55417,14 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bSw" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access = list(19,23) +"bTr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/storage/tech) -"bSx" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bSy" = ( -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bSz" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bSA" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bSB" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/storage/tech) -"bSC" = ( -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access = list(23) - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/border_only, -/turf/simulated/floor/plating, -/area/hallway/primary/aft) -"bSD" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bTs" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -55296,49 +55444,121 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bSE" = ( +"bTt" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/mixing) +"bTu" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 }, /turf/simulated/floor/tiled/airless, /area/rnd/test_area) -"bSF" = ( -/turf/space, +"bTv" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ tag = "icon-swall_c (NORTH)"; icon_state = "swall_c"; dir = 1 }, /area/shuttle/mining/station) -"bSG" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Custodial Maintenance"; - req_access = list(26) +"bTw" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/template_noop, +/area/shuttle/mining/station) +"bTx" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + tag = "icon-swall_c (WEST)"; + icon_state = "swall_c"; + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/area/shuttle/mining/station) +"bTy" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "mining_dock_airlock"; + name = "exterior access button"; + pixel_x = -5; + pixel_y = 25; + req_one_access = list(13,48) + }, +/turf/template_noop, +/area/template_noop) +"bTz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 }, -/obj/machinery/door/firedoor/border_only, /turf/simulated/floor/plating, -/area/janitor) -"bSH" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 +/area/quartermaster/miningdock) +"bTA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bTB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"bTC" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bTD" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bTE" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable{ icon_state = "0-4"; d2 = 4 }, /turf/simulated/floor/plating, -/area/maintenance/engineering) -"bSI" = ( -/obj/structure/grille/broken, +/area/maintenance/cargo) +"bTF" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -55346,48 +55566,24 @@ pixel_x = 0 }, /turf/simulated/floor/plating, -/area/maintenance/engineering) -"bSJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +/area/maintenance/cargo) +"bTG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /obj/structure/cable{ d1 = 2; d2 = 8; icon_state = "2-8" }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, -/area/maintenance/engineering) -"bSK" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bSL" = ( -/obj/structure/closet/crate, -/obj/random/coin, -/turf/simulated/floor/plating, -/area/storage/emergency) -"bSM" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (WEST)"; - icon_state = "swall_c"; - dir = 8 - }, -/area/shuttle/mining/station) -"bSN" = ( -/turf/simulated/floor/tiled, -/area/storage/tech) -"bSO" = ( +/area/maintenance/cargo) +"bTH" = ( /obj/structure/table/rack{ dir = 8; layer = 2.9 @@ -55402,7 +55598,59 @@ }, /turf/simulated/floor/tiled, /area/storage/tech) -"bSP" = ( +"bTI" = ( +/turf/simulated/floor/tiled, +/area/storage/tech) +"bTJ" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/storage/tech) +"bTK" = ( +/obj/item/weapon/screwdriver{ + pixel_y = 16 + }, +/obj/item/weapon/wirecutters, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/storage/tech) +"bTL" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/cloning{ + pixel_x = 0 + }, +/obj/item/weapon/circuitboard/clonescanner, +/obj/item/weapon/circuitboard/clonepod, +/obj/item/weapon/circuitboard/scan_consolenew, +/obj/item/weapon/circuitboard/med_data{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bTM" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/secure_data{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/weapon/circuitboard/security{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/weapon/circuitboard/skills{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/storage/tech) +"bTN" = ( /obj/structure/table/rack{ dir = 8; layer = 2.9 @@ -55422,44 +55670,13 @@ }, /turf/simulated/floor/plating, /area/storage/tech) -"bSQ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - 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, -/area/hallway/primary/aft) -"bSR" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 +"bTO" = ( +/obj/machinery/light_switch{ + pixel_x = 27 }, /turf/simulated/floor/plating, -/area/medical/medbay) -"bSS" = ( +/area/storage/tech) +"bTP" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 }, @@ -55476,7 +55693,26 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bST" = ( +"bTQ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + 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, +/area/hallway/primary/aft) +"bTR" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 4; @@ -55490,7 +55726,90 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bSU" = ( +"bTS" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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, +/turf/simulated/floor/plating, +/area/hallway/primary/aft) +"bTT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bTU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bTV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bTW" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bTX" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bTY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bTZ" = ( /obj/machinery/door/blast/shutters{ density = 0; dir = 2; @@ -55499,7 +55818,6 @@ name = "Diagnostics Room Separation Shutters"; opacity = 0 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (NORTHEAST)"; icon_state = "corner_white"; @@ -55512,7 +55830,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bSV" = ( +"bUa" = ( /obj/machinery/door/blast/shutters{ density = 0; dir = 2; @@ -55534,25 +55852,36 @@ }, /turf/simulated/floor/tiled/white, /area/medical/sleeper) -"bSW" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, +"bUb" = ( /obj/machinery/door/blast/shutters{ density = 0; - dir = 4; + dir = 2; icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; + id = "scanhide"; + name = "Diagnostics Room Separation Shutters"; opacity = 0 }, -/turf/simulated/floor/plating, -/area/medical/medbay2) -"bSX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/sleeper) +"bUc" = ( +/turf/simulated/wall, +/area/medical/medbay4) +"bUd" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bUe" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ @@ -55569,40 +55898,78 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bSY" = ( +"bUf" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, /obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/medbay4) +"bUg" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/medical/medbay4) +"bUh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 }, +/obj/structure/grille, /obj/machinery/door/blast/shutters{ density = 0; - dir = 8; + dir = 2; icon_state = "shutter0"; - id = "staffroom"; - name = "Staff Room Privacy Shutters"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; opacity = 0 }, /turf/simulated/floor/plating, -/area/medical/medbay2) -"bSZ" = ( -/obj/machinery/door/firedoor, -/turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bTa" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"bUi" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/simulated/floor/tiled/white, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "cmooffice"; + name = "CMO Office Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, /area/medical/medbay4) -"bTb" = ( +"bUj" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -55613,7 +55980,17 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bTc" = ( +"bUk" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bUl" = ( /obj/structure/table/standard, /obj/machinery/computer/med_data/laptop, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -55622,7 +55999,24 @@ /obj/effect/floor_decal/corner/pink/full, /turf/simulated/floor/tiled/white, /area/medical/patient_a) -"bTd" = ( +"bUm" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_a) +"bUn" = ( /obj/machinery/iv_drip, /obj/machinery/power/apc{ dir = 4; @@ -55640,7 +56034,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_a) -"bTe" = ( +"bUo" = ( +/obj/structure/table/standard, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner/pink/full, +/turf/simulated/floor/tiled/white, +/area/medical/patient_b) +"bUp" = ( /obj/structure/cable/green{ d1 = 2; d2 = 4; @@ -55656,17 +56059,8 @@ dir = 10 }, /turf/simulated/floor/tiled/white, -/area/medical/patient_a) -"bTf" = ( -/obj/structure/table/standard, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/floor_decal/corner/pink/full, -/turf/simulated/floor/tiled/white, /area/medical/patient_b) -"bTg" = ( +"bUq" = ( /obj/machinery/iv_drip, /obj/machinery/power/apc{ dir = 4; @@ -55684,24 +56078,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_b) -"bTh" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_b) -"bTi" = ( +"bUr" = ( /obj/machinery/shieldwallgen{ anchored = 1; req_access = list(47) @@ -55712,16 +56089,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bTj" = ( -/obj/machinery/door/window/southright{ - dir = 1; - name = "Test Chamber"; - req_one_access = list(7,29) - }, -/obj/machinery/door/window/southright{ - name = "Test Chamber"; - req_one_access = list(7,29) - }, +"bUs" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -55729,9 +56097,17 @@ name = "Test Chamber Blast Doors"; opacity = 0 }, -/turf/simulated/floor/tiled/white, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bTk" = ( +"bUt" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -55750,25 +56126,7 @@ /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/reinforced, /area/rnd/misc_lab) -"bTl" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "misclab"; - name = "Test Chamber Blast Doors"; - opacity = 0 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/reinforced, -/area/rnd/misc_lab) -"bTm" = ( +"bUu" = ( /obj/machinery/door/window/southleft{ dir = 1; name = "Test Chamber"; @@ -55787,7 +56145,16 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bTn" = ( +"bUv" = ( +/obj/machinery/door/window/southright{ + dir = 1; + name = "Test Chamber"; + req_one_access = list(7,29) + }, +/obj/machinery/door/window/southright{ + name = "Test Chamber"; + req_one_access = list(7,29) + }, /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -55795,17 +56162,9 @@ name = "Test Chamber Blast Doors"; opacity = 0 }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bTo" = ( +"bUw" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -55823,7 +56182,83 @@ /obj/structure/window/reinforced, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bTp" = ( +"bUx" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "misclab"; + name = "Test Chamber Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled/white, +/area/rnd/misc_lab) +"bUy" = ( +/turf/simulated/wall, +/area/rnd/misc_lab) +"bUz" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bUA" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/storage) +"bUB" = ( +/obj/structure/sign/fire{ + pixel_x = 32; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/white/full, +/turf/simulated/floor/tiled, +/area/rnd/research) +"bUC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/wall/r_wall, +/area/rnd/mixing) +"bUD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map"; + tag = "icon-manifold-f (EAST)" + }, +/turf/simulated/wall/r_wall, +/area/rnd/mixing) +"bUE" = ( /obj/structure/sign/nosmoking_2{ pixel_x = -32 }, @@ -55844,54 +56279,13 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bTq" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bTr" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"bTs" = ( -/obj/structure/sign/fire{ - pixel_x = 32; - pixel_y = 0 - }, -/obj/effect/floor_decal/corner/white/full, -/turf/simulated/floor/tiled, -/area/rnd/research) -"bTt" = ( +"bUF" = ( /obj/machinery/atmospherics/binary/passive_gate{ dir = 8 }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bTu" = ( +"bUG" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 }, @@ -55902,18 +56296,24 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bTv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ +"bUH" = ( +/obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(7,12) + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"bTw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"bUI" = ( +/turf/simulated/wall, +/area/maintenance/research_starboard) +"bUJ" = ( /obj/structure/disposaloutlet, /obj/structure/window/reinforced{ dir = 1 @@ -55924,58 +56324,148 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/airless, /area/rnd/mixing) -"bTx" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/airless, -/area/rnd/test_area) -"bTy" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 6 +"bUK" = ( +/obj/machinery/door/window/southright{ + name = "Toxins Launcher"; + req_access = list(8) }, -/turf/simulated/floor/tiled/airless, -/area/rnd/test_area) -"bTz" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 10 +/obj/machinery/door/window/southright{ + dir = 1; + name = "Toxins Launcher"; + req_access = list(8) }, -/turf/simulated/floor/tiled/airless, -/area/rnd/test_area) -"bTA" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/door/firedoor{ + dir = 2 }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bTB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/rnd/mixing) +"bUL" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, /obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/rnd/mixing) -"bTC" = ( -/obj/machinery/door/firedoor/border_only, +"bUM" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/airless, +/area/rnd/test_area) +"bUN" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled/airless, +/area/rnd/test_area) +"bUO" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/tiled/airless, +/area/rnd/test_area) +"bUP" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/cargo) +"bUQ" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bUR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bUS" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bUT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bUU" = ( +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/storage/tech) +"bUV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bUW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_x = 28; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/storage/tech) +"bUX" = ( +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/light{ @@ -55989,9 +56479,23 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bTD" = ( +"bUY" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bUZ" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /obj/structure/cable/green{ d2 = 8; icon_state = "0-8" @@ -56004,7 +56508,70 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/hallway/primary/aft) -"bTE" = ( +"bVa" = ( +/turf/simulated/wall, +/area/engineering/break_room) +"bVb" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bVc" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bVd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + 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/plating, +/area/maintenance/engineering) +"bVe" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bVf" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + 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/plating, +/area/maintenance/engineering) +"bVg" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/floor_decal/corner/red/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bVh" = ( /obj/machinery/atmospherics/pipe/simple/visible{ icon_state = "intact"; dir = 6 @@ -56016,182 +56583,21 @@ }, /turf/simulated/floor/tiled, /area/medical/sleeper) -"bTF" = ( -/obj/structure/shuttle/engine/propulsion/burst, -/turf/space, -/area/shuttle/mining/station) -"bTG" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bTH" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "mining_dock_airlock"; - name = "exterior access button"; - pixel_x = -5; - pixel_y = 25; - req_one_access = list(13,48) - }, -/turf/space, -/area/space) -"bTI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bTJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bTK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/quartermaster/miningdock) -"bTL" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bTM" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bTN" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bTO" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bTP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bTQ" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bTR" = ( +"bVi" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/medical/sleeper) -"bTS" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/storage/tech) -"bTT" = ( -/obj/item/weapon/screwdriver{ - pixel_y = 16 - }, -/obj/item/weapon/wirecutters, -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/storage/tech) -"bTU" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/circuitboard/cloning{ - pixel_x = 0 - }, -/obj/item/weapon/circuitboard/clonescanner, -/obj/item/weapon/circuitboard/clonepod, -/obj/item/weapon/circuitboard/scan_consolenew, -/obj/item/weapon/circuitboard/med_data{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bTV" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/circuitboard/secure_data{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/weapon/circuitboard/security{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/weapon/circuitboard/skills{ - pixel_x = 4; - pixel_y = -3 +"bVj" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/storage/tech) -"bTW" = ( +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bVk" = ( /obj/machinery/button/remote/blast_door{ id = "scanhide"; name = "Diagnostics Room Separation Shutters"; @@ -56212,26 +56618,43 @@ }, /turf/simulated/floor/tiled, /area/medical/sleeper) -"bTX" = ( -/obj/machinery/light_switch{ - pixel_x = 27 +"bVl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "scanhideside"; + name = "Diagnostics Room Privacy Shutters"; + opacity = 0 }, /turf/simulated/floor/plating, -/area/storage/tech) -"bTY" = ( +/area/medical/medbay4) +"bVm" = ( /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bTZ" = ( +"bVn" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay Lounge" - }, -/obj/structure/table/standard{ - name = "plastic table frame" +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + 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/medbay4) -"bUa" = ( +"bVo" = ( /obj/machinery/light{ dir = 1 }, @@ -56242,90 +56665,17 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bUb" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) +"bVp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay Lounge" }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/structure/table/standard{ + name = "plastic table frame" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/hallway/primary/aft) -"bUc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bUd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bUe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bUf" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bUg" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bUh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bUi" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bVq" = ( /obj/item/device/radio/intercom{ broadcasting = 0; name = "Station Intercom (General)"; @@ -56338,7 +56688,11 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bUj" = ( +"bVr" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bVs" = ( /obj/machinery/light{ dir = 1 }, @@ -56346,14 +56700,12 @@ /obj/structure/disposalpipe/trunk, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bUk" = ( -/obj/machinery/vending/coffee, +"bVt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bUl" = ( -/turf/simulated/wall, -/area/medical/medbay4) -"bUm" = ( +"bVu" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -56362,101 +56714,18 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bUn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"bUo" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay4) -"bUp" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/medical/medbay4) -"bUq" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay4) -"bUr" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "cmooffice"; - name = "CMO Office Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/medbay4) -"bUs" = ( -/obj/machinery/vending/medical, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"bUt" = ( +"bVv" = ( /obj/machinery/light{ dir = 1 }, /obj/machinery/door/firedoor, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bUu" = ( -/obj/item/weapon/reagent_containers/spray/cleaner, -/obj/structure/table/standard{ - name = "plastic table frame" - }, +"bVw" = ( +/obj/machinery/vending/medical, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bUv" = ( +"bVx" = ( /obj/item/device/radio/intercom{ broadcasting = 0; name = "Station Intercom (General)"; @@ -56470,16 +56739,45 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bUw" = ( +"bVy" = ( +/obj/item/weapon/reagent_containers/spray/cleaner, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bVz" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bVA" = ( /obj/machinery/iv_drip, /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bUx" = ( -/obj/structure/closet/secure_closet/personal/patient, -/turf/simulated/floor/tiled/white, +"bVB" = ( +/turf/simulated/wall, /area/medical/patient_wing) -"bUy" = ( +"bVC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + id = "isoA_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "isoA_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "isoA_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "isoA_window_tint" + }, +/turf/simulated/floor/plating, +/area/medical/patient_a) +"bVD" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ name = "Sub-Acute A" @@ -56493,7 +56791,45 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bUz" = ( +"bVE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "isoA_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + id = "isoA_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "isoA_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "isoA_window_tint" + }, +/turf/simulated/floor/plating, +/area/medical/patient_a) +"bVF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + id = "isoB_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "isoB_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "isoB_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "isoB_window_tint" + }, +/turf/simulated/floor/plating, +/area/medical/patient_b) +"bVG" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ name = "Sub-Acute B" @@ -56507,7 +56843,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bUA" = ( +"bVH" = ( /obj/machinery/power/apc{ dir = 8; name = "west bump"; @@ -56528,24 +56864,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bUB" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/wrench, -/obj/item/weapon/crowbar/red, -/obj/item/clothing/glasses/science, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/misc_lab) -"bUC" = ( +"bVI" = ( /obj/structure/table/reinforced, /obj/machinery/button/ignition{ id = "Xenobio"; @@ -56565,16 +56884,24 @@ /obj/item/device/gps/science, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bUD" = ( +"bVJ" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/wrench, +/obj/item/weapon/crowbar/red, +/obj/item/clothing/glasses/science, /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (NORTHWEST)"; + icon_state = "intact"; + dir = 9 + }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bUE" = ( +"bVK" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -56583,20 +56910,16 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bUF" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, +"bVL" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bUG" = ( +"bVM" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -56612,10 +56935,20 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bUH" = ( -/turf/simulated/wall, +"bVN" = ( +/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/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bUI" = ( +"bVO" = ( /obj/machinery/computer/security/telescreen{ desc = "Used to monitor the proceedings inside the test chamber."; name = "Test Chamber Monitor"; @@ -56630,15 +56963,8 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bUJ" = ( -/obj/machinery/vending/cigarette{ - pixel_x = 0; - pixel_y = 2 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bUK" = ( -/obj/machinery/door/firedoor/border_only{ +"bVP" = ( +/obj/machinery/door/firedoor{ dir = 8; name = "Firelock West" }, @@ -56655,21 +56981,104 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/rnd/research) -"bUL" = ( +"bVQ" = ( +/obj/machinery/vending/cigarette{ + pixel_x = 0; + pixel_y = 2 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bVR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bVS" = ( +/obj/machinery/door/blast/regular{ + id = "mixvent"; + name = "Mixer Room Vent" + }, +/turf/simulated/floor/reinforced, +/area/rnd/mixing) +"bVT" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/turf/simulated/floor/reinforced, +/area/rnd/mixing) +"bVU" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/turf/simulated/floor/reinforced, +/area/rnd/mixing) +"bVV" = ( +/obj/machinery/sparker{ + dir = 2; + id = "mixingsparker"; + pixel_x = 25 + }, +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 4; + frequency = 1443; + icon_state = "map_injector"; + id = "air_in"; + use_power = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/mixing) +"bVW" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/rnd/mixing) +"bVX" = ( +/obj/machinery/airlock_sensor{ + id_tag = "tox_airlock_sensor"; + master_tag = "tox_airlock_control"; + pixel_y = 24 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, -/turf/simulated/wall/r_wall, +/turf/simulated/floor/reinforced, /area/rnd/mixing) -"bUM" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map"; - tag = "icon-manifold-f (EAST)" +"bVY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/wall/r_wall, /area/rnd/mixing) -"bUN" = ( +"bVZ" = ( /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ tag_airpump = "tox_airlock_pump"; tag_exterior_door = "tox_airlock_exterior"; @@ -56694,204 +57103,14 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bUO" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bUP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(7,12) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"bUQ" = ( -/turf/simulated/wall, -/area/maintenance/research_starboard) -"bUR" = ( -/obj/machinery/door/blast/regular{ - id = "mixvent"; - name = "Mixer Room Vent" - }, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bUS" = ( -/obj/machinery/door/window/southright{ - name = "Toxins Launcher"; - req_access = list(8) - }, -/obj/machinery/door/window/southright{ - dir = 1; - name = "Toxins Launcher"; - req_access = list(8) - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/rnd/mixing) -"bUT" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/mixing) -"bUU" = ( -/obj/machinery/sparker{ - dir = 2; - id = "mixingsparker"; - pixel_x = 25 - }, -/obj/machinery/atmospherics/unary/outlet_injector{ - dir = 4; - frequency = 1443; - icon_state = "map_injector"; - id = "air_in"; - use_power = 1 - }, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bUV" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bUW" = ( -/obj/machinery/airlock_sensor{ - id_tag = "tox_airlock_sensor"; - master_tag = "tox_airlock_control"; - pixel_y = 24 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/binary/pump{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bUX" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/cargo) -"bUY" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bUZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bVa" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bVb" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bVc" = ( -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/storage/tech) -"bVd" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bVe" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_x = 28; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/storage/tech) -"bVf" = ( +"bWa" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 }, /obj/machinery/meter, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bVg" = ( +"bWb" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 }, @@ -56903,7 +57122,304 @@ }, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bVh" = ( +"bWc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"bWd" = ( +/obj/structure/closet/wardrobe/grey, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"bWe" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "toxinsdriver" + }, +/turf/simulated/floor/airless, +/area/rnd/mixing) +"bWf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/airlock_sensor{ + pixel_y = -25 + }, +/turf/simulated/floor/airless, +/area/rnd/mixing) +"bWg" = ( +/turf/simulated/floor/airless, +/area/rnd/mixing) +"bWh" = ( +/obj/machinery/door/blast/regular{ + id = "toxinsdriver"; + name = "Toxins Launcher Bay Door" + }, +/turf/simulated/floor/airless, +/area/rnd/mixing) +"bWi" = ( +/obj/machinery/door/blast/regular{ + id = "toxinsdriver"; + name = "Toxins Launcher Bay Door" + }, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"bWj" = ( +/obj/item/device/radio/beacon, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/effect/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/rnd/test_area) +"bWk" = ( +/obj/structure/window/reinforced{ + dir = 5; + health = 1e+007 + }, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"bWl" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera/network/research{ + c_tag = "Research Toxins Test Chamber East"; + dir = 8; + network = list("Research","Toxins Test Area") + }, +/turf/simulated/floor/tiled/airless, +/area/rnd/test_area) +"bWm" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/escape_pod5/station) +"bWn" = ( +/turf/simulated/shuttle/wall{ + tag = "icon-swall_straight (EAST)"; + icon_state = "swall_straight"; + dir = 4 + }, +/area/shuttle/escape_pod5/station) +"bWo" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 4 + }, +/turf/simulated/shuttle/wall, +/area/shuttle/escape_pod5/station) +"bWp" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bWq" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bWr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bWs" = ( +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/device/multitool, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32; + pixel_y = 0 + }, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/storage/tech) +"bWt" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/storage/tech) +"bWu" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/yellow, +/obj/item/device/t_scanner, +/obj/item/clothing/glasses/meson, +/obj/item/device/multitool, +/turf/simulated/floor/plating, +/area/storage/tech) +"bWv" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/device/multitool, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plating, +/area/storage/tech) +"bWw" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/device/analyzer/plant_analyzer, +/obj/item/device/healthanalyzer, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/turf/simulated/floor/plating, +/area/storage/tech) +"bWx" = ( +/obj/machinery/door/airlock/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/yellow{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bWy" = ( +/obj/machinery/door/airlock/glass{ + name = "Central Access" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bWz" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bWA" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bWB" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/dice, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bWC" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/book/manual/engineering_construction, +/obj/item/weapon/book/manual/evaguide{ + pixel_x = -2; + pixel_y = 7 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bWD" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/book/manual/engineering_guide{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/weapon/book/manual/atmospipes, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bWE" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bWF" = ( +/turf/simulated/wall, +/area/crew_quarters/sleep/engi_wash) +"bWG" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + freq = 1400; + location = "Medbay" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"bWH" = ( +/obj/machinery/door/window/eastleft{ + name = "Medical Delivery"; + req_access = list(5) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"bWI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bWJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (NORTHWEST)"; + icon_state = "intact"; + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bWK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bWL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bWM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bWN" = ( /obj/machinery/door/firedoor, /obj/machinery/door/blast/shutters{ density = 0; @@ -56926,224 +57442,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bVi" = ( -/turf/simulated/wall, -/area/engineering/break_room) -"bVj" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bVk" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bVl" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - 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/plating, -/area/maintenance/engineering) -"bVm" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bVn" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - 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/plating, -/area/maintenance/engineering) -"bVo" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +"bWO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 }, -/obj/machinery/airlock_sensor{ - pixel_y = -25 - }, -/turf/simulated/floor/airless, -/area/rnd/mixing) -"bVp" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "toxinsdriver" - }, -/turf/simulated/floor/airless, -/area/rnd/mixing) -"bVq" = ( -/obj/machinery/door/blast/regular{ - id = "toxinsdriver"; - name = "Toxins Launcher Bay Door" - }, -/turf/simulated/floor/airless, -/area/rnd/mixing) -"bVr" = ( -/turf/simulated/floor/airless, -/area/rnd/mixing) -"bVs" = ( -/obj/machinery/door/blast/regular{ - id = "toxinsdriver"; - name = "Toxins Launcher Bay Door" - }, -/turf/simulated/floor/airless, -/area/rnd/test_area) -"bVt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "scanhideside"; - name = "Diagnostics Room Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, +/turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bVu" = ( -/obj/item/device/radio/beacon, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/effect/floor_decal/industrial/warning/full, -/turf/simulated/floor/tiled, -/area/rnd/test_area) -"bVv" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera/network/research{ - c_tag = "Research Toxins Test Chamber East"; - dir = 8; - network = list("Research","Toxins Test Area") - }, -/turf/simulated/floor/tiled/airless, -/area/rnd/test_area) -"bVw" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (EAST)"; - icon_state = "swall_straight"; - dir = 4 - }, -/area/shuttle/escape_pod5/station) -"bVx" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, -/area/shuttle/escape_pod5/station) -"bVy" = ( -/obj/machinery/door/airlock/glass{ - name = "Central Access" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bVz" = ( -/obj/machinery/door/airlock/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/yellow{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bVA" = ( -/obj/machinery/door/window/eastleft{ - name = "Medical Delivery"; - req_access = list(5) - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plating, -/area/medical/sleeper) -"bVB" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - freq = 1400; - location = "Medbay" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/simulated/floor/plating, -/area/medical/sleeper) -"bVC" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bVD" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bVE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bVF" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bVG" = ( +"bWP" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -57154,47 +57462,16 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bVH" = ( +"bWQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bVI" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bVJ" = ( -/turf/simulated/wall, -/area/medical/patient_wing) -"bVK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - id = "isoA_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "isoA_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "isoA_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "isoA_window_tint" - }, -/turf/simulated/floor/plating, -/area/medical/patient_a) -"bVL" = ( +"bWR" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -57204,54 +57481,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bVM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "isoA_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - id = "isoA_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "isoA_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "isoA_window_tint" - }, -/turf/simulated/floor/plating, -/area/medical/patient_a) -"bVN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - id = "isoB_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "isoB_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "isoB_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "isoB_window_tint" - }, -/turf/simulated/floor/plating, -/area/medical/patient_b) -"bVO" = ( -/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) -"bVP" = ( +"bWS" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -57261,7 +57491,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bVQ" = ( +"bWT" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -57271,7 +57501,12 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bVR" = ( +"bWU" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bWV" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -57286,21 +57521,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bVS" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"bVT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"bVU" = ( +"bWW" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -57310,7 +57531,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bVV" = ( +"bWX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bWY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -57319,23 +57549,33 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bVW" = ( +"bWZ" = ( +/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) +"bXa" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bVX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"bXb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bVY" = ( +"bXc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -57349,51 +57589,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bVZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bWa" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/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/patient_wing) -"bWb" = ( -/obj/structure/bed/chair/comfy/teal, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"bWc" = ( +"bXd" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -57408,7 +57604,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bWd" = ( +"bXe" = ( /obj/structure/bed/chair/comfy/teal, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -57417,21 +57613,13 @@ dir = 4 }, /obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (EAST)"; + tag = "icon-corner_white (NORTH)"; icon_state = "corner_white"; - dir = 4 + dir = 1 }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bWe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/rnd/mixing) -"bWf" = ( +"bXf" = ( /obj/machinery/light{ dir = 1 }, @@ -57447,32 +57635,22 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bWg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; +"bXg" = ( +/obj/structure/bed/chair/comfy/teal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/wall/r_wall, -/area/rnd/mixing) -"bWh" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, /obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTH)"; + tag = "icon-corner_white (EAST)"; icon_state = "corner_white"; - dir = 1 + dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bWi" = ( +"bXh" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -57487,33 +57665,57 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bWj" = ( -/obj/machinery/atmospherics/pipe/simple/visible, +"bXi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, /turf/simulated/floor/tiled/white, -/area/rnd/misc_lab) -"bWk" = ( +/area/medical/patient_wing) +"bXj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Patient Wing Maintenance Access"; + req_access = list(5) + }, +/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/plating, +/area/medical/patient_wing) +"bXk" = ( /obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"bWl" = ( -/obj/structure/closet/emcloset, -/obj/random/loot, -/turf/simulated/floor/airless, -/area/rnd/test_area) -"bWm" = ( -/obj/effect/landmark{ - name = "xeno_spawn"; - pixel_x = -1 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bXl" = ( +/obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bWn" = ( +"bXm" = ( /obj/machinery/button/remote/blast_door{ id = "misclab"; name = "Test Chamber Blast Doors"; @@ -57524,14 +57726,21 @@ /obj/item/weapon/stool/padded, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bWo" = ( +"bXn" = ( +/obj/effect/landmark{ + name = "xeno_spawn"; + pixel_x = -1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/misc_lab) +"bXo" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/misc_lab) +"bXp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bWp" = ( -/turf/simulated/floor/tiled/white, -/area/rnd/misc_lab) -"bWq" = ( +"bXq" = ( /obj/structure/bed/chair/office/light{ dir = 1 }, @@ -57545,8 +57754,8 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bWr" = ( -/obj/machinery/door/firedoor/border_only{ +"bXr" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "hazard door east" }, @@ -57556,11 +57765,17 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bWs" = ( -/obj/machinery/door/firedoor/border_only, +"bXs" = ( +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bWt" = ( +"bXt" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bXu" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; @@ -57569,156 +57784,24 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bWu" = ( -/obj/machinery/alarm{ - pixel_y = 22 +"bXv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/simulated/floor/tiled/white, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, /area/rnd/research) -"bWv" = ( -/obj/structure/shuttle/engine/propulsion/burst{ - dir = 8 - }, -/turf/simulated/wall, -/area/shuttle/escape_pod5/station) -"bWw" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bWx" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bWy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bWz" = ( -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/device/multitool, -/obj/machinery/status_display{ - layer = 4; - pixel_x = -32; - pixel_y = 0 - }, -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/storage/tech) -"bWA" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/storage/tech) -"bWB" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/yellow, -/obj/item/device/t_scanner, -/obj/item/clothing/glasses/meson, -/obj/item/device/multitool, -/turf/simulated/floor/plating, -/area/storage/tech) -"bWC" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/weapon/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/device/multitool, -/obj/item/clothing/glasses/meson, -/turf/simulated/floor/plating, -/area/storage/tech) -"bWD" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/device/analyzer/plant_analyzer, -/obj/item/device/healthanalyzer, -/obj/item/device/analyzer, -/obj/item/device/analyzer, -/turf/simulated/floor/plating, -/area/storage/tech) -"bWE" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/rnd/mixing) -"bWF" = ( +"bXw" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging, /turf/simulated/floor/reinforced, /area/rnd/mixing) -"bWG" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bWH" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bWI" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/dice, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bWJ" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/book/manual/engineering_construction, -/obj/item/weapon/book/manual/evaguide{ - pixel_x = -2; - pixel_y = 7 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bWK" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/book/manual/engineering_guide{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/weapon/book/manual/atmospipes, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bWL" = ( -/obj/structure/bookcase/manuals/engineering, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bWM" = ( -/turf/simulated/wall, -/area/crew_quarters/sleep/engi_wash) -"bWN" = ( +"bXx" = ( /obj/machinery/air_sensor{ frequency = 1430; id_tag = "toxins_mixing_exterior"; @@ -57726,7 +57809,20 @@ }, /turf/simulated/floor/reinforced, /area/rnd/mixing) -"bWO" = ( +"bXy" = ( +/obj/machinery/door/airlock/glass_research{ + autoclose = 0; + frequency = 1379; + glass = 1; + icon_state = "door_locked"; + id_tag = "tox_airlock_exterior"; + locked = 1; + name = "Mixing Room Exterior Airlock"; + req_access = list(7) + }, +/turf/simulated/floor/reinforced, +/area/rnd/mixing) +"bXz" = ( /obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{ dir = 2; frequency = 1379; @@ -57741,20 +57837,309 @@ }, /turf/simulated/floor/reinforced, /area/rnd/mixing) -"bWP" = ( +"bXA" = ( /obj/machinery/door/airlock/glass_research{ autoclose = 0; frequency = 1379; glass = 1; icon_state = "door_locked"; - id_tag = "tox_airlock_exterior"; + id_tag = "tox_airlock_interior"; locked = 1; - name = "Mixing Room Exterior Airlock"; + name = "Mixing Room Interior Airlock"; req_access = list(7) }, /turf/simulated/floor/reinforced, /area/rnd/mixing) -"bWQ" = ( +"bXB" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/rnd/mixing) +"bXC" = ( +/obj/machinery/computer/general_air_control{ + frequency = 1430; + name = "Mixing Chamber Monitor"; + sensors = list("toxins_mixing_exterior" = "Mixing Chamber - Exterior", "toxins_mixing_interior" = "Mixing Chamber - Interior") + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/mixing) +"bXD" = ( +/obj/item/weapon/wrench, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"bXE" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/airless, +/area/rnd/test_area) +"bXF" = ( +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled/airless, +/area/rnd/test_area) +"bXG" = ( +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/escape_pod5/station) +"bXH" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{ + frequency = 1380; + id_tag = "escape_pod_5"; + pixel_x = 0; + pixel_y = -25; + tag_door = "escape_pod_5_hatch" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape_pod5/station) +"bXI" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/light/small/emergency, +/turf/simulated/shuttle/floor, +/area/shuttle/escape_pod5/station) +"bXJ" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_pod_5_hatch"; + locked = 1; + name = "Escape Pod Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape_pod5/station) +"bXK" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_pod_5_berth_hatch"; + locked = 1; + name = "Escape Pod"; + req_access = list(13) + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bXL" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ + frequency = 1380; + id_tag = "escape_pod_5_berth"; + pixel_x = -25; + pixel_y = 25; + tag_door = "escape_pod_5_berth_hatch" + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8; + target_pressure = 200 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bXM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bXN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bXO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/yellow{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bXP" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bXQ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/yellow, +/turf/simulated/floor/tiled, +/area/hallway/primary/aft) +"bXR" = ( +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = -10 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bXS" = ( +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bXT" = ( +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/obj/structure/bed/chair/comfy/brown, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bXU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bXV" = ( +/obj/structure/table/standard, +/obj/item/bodybag/cryobag{ + pixel_x = 6 + }, +/obj/item/stack/medical/bruise_pack{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/stack/medical/bruise_pack{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/stack/medical/ointment{ + pixel_y = 10 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/yellow, +/area/crew_quarters/sleep/engi_wash) +"bXW" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/simulated/floor/tiled/yellow, +/area/crew_quarters/sleep/engi_wash) +"bXX" = ( +/obj/structure/closet/wardrobe/atmospherics_yellow, +/turf/simulated/floor/tiled/yellow, +/area/crew_quarters/sleep/engi_wash) +"bXY" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay"; + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bXZ" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bYa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bYb" = ( +/obj/machinery/bodyscanner{ + dir = 8; + icon_state = "body_scanner_0"; + tag = "icon-body_scanner_0 (EAST)" + }, +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bYc" = ( +/obj/machinery/body_scanconsole{ + tag = "icon-body_scannerconsole (WEST)"; + icon_state = "body_scannerconsole"; + dir = 8 + }, +/obj/effect/floor_decal/corner/red{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bYd" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bYe" = ( /obj/machinery/door/firedoor, /obj/machinery/door/blast/shutters{ density = 0; @@ -57776,151 +58161,18 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bWR" = ( -/obj/machinery/door/airlock/glass_research{ - autoclose = 0; - frequency = 1379; - glass = 1; - icon_state = "door_locked"; - id_tag = "tox_airlock_interior"; - locked = 1; - name = "Mixing Room Interior Airlock"; - req_access = list(7) - }, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bWS" = ( -/obj/machinery/computer/general_air_control{ - frequency = 1430; - name = "Mixing Chamber Monitor"; - sensors = list("toxins_mixing_exterior" = "Mixing Chamber - Exterior", "toxins_mixing_interior" = "Mixing Chamber - Interior") - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/mixing) -"bWT" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/turf/simulated/floor/tiled/airless, -/area/rnd/test_area) -"bWU" = ( -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled/airless, -/area/rnd/test_area) -"bWV" = ( -/obj/machinery/door/firedoor/border_only, +"bYf" = ( /obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bWW" = ( -/obj/machinery/door/firedoor/border_only, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/yellow{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bWX" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/yellow, -/turf/simulated/floor/tiled, -/area/hallway/primary/aft) -"bWY" = ( -/obj/structure/closet/wardrobe/engineering_yellow, -/turf/simulated/floor/tiled/yellow, -/area/crew_quarters/sleep/engi_wash) -"bWZ" = ( -/obj/structure/table/standard, -/obj/item/bodybag/cryobag{ - pixel_x = 6 - }, -/obj/item/stack/medical/bruise_pack{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/stack/medical/bruise_pack{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/stack/medical/ointment{ - pixel_y = 10 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/yellow, -/area/crew_quarters/sleep/engi_wash) -"bXa" = ( -/obj/structure/closet/wardrobe/atmospherics_yellow, -/turf/simulated/floor/tiled/yellow, -/area/crew_quarters/sleep/engi_wash) -"bXb" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bXc" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bXd" = ( -/obj/machinery/body_scanconsole{ - tag = "icon-body_scannerconsole (WEST)"; - icon_state = "body_scannerconsole"; - dir = 8 - }, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bXe" = ( -/obj/machinery/bodyscanner{ - dir = 8; - icon_state = "body_scanner_0"; - tag = "icon-body_scanner_0 (EAST)" - }, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bXf" = ( +/obj/effect/floor_decal/sign/d, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bYg" = ( /obj/structure/disposalpipe/junction{ dir = 1; icon_state = "pipe-j1" @@ -57942,44 +58194,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bXg" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bXh" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/sign/d, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"bXi" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 8; - icon_state = "pipe-j1s"; - sortType = "CMO Office"; - name = "CMO Office" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"bXj" = ( +"bYh" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -57998,7 +58213,35 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bXk" = ( +"bYi" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + icon_state = "pipe-j1s"; + sortType = "CMO Office"; + name = "CMO Office" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bYj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bYk" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -58014,37 +58257,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bXl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"bXm" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"bXn" = ( +"bYl" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -58061,7 +58274,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bXo" = ( +"bYm" = ( /obj/structure/disposalpipe/junction{ dir = 8 }, @@ -58070,14 +58283,13 @@ d2 = 8; icon_state = "4-8" }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 }, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bXp" = ( +"bYn" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -58095,39 +58307,35 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bXq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Patient Wing Maintenance Access"; - req_access = list(5) +"bYo" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bYp" = ( +/obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/patient_wing) -"bXr" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bXs" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bYq" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -58141,8 +58349,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXt" = ( -/obj/machinery/door/firedoor, +"bYr" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -58152,8 +58359,8 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"bXu" = ( +/area/medical/patient_wing) +"bYs" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -58171,10 +58378,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"bYt" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -58182,7 +58386,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXw" = ( +"bYu" = ( /obj/machinery/light_switch{ dir = 2; name = "light switch "; @@ -58197,28 +58401,7 @@ /obj/effect/floor_decal/corner/paleblue, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXx" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"bXy" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"bXz" = ( +"bYv" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -58238,16 +58421,20 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXA" = ( +"bYw" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/effect/floor_decal/corner/pink, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXB" = ( +"bYx" = ( /obj/machinery/power/apc{ dir = 2; name = "south bump"; @@ -58268,33 +58455,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXC" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bXD" = ( +"bYy" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, +/obj/effect/floor_decal/corner/pink, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXE" = ( +"bYz" = ( /obj/machinery/hologram/holopad, /obj/structure/cable/green{ d1 = 4; @@ -58315,12 +58485,20 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +"bYA" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXG" = ( +"bYB" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, @@ -58335,13 +58513,43 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bXH" = ( +"bYC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bYD" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay"; + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"bYE" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1 }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bXI" = ( +"bYF" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/misc_lab) +"bYG" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, @@ -58352,15 +58560,18 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bXJ" = ( +"bYH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bXK" = ( +"bYI" = ( /obj/effect/landmark/start{ name = "Scientist" }, @@ -58377,132 +58588,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bXL" = ( -/obj/item/weapon/wrench, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"bXM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/misc_lab) -"bXN" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/rnd/misc_lab) -"bXO" = ( -/obj/structure/window/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/escape_pod5/station) -"bXP" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{ - frequency = 1380; - id_tag = "escape_pod_5"; - pixel_x = 0; - pixel_y = -25; - tag_door = "escape_pod_5_hatch" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape_pod5/station) -"bXQ" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/machinery/light/small/emergency, -/turf/simulated/shuttle/floor, -/area/shuttle/escape_pod5/station) -"bXR" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "escape_pod_5_hatch"; - locked = 1; - name = "Escape Pod Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape_pod5/station) -"bXS" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "escape_pod_5_berth_hatch"; - locked = 1; - name = "Escape Pod"; - req_access = list(13) - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bXT" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ - frequency = 1380; - id_tag = "escape_pod_5_berth"; - pixel_x = -25; - pixel_y = 25; - tag_door = "escape_pod_5_berth_hatch" - }, -/obj/machinery/atmospherics/binary/pump/on{ - dir = 8; - target_pressure = 200 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bXU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bXV" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bXW" = ( +"bYJ" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -58521,8 +58607,40 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bXX" = ( -/obj/machinery/door/firedoor/border_only{ +"bYK" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/rnd/misc_lab) +"bYL" = ( +/obj/machinery/light_switch{ + pixel_x = 7; + pixel_y = -23 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/rnd/misc_lab) +"bYM" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "hazard door east" }, @@ -58543,11 +58661,8 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bXY" = ( -/obj/machinery/light_switch{ - pixel_x = 7; - pixel_y = -23 - }, +"bYN" = ( +/obj/machinery/light, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -58559,32 +58674,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled/white, -/area/rnd/misc_lab) -"bXZ" = ( -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = -10 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bYa" = ( -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bYb" = ( -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/obj/structure/bed/chair/comfy/brown, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bYc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bYd" = ( +/area/rnd/research) +"bYO" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -58599,23 +58692,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bYe" = ( -/obj/machinery/light, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/border_only, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bYf" = ( +"bYP" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -58627,24 +58704,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bYg" = ( -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay"; - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bYh" = ( +"bYQ" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -58662,13 +58722,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bYi" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bYj" = ( +"bYR" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -58687,7 +58741,85 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bYk" = ( +"bYS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"bYT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/research) +"bYU" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/reinforced, +/area/rnd/mixing) +"bYV" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + tag = "icon-intact (NORTHWEST)"; + icon_state = "intact"; + dir = 9 + }, +/turf/simulated/floor/reinforced, +/area/rnd/mixing) +"bYW" = ( +/obj/machinery/sparker{ + dir = 2; + id = "mixingsparker"; + pixel_x = 25 + }, +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + 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; + use_power = 1; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0 + }, +/turf/simulated/floor/reinforced, +/area/rnd/mixing) +"bYX" = ( +/obj/structure/sign/fire{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/reinforced, +/area/rnd/mixing) +"bYY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/rnd/mixing) +"bYZ" = ( /obj/machinery/button/remote/blast_door{ id = "mixvent"; name = "Mixing Room Vent Control"; @@ -58714,54 +58846,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bYl" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 5 - }, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bYm" = ( -/obj/machinery/sparker{ - dir = 2; - id = "mixingsparker"; - pixel_x = 25 - }, -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - 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; - use_power = 1; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0 - }, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bYn" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bYo" = ( -/obj/structure/sign/fire{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/binary/pump{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/reinforced, -/area/rnd/mixing) -"bYp" = ( +"bZa" = ( /obj/machinery/light, /obj/structure/extinguisher_cabinet{ pixel_x = 0; @@ -58773,14 +58858,402 @@ /obj/machinery/meter, /turf/simulated/floor/tiled/white, /area/rnd/mixing) -"bYq" = ( +"bZb" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 }, /obj/effect/floor_decal/industrial/warning/cee, /turf/simulated/floor/tiled, /area/rnd/mixing) -"bYr" = ( +"bZc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6; + icon_state = "intact"; + tag = "icon-intact-f (SOUTHEAST)" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"bZd" = ( +/obj/machinery/atmospherics/binary/passive_gate{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"bZe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + tag = "icon-map (NORTH)"; + icon_state = "map"; + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"bZf" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"bZg" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + tag = "icon-swall_c (NORTH)"; + icon_state = "swall_c"; + dir = 1 + }, +/area/shuttle/escape_pod5/station) +"bZh" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bZi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8; + icon_state = "map"; + tag = "icon-manifold-f (WEST)" + }, +/turf/simulated/wall, +/area/maintenance/cargo) +"bZj" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, +/area/maintenance/cargo) +"bZk" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(12) + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + 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/plating, +/area/maintenance/cargo) +"bZl" = ( +/turf/simulated/wall/r_wall, +/area/crew_quarters/heads/chief) +"bZm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"bZn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"bZo" = ( +/obj/item/modular_computer/console/preset/engineering, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"bZp" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = 0; + pixel_y = 27 + }, +/obj/machinery/computer/skills{ + icon_state = "medlaptop" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"bZq" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"bZr" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/papershredder, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"bZs" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"bZt" = ( +/obj/machinery/atm{ + pixel_y = 28 + }, +/obj/effect/floor_decal/corner/yellow/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"bZu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"bZv" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"bZw" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"bZx" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/yellow/diagonal, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"bZy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/break_room) +"bZz" = ( +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bZA" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/book/manual/supermatter_engine{ + pixel_x = -3 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bZB" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bZC" = ( +/obj/effect/landmark/start{ + name = "Atmospheric Technician" + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bZD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"bZE" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engineering Supplies"; + req_one_access = list(11,24) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/yellow, +/area/engineering/break_room) +"bZF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/light_switch{ + dir = 2; + name = "light switch "; + pixel_x = -20; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/yellow, +/area/crew_quarters/sleep/engi_wash) +"bZG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/yellow, +/area/crew_quarters/sleep/engi_wash) +"bZH" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled/yellow, +/area/crew_quarters/sleep/engi_wash) +"bZI" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/yellow, +/area/crew_quarters/sleep/engi_wash) +"bZJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"bZK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Diagnostics Maintenance Access"; + req_access = list(5) + }, +/turf/simulated/floor/plating, +/area/medical/sleeper) +"bZL" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bZM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bZN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bZO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"bZP" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ dir = 4 @@ -58800,228 +59273,15 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bYs" = ( -/obj/machinery/atmospherics/binary/passive_gate{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"bYt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 6; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHEAST)" - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"bYu" = ( -/obj/machinery/atmospherics/pipe/tank/air{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"bYv" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - tag = "icon-map (NORTH)"; - icon_state = "map"; - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"bYw" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (NORTH)"; - icon_state = "swall_c"; - dir = 1 - }, -/area/shuttle/escape_pod5/station) -"bYx" = ( -/obj/item/modular_computer/console/preset/engineering, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"bYy" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = 0; - pixel_y = 27 - }, -/obj/machinery/computer/skills{ - icon_state = "medlaptop" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"bYz" = ( -/obj/effect/floor_decal/corner/white/diagonal, -/obj/item/modular_computer/console/preset/engineering, -/turf/simulated/floor/tiled, -/area/engineering/break_room) -"bYA" = ( -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/papershredder, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"bYB" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"bYC" = ( -/obj/machinery/atm{ - pixel_y = 28 - }, -/obj/effect/floor_decal/corner/yellow/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"bYD" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"bYE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"bYF" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/effect/floor_decal/corner/yellow/diagonal, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"bYG" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"bYH" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Supplies"; - req_one_access = list(11,24) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/tiled/yellow, -/area/engineering/break_room) -"bYI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/yellow, -/area/crew_quarters/sleep/engi_wash) -"bYJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/obj/machinery/light_switch{ - dir = 2; - name = "light switch "; - pixel_x = -20; - pixel_y = 22 - }, -/turf/simulated/floor/tiled/yellow, -/area/crew_quarters/sleep/engi_wash) -"bYK" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/yellow, -/area/crew_quarters/sleep/engi_wash) -"bYL" = ( -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay"; - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"bYM" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/yellow, -/area/crew_quarters/sleep/engi_wash) -"bYN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bYO" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bYP" = ( +"bZQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bYQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"bZR" = ( /obj/structure/disposalpipe/junction{ dir = 1; icon_state = "pipe-j2" @@ -59033,29 +59293,11 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bYR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"bYS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, +"bZS" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall, /area/medical/medbay4) -"bYT" = ( +"bZT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ name = "Patient Ward" @@ -59067,7 +59309,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"bYU" = ( +"bZU" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ id_tag = "mentaldoor"; @@ -59083,7 +59325,57 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/psych) -"bYV" = ( +"bZV" = ( +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "psych"; + name = "Mental Health Privacy Shutters"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/medical/psych) +"bZW" = ( +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "psych"; + name = "Mental Health Privacy Shutters"; + opacity = 0 + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/medical/psych) +"bZX" = ( +/turf/simulated/wall, +/area/medical/psych) +"bZY" = ( +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay Patient Hallway - Port"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"bZZ" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -59093,17 +59385,13 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bYW" = ( -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay Patient Hallway - Port"; - dir = 4 - }, +"caa" = ( /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bYX" = ( -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"bYY" = ( +"cab" = ( +/turf/simulated/wall, +/area/medical/biostorage) +"cac" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ name = "Secondary Storage"; @@ -59118,7 +59406,29 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/dark, /area/medical/biostorage) -"bYZ" = ( +"cad" = ( +/turf/simulated/wall, +/area/medical/patient_c) +"cae" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized{ + id = "isoC_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 4; + id = "isoC_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "isoC_window_tint" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8; + id = "isoC_window_tint" + }, +/turf/simulated/floor/plating, +/area/medical/patient_c) +"caf" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ name = "Sub-Acute C" @@ -59132,7 +59442,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/patient_c) -"bZa" = ( +"cag" = ( /obj/machinery/door/airlock/glass_medical{ name = "Hygiene Facilities" }, @@ -59141,34 +59451,14 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"bZb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/research) -"bZc" = ( +"cah" = ( /obj/machinery/light, /obj/machinery/atmospherics/portables_connector{ dir = 1 }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bZd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/misc_lab) -"bZe" = ( +"cai" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -59180,7 +59470,23 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bZf" = ( +"caj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/misc_lab) +"cak" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -29 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/misc_lab) +"cal" = ( /obj/machinery/disposal, /obj/machinery/alarm{ dir = 1; @@ -59196,37 +59502,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bZg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/rnd/mixing) -"bZh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -29 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/misc_lab) -"bZi" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/light, -/obj/machinery/suit_storage_unit/standard_unit, -/turf/simulated/floor/tiled/white, -/area/rnd/misc_lab) -"bZj" = ( +"cam" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = -29 @@ -59234,7 +59510,13 @@ /obj/structure/closet/bombcloset, /turf/simulated/floor/tiled/white, /area/rnd/misc_lab) -"bZk" = ( +"can" = ( +/obj/machinery/light, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled/white, +/area/rnd/misc_lab) +"cao" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -59250,7 +59532,25 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bZl" = ( +"cap" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white, +/area/rnd/research) +"caq" = ( /obj/machinery/light, /obj/machinery/door/blast/regular{ density = 0; @@ -59263,49 +59563,7 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/white, /area/rnd/research) -"bZm" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/white, -/area/rnd/research) -"bZn" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bZo" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8; - icon_state = "map"; - tag = "icon-manifold-f (WEST)" - }, -/turf/simulated/wall, -/area/maintenance/cargo) -"bZp" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bZq" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(12) - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, +"car" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -59313,77 +59571,9 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"bZr" = ( -/turf/simulated/wall/r_wall, -/area/crew_quarters/heads/chief) -"bZs" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/chief) -"bZt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/chief) -"bZu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - autoclose = 0; - name = "Diagnostics Room"; - req_access = list(5) - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"bZv" = ( -/obj/machinery/atmospherics/binary/pump/high_power/on{ - dir = 4; - icon_state = "map_on"; - tag = "icon-map_on (EAST)"; - target_pressure = 15000 - }, -/obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"bZw" = ( +"cas" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ dir = 8; icon_state = "map"; @@ -59396,7 +59586,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"bZx" = ( +"cat" = ( /obj/machinery/atmospherics/pipe/tank/air{ dir = 8 }, @@ -59405,39 +59595,22 @@ }, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"bZy" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, -/obj/machinery/meter, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"bZz" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/chief) -"bZA" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/tiled, +"cau" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/template_noop, +/area/template_noop) +"cav" = ( +/turf/simulated/wall/r_wall, /area/maintenance/atmos_control) -"bZB" = ( +"caw" = ( +/turf/simulated/wall, +/area/maintenance/atmos_control) +"cax" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall, +/area/maintenance/atmos_control) +"cay" = ( /obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -59449,7 +59622,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/maintenance/atmos_control) -"bZC" = ( +"caz" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/tiled, +/area/maintenance/atmos_control) +"caA" = ( /obj/structure/table/reinforced, /obj/item/weapon/rcd_ammo, /obj/item/weapon/rcd_ammo, @@ -59460,7 +59638,7 @@ /obj/item/weapon/rcd, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"bZD" = ( +"caB" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -59472,71 +59650,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"bZE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"bZF" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/break_room) -"bZG" = ( -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bZH" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/book/manual/supermatter_engine{ - pixel_x = -3 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bZI" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bZJ" = ( -/obj/effect/landmark/start{ - name = "Atmospheric Technician" - }, -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bZK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"bZL" = ( +"caC" = ( /obj/machinery/button/remote/driver{ id = "enginecore"; name = "Emergency Core Eject"; @@ -59548,23 +59662,13 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/heads/chief) -"bZM" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/folder/yellow, -/obj/item/weapon/stamp/ce, -/obj/item/weapon/pen, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/flame/lighter/zippo, -/obj/item/device/megaphone, +"caD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 6 }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"bZN" = ( +"caE" = ( /obj/structure/bed/chair/office/light{ dir = 4 }, @@ -59588,25 +59692,23 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"bZO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"caF" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/folder/yellow, +/obj/item/weapon/stamp/ce, +/obj/item/weapon/pen, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, +/obj/item/weapon/flame/lighter/zippo, +/obj/item/device/megaphone, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"bZP" = ( +"caG" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -59625,31 +59727,10 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"bZQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"bZR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Diagnostics Maintenance Access"; - req_access = list(5) - }, -/turf/simulated/floor/plating, -/area/medical/sleeper) -"bZS" = ( +"caH" = ( /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 4; + icon_state = "pipe-c" }, /obj/structure/cable/green{ d1 = 4; @@ -59660,20 +59741,15 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/yellow{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 + dir = 5 }, /turf/simulated/floor/tiled, -/area/engineering/foyer) -"bZT" = ( +/area/crew_quarters/heads/chief) +"caI" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -59705,23 +59781,29 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"bZU" = ( +"caJ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 2; + d1 = 4; d2 = 8; - icon_state = "2-8" + 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/corner/yellow{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"bZV" = ( +"caK" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -59738,18 +59820,85 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"bZW" = ( -/obj/effect/floor_decal/corner/yellow, +"caL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"bZX" = ( +"caM" = ( /obj/structure/disposalpipe/sortjunction{ sortType = "CE Office"; name = "CE Office" }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"bZY" = ( +"caN" = ( +/obj/effect/floor_decal/corner/yellow, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"caO" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/break_room) +"caP" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/folder/yellow, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"caQ" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/chips, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"caR" = ( +/obj/machinery/newscaster{ + pixel_x = 28; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"caS" = ( +/obj/item/weapon/cigbutt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"caT" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"caU" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 1 @@ -59762,69 +59911,7 @@ }, /turf/simulated/floor/tiled, /area/medical/sleeper) -"bZZ" = ( -/obj/structure/sign/greencross, -/turf/simulated/wall, -/area/medical/medbay4) -"caa" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"cab" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/iv_drip, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"cac" = ( -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "psych"; - name = "Mental Health Privacy Shutters"; - opacity = 0 - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/medical/psych) -"cad" = ( -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "psych"; - name = "Mental Health Privacy Shutters"; - opacity = 0 - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/medical/psych) -"cae" = ( -/turf/simulated/wall, -/area/medical/psych) -"caf" = ( +"caV" = ( /obj/item/device/radio/intercom{ dir = 1; name = "Station Intercom (General)"; @@ -59837,7 +59924,42 @@ }, /turf/simulated/floor/tiled, /area/medical/sleeper) -"cag" = ( +"caW" = ( +/obj/machinery/iv_drip, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"caX" = ( +/obj/machinery/power/apc/high{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/medical/sleeper) +"caY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + autoclose = 0; + name = "Diagnostics Room"; + req_access = list(5) + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"caZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"cba" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -59849,48 +59971,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"cah" = ( -/obj/machinery/power/apc/high{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable/green, -/turf/simulated/floor/tiled, -/area/medical/sleeper) -"cai" = ( -/turf/simulated/wall, -/area/medical/biostorage) -"caj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"cak" = ( -/turf/simulated/wall, -/area/medical/patient_c) -"cal" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/polarized{ - id = "isoC_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "isoC_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1; - id = "isoC_window_tint" - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "isoC_window_tint" - }, -/turf/simulated/floor/plating, -/area/medical/patient_c) -"cam" = ( +"cbb" = ( /obj/item/device/radio/intercom{ dir = 0; name = "Station Intercom (General)"; @@ -59908,27 +59989,29 @@ }, /turf/simulated/floor/tiled/white, /area/medical/ward) -"can" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 +"cbc" = ( +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 }, -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"cbd" = ( +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 }, /obj/structure/cable/green{ + d1 = 1; d2 = 4; - icon_state = "0-4" + icon_state = "1-4" }, -/obj/machinery/light, -/obj/structure/table/marble, -/obj/item/weapon/storage/box/donut, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"cao" = ( +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"cbe" = ( /obj/machinery/iv_drip, /obj/machinery/light_switch{ pixel_x = 22; @@ -59951,7 +60034,39 @@ }, /turf/simulated/floor/tiled/white, /area/medical/ward) -"cap" = ( +"cbf" = ( +/turf/simulated/wall, +/area/medical/ward) +"cbg" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"cbh" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"cbi" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/med_data/laptop, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"cbj" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -59963,7 +60078,19 @@ /obj/structure/bed/roller, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"caq" = ( +"cbk" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/medical/biostorage) +"cbl" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/lights/mixed, /obj/item/device/flashlight, @@ -59979,19 +60106,7 @@ }, /turf/simulated/floor/tiled/dark, /area/medical/biostorage) -"car" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/medical/biostorage) -"cas" = ( +"cbm" = ( /obj/structure/table/standard, /obj/machinery/computer/med_data/laptop, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -60004,25 +60119,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_c) -"cat" = ( -/obj/machinery/iv_drip, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/floor_decal/corner/pink/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_c) -"cau" = ( +"cbn" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -60040,8 +60137,95 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_c) -"cav" = ( -/obj/machinery/door/firedoor/border_only{ +"cbo" = ( +/obj/machinery/iv_drip, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/effect/floor_decal/corner/pink/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"cbp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/freezer, +/area/medical/patient_wing) +"cbq" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/substation/research) +"cbr" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Miscellaneous Reseach Maintenance"; + req_one_access = list(7,29) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"cbs" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/substation/research) +"cbt" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cbu" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cbv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cbw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cbx" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/spiderling_remains, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cby" = ( +/obj/machinery/door/firedoor{ name = "hazard door south" }, /obj/machinery/door/airlock/research{ @@ -60057,78 +60241,136 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/research) -"caw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/freezer, -/area/medical/patient_wing) -"cax" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 +"cbz" = ( +/obj/structure/table/rack{ + dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/alarm{ + pixel_y = 22 }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"cay" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/random/loot, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"caz" = ( +"cbA" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 6 }, /obj/machinery/meter, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"caA" = ( +"cbC" = ( +/obj/machinery/atmospherics/tvalve{ + dir = 4; + name = "siphon switching valve" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbE" = ( +/obj/effect/decal/cleanable/blood/oil/streak{ + amount = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbF" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbG" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbH" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbI" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbM" = ( +/obj/effect/decal/cleanable/spiderling_remains, +/obj/machinery/atmospherics/valve, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cbN" = ( /obj/machinery/light/small{ dir = 1 }, /turf/simulated/floor/airless, /area/maintenance/atmos_control) -"caB" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/space, -/area/space) -"caC" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/atmos_control) -"caD" = ( -/turf/simulated/wall, -/area/maintenance/atmos_control) -"caE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/wall, -/area/maintenance/atmos_control) -"caF" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eng_eva_outer"; - locked = 1; - name = "Engineering EVA External Access"; - req_access = list(13) - }, -/turf/simulated/floor/airless, -/area/maintenance/atmos_control) -"caG" = ( +"cbO" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -60140,7 +60382,37 @@ }, /turf/simulated/floor/airless, /area/maintenance/atmos_control) -"caH" = ( +"cbP" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eng_eva_outer"; + locked = 1; + name = "Engineering EVA External Access"; + req_access = list(13) + }, +/turf/simulated/floor/airless, +/area/maintenance/atmos_control) +"cbQ" = ( +/obj/machinery/airlock_sensor{ + frequency = 1379; + id_tag = "eng_eva_sensor"; + pixel_x = 0; + pixel_y = 25 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "eng_eva_pump" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/maintenance/atmos_control) +"cbR" = ( /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ tag_airpump = "eng_eva_pump"; tag_exterior_door = "eng_eva_outer"; @@ -60164,26 +60436,18 @@ }, /turf/simulated/floor/tiled, /area/maintenance/atmos_control) -"caI" = ( -/obj/machinery/airlock_sensor{ +"cbS" = ( +/obj/machinery/door/airlock/external{ frequency = 1379; - id_tag = "eng_eva_sensor"; - pixel_x = 0; - pixel_y = 25 + icon_state = "door_locked"; + id_tag = "eng_eva_inner"; + locked = 1; + name = "Engineering EVA Internal Access"; + req_access = list(13) }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1379; - id_tag = "eng_eva_pump" - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled, +/turf/simulated/floor/plating, /area/maintenance/atmos_control) -"caJ" = ( +"cbT" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -60200,17 +60464,7 @@ }, /turf/simulated/floor/tiled, /area/maintenance/atmos_control) -"caK" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/maintenance/atmos_control) -"caL" = ( +"cbU" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -60224,12 +60478,22 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/maintenance/atmos_control) -"caM" = ( +"cbV" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/maintenance/atmos_control) +"cbW" = ( /obj/structure/closet/secure_closet/engineering_chief, /obj/item/weapon/tank/emergency_oxygen/engi, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"caN" = ( +"cbX" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -60242,7 +60506,7 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"caO" = ( +"cbY" = ( /obj/machinery/keycard_auth{ pixel_x = -24; pixel_y = 0 @@ -60267,7 +60531,14 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"caP" = ( +"cbZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Chief Engineer's Office" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"cca" = ( /obj/structure/table/reinforced, /obj/item/weapon/clipboard, /obj/item/clothing/glasses/meson{ @@ -60286,23 +60557,7 @@ /obj/item/weapon/book/manual/supermatter_engine, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"caQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine{ - department = "Chief Engineer's Office" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"caR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 4; - layer = 3.3; - pixel_x = 26 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"caS" = ( +"ccb" = ( /obj/machinery/hologram/holopad, /obj/structure/cable/green{ d1 = 1; @@ -60311,699 +60566,14 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"caT" = ( -/obj/effect/floor_decal/corner/yellow{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"caU" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/corner/yellow, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"caV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/break_room) -"caW" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/folder/yellow, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"caX" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/chips, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"caY" = ( -/obj/machinery/newscaster{ - pixel_x = 28; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"caZ" = ( -/obj/item/weapon/cigbutt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cba" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Engineering Break Room"; - req_one_access = list(10) - }, -/turf/simulated/floor/tiled, -/area/engineering/break_room) -"cbb" = ( -/obj/structure/mirror{ - pixel_y = 32 - }, -/obj/structure/sink{ - pixel_y = 16 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/sleep/engi_wash) -"cbc" = ( -/obj/structure/mirror{ - pixel_y = 32 - }, -/obj/structure/sink{ - pixel_y = 16 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/sleep/engi_wash) -"cbd" = ( -/obj/structure/urinal{ - pixel_y = 32 - }, -/obj/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/sleep/engi_wash) -"cbe" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay Surgery Access"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"cbf" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/medical, -/obj/machinery/vending/wallmed1{ - pixel_x = -26 - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/obj/structure/curtain/open/privacy, -/turf/simulated/floor/tiled/white, -/area/medical/ward) -"cbg" = ( -/turf/simulated/floor/tiled/white, -/area/medical/ward) -"cbh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/ward) -"cbi" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/medical, -/obj/machinery/vending/wallmed1{ - name = "NanoMed Wall"; - pixel_x = 25; - pixel_y = 0 - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/obj/structure/curtain/open/privacy, -/turf/simulated/floor/tiled/white, -/area/medical/ward) -"cbj" = ( -/obj/structure/bed/roller, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"cbk" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen"; - name = "Grenade Crate"; - opened = 1 - }, -/obj/item/weapon/grenade/chem_grenade, -/obj/item/weapon/grenade/chem_grenade, -/obj/item/weapon/grenade/chem_grenade, -/obj/item/weapon/grenade/chem_grenade, -/obj/item/device/assembly/igniter, -/obj/item/device/assembly/igniter, -/obj/item/device/assembly/igniter, -/obj/item/device/assembly/timer, -/obj/item/device/assembly/timer, -/obj/item/device/assembly/timer, -/turf/simulated/floor/tiled/dark, -/area/medical/biostorage) -"cbl" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/medical/biostorage) -"cbm" = ( -/turf/simulated/wall, -/area/medical/ward) -"cbn" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable/green, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"cbo" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp/green, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"cbp" = ( -/obj/structure/table/woodentable, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"cbq" = ( -/obj/item/device/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_c) -"cbr" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/medical, -/obj/machinery/vending/wallmed1{ - name = "NanoMed Wall"; - pixel_x = 25; - pixel_y = 0 - }, -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay Patient Room C"; - dir = 8 - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_c) -"cbs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/patient_c) -"cbt" = ( -/obj/structure/sign/securearea{ - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cbu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/freezer, -/area/medical/patient_wing) -"cbv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cbw" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cbx" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/substation/research) -"cby" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Miscellaneous Reseach Maintenance"; - req_one_access = list(7,29) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/substation/research) -"cbz" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/maintenance/substation/research) -"cbA" = ( -/obj/structure/closet/crate, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"cbB" = ( -/obj/structure/table/rack, -/obj/effect/decal/cleanable/cobweb2, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"cbC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/meter, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cbD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cbE" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/effect/decal/cleanable/spiderling_remains, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cbF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Observation Room" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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) -"cbG" = ( -/obj/structure/table/rack, -/obj/random/loot, -/mob/living/simple_animal/mouse, -/turf/simulated/floor/plating, -/area/maintenance/research_shuttle) -"cbH" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbI" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbJ" = ( -/obj/machinery/atmospherics/tvalve{ - dir = 4; - name = "siphon switching valve" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbL" = ( -/obj/effect/decal/cleanable/blood/oil/streak{ - amount = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbM" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbN" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbO" = ( -/mob/living/simple_animal/mouse, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbP" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbQ" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbR" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbT" = ( -/obj/effect/decal/cleanable/spiderling_remains, -/obj/machinery/atmospherics/valve, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(12,47) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology) -"cbV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbW" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cbX" = ( -/turf/simulated/floor/airless, -/area/maintenance/atmos_control) -"cbY" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 1; - frequency = 1379; - id_tag = "eng_eva_pump" - }, -/obj/machinery/camera/network/security{ - c_tag = "Engineering Airlock Access"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHEAST)"; - icon_state = "warning"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/maintenance/atmos_control) -"cbZ" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eng_eva_inner"; - locked = 1; - name = "Engineering EVA Internal Access"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"cca" = ( -/obj/machinery/light/small, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHWEST)"; - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/maintenance/atmos_control) -"ccb" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (WEST)"; - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/maintenance/atmos_control) "ccc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled, -/area/maintenance/atmos_control) +/area/crew_quarters/heads/chief) "ccd" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/clothing/mask/breath, -/obj/item/weapon/rig/ce/equipped, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"cce" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"ccf" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"ccg" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"cch" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/glass_command{ - name = "Chief Engineer"; - req_access = list(56) - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"cci" = ( -/obj/item/device/radio/intercom{ - layer = 4; - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Engineering - CE's Office"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"ccj" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 6; - name = "Chief Engineer RC"; - pixel_x = 0; - pixel_y = -34 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/crew_quarters/heads/chief) -"cck" = ( /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/cable/green, @@ -61022,14 +60592,766 @@ }, /turf/simulated/floor/plating, /area/crew_quarters/heads/chief) +"cce" = ( +/obj/effect/floor_decal/corner/yellow{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"ccf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/floor_decal/corner/yellow, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"ccg" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Engineering Break Room"; + req_one_access = list(10) + }, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"cch" = ( +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"cci" = ( +/obj/effect/landmark/start{ + name = "Atmospheric Technician" + }, +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"ccj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera/network/engineering{ + c_tag = "Engineering Break Room"; + dir = 8 + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"cck" = ( +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/sleep/engi_wash) "ccl" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/sleep/engi_wash) +"ccm" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/sleep/engi_wash) +"ccn" = ( +/turf/simulated/wall, +/area/medical/surgeryobs) +"cco" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay Surgery Access"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"ccp" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"ccq" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/medical, +/obj/machinery/vending/wallmed1{ + pixel_x = -26 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/obj/structure/curtain/open/privacy, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"ccr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"ccs" = ( +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"cct" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/medical, +/obj/machinery/vending/wallmed1{ + name = "NanoMed Wall"; + pixel_x = 25; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/obj/structure/curtain/open/privacy, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"ccu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/medical/psych) +"ccv" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/medical/psych) +"ccw" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/machinery/button/windowtint{ + pixel_x = -25 + }, +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = 8 + }, +/obj/machinery/button/remote/airlock{ + desc = "A remote control-switch for the office door."; + id = "mentaldoor"; + name = "office door control"; + pixel_x = -34; + pixel_y = 7 + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/wood, +/area/medical/psych) +"ccx" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"ccy" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled/dark, +/area/medical/biostorage) +"ccz" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen"; + name = "Grenade Crate"; + opened = 1 + }, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/device/assembly/igniter, +/obj/item/device/assembly/igniter, +/obj/item/device/assembly/igniter, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/timer, +/turf/simulated/floor/tiled/dark, +/area/medical/biostorage) +"ccA" = ( +/obj/item/device/radio/intercom{ + dir = 0; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"ccB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"ccC" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/medical, +/obj/machinery/vending/wallmed1{ + name = "NanoMed Wall"; + pixel_x = 25; + pixel_y = 0 + }, +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay Patient Room C"; + dir = 8 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"ccD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/freezer, +/area/medical/patient_wing) +"ccE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ccF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ccG" = ( +/turf/simulated/wall, +/area/maintenance/substation/research) +"ccH" = ( +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Research Subgrid"; + name_tag = "Research Subgrid" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"ccI" = ( +/obj/machinery/power/smes/buildable{ + charge = 0; + RCon_tag = "Substation - Research" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"ccJ" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "Research Substation Bypass" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"ccK" = ( +/obj/item/weapon/material/shard, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ccL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ccM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ccN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ccO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ccP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ccQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ccR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(12,47) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"ccS" = ( +/obj/structure/sign/securearea{ + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"ccT" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"ccU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"ccV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(12,47) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"ccW" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ccX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ccY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ccZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + tag = "icon-intact (NORTHEAST)"; + icon_state = "intact"; + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cda" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cdb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cdc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cdd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cde" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cdf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cdg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cdh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cdi" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + target_pressure = 200 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cdj" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (SOUTHWEST)"; + icon_state = "intact"; + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cdk" = ( +/turf/simulated/floor/airless, +/area/maintenance/atmos_control) +"cdl" = ( +/obj/machinery/light/small, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHWEST)"; + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/maintenance/atmos_control) +"cdm" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "eng_eva_pump" + }, +/obj/machinery/camera/network/security{ + c_tag = "Engineering Airlock Access"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHEAST)"; + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/maintenance/atmos_control) +"cdn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (WEST)"; + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/maintenance/atmos_control) +"cdo" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/maintenance/atmos_control) +"cdp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/simulated/floor/plating, +/area/maintenance/atmos_control) +"cdq" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/mask/breath, +/obj/item/weapon/rig/ce/equipped, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"cdr" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"cds" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"cdt" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/glass_command{ + name = "Chief Engineer"; + req_access = list(56) + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"cdu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"cdv" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 6; + name = "Chief Engineer RC"; + pixel_x = 0; + pixel_y = -34 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"cdw" = ( +/obj/item/device/radio/intercom{ + layer = 4; + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Engineering - CE's Office"; dir = 1 }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"ccm" = ( +"cdx" = ( /obj/machinery/newscaster{ layer = 3.3; pixel_x = 0; @@ -61042,7 +61364,32 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) -"ccn" = ( +"cdy" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/crew_quarters/heads/chief) +"cdz" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"cdA" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, @@ -61053,38 +61400,14 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cco" = ( -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/obj/structure/bed/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"ccp" = ( -/obj/effect/landmark/start{ - name = "Atmospheric Technician" - }, -/obj/structure/bed/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"ccq" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/camera/network/engineering{ - c_tag = "Engineering Break Room"; +"cdB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"ccr" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"cdC" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -61103,33 +61426,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"ccs" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"cct" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/corner/yellow, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"ccu" = ( -/turf/simulated/wall, -/area/medical/surgeryobs) -"ccv" = ( +"cdD" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 2; name = "Engineering Break Room"; @@ -61148,8 +61445,24 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"ccw" = ( -/obj/machinery/door/firedoor/border_only{ +"cdE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/corner/yellow, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"cdF" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -61173,8 +61486,103 @@ }, /turf/simulated/floor/tiled, /area/engineering/break_room) -"ccx" = ( -/obj/machinery/door/firedoor/border_only{ +"cdG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/carpet, +/area/engineering/break_room) +"cdH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"cdI" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/carpet, +/area/engineering/break_room) +"cdJ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/carpet, +/area/engineering/break_room) +"cdK" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"cdL" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/carpet, +/area/engineering/break_room) +"cdM" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -61195,18 +61603,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/break_room) -"ccy" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/sleep/engi_wash) -"ccz" = ( +"cdN" = ( /obj/machinery/light_switch{ dir = 2; name = "light switch "; @@ -61226,53 +61623,18 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/sleep/engi_wash) -"ccA" = ( +"cdO" = ( /obj/structure/cable/green{ + d1 = 4; d2 = 8; - icon_state = "0-8" + icon_state = "4-8" }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/sleep/engi_wash) -"ccB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"ccC" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/medical/psych) -"ccD" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/button/windowtint{ - pixel_x = -25 - }, -/obj/machinery/light_switch{ - pixel_x = -25; - pixel_y = 8 - }, -/obj/machinery/button/remote/airlock{ - desc = "A remote control-switch for the office door."; - id = "mentaldoor"; - name = "office door control"; - pixel_x = -34; - pixel_y = 7 - }, -/turf/simulated/floor/wood, -/area/medical/psych) -"ccE" = ( +"cdP" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -61286,11 +61648,19 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/sleep/engi_wash) -"ccF" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 +"cdQ" = ( +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/sleep/engi_wash) +"cdR" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, @@ -61299,9 +61669,21 @@ icon_state = "corner_white_full"; dir = 8 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"ccG" = ( +"cdS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryobs) +"cdT" = ( /obj/machinery/light/small{ dir = 1 }, @@ -61315,32 +61697,7 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"ccH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryobs) -"ccI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryobs) -"ccJ" = ( +"cdU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -61354,178 +61711,21 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"ccK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, +"cdV" = ( /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) -"ccL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ccM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ccN" = ( -/turf/simulated/wall, -/area/maintenance/substation/research) -"ccO" = ( -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Research Subgrid"; - name_tag = "Research Subgrid" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/substation/research) -"ccP" = ( -/obj/machinery/power/smes/buildable{ - charge = 0; - RCon_tag = "Substation - Research" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/research) -"ccQ" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Research Substation Bypass" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/research) -"ccR" = ( -/obj/structure/closet/crate, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"ccS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ccT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ccU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ccV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ccW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ccX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ccY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(12,47) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology) -"ccZ" = ( +/turf/simulated/floor/tiled, +/area/medical/surgeryobs) +"cdW" = ( /obj/machinery/light_switch{ dir = 2; name = "light switch "; @@ -61550,7 +61750,25 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"cda" = ( +"cdX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Observation Room" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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) +"cdY" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -61560,7 +61778,18 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"cdb" = ( +"cdZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -61568,8 +61797,8 @@ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/medical/ward) -"cdc" = ( +/area/medical/medbay4) +"cea" = ( /obj/machinery/door/airlock/glass_medical{ name = "Patient Ward" }, @@ -61581,14 +61810,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"cdd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 +"ceb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/medical/ward) -"cde" = ( +"cec" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, @@ -61597,7 +61828,14 @@ }, /turf/simulated/floor/tiled/white, /area/medical/ward) -"cdf" = ( +"ced" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"cee" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -61612,132 +61850,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/ward) -"cdg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdn" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdo" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdq" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/binary/pump/on{ - dir = 4; - target_pressure = 200 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cdr" = ( -/obj/machinery/iv_drip, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"cds" = ( -/obj/effect/floor_decal/carpet/blue{ - tag = "icon-bcarpet_edges (NORTH)"; - icon_state = "bcarpet_edges"; - dir = 1 - }, -/turf/simulated/floor/carpet/blue, -/area/medical/psych) -"cdt" = ( +"cef" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -61759,7 +61872,15 @@ }, /turf/simulated/floor/carpet/blue, /area/medical/psych) -"cdu" = ( +"ceg" = ( +/obj/effect/floor_decal/carpet/blue{ + tag = "icon-bcarpet_edges (NORTH)"; + icon_state = "bcarpet_edges"; + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/medical/psych) +"ceh" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -61782,18 +61903,11 @@ }, /turf/simulated/floor/carpet/blue, /area/medical/psych) -"cdv" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/cdeathalarm_kit, -/obj/item/bodybag/cryobag{ - pixel_x = -3 - }, -/obj/item/bodybag/cryobag{ - pixel_x = -3 - }, -/turf/simulated/floor/tiled/dark, -/area/medical/biostorage) -"cdw" = ( +"cei" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"cej" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -61810,29 +61924,40 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/medical/biostorage) -"cdx" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 +"cek" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/cdeathalarm_kit, +/obj/item/bodybag/cryobag{ + pixel_x = -3 }, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"cdy" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/cobweb, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/cargo) -"cdz" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 +/obj/item/bodybag/cryobag{ + pixel_x = -3 }, +/turf/simulated/floor/tiled/dark, +/area/medical/biostorage) +"cel" = ( /obj/structure/closet/secure_closet/personal/patient, /obj/effect/floor_decal/corner/pink/full, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled/white, /area/medical/patient_c) -"cdA" = ( +"cem" = ( +/obj/machinery/light, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/hologram/holopad, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_c) +"cen" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -61862,23 +61987,136 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_c) -"cdB" = ( -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -28 +"ceo" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 }, -/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/freezer, +/area/medical/patient_wing) +"cep" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/hologram/holopad, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ceq" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_c) -"cdC" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"cer" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/machinery/power/terminal{ + icon_state = "term"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"ces" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/research) +"cet" = ( +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ceu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cev" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cew" = ( +/turf/simulated/wall/r_wall, +/area/rnd/xenobiology/xenoflora_storage) +"cex" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora_storage) +"cey" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora_storage) +"cez" = ( +/turf/simulated/wall/r_wall, +/area/rnd/xenobiology) +"ceA" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, @@ -61888,16 +62126,20 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cdD" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 +"ceB" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/freezer, -/area/medical/patient_wing) -"cdE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"ceC" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -61912,54 +62154,112 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cdF" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/effect/floor_decal/corner/lime{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cdG" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/holosign/surgery, -/obj/machinery/door/airlock/glass_medical{ - id_tag = "Surgery"; - name = "Pre-Op Prep Room"; - req_access = list(5) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbay4) -"cdH" = ( +"ceD" = ( +/turf/simulated/wall/r_wall, +/area/rnd/xenobiology/xenoflora) +"ceE" = ( /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/window/reinforced/polarized{ +/obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced/polarized{ - dir = 4 +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 }, /turf/simulated/floor/plating, -/area/crew_quarters/heads/chief) -"cdI" = ( +/area/rnd/xenobiology/xenoflora) +"ceF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora) +"ceG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora) +"ceH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora) +"ceI" = ( +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ceJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + icon_state = "intact"; + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ceK" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -61982,17 +62282,18 @@ }, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"cdJ" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - tag_airpump = "toxin_test_pump"; - tag_exterior_door = "toxin_test_outer"; +"ceL" = ( +/obj/machinery/door/airlock/external{ frequency = 1379; - id_tag = "toxin_test_airlock"; - tag_interior_door = "toxin_test_inner"; - pixel_x = 0; - pixel_y = 25; - req_access = list(13); - tag_chamber_sensor = "toxin_test_sensor" + icon_state = "door_locked"; + id_tag = "toxin_test_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = newlist(); + req_one_access = list(7,13) + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 }, /obj/structure/cable{ d1 = 4; @@ -62000,12 +62301,9 @@ icon_state = "4-8"; pixel_x = 0 }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"cdK" = ( +"ceM" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; icon_state = "space"; @@ -62036,7 +62334,48 @@ }, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"cdL" = ( +"ceN" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + tag_airpump = "toxin_test_pump"; + tag_exterior_door = "toxin_test_outer"; + frequency = 1379; + id_tag = "toxin_test_airlock"; + tag_interior_door = "toxin_test_inner"; + pixel_x = 0; + pixel_y = 25; + req_access = list(13); + tag_chamber_sensor = "toxin_test_sensor" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ceO" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "toxin_test_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = newlist(); + req_one_access = list(7,13) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"ceP" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -62054,8 +62393,8 @@ pixel_x = 0 }, /turf/simulated/floor/airless, -/area/space) -"cdM" = ( +/area/template_noop) +"ceQ" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -62063,112 +62402,8 @@ pixel_x = 0 }, /turf/simulated/floor/airless, -/area/space) -"cdN" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/airless, -/area/rnd/test_area) -"cdO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/carpet, -/area/engineering/break_room) -"cdP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"cdQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/carpet, -/area/engineering/break_room) -"cdR" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/carpet, -/area/engineering/break_room) -"cdS" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"cdT" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/carpet, -/area/engineering/break_room) -"cdU" = ( +/area/template_noop) +"ceR" = ( /obj/machinery/door/airlock/external{ name = "Toxins Test Chamber" }, @@ -62180,7 +62415,16 @@ }, /turf/simulated/floor/airless, /area/rnd/test_area) -"cdV" = ( +"ceS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"ceT" = ( /obj/machinery/power/apc{ dir = 4; name = "east bump"; @@ -62192,7 +62436,7 @@ }, /turf/simulated/floor/airless, /area/rnd/test_area) -"cdW" = ( +"ceU" = ( /obj/machinery/light, /obj/machinery/camera/network/research{ c_tag = "Research - Toxins Test Chamber South"; @@ -62201,7 +62445,104 @@ }, /turf/simulated/floor/tiled/airless, /area/rnd/test_area) -"cdX" = ( +"ceV" = ( +/turf/simulated/wall, +/area/construction) +"ceW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/atmos_control) +"ceX" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/atmos_control) +"ceY" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized{ + dir = 8 + }, +/obj/structure/window/reinforced/polarized, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"ceZ" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"cfa" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/window/reinforced/polarized{ + dir = 1 + }, +/obj/structure/window/reinforced/polarized, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"cfb" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/cable/green, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/window/reinforced/polarized, +/obj/structure/window/reinforced/polarized{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/crew_quarters/heads/chief) +"cfc" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -62213,7 +62554,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cdY" = ( +"cfd" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -62221,7 +62562,7 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cdZ" = ( +"cfe" = ( /obj/structure/bed/chair/office/dark, /obj/effect/landmark/start{ name = "Engineering Apprentice" @@ -62229,12 +62570,7 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/engineering/break_room) -"cea" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/engineering/break_room) -"ceb" = ( +"cff" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -62246,14 +62582,12 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/engineering/break_room) -"cec" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, +"cfg" = ( +/obj/structure/disposalpipe/segment, /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/engineering/break_room) -"ced" = ( +"cfh" = ( /obj/machinery/hologram/holopad, /obj/effect/landmark/start{ name = "Engineering Apprentice" @@ -62261,7 +62595,14 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/engineering/break_room) -"cee" = ( +"cfi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"cfj" = ( /obj/structure/noticeboard{ pixel_x = 32; pixel_y = 0 @@ -62269,16 +62610,16 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/engineering/break_room) -"cef" = ( -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/sleep/engi_wash) -"ceg" = ( +"cfk" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/sleep/engi_wash) -"ceh" = ( +"cfl" = ( +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/sleep/engi_wash) +"cfm" = ( /obj/machinery/light, /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; @@ -62286,7 +62627,7 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/sleep/engi_wash) -"cei" = ( +"cfn" = ( /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (NORTHWEST)"; icon_state = "corner_white"; @@ -62294,16 +62635,16 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"cej" = ( +"cfo" = ( /obj/structure/bed/chair, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"cek" = ( +"cfp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/corner/paleblue, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"cel" = ( +"cfq" = ( /obj/machinery/power/apc{ dir = 2; name = "south bump"; @@ -62317,7 +62658,7 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"cem" = ( +"cfr" = ( /obj/machinery/door/firedoor, /obj/machinery/holosign/surgery, /obj/machinery/door/airlock/glass_medical{ @@ -62329,11 +62670,27 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/medbay4) -"cen" = ( +"cfs" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/holosign/surgery, +/obj/machinery/door/airlock/glass_medical{ + id_tag = "Surgery"; + name = "Pre-Op Prep Room"; + req_access = list(5) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbay4) +"cft" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/ward) -"ceo" = ( +"cfu" = ( /obj/effect/floor_decal/corner/pink{ tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; @@ -62341,24 +62698,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/ward) -"cep" = ( -/obj/structure/closet/l3closet, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/suit/bio_suit/general, -/obj/item/clothing/suit/bio_suit/general, -/obj/item/clothing/suit/bio_suit/general, -/obj/item/clothing/mask/gas, -/obj/item/clothing/head/bio_hood/general, -/obj/item/clothing/head/bio_hood/general, -/obj/item/clothing/head/bio_hood/general, -/turf/simulated/floor/tiled/dark, -/area/medical/biostorage) -"ceq" = ( -/turf/simulated/floor/carpet/blue, -/area/medical/psych) -"cer" = ( +"cfv" = ( /obj/structure/closet/secure_closet{ name = "Psychiatrist's Locker"; req_access = list(64) @@ -62379,7 +62719,10 @@ }, /turf/simulated/floor/carpet/blue, /area/medical/psych) -"ces" = ( +"cfw" = ( +/turf/simulated/floor/carpet/blue, +/area/medical/psych) +"cfx" = ( /obj/structure/bookcase, /obj/effect/floor_decal/carpet/blue{ tag = "icon-bcarpet_edges (EAST)"; @@ -62388,7 +62731,7 @@ }, /turf/simulated/floor/carpet/blue, /area/medical/psych) -"cet" = ( +"cfy" = ( /obj/item/device/radio/intercom{ dir = 0; name = "Station Intercom (General)"; @@ -62402,25 +62745,28 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/medical/biostorage) -"ceu" = ( -/obj/structure/closet/secure_closet/hydroponics{ - req_access = list(47) - }, -/obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology/xenoflora_storage) -"cev" = ( +"cfz" = ( +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/bio_suit/general, +/obj/item/clothing/suit/bio_suit/general, +/obj/item/clothing/suit/bio_suit/general, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/bio_hood/general, +/obj/item/clothing/head/bio_hood/general, +/obj/item/clothing/head/bio_hood/general, +/turf/simulated/floor/tiled/dark, +/area/medical/biostorage) +"cfA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, /turf/simulated/floor/tiled/freezer, /area/medical/patient_wing) -"cew" = ( +"cfB" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -62435,127 +62781,34 @@ }, /turf/simulated/floor/tiled/freezer, /area/medical/patient_wing) -"cex" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +"cfC" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/maintenance/substation/research) +"cfD" = ( /obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/machinery/door/airlock/engineering{ + name = "Science Substation"; + req_one_access = list(11,24,7) + }, +/obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, -/area/maintenance/research_port) -"cey" = ( -/obj/structure/cable/green, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, /area/maintenance/substation/research) -"cez" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 0 - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/research) -"ceA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/research) -"ceB" = ( +"cfE" = ( +/obj/structure/grille/broken, /turf/simulated/floor/plating, /area/maintenance/research_port) -"ceC" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ceD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ceE" = ( -/turf/simulated/wall/r_wall, -/area/rnd/xenobiology/xenoflora_storage) -"ceF" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora_storage) -"ceG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora_storage) -"ceH" = ( -/turf/simulated/wall/r_wall, -/area/rnd/xenobiology) -"ceI" = ( +"cfF" = ( /obj/structure/table/standard, /obj/machinery/alarm{ pixel_y = 22 @@ -62565,19 +62818,27 @@ icon_state = "tube1"; dir = 1 }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, /obj/item/weapon/hand_labeler, /obj/effect/floor_decal/corner/lime/full{ tag = "icon-corner_white_full (WEST)"; icon_state = "corner_white_full"; dir = 8 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora_storage) -"ceJ" = ( +"cfG" = ( +/obj/structure/closet/secure_closet/hydroponics{ + req_access = list(47) + }, +/obj/effect/floor_decal/corner/lime{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora_storage) +"cfH" = ( /obj/machinery/light{ tag = "icon-tube1 (NORTH)"; icon_state = "tube1"; @@ -62594,9 +62855,13 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora_storage) -"ceK" = ( +"cfI" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall, +/area/rnd/xenobiology) +"cfJ" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/research{ name = "Xenobiology Research"; req_access = list(47) @@ -62610,112 +62875,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"ceL" = ( -/turf/simulated/wall/r_wall, -/area/rnd/xenobiology/xenoflora) -"ceM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora) -"ceN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora) -"ceO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora) -"ceP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora) -"ceQ" = ( -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"ceR" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - icon_state = "intact"; - dir = 6 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"ceS" = ( +"cfK" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/rnd/xenobiology) +"cfL" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -62742,28 +62906,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"ceT" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "toxin_test_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = newlist(); - req_one_access = list(7,13) - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"ceU" = ( +"cfM" = ( /obj/machinery/atmospherics/portables_connector, /obj/machinery/portable_atmospherics/hydroponics{ closed_system = 1; @@ -62771,7 +62914,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"ceV" = ( +"cfN" = ( /obj/machinery/light{ tag = "icon-tube1 (NORTH)"; icon_state = "tube1"; @@ -62791,49 +62934,22 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"ceW" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "toxin_test_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = newlist(); - req_one_access = list(7,13) - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"ceX" = ( -/obj/machinery/botany/editor, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/tiled/white, +"cfO" = ( +/obj/machinery/seed_storage/xenobotany, +/turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"ceY" = ( +"cfP" = ( /obj/machinery/vending/hydronutrients{ categories = 3 }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"ceZ" = ( -/obj/machinery/seed_storage/xenobotany, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora) -"cfa" = ( +"cfQ" = ( /obj/machinery/light{ tag = "icon-tube1 (NORTH)"; icon_state = "tube1"; dir = 1 }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, /obj/structure/table/standard, /obj/item/weapon/storage/box/botanydisk, /obj/effect/floor_decal/corner/lime{ @@ -62841,115 +62957,24 @@ icon_state = "corner_white"; dir = 9 }, +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cfb" = ( +"cfR" = ( +/obj/machinery/botany/editor, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora) +"cfS" = ( +/obj/machinery/botany/extractor, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora) +"cfT" = ( /obj/structure/table/standard, /obj/machinery/reagentgrinder, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cfc" = ( -/obj/machinery/botany/extractor, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology/xenoflora) -"cfd" = ( -/turf/simulated/wall, -/area/construction) -"cfe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"cff" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"cfg" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8 - }, -/obj/structure/window/reinforced/polarized, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/chief) -"cfh" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/chief) -"cfi" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/window/reinforced/polarized{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/chief) -"cfj" = ( -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/cable/green, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/window/reinforced/polarized, -/obj/structure/window/reinforced/polarized{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/crew_quarters/heads/chief) -"cfk" = ( +"cfU" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -62960,12 +62985,12 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cfl" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/floor_decal/corner/pink/full, -/turf/simulated/floor/tiled/white, -/area/medical/ward) -"cfm" = ( +"cfV" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/maintenance/research_starboard) +"cfW" = ( /obj/machinery/atmospherics/pipe/simple/visible, /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -62976,12 +63001,7 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"cfn" = ( -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cfo" = ( +"cfX" = ( /obj/machinery/light/small{ dir = 4 }, @@ -62995,11 +63015,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/research_starboard) -"cfp" = ( -/obj/item/clothing/mask/smokable/cigarette, -/turf/simulated/floor/airless, -/area/rnd/test_area) -"cfq" = ( +"cfY" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -63012,24 +63028,51 @@ }, /turf/simulated/floor/airless, /area/rnd/test_area) -"cfr" = ( +"cfZ" = ( +/obj/item/clothing/mask/smokable/cigarette, +/turf/simulated/floor/airless, +/area/rnd/test_area) +"cga" = ( /obj/machinery/light/small, /turf/simulated/floor/airless, /area/rnd/test_area) -"cfs" = ( +"cgb" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/construction) +"cgc" = ( +/obj/machinery/alarm{ + pixel_y = 23 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/construction) +"cgd" = ( +/obj/item/weapon/tank/emergency_oxygen/engi, +/obj/random/tech_supply, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/construction) +"cge" = ( /obj/random/tech_supply, /obj/random/tech_supply, /obj/random/tech_supply, /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/construction) -"cft" = ( +"cgf" = ( /obj/random/tech_supply, /obj/random/tech_supply, /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/construction) -"cfu" = ( +"cgg" = ( /obj/machinery/light/small{ dir = 8 }, @@ -63037,13 +63080,26 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/maintenance/atmos_control) -"cfv" = ( +"cgh" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/atmos_control) +"cgi" = ( +/obj/structure/sign/pods, +/turf/simulated/wall/r_wall, +/area/engineering/engine_eva) +"cgj" = ( /obj/structure/dispenser{ phorontanks = 0 }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cfw" = ( +"cgk" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/engineering/engine_eva) +"cgl" = ( /obj/structure/table/rack{ dir = 8; layer = 2.6 @@ -63064,12 +63120,7 @@ /obj/item/clothing/suit/space/void/engineering, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cfx" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/engineering/engine_eva) -"cfy" = ( +"cgm" = ( /obj/item/clothing/shoes/magboots, /obj/item/clothing/mask/breath, /obj/item/clothing/head/helmet/space/void/engineering, @@ -63084,7 +63135,21 @@ /obj/item/clothing/suit/space/void/engineering, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cfz" = ( +"cgn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"cgo" = ( /obj/machinery/atmospherics/portables_connector, /obj/machinery/portable_atmospherics/powered/scrubber, /obj/effect/floor_decal/corner/red{ @@ -63094,7 +63159,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cfA" = ( +"cgp" = ( /obj/machinery/atmospherics/portables_connector, /obj/machinery/portable_atmospherics/powered/pump/filled, /obj/effect/floor_decal/corner/paleblue{ @@ -63104,7 +63169,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cfB" = ( +"cgq" = ( /obj/machinery/status_display{ density = 0; layer = 4; @@ -63120,7 +63185,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cfC" = ( +"cgr" = ( /obj/machinery/newscaster{ pixel_x = 31; pixel_y = 3 @@ -63128,11 +63193,24 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cfD" = ( -/obj/machinery/computer/station_alert/engineering, +"cgs" = ( +/obj/effect/floor_decal/corner/white/diagonal, +/obj/item/modular_computer/console/preset/engineering, /turf/simulated/floor/tiled, -/area/engineering/foyer) -"cfE" = ( +/area/engineering/break_room) +"cgt" = ( +/obj/machinery/light, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable/green, +/obj/structure/flora/pottedplant/random, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"cgu" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 1 @@ -63145,26 +63223,7 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/engineering/break_room) -"cfF" = ( -/obj/machinery/light, -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable/green, -/obj/structure/flora/pottedplant/random, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/engineering/break_room) -"cfG" = ( -/obj/machinery/light, -/obj/structure/table/standard, -/obj/machinery/chemical_dispenser/bar_soft/full, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/engineering/break_room) -"cfH" = ( +"cgv" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/drinkingglasses{ pixel_x = 1; @@ -63177,12 +63236,19 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/engineering/break_room) -"cfI" = ( +"cgw" = ( +/obj/machinery/light, +/obj/structure/table/standard, +/obj/machinery/chemical_dispenser/bar_soft/full, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/engineering/break_room) +"cgx" = ( /obj/machinery/vending/snack, /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/engineering/break_room) -"cfJ" = ( +"cgy" = ( /obj/machinery/door/airlock/medical{ autoclose = 0; icon_state = "door_open"; @@ -63191,34 +63257,7 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/sleep/engi_wash) -"cfK" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/maintenance/substation/research) -"cfL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Science Substation"; - req_one_access = list(11,24,7) - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/substation/research) -"cfM" = ( -/obj/structure/grille/broken, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cfN" = ( +"cgz" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -63227,7 +63266,7 @@ /obj/effect/floor_decal/corner/paleblue/full, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"cfO" = ( +"cgA" = ( /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (SOUTHWEST)"; icon_state = "corner_white"; @@ -63235,7 +63274,7 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"cfP" = ( +"cgB" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, @@ -63246,11 +63285,27 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryobs) -"cfQ" = ( -/obj/structure/sign/biohazard, +"cgC" = ( /turf/simulated/wall, -/area/rnd/xenobiology) -"cfR" = ( +/area/medical/surgeryprep) +"cgD" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control-switch for Surgery."; + id = "Surgery"; + name = "Surgery"; + pixel_x = -24; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"cgE" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light_switch{ pixel_x = 22; @@ -63268,45 +63323,12 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"cfS" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall, -/area/rnd/xenobiology) -"cfT" = ( -/obj/machinery/button/remote/airlock{ - desc = "A remote control-switch for Surgery."; - id = "Surgery"; - name = "Surgery"; - pixel_x = -24; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"cfU" = ( +"cgF" = ( /obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, +/obj/effect/floor_decal/corner/pink/full, /turf/simulated/floor/tiled/white, /area/medical/ward) -"cfV" = ( +"cgG" = ( /obj/structure/closet/secure_closet/personal/patient, /obj/machinery/alarm{ dir = 1; @@ -63320,7 +63342,20 @@ }, /turf/simulated/floor/tiled/white, /area/medical/ward) -"cfW" = ( +"cgH" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled/white, +/area/medical/ward) +"cgI" = ( /obj/structure/closet/secure_closet/personal/patient, /obj/machinery/camera/network/medbay{ c_tag = "Medbay Recovery Ward"; @@ -63333,22 +63368,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/ward) -"cfX" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/lime{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"cfY" = ( +"cgJ" = ( /obj/structure/table/woodentable, /obj/item/weapon/paper_bin, /obj/item/weapon/pen, @@ -63363,7 +63383,7 @@ }, /turf/simulated/floor/carpet/blue, /area/medical/psych) -"cfZ" = ( +"cgK" = ( /obj/structure/bed/chair/comfy/brown, /obj/effect/landmark/start{ name = "Psychiatrist" @@ -63375,7 +63395,7 @@ }, /turf/simulated/floor/carpet/blue, /area/medical/psych) -"cga" = ( +"cgL" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -63388,20 +63408,29 @@ }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"cgb" = ( +"cgM" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/patient_wing) +"cgN" = ( /obj/structure/table/standard, /obj/effect/floor_decal/corner/lime{ dir = 10 }, /turf/simulated/floor/tiled/white, /area/medical/patient_wing) -"cgc" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/turf/simulated/floor/tiled/dark, -/area/medical/biostorage) -"cgd" = ( +"cgO" = ( /obj/item/weapon/storage/toolbox/emergency, /obj/structure/cable/green{ d1 = 1; @@ -63411,26 +63440,109 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/medical/biostorage) -"cge" = ( -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology/xenoflora_storage) -"cgf" = ( +"cgP" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/turf/simulated/floor/tiled/dark, +/area/medical/biostorage) +"cgQ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cgR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/medical/patient_wing) +"cgS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9; pixel_y = 0 }, /turf/simulated/floor/tiled/freezer, /area/medical/patient_wing) -"cgg" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +"cgT" = ( +/turf/simulated/floor/tiled/freezer, +/area/medical/patient_wing) +"cgU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 2; + name = "Miscellaneous Research"; + sortType = "Miscellaneous Research" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cgV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/tiled/freezer, -/area/medical/patient_wing) -"cgh" = ( -/turf/simulated/floor/tiled/freezer, -/area/medical/patient_wing) -"cgi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cgW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cgX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cgY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cgZ" = ( /obj/machinery/power/apc{ dir = 8; name = "west bump"; @@ -63452,70 +63564,45 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora_storage) -"cgj" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/construction) -"cgk" = ( -/obj/machinery/alarm{ - pixel_y = 23 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/construction) -"cgl" = ( -/obj/item/weapon/tank/emergency_oxygen/engi, -/obj/random/tech_supply, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/construction) -"cgm" = ( +"cha" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora_storage) +"chb" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/corner/lime{ dir = 6 }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora_storage) -"cgn" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cgo" = ( -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "Biohazard"; - name = "Biohazard Shutter"; - opacity = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ +"chc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"chd" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cgp" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"cgq" = ( -/obj/structure/sign/pods, -/turf/simulated/wall/r_wall, -/area/engineering/engine_eva) -"cgr" = ( +"che" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -63535,7 +63622,41 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cgs" = ( +"chf" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "Biohazard"; + name = "Biohazard Shutter"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"chg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora) +"chh" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -63549,14 +63670,14 @@ /obj/effect/floor_decal/corner/lime/full, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cgt" = ( +"chi" = ( /obj/machinery/atmospherics/pipe/manifold/visible, /obj/effect/floor_decal/corner/lime{ dir = 10 }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cgu" = ( +"chj" = ( /obj/machinery/atmospherics/pipe/simple/visible{ tag = "icon-intact (NORTHWEST)"; icon_state = "intact"; @@ -63567,21 +63688,14 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cgv" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_eva) -"cgw" = ( +"chk" = ( +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"chl" = ( +/obj/effect/floor_decal/corner/lime/full, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora) +"chm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /obj/item/weapon/stool/padded, /obj/effect/floor_decal/corner/lime{ @@ -63589,35 +63703,20 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cgx" = ( -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora) -"cgy" = ( -/obj/effect/floor_decal/corner/lime/full, +"chn" = ( +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cgz" = ( +"cho" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/corner/lime{ dir = 10 }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cgA" = ( -/obj/effect/floor_decal/corner/lime{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology/xenoflora) -"cgB" = ( -/obj/structure/closet, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cgC" = ( +"chp" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -63628,22 +63727,33 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cgD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Virology Access"; - req_access = list(5) +"chq" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/starboardsolar) +"chr" = ( +/obj/machinery/door/airlock/engineering{ + name = "Aft Starboard Solar Access"; + req_access = list(11) }, -/obj/structure/cable/green{ +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, -/area/medical/virologyaccess) -"cgE" = ( +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"chs" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/maintenance/starboardsolar) +"cht" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -63651,10 +63761,37 @@ }, /turf/simulated/floor/airless, /area/rnd/test_area) -"cgF" = ( +"chu" = ( +/obj/structure/grille, +/turf/simulated/wall/r_wall, +/area/engineering/atmos) +"chv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/construction) +"chw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/construction) +"chx" = ( +/turf/simulated/floor/plating, +/area/construction) +"chy" = ( /turf/simulated/floor/tiled, /area/construction) -"cgG" = ( +"chz" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -63667,22 +63804,7 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/construction) -"cgH" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/maintenance/atmos_control) -"cgI" = ( +"chA" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -63701,7 +63823,8 @@ }, /turf/simulated/floor/tiled, /area/maintenance/atmos_control) -"cgJ" = ( +"chB" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -63714,12 +63837,9 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/engineering/engine_eva) -"cgK" = ( -/turf/simulated/wall, -/area/medical/surgeryprep) -"cgL" = ( -/obj/machinery/door/firedoor/border_only{ +/area/maintenance/atmos_control) +"chC" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -63741,7 +63861,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cgM" = ( +"chD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -63753,14 +63873,9 @@ d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cgN" = ( +"chE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -63782,18 +63897,18 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cgO" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, +"chF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/hidden/red{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -63801,7 +63916,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cgP" = ( +"chG" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -63820,7 +63935,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cgQ" = ( +"chH" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -63832,11 +63947,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/red, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, /turf/simulated/floor/tiled, -/area/engineering/foyer) -"cgR" = ( -/obj/machinery/door/firedoor/border_only{ +/area/engineering/engine_eva) +"chI" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -63862,12 +63981,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cgS" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 8; - icon_state = "map"; - tag = "icon-manifold-f (WEST)" - }, +"chJ" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -63879,9 +63993,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/machinery/atmospherics/pipe/manifold/hidden/red, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cgT" = ( +"chK" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -63900,7 +64015,12 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cgU" = ( +"chL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8; + icon_state = "map"; + tag = "icon-manifold-f (WEST)" + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -63912,14 +64032,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/effect/floor_decal/corner/yellow{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cgV" = ( +"chM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 9; icon_state = "intact"; @@ -63938,7 +64053,40 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cgW" = ( +"chN" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/corner/yellow{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"chO" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/tiled, +/area/engineering/foyer) +"chP" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -63956,28 +64104,16 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cgX" = ( +"chQ" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 4; d2 = 8; 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/tiled, /area/engineering/foyer) -"cgY" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cgZ" = ( +"chR" = ( /obj/machinery/power/apc{ dir = 4; name = "east bump"; @@ -63994,102 +64130,7 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cha" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"chb" = ( -/obj/structure/window/basic{ - dir = 8 - }, -/obj/machinery/shower{ - dir = 1 - }, -/obj/machinery/door/window/northright{ - name = "Shower" - }, -/obj/structure/curtain/open/shower/engineering, -/turf/simulated/floor/tiled/freezer, -/area/crew_quarters/sleep/engi_wash) -"chc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 2; - name = "Miscellaneous Research"; - sortType = "Miscellaneous Research" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"chd" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"che" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"chf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"chg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"chh" = ( +"chS" = ( /obj/structure/window/basic{ dir = 4 }, @@ -64103,7 +64144,20 @@ /obj/structure/curtain/open/shower/engineering, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/sleep/engi_wash) -"chi" = ( +"chT" = ( +/obj/structure/window/basic{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/machinery/door/window/northright{ + name = "Shower" + }, +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/floor/tiled/freezer, +/area/crew_quarters/sleep/engi_wash) +"chU" = ( /obj/machinery/button/remote/airlock{ id = "engineering_cubicle"; name = "Door Bolt Control"; @@ -64123,7 +64177,61 @@ }, /turf/simulated/floor/tiled/freezer, /area/crew_quarters/sleep/engi_wash) -"chj" = ( +"chV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "surgeryobs"; + name = "Operating Theatre Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/surgeryobs) +"chW" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "surgeryobs"; + name = "Operating Theatre Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/surgeryobs) +"chX" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "surgeryobs"; + name = "Operating Theatre Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/surgeryobs) +"chY" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/gloves{ pixel_x = 4; @@ -64150,24 +64258,22 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"chk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 +"chZ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; dir = 1 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/rnd/xenobiology) -"chl" = ( +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"cia" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -64190,22 +64296,7 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"chm" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"chn" = ( +"cib" = ( /obj/item/device/radio/intercom{ dir = 0; name = "Station Intercom (General)"; @@ -64217,27 +64308,7 @@ /obj/effect/floor_decal/carpet/blue, /turf/simulated/floor/carpet/blue, /area/medical/psych) -"cho" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora) -"chp" = ( +"cic" = ( /obj/structure/bed/psych, /obj/item/weapon/bedsheet/brown, /obj/effect/floor_decal/carpet/blue, @@ -64253,13 +64324,26 @@ }, /turf/simulated/floor/carpet/blue, /area/medical/psych) -"chq" = ( -/obj/structure/table/standard, -/obj/item/weapon/gun/launcher/syringe, -/obj/item/weapon/storage/box/syringegun, -/turf/simulated/floor/tiled/dark, -/area/medical/biostorage) -"chr" = ( +"cid" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall, +/area/medical/virologyaccess) +"cie" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Virology Access"; + req_access = list(5) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/virologyaccess) +"cif" = ( /obj/structure/bedsheetbin, /obj/structure/table/standard, /obj/machinery/power/apc{ @@ -64273,15 +64357,17 @@ }, /turf/simulated/floor/tiled/dark, /area/medical/biostorage) -"chs" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology/xenoflora_storage) -"cht" = ( +"cig" = ( +/obj/structure/table/standard, +/obj/item/weapon/gun/launcher/syringe, +/obj/item/weapon/storage/box/syringegun, +/turf/simulated/floor/tiled/dark, +/area/medical/biostorage) +"cih" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cii" = ( /obj/machinery/door/airlock/medical{ autoclose = 0; icon_state = "door_open"; @@ -64290,7 +64376,7 @@ }, /turf/simulated/floor/tiled/freezer, /area/medical/patient_wing) -"chu" = ( +"cij" = ( /obj/machinery/door/airlock/medical{ autoclose = 0; icon_state = "door_open"; @@ -64299,7 +64385,43 @@ }, /turf/simulated/floor/tiled/freezer, /area/medical/patient_wing) -"chv" = ( +"cik" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cil" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cim" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cin" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cio" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -64312,7 +64434,15 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora_storage) -"chw" = ( +"cip" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora_storage) +"ciq" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -64326,44 +64456,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora_storage) -"chx" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"chy" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/starboardsolar) -"chz" = ( -/obj/machinery/door/airlock/engineering{ - name = "Aft Starboard Solar Access"; - req_access = list(11) - }, -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"chA" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/maintenance/starboardsolar) -"chB" = ( +"cir" = ( /obj/machinery/door/airlock/research{ name = "Xenoflora Storage"; req_access = list(55) @@ -64378,49 +64471,18 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"chC" = ( -/obj/structure/grille, -/turf/simulated/wall/r_wall, -/area/engineering/atmos) -"chD" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/construction) -"chE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/construction) -"chF" = ( -/turf/simulated/floor/plating, -/area/construction) -"chG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"cis" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"chH" = ( +"cit" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -64444,7 +64506,22 @@ /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"chI" = ( +"ciu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"civ" = ( /obj/machinery/door/airlock/research{ name = "Xenoflora Research"; req_access = list(55) @@ -64462,7 +64539,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"chJ" = ( +"ciw" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -64477,30 +64554,13 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"chK" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"chL" = ( +"cix" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"chM" = ( -/obj/structure/table/standard, -/obj/item/weapon/tape_roll, -/obj/item/device/analyzer/plant_analyzer, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora) -"chN" = ( +"ciy" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/beakers{ pixel_x = 2; @@ -64511,14 +64571,23 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"chO" = ( +"ciz" = ( +/obj/structure/table/standard, +/obj/item/weapon/tape_roll, +/obj/item/device/analyzer/plant_analyzer, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"ciA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"chP" = ( +"ciB" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, @@ -64527,7 +64596,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"chQ" = ( +"ciC" = ( /obj/machinery/light_switch{ pixel_x = 26; pixel_y = -6 @@ -64535,14 +64604,52 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"chR" = ( +"ciD" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"ciE" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"ciF" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes/buildable{ + charge = 0; + RCon_tag = "Solar - Aft Starboard" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"ciG" = ( /turf/simulated/floor/reinforced{ name = "air floor"; nitrogen = 10580; oxygen = 2644 }, /area/engineering/atmos) -"chS" = ( +"ciH" = ( /obj/machinery/light/small{ dir = 1 }, @@ -64555,14 +64662,14 @@ oxygen = 2644 }, /area/engineering/atmos) -"chT" = ( +"ciI" = ( /turf/simulated/floor/reinforced{ name = "o2 floor"; nitrogen = 0; oxygen = 100000 }, /area/engineering/atmos) -"chU" = ( +"ciJ" = ( /obj/machinery/light/small{ dir = 1 }, @@ -64575,14 +64682,14 @@ oxygen = 100000 }, /area/engineering/atmos) -"chV" = ( +"ciK" = ( /turf/simulated/floor/reinforced{ name = "n2 floor"; nitrogen = 100000; oxygen = 0 }, /area/engineering/atmos) -"chW" = ( +"ciL" = ( /obj/machinery/light/small{ dir = 1 }, @@ -64595,7 +64702,20 @@ oxygen = 0 }, /area/engineering/atmos) -"chX" = ( +"ciM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/construction) +"ciN" = ( /obj/random/tech_supply, /obj/random/tech_supply, /obj/random/tech_supply, @@ -64611,11 +64731,7 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/construction) -"chY" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/maintenance/atmos_control) -"chZ" = ( +"ciO" = ( /obj/effect/decal/cleanable/blood/oil/streak{ amount = 0 }, @@ -64628,7 +64744,14 @@ }, /turf/simulated/floor/tiled, /area/maintenance/atmos_control) -"cia" = ( +"ciP" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/maintenance/atmos_control) +"ciQ" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_eva) +"ciR" = ( /obj/item/weapon/storage/briefcase/inflatable{ pixel_x = 3; pixel_y = 3 @@ -64646,11 +64769,7 @@ /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cib" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/engineering/engine_eva) -"cic" = ( +"ciS" = ( /obj/structure/cable/green{ d1 = 1; d2 = 8; @@ -64659,74 +64778,21 @@ /obj/machinery/atmospherics/pipe/simple/hidden/red, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cid" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "surgeryobs"; - name = "Operating Theatre Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/surgeryobs) -"cie" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "surgeryobs"; - name = "Operating Theatre Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/surgeryobs) -"cif" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "surgeryobs"; - name = "Operating Theatre Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/surgeryobs) -"cig" = ( +"ciT" = ( +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cih" = ( +"ciU" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cii" = ( +"ciV" = ( /turf/simulated/floor/tiled, -/area/engineering/foyer) -"cij" = ( -/obj/machinery/door/firedoor/border_only{ +/area/engineering/engine_eva) +"ciW" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -64736,15 +64802,14 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cik" = ( +"ciX" = ( +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"ciY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cil" = ( -/obj/structure/sign/biohazard, -/turf/simulated/wall, -/area/medical/virologyaccess) -"cim" = ( +"ciZ" = ( /obj/machinery/hologram/holopad, /obj/structure/cable/green{ d1 = 1; @@ -64753,26 +64818,40 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cin" = ( -/obj/machinery/firealarm{ - dir = 4; - layer = 3.3; - pixel_x = 26 - }, +"cja" = ( /obj/effect/floor_decal/corner/yellow, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cio" = ( +"cjb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/locker_room) +"cjc" = ( /obj/structure/closet/secure_closet/engineering_personal, /obj/item/weapon/tank/emergency_oxygen/engi, /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cip" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ciq" = ( +"cjd" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/weapon/tank/emergency_oxygen/engi, +/turf/simulated/floor/tiled, +/area/engineering/locker_room) +"cje" = ( /obj/structure/closet/secure_closet/engineering_personal, /obj/machinery/light{ dir = 1 @@ -64780,48 +64859,7 @@ /obj/item/weapon/tank/emergency_oxygen/engi, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cir" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/item/weapon/tank/emergency_oxygen/engi, -/turf/simulated/floor/tiled, -/area/engineering/locker_room) -"cis" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cit" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ciu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"civ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ciw" = ( +"cjf" = ( /obj/structure/closet/secure_closet/engineering_personal, /obj/item/weapon/tank/emergency_oxygen/engi, /obj/machinery/alarm{ @@ -64829,7 +64867,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cix" = ( +"cjg" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -64842,10 +64880,31 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"ciy" = ( +"cjh" = ( +/turf/simulated/wall, +/area/engineering/locker_room) +"cji" = ( +/turf/simulated/wall, +/area/maintenance/substation/engineering) +"cjj" = ( +/turf/simulated/wall, +/area/medical/surgery) +"cjk" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = 0 + }, /turf/simulated/floor/tiled/white, /area/medical/surgery) -"ciz" = ( +"cjl" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"cjm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"cjn" = ( /obj/machinery/button/remote/blast_door{ id = "surgeryobs"; name = "Privacy Shutters"; @@ -64858,24 +64917,15 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery) -"ciA" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"ciB" = ( -/obj/machinery/button/remote/blast_door{ - id = "surgeryobs2"; - name = "Privacy Shutters"; - pixel_y = 25 +"cjo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 1"; + req_access = list(45) }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"ciC" = ( +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"cjp" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, @@ -64886,15 +64936,16 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"ciD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre 1"; - req_access = list(45) +"cjq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"ciE" = ( +"cjr" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -64911,19 +64962,7 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"ciF" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"ciG" = ( -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"ciH" = ( +"cjs" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ name = "Operating Theatre 2"; @@ -64931,11 +64970,27 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"ciI" = ( +"cjt" = ( +/obj/machinery/button/remote/blast_door{ + id = "surgeryobs2"; + name = "Privacy Shutters"; + pixel_y = 25 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"cju" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -"ciJ" = ( +"cjv" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"cjw" = ( /obj/structure/closet/secure_closet/medical2, /obj/machinery/light_switch{ pixel_x = 22; @@ -64943,58 +64998,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -"ciK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 +"cjx" = ( +/turf/simulated/wall, +/area/medical/surgery2) +"cjy" = ( +/obj/machinery/camera/network/medbay{ + c_tag = "Virology Access Fore" }, -/obj/machinery/atmospherics/unary/freezer{ - dir = 2; - icon_state = "freezer" - }, -/obj/effect/floor_decal/corner/lime{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology/xenoflora_storage) -"ciL" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"ciM" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"ciN" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes/buildable{ - charge = 0; - RCon_tag = "Solar - Aft Starboard" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"ciO" = ( +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"cjz" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -65004,17 +65017,11 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/medical/virologyaccess) -"ciP" = ( -/obj/machinery/camera/network/medbay{ - c_tag = "Virology Access Fore" - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"ciQ" = ( +"cjA" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/medical/virologyaccess) -"ciR" = ( +"cjB" = ( /obj/structure/toilet{ dir = 1 }, @@ -65027,7 +65034,7 @@ }, /turf/simulated/floor/tiled/freezer, /area/medical/patient_wing) -"ciS" = ( +"cjC" = ( /obj/machinery/shower{ dir = 1 }, @@ -65036,37 +65043,27 @@ }, /turf/simulated/floor/tiled/freezer, /area/medical/patient_wing) -"ciT" = ( +"cjD" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, /obj/effect/floor_decal/corner/lime/full, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora_storage) -"ciU" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/construction) -"ciV" = ( +"cjE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 4 }, -/obj/machinery/atmospherics/portables_connector, -/obj/effect/floor_decal/corner/lime/full{ - dir = 4 +/obj/machinery/atmospherics/unary/freezer{ + dir = 2; + icon_state = "freezer" + }, +/obj/effect/floor_decal/corner/lime{ + dir = 10 }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora_storage) -"ciW" = ( +"cjF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 4 }, @@ -65079,30 +65076,17 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora_storage) -"ciX" = ( +"cjG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 4 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/corner/lime/full{ + dir = 4 }, -/obj/machinery/light, /turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"ciY" = ( -/turf/simulated/wall/r_wall, -/area/engineering/engine_eva) -"ciZ" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, -/obj/machinery/light, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cja" = ( +/area/rnd/xenobiology/xenoflora_storage) +"cjH" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -65111,7 +65095,7 @@ dir = 8 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/window/reinforced{ @@ -65122,7 +65106,17 @@ }, /turf/simulated/floor/plating, /area/rnd/xenobiology) -"cjb" = ( +"cjI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cjJ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -65133,24 +65127,17 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/yellow, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cjc" = ( -/obj/structure/table/standard, -/obj/item/weapon/FixOVein, -/obj/item/device/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = -27 +"cjK" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 }, -/obj/item/weapon/surgicaldrill, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/obj/machinery/light, /turf/simulated/floor/tiled/white, -/area/medical/surgery) -"cjd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora) -"cje" = ( +/area/rnd/xenobiology) +"cjL" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -65159,7 +65146,7 @@ dir = 8 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/window/reinforced{ @@ -65170,52 +65157,41 @@ }, /turf/simulated/floor/plating, /area/rnd/xenobiology/xenoflora) -"cjf" = ( +"cjM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cjN" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ dir = 1 }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"cjg" = ( +"cjO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 10 }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"cjh" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/syringes, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora) -"cji" = ( +"cjP" = ( /obj/structure/table/standard, /obj/item/clothing/gloves/latex, /obj/item/weapon/hand_labeler, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"cjj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/locker_room) -"cjk" = ( +"cjQ" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/syringes, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cjR" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"cjl" = ( +"cjS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/bed/chair/office/dark{ dir = 4 @@ -65225,11 +65201,48 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"cjm" = ( +"cjT" = ( /obj/structure/table/glass, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"cjn" = ( +"cjU" = ( +/obj/item/weapon/stool, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Solar Maintenance Aft Starboard"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"cjV" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"cjW" = ( +/obj/machinery/power/terminal{ + icon_state = "term"; + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"cjX" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/simulated/floor/reinforced{ name = "air floor"; @@ -65237,7 +65250,7 @@ oxygen = 2644 }, /area/engineering/atmos) -"cjo" = ( +"cjY" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/simulated/floor/reinforced{ name = "o2 floor"; @@ -65245,16 +65258,7 @@ oxygen = 100000 }, /area/engineering/atmos) -"cjp" = ( -/turf/simulated/wall, -/area/engineering/locker_room) -"cjq" = ( -/turf/simulated/wall, -/area/maintenance/substation/engineering) -"cjr" = ( -/turf/simulated/wall, -/area/medical/surgery) -"cjs" = ( +"cjZ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/simulated/floor/reinforced{ name = "n2 floor"; @@ -65262,7 +65266,7 @@ oxygen = 0 }, /area/engineering/atmos) -"cjt" = ( +"cka" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -65270,14 +65274,36 @@ }, /turf/simulated/floor/tiled, /area/construction) -"cju" = ( +"ckb" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + name = "Construction Area"; + req_access = list(32) + }, +/turf/simulated/floor/plating, +/area/construction) +"ckc" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/atmos_control) +"ckd" = ( /obj/machinery/light/small{ dir = 4 }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/maintenance/atmos_control) -"cjv" = ( +"cke" = ( /obj/item/device/radio/intercom{ dir = 8; name = "Station Intercom (General)"; @@ -65302,7 +65328,11 @@ /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cjw" = ( +"ckf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red, +/turf/simulated/floor/tiled, +/area/engineering/engine_eva) +"ckg" = ( /obj/machinery/suit_cycler/engineering, /obj/machinery/camera/network/engineering{ c_tag = "Engineering EVA"; @@ -65310,26 +65340,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cjx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/red, -/turf/simulated/floor/tiled, -/area/engineering/engine_eva) -"cjy" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/atmos, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/void/atmos, -/obj/machinery/door/window/northright{ - name = "Atmospherics Voidsuits"; - req_access = list(24) - }, -/turf/simulated/floor/tiled, -/area/engineering/engine_eva) -"cjz" = ( +"ckh" = ( /obj/structure/table/rack{ dir = 8; layer = 2.9 @@ -65347,7 +65358,39 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"cjA" = ( +"cki" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/machinery/door/window/northright{ + name = "Atmospherics Voidsuits"; + req_access = list(24) + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_eva) +"ckj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_eva) +"ckk" = ( /obj/structure/table/reinforced, /obj/item/weapon/paper_bin{ pixel_x = -3; @@ -65355,26 +65398,26 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cjB" = ( -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/item/weapon/folder/yellow, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"cjC" = ( +"ckl" = ( /obj/structure/table/reinforced, /obj/item/weapon/packageWrap, /obj/item/weapon/hand_labeler, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cjD" = ( +"ckm" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/item/weapon/folder/yellow, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"ckn" = ( /obj/structure/table/reinforced, /obj/machinery/recharger{ pixel_y = 0 }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cjE" = ( +"cko" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -65387,10 +65430,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cjF" = ( -/turf/simulated/wall, -/area/medical/surgery2) -"cjG" = ( +"ckp" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/structure/cable/green{ d1 = 4; @@ -65400,17 +65440,8 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cjH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/engineering/locker_room) -"cjI" = ( -/obj/machinery/door/firedoor/border_only{ +"ckq" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -65425,7 +65456,8 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cjJ" = ( +"ckr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -65433,7 +65465,15 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cjK" = ( +"cks" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/locker_room) +"ckt" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -65446,19 +65486,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cjL" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/engineering/locker_room) -"cjM" = ( +"cku" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -65471,7 +65499,16 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cjN" = ( +"ckv" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/engineering/locker_room) +"ckw" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -65483,11 +65520,79 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cjO" = ( +"ckx" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engineering Substation"; + req_one_access = list(11,24) + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/engineering) +"cky" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Engineering Subgrid"; + name_tag = "Engineering Subgrid" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/engineering) +"ckz" = ( +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/engineering) +"ckA" = ( +/obj/structure/table/standard, +/obj/item/weapon/FixOVein, +/obj/item/device/radio/intercom{ + dir = 0; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/item/weapon/surgicaldrill, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"ckB" = ( /obj/machinery/computer/operating, /turf/simulated/floor/tiled/white, /area/medical/surgery) -"cjP" = ( +"ckC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"ckD" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/spray/cleaner{ desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; @@ -65500,24 +65605,29 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery) -"cjQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, +"ckE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "surgeryobs"; + name = "Operating Theatre Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, /area/medical/surgery) -"cjR" = ( -/obj/structure/table/standard, -/obj/item/weapon/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"cjS" = ( +"ckF" = ( /obj/structure/table/standard, /obj/item/device/radio{ anchored = 1; @@ -65536,7 +65646,13 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"cjT" = ( +"ckG" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"ckH" = ( /obj/structure/disposalpipe/segment, /obj/item/roller, /obj/structure/cable/green{ @@ -65551,21 +65667,50 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"cjU" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +"ckI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "surgeryobs2"; + name = "Operating Theatre Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/medical/surgery2) +"ckJ" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"ckK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"cjV" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"ckL" = ( /obj/machinery/computer/operating, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -"cjW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"cjX" = ( +"ckM" = ( /obj/structure/table/standard, /obj/item/weapon/FixOVein, /obj/item/device/radio/intercom{ @@ -65576,7 +65721,190 @@ /obj/item/weapon/surgicaldrill, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -"cjY" = ( +"ckN" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"ckO" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"ckP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_access = newlist(); + req_one_access = list(12,5) + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay"; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/medical/virologyaccess) +"ckQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"ckR" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"ckS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"ckT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(12,5) + }, +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay"; + pixel_x = 0; + pixel_y = 32 + }, +/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/plating, +/area/medical/virologyaccess) +"ckU" = ( +/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/plating, +/area/maintenance/research_port) +"ckV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ckW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"ckX" = ( +/obj/machinery/door/window/northright{ + name = "Xenoflora Containment"; + req_access = list(47) + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"ckY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (NORTHEAST)"; + icon_state = "intact"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"ckZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"cla" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (NORTHWEST)"; + icon_state = "intact"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"clb" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/rnd/xenobiology) +"clc" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -65605,140 +65933,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cjZ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"cka" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"ckb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"ckc" = ( -/obj/item/weapon/stool, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Solar Maintenance Aft Starboard"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"ckd" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"cke" = ( -/obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"ckf" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora_storage) -"ckg" = ( -/obj/machinery/door/window/northright{ - name = "Xenoflora Containment"; - req_access = list(47) - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora_storage) -"ckh" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora_storage) -"cki" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/visible, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora_storage) -"ckj" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Construction Area"; - req_access = list(32) - }, -/turf/simulated/floor/plating, -/area/construction) -"ckk" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"ckl" = ( +"cld" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/rnd/xenobiology/xenoflora) +"cle" = ( /obj/structure/sink{ icon_state = "sink"; dir = 8; @@ -65752,15 +65951,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"ckm" = ( -/obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology/xenoflora) -"ckn" = ( +"clf" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, @@ -65771,7 +65962,15 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cko" = ( +"clg" = ( +/obj/effect/floor_decal/corner/lime{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora) +"clh" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, @@ -65782,7 +65981,15 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"ckp" = ( +"cli" = ( +/obj/effect/floor_decal/corner/lime/full{ + tag = "icon-corner_white_full (WEST)"; + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora) +"clj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /obj/effect/floor_decal/corner/lime{ tag = "icon-corner_white (NORTHEAST)"; @@ -65791,32 +65998,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"ckq" = ( -/obj/effect/floor_decal/corner/lime/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology/xenoflora) -"ckr" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_eva) -"cks" = ( +"clk" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, @@ -65827,7 +66009,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"ckt" = ( +"cll" = ( /obj/machinery/requests_console{ department = "Science"; departmentType = 2; @@ -65842,20 +66024,20 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"cku" = ( -/obj/structure/table/standard, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 +"clm" = ( +/obj/machinery/power/solar_control{ + id = "starboardsolar"; + name = "Aft Starboard Solar Control"; + track = 0 }, -/obj/item/weapon/circular_saw{ - pixel_y = 8 +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" }, -/obj/item/weapon/scalpel, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"ckv" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"cln" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -65881,20 +66063,7 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/maintenance/starboardsolar) -"ckw" = ( -/obj/machinery/power/solar_control{ - id = "starboardsolar"; - name = "Aft Starboard Solar Control"; - track = 0 - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"ckx" = ( +"clo" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; icon_state = "space"; @@ -65912,7 +66081,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/starboardsolar) -"cky" = ( +"clp" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 2; external_pressure_bound = 0; @@ -65933,7 +66102,19 @@ oxygen = 2644 }, /area/engineering/atmos) -"ckz" = ( +"clq" = ( +/obj/machinery/air_sensor{ + frequency = 1443; + id_tag = "air_sensor"; + output = 7 + }, +/turf/simulated/floor/reinforced{ + name = "air floor"; + nitrogen = 10580; + oxygen = 2644 + }, +/area/engineering/atmos) +"clr" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 2; frequency = 1443; @@ -65947,19 +66128,7 @@ oxygen = 2644 }, /area/engineering/atmos) -"ckA" = ( -/obj/machinery/air_sensor{ - frequency = 1443; - id_tag = "air_sensor"; - output = 7 - }, -/turf/simulated/floor/reinforced{ - name = "air floor"; - nitrogen = 10580; - oxygen = 2644 - }, -/area/engineering/atmos) -"ckB" = ( +"cls" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 2; frequency = 1441; @@ -65973,7 +66142,18 @@ oxygen = 100000 }, /area/engineering/atmos) -"ckC" = ( +"clt" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "o2_sensor" + }, +/turf/simulated/floor/reinforced{ + name = "o2 floor"; + nitrogen = 0; + oxygen = 100000 + }, +/area/engineering/atmos) +"clu" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 2; external_pressure_bound = 0; @@ -65995,18 +66175,7 @@ oxygen = 100000 }, /area/engineering/atmos) -"ckD" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "o2_sensor" - }, -/turf/simulated/floor/reinforced{ - name = "o2 floor"; - nitrogen = 0; - oxygen = 100000 - }, -/area/engineering/atmos) -"ckE" = ( +"clv" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 2; frequency = 1441; @@ -66020,60 +66189,18 @@ oxygen = 0 }, /area/engineering/atmos) -"ckF" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Substation"; - req_one_access = list(11,24) +"clw" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "n2_sensor" }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/simulated/floor/reinforced{ + name = "n2 floor"; + nitrogen = 100000; + oxygen = 0 }, -/turf/simulated/floor/plating, -/area/maintenance/substation/engineering) -"ckG" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Engineering Subgrid"; - name_tag = "Engineering Subgrid" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/engineering) -"ckH" = ( -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/engineering) -"ckI" = ( +/area/engineering/atmos) +"clx" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 2; external_pressure_bound = 0; @@ -66095,67 +66222,60 @@ oxygen = 0 }, /area/engineering/atmos) -"ckJ" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "n2_sensor" +"cly" = ( +/obj/item/weapon/wirecutters, +/obj/effect/decal/cleanable/blood/oil/streak{ + amount = 0 }, -/turf/simulated/floor/reinforced{ - name = "n2 floor"; - nitrogen = 100000; - oxygen = 0 - }, -/area/engineering/atmos) -"ckK" = ( +/turf/simulated/floor/plating, +/area/construction) +"clz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/atmos_control) +"clA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/maintenance/atmos_control) +"clB" = ( /obj/machinery/door/airlock/maintenance{ name = "Engineering EVA Storage Maintainance"; req_access = list(12); req_one_access = list(11,24) }, -/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/red, /turf/simulated/floor/tiled, /area/engineering/engine_eva) -"ckL" = ( -/obj/item/modular_computer/console/preset/engineering, +"clC" = ( +/obj/machinery/computer/station_alert/engineering, /turf/simulated/floor/tiled, -/area/engineering/engineering_monitoring) -"ckM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "surgeryobs"; - name = "Operating Theatre Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/surgery) -"ckN" = ( +/area/engineering/foyer) +"clD" = ( /obj/structure/bed/chair/office/dark{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /turf/simulated/floor/tiled, /area/engineering/foyer) -"ckO" = ( +"clE" = ( /obj/structure/table/reinforced, /obj/item/weapon/clipboard, /obj/item/weapon/tape_roll, /turf/simulated/floor/tiled, /area/engineering/foyer) -"ckP" = ( +"clF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"clG" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=AIE"; location = "AftH" @@ -66173,38 +66293,17 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"ckQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +"clH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "surgeryobs2"; - name = "Operating Theatre Privacy Shutters"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/medical/surgery2) -"ckR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 + dir = 4 }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"ckS" = ( +"clI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -66212,69 +66311,8 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/engineering/foyer) -"ckT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"ckU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/engineering/locker_room) -"ckV" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"ckW" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"ckX" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_access = newlist(); - req_one_access = list(12,5) - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/medical/virologyaccess) -"ckY" = ( -/obj/machinery/door/firedoor/border_only{ +"clJ" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -66290,13 +66328,22 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"ckZ" = ( +"clK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/engineering/locker_room) +"clL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cla" = ( +"clM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, @@ -66307,79 +66354,48 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"clb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(12,5) - }, -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay"; - pixel_x = 0; - pixel_y = 32 - }, -/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/plating, -/area/medical/virologyaccess) -"clc" = ( -/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/plating, -/area/maintenance/research_port) -"cld" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cle" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"clf" = ( +"clN" = ( /turf/simulated/floor/tiled, /area/engineering/locker_room) -"clg" = ( +"clO" = ( /obj/machinery/light_switch{ pixel_x = 27 }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"clh" = ( +"clP" = ( +/obj/machinery/power/smes/buildable{ + charge = 0; + RCon_tag = "Substation - Engineering" + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/maintenance/substation/engineering) +"clQ" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/engineering) +"clR" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/maintenance/substation/engineering) +"clS" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ d1 = 1; @@ -66393,7 +66409,20 @@ }, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cli" = ( +"clT" = ( +/obj/structure/table/standard, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/item/weapon/circular_saw{ + pixel_y = 8 + }, +/obj/item/weapon/scalpel, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"clU" = ( /obj/machinery/optable, /obj/structure/cable/green{ d1 = 2; @@ -66402,11 +66431,21 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery) -"clj" = ( -/obj/structure/sign/biohazard, -/turf/simulated/wall/r_wall, -/area/rnd/xenobiology) -"clk" = ( +"clV" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"clW" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -66425,63 +66464,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery) -"cll" = ( -/obj/structure/sign/biohazard, -/turf/simulated/wall/r_wall, -/area/rnd/xenobiology/xenoflora) -"clm" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"cln" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/corner/pink{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"clo" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/corner/paleblue{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"clp" = ( +"clX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ name = "Operating Theatre 1"; @@ -66500,7 +66483,36 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"clq" = ( +"clY" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/corner/paleblue{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"clZ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"cma" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -66525,26 +66537,7 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"clr" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"cls" = ( -/obj/machinery/optable, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"clt" = ( +"cmb" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ name = "Operating Theatre 2"; @@ -66563,7 +66556,26 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"clu" = ( +"cmc" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/corner/pink{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"cmd" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -66577,7 +66589,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -"clv" = ( +"cme" = ( +/obj/machinery/optable, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"cmf" = ( /obj/structure/table/standard, /obj/item/weapon/circular_saw{ pixel_y = 8 @@ -66590,7 +66611,160 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -"clw" = ( +"cmg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cmh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cmi" = ( +/turf/simulated/wall/r_wall, +/area/medical/virologyaccess) +"cmj" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"cmk" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"cml" = ( +/obj/machinery/light/small, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/effect/floor_decal/corner/paleblue, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"cmm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cmn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cmo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cmp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cmq" = ( +/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/effect/landmark{ + name = "blobstart" + }, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cmr" = ( +/obj/machinery/light, +/obj/machinery/light_switch{ + dir = 2; + name = "light switch "; + pixel_x = 0; + pixel_y = -22 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"cms" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/hydroponics{ + closed_system = 1; + name = "isolation tray" + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"cmt" = ( +/obj/effect/landmark{ + name = "blobstart" + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"cmu" = ( +/obj/machinery/light, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora_storage) +"cmv" = ( /obj/structure/sink{ icon_state = "sink"; dir = 8; @@ -66610,94 +66784,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"clx" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"cly" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"clz" = ( -/obj/machinery/light/small, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/effect/floor_decal/corner/paleblue, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"clA" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/hydroponics{ - closed_system = 1; - name = "isolation tray" - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora_storage) -"clB" = ( -/obj/machinery/light, -/obj/machinery/light_switch{ - dir = 2; - name = "light switch "; - pixel_x = 0; - pixel_y = -22 - }, -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora_storage) -"clC" = ( -/obj/machinery/light, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora_storage) -"clD" = ( -/obj/effect/landmark{ - name = "blobstart" - }, -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora_storage) -"clE" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera/xray/research{ - c_tag = "Xenobiology Access" - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"clF" = ( +"cmw" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -66710,24 +66797,17 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"clG" = ( -/obj/item/weapon/wirecutters, -/obj/effect/decal/cleanable/blood/oil/streak{ - amount = 0 +"cmx" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera/xray/research{ + c_tag = "Xenobiology Access" }, -/turf/simulated/floor/plating, -/area/construction) -"clH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"clI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"clJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cmy" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -66741,11 +66821,11 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"clK" = ( +"cmz" = ( /obj/machinery/portable_atmospherics/hydroponics, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"clL" = ( +"cmA" = ( /obj/machinery/light, /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; @@ -66757,16 +66837,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"clM" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology/xenoflora) -"clN" = ( -/obj/machinery/seed_extractor, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora) -"clO" = ( +"cmB" = ( /obj/machinery/biogenerator, /obj/machinery/camera/network/research{ c_tag = "Xenoflora"; @@ -66774,7 +66845,11 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"clP" = ( +"cmC" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) +"cmD" = ( /obj/machinery/light, /obj/structure/extinguisher_cabinet{ pixel_x = 5; @@ -66788,7 +66863,12 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"clQ" = ( +"cmE" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology/xenoflora) +"cmF" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -66800,17 +66880,124 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology/xenoflora) -"clR" = ( -/obj/structure/table/standard, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 +"cmG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/weapon/retractor, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"clS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"cmH" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_xeno_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = list(11,13) + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"cmI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"cmJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"cmK" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/meter{ + frequency = 1443; + id = "mair_out_meter"; + name = "Mixed Air Tank Out" + }, +/turf/simulated/wall/r_wall, +/area/engineering/atmos) +"cmL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cmM" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/meter{ + frequency = 1443; + id = "mair_in_meter"; + name = "Mixed Air Tank In" + }, +/turf/simulated/wall/r_wall, +/area/engineering/atmos) +"cmN" = ( +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/wall/r_wall, +/area/engineering/atmos) +"cmO" = ( +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/wall/r_wall, +/area/engineering/atmos) +"cmP" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/construction) +"cmQ" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -66818,7 +67005,38 @@ /obj/structure/reagent_dispensers/watertank, /turf/simulated/floor/tiled, /area/construction) -"clT" = ( +"cmR" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/atmos_control) +"cmS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/atmos_control) +"cmT" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + freq = 1400; + location = "Engineering" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"cmU" = ( /obj/machinery/door/window/eastright{ name = "Engineering Delivery"; req_one_access = list(11,24) @@ -66830,30 +67048,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"clU" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - freq = 1400; - location = "Engineering" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"clV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" - }, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"clW" = ( +"cmV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 4; icon_state = "intact"; @@ -66862,39 +67057,16 @@ /obj/machinery/atmospherics/pipe/simple/hidden/red, /turf/simulated/floor/tiled, /area/engineering/foyer) -"clX" = ( -/obj/machinery/power/smes/buildable{ - charge = 0; - RCon_tag = "Substation - Engineering" +"cmW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4; + icon_state = "intact"; + tag = "icon-intact-f (EAST)" }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/maintenance/substation/engineering) -"clY" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 0 - }, -/obj/machinery/power/terminal{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/engineering) -"clZ" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/maintenance/substation/engineering) -"cma" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"cmX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 4; icon_state = "intact"; @@ -66902,7 +67074,18 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cmb" = ( +"cmY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4; + icon_state = "intact"; + tag = "icon-intact-f (EAST)" + }, +/obj/machinery/computer/guestpass{ + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"cmZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 4; icon_state = "intact"; @@ -66918,18 +67101,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cmc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" - }, -/obj/machinery/computer/guestpass{ - pixel_y = -28 - }, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"cmd" = ( +"cna" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 9; icon_state = "intact"; @@ -66937,7 +67109,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cme" = ( +"cnb" = ( /obj/machinery/door/window/eastright{ name = "Engineering Reception Desk"; req_one_access = list(11,24) @@ -66945,7 +67117,13 @@ /obj/machinery/light, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cmf" = ( +"cnc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/foyer) +"cnd" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -66955,13 +67133,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cmg" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +"cne" = ( +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j2"; + dir = 2 }, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cmh" = ( +"cnf" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 8 @@ -66969,19 +67148,12 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled, /area/engineering/foyer) -"cmi" = ( -/obj/structure/disposalpipe/junction{ - icon_state = "pipe-j2"; - dir = 2 - }, -/turf/simulated/floor/tiled, -/area/engineering/foyer) -"cmj" = ( +"cng" = ( /obj/structure/closet/secure_closet/atmos_personal, /obj/item/weapon/tank/emergency_oxygen/engi, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cmk" = ( +"cnh" = ( /obj/structure/closet/secure_closet/atmos_personal, /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; @@ -66990,7 +67162,7 @@ /obj/item/weapon/tank/emergency_oxygen/engi, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cml" = ( +"cni" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -67001,16 +67173,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cmm" = ( -/obj/structure/table/standard, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/item/device/suit_cooling_unit, -/turf/simulated/floor/tiled, -/area/engineering/locker_room) -"cmn" = ( +"cnj" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -67026,24 +67189,16 @@ /obj/item/device/suit_cooling_unit, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cmo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cmp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cmq" = ( -/turf/simulated/wall/r_wall, -/area/medical/virologyaccess) -"cmr" = ( +"cnk" = ( +/obj/structure/table/standard, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/device/suit_cooling_unit, +/turf/simulated/floor/tiled, +/area/engineering/locker_room) +"cnl" = ( /obj/structure/table/standard, /obj/random/tech_supply, /obj/random/tech_supply, @@ -67055,7 +67210,40 @@ }, /turf/simulated/floor/tiled, /area/engineering/locker_room) -"cms" = ( +"cnm" = ( +/obj/machinery/power/breakerbox/activated{ + RCon_tag = "Engineering Substation Bypass" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/engineering) +"cnn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/engineering) +"cno" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(11,24) + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/substation/engineering) +"cnp" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -67077,7 +67265,14 @@ }, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cmt" = ( +"cnq" = ( +/obj/structure/table/standard, +/obj/item/stack/medical/advanced/bruise_pack, +/obj/item/weapon/retractor, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"cnr" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -67085,66 +67280,11 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery) -"cmu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cmv" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cmw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cmx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cmy" = ( -/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/effect/landmark{ - name = "blobstart" - }, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cmz" = ( +"cns" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"cnt" = ( /obj/machinery/button/holosign{ pixel_x = 24; pixel_y = 2 @@ -67166,11 +67306,39 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery) -"cmA" = ( +"cnu" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"cnv" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"cmB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"cnw" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"cnx" = ( /obj/machinery/button/holosign{ pixel_x = -24; pixel_y = 2 @@ -67192,39 +67360,11 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -"cmC" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"cmD" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25; - pixel_y = 0 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"cmE" = ( +"cny" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"cmF" = ( +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"cnz" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -67232,35 +67372,26 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -"cmG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"cmH" = ( +"cnA" = ( /obj/structure/table/standard, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, /obj/item/stack/medical/advanced/bruise_pack, /obj/item/weapon/retractor, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -"cmI" = ( -/obj/structure/sign/securearea{ - pixel_x = -32; - pixel_y = 0 - }, -/obj/machinery/shower{ - icon_state = "shower"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cmJ" = ( +"cnB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cnC" = ( +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cnD" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/medical/virologyaccess) +"cnE" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ name = "Virology Access"; @@ -67275,7 +67406,43 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/medical/virologyaccess) -"cmK" = ( +"cnF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/research_port) +"cnG" = ( +/obj/structure/sign/securearea{ + pixel_x = -32; + pixel_y = 0 + }, +/obj/machinery/shower{ + icon_state = "shower"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cnH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cnI" = ( /obj/structure/closet/l3closet/scientist, /obj/machinery/alarm{ dir = 8; @@ -67291,668 +67458,62 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cmL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"cnJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora) +"cnK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora) +"cnL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology/xenoflora) +"cnM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 }, /obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cmM" = ( -/obj/structure/table/standard, -/obj/item/weapon/hemostat, -/obj/machinery/light, -/obj/item/weapon/cautery, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"cmN" = ( -/obj/item/device/flashlight, -/turf/simulated/floor/tiled, -/area/construction) -"cmO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, /turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"cmP" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "solar_xeno_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = list(11,13) - }, -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"cmQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"cmR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"cmS" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/visible/cyan, -/obj/machinery/meter{ - frequency = 1443; - id = "mair_out_meter"; - name = "Mixed Air Tank Out" - }, -/turf/simulated/wall/r_wall, -/area/engineering/atmos) -"cmT" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cmU" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/visible/cyan, -/obj/machinery/meter{ - frequency = 1443; - id = "mair_in_meter"; - name = "Mixed Air Tank In" - }, -/turf/simulated/wall/r_wall, -/area/engineering/atmos) -"cmV" = ( -/obj/structure/grille, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible/green, -/turf/simulated/wall/r_wall, -/area/engineering/atmos) -"cmW" = ( -/obj/structure/grille, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/turf/simulated/wall/r_wall, -/area/engineering/atmos) -"cmX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/construction) -"cmY" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/construction) -"cmZ" = ( -/obj/structure/sign/securearea{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"cna" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/atmos_control) -"cnb" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/tiled, -/area/construction) -"cnc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access = list(12,24) - }, -/obj/machinery/atmospherics/pipe/simple/visible/supply, -/turf/simulated/floor/tiled, -/area/maintenance/atmos_control) -"cnd" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access = list(12,24) - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/turf/simulated/floor/tiled, -/area/maintenance/atmos_control) -"cne" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Atmospherics Maintenance Access"; - req_access = list(12,24) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/red, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cnf" = ( -/obj/machinery/door/airlock/glass_atmos{ - name = "Atmospherics Monitoring Room"; - req_access = list(24) - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/tiled, -/area/engineering/atmos/monitoring) -"cng" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Engineering Monitoring Room"; - req_access = list(11) - }, -/turf/simulated/floor/tiled, -/area/engineering/engineering_monitoring) -"cnh" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Engineering Hallway"; - req_one_access = list(10) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/engineering) -"cni" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Engineering Hallway"; - req_one_access = list(10) - }, -/turf/simulated/floor/tiled, -/area/engineering) -"cnj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Engineering Hallway"; - req_one_access = list(10) - }, -/turf/simulated/floor/tiled, -/area/engineering) -"cnk" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Engineering Workshop"; - req_one_access = list(11,24) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cnl" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Engineering Workshop"; - req_one_access = list(11,24) - }, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cnm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cnn" = ( -/obj/structure/table/standard, -/obj/item/weapon/bonesetter, -/obj/item/weapon/bonegel, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"cno" = ( -/obj/machinery/computer/med_data, -/obj/machinery/light, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"cnp" = ( -/obj/structure/table/standard, -/obj/machinery/vending/wallmed1{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/random/medical, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"cnq" = ( -/obj/machinery/computer/med_data, -/obj/machinery/light, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"cnr" = ( -/obj/structure/table/standard, -/obj/item/weapon/reagent_containers/blood/OMinus, -/obj/item/weapon/reagent_containers/blood/OMinus, -/obj/item/weapon/reagent_containers/blood/OMinus, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"cns" = ( -/obj/structure/table/standard, -/obj/machinery/vending/wallmed1{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/random/medical, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"cnt" = ( -/obj/structure/table/standard, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cnu" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Engineering Substation Bypass" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/engineering) -"cnv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/engineering) -"cnw" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(11,24) - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/substation/engineering) -"cnx" = ( -/obj/structure/table/standard, -/obj/item/weapon/hemostat, -/obj/machinery/light, -/obj/item/weapon/cautery, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"cny" = ( -/obj/structure/table/standard, -/obj/item/weapon/bonesetter, -/obj/item/weapon/bonegel, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"cnz" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 25; - pixel_y = 0 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cnA" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"cnB" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"cnC" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"cnD" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"cnE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"cnF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"cnG" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology) -"cnH" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cnI" = ( -/obj/structure/sink{ - icon_state = "sink"; - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "xeno_airlock_control"; - name = "Xenobiology Access Button"; - pixel_x = 8; - pixel_y = -28; - req_access = list(55) - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cnJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cnK" = ( -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cnL" = ( -/obj/structure/sign/biohazard, -/turf/simulated/wall/r_wall, -/area/medical/virologyaccess) -"cnM" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) +/area/rnd/xenobiology/xenoflora) "cnN" = ( /obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cnO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cnP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre 1 Storage"; - req_access = list(45) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/plasticflaps/airtight, -/turf/simulated/floor/tiled/white, -/area/medical/surgery) -"cnQ" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 1; - external_pressure_bound = 140; - external_pressure_bound_default = 140; - icon_state = "map_vent_out"; - pressure_checks = 1; - pressure_checks_default = 1; - use_power = 1 - }, -/turf/simulated/floor/airless, -/area/space) -"cnR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora) -"cnS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora) -"cnT" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora) -"cnU" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/plating, -/area/rnd/xenobiology/xenoflora) -"cnV" = ( -/obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, @@ -67961,7 +67522,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/starboardsolar) -"cnW" = ( +"cnO" = ( /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ tag_airpump = "solar_xeno_pump"; tag_exterior_door = "solar_xeno_outer"; @@ -67991,108 +67552,104 @@ /obj/effect/decal/warning_stripes, /turf/simulated/floor/plating, /area/maintenance/starboardsolar) -"cnX" = ( +"cnP" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan, /obj/structure/lattice, -/turf/space, -/area/space) -"cnY" = ( +/turf/template_noop, +/area/template_noop) +"cnQ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/visible/green, -/turf/space, -/area/space) -"cnZ" = ( +/turf/template_noop, +/area/template_noop) +"cnR" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/visible/yellow, -/turf/space, -/area/space) -"coa" = ( -/obj/machinery/meter{ - frequency = 1443; - id = "dloop_atm_meter"; - name = "Distribution Loop" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/visible/supply{ +/turf/template_noop, +/area/template_noop) +"cnS" = ( +/obj/machinery/light{ dir = 8 }, /turf/simulated/floor/tiled, -/area/engineering/atmos) -"cob" = ( -/obj/machinery/meter{ - frequency = 1443; - id = "wloop_atm_meter"; - name = "Waste Loop" +/area/construction) +"cnT" = ( +/obj/item/device/flashlight, +/turf/simulated/floor/tiled, +/area/construction) +"cnU" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/construction) +"cnV" = ( +/turf/simulated/wall/r_wall, +/area/construction) +"cnW" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access = list(12,24) }, /obj/machinery/atmospherics/pipe/simple/visible/scrubbers, /turf/simulated/floor/tiled, -/area/engineering/atmos) -"coc" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan, -/obj/machinery/meter, -/obj/machinery/firealarm{ - pixel_y = 24 +/area/maintenance/atmos_control) +"cnX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" }, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access = list(12,24) + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply, /turf/simulated/floor/tiled, -/area/engineering/atmos) -"cod" = ( -/turf/simulated/wall/r_wall, -/area/construction) -"coe" = ( -/obj/machinery/alarm{ - frequency = 1439; - pixel_y = 23 - }, -/obj/machinery/atmospherics/pipe/simple/visible/supply{ - dir = 10 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cof" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible/red, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cog" = ( +/area/maintenance/atmos_control) +"cnY" = ( /turf/simulated/wall/r_wall, /area/engineering/atmos) -"coh" = ( +"cnZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /turf/simulated/wall/r_wall, /area/engineering/atmos) -"coi" = ( -/obj/machinery/firealarm{ - pixel_x = 32; - pixel_y = 24 +"coa" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance Access"; + req_access = list(12,24) }, +/obj/machinery/atmospherics/pipe/simple/hidden/red, /turf/simulated/floor/tiled, -/area/engineering/atmos/monitoring) -"coj" = ( +/area/engineering/atmos) +"cob" = ( /turf/simulated/wall/r_wall, /area/engineering/atmos/monitoring) -"cok" = ( -/obj/machinery/computer/general_air_control{ - frequency = 1443; - level = 3; - name = "Distribution and Waste Monitor"; - sensors = list("mair_in_meter" = "Mixed Air In", "air_sensor" = "Mixed Air Supply Tank", "mair_out_meter" = "Mixed Air Out", "dloop_atm_meter" = "Distribution Loop", "wloop_atm_meter" = "Engine Waste") - }, -/obj/machinery/light{ - dir = 1 +"coc" = ( +/obj/machinery/door/airlock/glass_atmos{ + name = "Atmospherics Monitoring Room"; + req_access = list(24) }, +/obj/machinery/door/firedoor, /turf/simulated/floor/tiled, /area/engineering/atmos/monitoring) -"col" = ( +"cod" = ( /turf/simulated/wall/r_wall, /area/engineering/engineering_monitoring) -"com" = ( -/obj/machinery/computer/atmoscontrol, +"coe" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Engineering Monitoring Room"; + req_access = list(11) + }, /turf/simulated/floor/tiled, -/area/engineering/atmos/monitoring) -"con" = ( +/area/engineering/engineering_monitoring) +"cof" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -68101,7 +67658,7 @@ dir = 4 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/structure/window/reinforced{ @@ -68109,160 +67666,145 @@ }, /turf/simulated/floor/plating, /area/engineering/engineering_monitoring) -"coo" = ( +"cog" = ( /obj/structure/sign/securearea, /turf/simulated/wall/r_wall, /area/engineering/engineering_monitoring) -"cop" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled, -/area/engineering/engineering_monitoring) -"coq" = ( -/obj/item/device/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 +"coh" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Engineering Hallway"; + req_one_access = list(10) }, /turf/simulated/floor/tiled, -/area/engineering/engineering_monitoring) -"cor" = ( -/obj/machinery/computer/atmos_alert, -/obj/machinery/alarm{ - pixel_y = 22 +/area/engineering) +"coi" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Engineering Hallway"; + req_one_access = list(10) }, -/turf/simulated/floor/tiled, -/area/engineering/engineering_monitoring) -"cos" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/engineering/workshop) -"cot" = ( -/turf/simulated/wall/r_wall, -/area/engineering/workshop) -"cou" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/engineering) +"coj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Engineering Hallway"; + req_one_access = list(10) + }, +/turf/simulated/floor/tiled, +/area/engineering) +"cok" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/engineering/workshop) +"col" = ( +/turf/simulated/wall/r_wall, +/area/engineering/workshop) +"com" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Engineering Workshop"; + req_one_access = list(11,24) + }, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"con" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Engineering Workshop"; + req_one_access = list(11,24) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"coo" = ( +/turf/simulated/wall/r_wall, +/area/engineering/locker_room) +"cop" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/substation/engineering) +"coq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/engineering) -"cov" = ( -/turf/simulated/floor/tiled, -/area/engineering) -"cow" = ( -/turf/simulated/wall/r_wall, -/area/engineering/locker_room) -"cox" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/substation/engineering) -"coy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/sign/directions/medical{ - dir = 1; - icon_state = "direction_med"; - pixel_x = 30; - pixel_y = 4; - tag = "icon-direction_med (NORTH)" - }, -/obj/structure/sign/directions/evac{ - dir = 8; - icon_state = "direction_evac"; - pixel_x = 30; - pixel_y = -4; - tag = "icon-direction_evac (WEST)" - }, -/turf/simulated/floor/tiled, -/area/engineering) -"coz" = ( -/obj/machinery/vending/engivend, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"coA" = ( -/obj/machinery/vending/tool, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"coB" = ( -/obj/structure/closet/toolcloset, -/obj/item/device/flashlight, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"coC" = ( -/obj/structure/closet/toolcloset, -/obj/machinery/light{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; dir = 1 }, -/obj/item/device/flashlight, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"coD" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"coE" = ( -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"coF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre 2 Storage"; - req_access = list(45) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/plasticflaps/airtight, -/turf/simulated/floor/tiled/white, -/area/medical/surgery2) -"coG" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/obj/structure/closet/wardrobe/medic_white, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"coH" = ( -/obj/item/weapon/reagent_containers/blood/empty, -/obj/item/weapon/reagent_containers/blood/empty, -/obj/item/weapon/reagent_containers/blood/empty, -/obj/item/weapon/reagent_containers/blood/empty, -/obj/item/weapon/reagent_containers/blood/empty, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cor" = ( /obj/structure/table/standard, -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" +/obj/item/weapon/hemostat, +/obj/machinery/light, +/obj/item/weapon/cautery, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"cos" = ( +/obj/structure/table/standard, +/obj/item/weapon/bonesetter, +/obj/item/weapon/bonegel, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"cot" = ( +/obj/structure/table/standard, +/obj/machinery/vending/wallmed1{ + pixel_y = -32 }, -/obj/machinery/firealarm{ - dir = 4; +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/random/medical, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"cou" = ( +/obj/machinery/computer/med_data, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"cov" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; pixel_x = 24 }, -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay Surgery Prep"; - dir = 8 - }, /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; @@ -68270,59 +67812,109 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"coI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +"cow" = ( +/obj/machinery/computer/med_data, +/obj/machinery/light, /turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"coJ" = ( -/obj/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "virologyquar"; - name = "Virology Emergency Quarantine Blast Doors"; - opacity = 0 +/area/medical/surgery2) +"cox" = ( +/obj/structure/table/standard, +/obj/machinery/vending/wallmed1{ + pixel_y = -32 }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/random/medical, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"coy" = ( +/obj/structure/table/standard, +/obj/item/weapon/bonesetter, +/obj/item/weapon/bonegel, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"coz" = ( +/obj/structure/table/standard, +/obj/item/weapon/hemostat, +/obj/machinery/light, +/obj/item/weapon/cautery, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"coA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTH)"; + icon_state = "corner_white"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"coB" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, /turf/simulated/floor/tiled, /area/medical/virologyaccess) -"coK" = ( -/obj/machinery/door/blast/regular{ - density = 0; +"coC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/power/apc{ dir = 4; - icon_state = "pdoor0"; - id = "virologyquar"; - name = "Virology Emergency Quarantine Blast Doors"; - opacity = 0 + name = "east bump"; + pixel_x = 24 }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"coL" = ( -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"coM" = ( -/mob/living/carbon/slime, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"coN" = ( -/obj/machinery/door/window/eastleft{ - name = "Containment Pen"; - req_access = list(47) +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" }, -/obj/effect/floor_decal/industrial/warning{ +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; dir = 4 }, /turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"coD" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet, +/turf/simulated/floor/reinforced, /area/rnd/xenobiology) -"coO" = ( +"coE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"coF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"coG" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -68350,7 +67942,643 @@ }, /turf/simulated/floor/plating, /area/rnd/xenobiology) +"coH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"coI" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"coJ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 25; + pixel_y = 0 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"coK" = ( +/turf/simulated/wall, +/area/rnd/xenobiology) +"coL" = ( +/obj/structure/sink{ + icon_state = "sink"; + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "xeno_airlock_control"; + name = "Xenobiology Access Button"; + pixel_x = 8; + pixel_y = -28; + req_access = list(55) + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"coM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"coN" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"coO" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1; + external_pressure_bound = 140; + external_pressure_bound_default = 140; + icon_state = "map_vent_out"; + pressure_checks = 1; + pressure_checks_default = 1; + use_power = 1 + }, +/turf/simulated/floor/airless, +/area/template_noop) "coP" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"coQ" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "solar_xeno_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = list(11,13) + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/starboardsolar) +"coR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"coS" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + tag = "icon-intact (SOUTHEAST)"; + icon_state = "intact"; + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"coT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + tag = "icon-map (EAST)"; + icon_state = "map"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"coU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"coV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"coW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"coX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"coY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"coZ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cpa" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cpb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cpc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cpd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cpe" = ( +/obj/machinery/meter{ + frequency = 1443; + id = "wloop_atm_meter"; + name = "Waste Loop" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cpf" = ( +/obj/machinery/meter{ + frequency = 1443; + id = "dloop_atm_meter"; + name = "Distribution Loop" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/visible/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cpg" = ( +/obj/machinery/alarm{ + frequency = 1439; + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 10 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cph" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/meter, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cpi" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cpj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos/monitoring) +"cpk" = ( +/obj/machinery/computer/general_air_control{ + frequency = 1443; + level = 3; + name = "Distribution and Waste Monitor"; + sensors = list("mair_in_meter" = "Mixed Air In", "air_sensor" = "Mixed Air Supply Tank", "mair_out_meter" = "Mixed Air Out", "dloop_atm_meter" = "Distribution Loop", "wloop_atm_meter" = "Engine Waste") + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos/monitoring) +"cpl" = ( +/turf/simulated/floor/tiled, +/area/engineering/atmos/monitoring) +"cpm" = ( +/obj/machinery/computer/atmoscontrol, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/engineering/atmos/monitoring) +"cpn" = ( +/obj/item/device/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/engineering/engineering_monitoring) +"cpo" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/engineering/engineering_monitoring) +"cpp" = ( +/obj/machinery/computer/atmos_alert, +/obj/machinery/alarm{ + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/engineering/engineering_monitoring) +"cpq" = ( +/turf/simulated/floor/tiled, +/area/engineering) +"cpr" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering) +"cps" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/sign/directions/medical{ + dir = 1; + icon_state = "direction_med"; + pixel_x = 30; + pixel_y = 4; + tag = "icon-direction_med (NORTH)" + }, +/obj/structure/sign/directions/evac{ + dir = 8; + icon_state = "direction_evac"; + pixel_x = 30; + pixel_y = -4; + tag = "icon-direction_evac (WEST)" + }, +/turf/simulated/floor/tiled, +/area/engineering) +"cpt" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cpu" = ( +/obj/machinery/vending/engivend, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cpv" = ( +/obj/structure/closet/toolcloset, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/device/flashlight, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cpw" = ( +/obj/structure/closet/toolcloset, +/obj/item/device/flashlight, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cpx" = ( +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cpy" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cpz" = ( +/turf/simulated/wall/r_wall, +/area/engineering/storage) +"cpA" = ( +/obj/machinery/shield_gen/external, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cpB" = ( +/obj/machinery/shield_gen, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cpC" = ( +/obj/machinery/power/rad_collector, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cpD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + 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/plating, +/area/maintenance/engineering) +"cpE" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/medical/surgery) +"cpF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 1 Storage"; + req_access = list(45) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/plasticflaps/airtight, +/turf/simulated/floor/tiled/white, +/area/medical/surgery) +"cpG" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + dir = 0; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/structure/closet/wardrobe/medic_white, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"cpH" = ( +/obj/item/weapon/reagent_containers/blood/empty, +/obj/item/weapon/reagent_containers/blood/empty, +/obj/item/weapon/reagent_containers/blood/empty, +/obj/item/weapon/reagent_containers/blood/empty, +/obj/item/weapon/reagent_containers/blood/empty, +/obj/structure/table/standard, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay Surgery Prep"; + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHEAST)"; + icon_state = "corner_white"; + dir = 6 + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"cpI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 2 Storage"; + req_access = list(45) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/plasticflaps/airtight, +/turf/simulated/floor/tiled/white, +/area/medical/surgery2) +"cpJ" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/medical/surgery2) +"cpK" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cpL" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "virologyquar"; + name = "Virology Emergency Quarantine Blast Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"cpM" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "virologyquar"; + name = "Virology Emergency Quarantine Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"cpN" = ( +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cpO" = ( +/mob/living/carbon/slime, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cpP" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -68364,7 +68592,17 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) -"coQ" = ( +"cpQ" = ( +/obj/machinery/door/window/eastleft{ + name = "Containment Pen"; + req_access = list(47) + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"cpR" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -68372,7 +68610,11 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"coR" = ( +"cpS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cpT" = ( /obj/machinery/door/airlock/research{ autoclose = 0; frequency = 1379; @@ -68392,16 +68634,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"coS" = ( -/turf/simulated/wall, -/area/rnd/xenobiology) -"coT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"coU" = ( +"cpU" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -68418,7 +68651,27 @@ }, /turf/simulated/floor/airless, /area/solar/starboard) -"coV" = ( +"cpV" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cpW" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Air Mix to Connector" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cpX" = ( /obj/machinery/atmospherics/valve/digital/open{ name = "Mixed Air Outlet Valve" }, @@ -68434,254 +68687,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"coW" = ( -/obj/machinery/atmospherics/binary/pump{ - name = "Air Mix to Connector" - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"coX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"coY" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "solar_xeno_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = list(11,13) - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/starboardsolar) -"coZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpa" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - tag = "icon-intact (SOUTHEAST)"; - icon_state = "intact"; - dir = 6 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - tag = "icon-map (EAST)"; - icon_state = "map"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpc" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpd" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpe" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpf" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/green, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpg" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cph" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpl" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cpm" = ( -/obj/machinery/atmospherics/valve/digital/open{ - name = "Mixed Air Inlet Valve" - }, -/obj/effect/floor_decal/corner/blue/diagonal, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (EAST)"; - icon_state = "corner_white"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cpn" = ( +"cpY" = ( /obj/machinery/computer/general_air_control/large_tank_control{ frequency = 1443; input_tag = "air_in"; @@ -68708,42 +68714,29 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpo" = ( +"cpZ" = ( +/obj/machinery/atmospherics/valve/digital/open{ + name = "Mixed Air Inlet Valve" + }, +/obj/effect/floor_decal/corner/blue/diagonal, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (EAST)"; + icon_state = "corner_white"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cqa" = ( +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cqb" = ( /obj/machinery/atmospherics/pipe/simple/visible/green, /obj/effect/floor_decal/corner/blue/full{ dir = 8 }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpp" = ( -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cpq" = ( -/obj/machinery/atmospherics/valve/digital/open{ - name = "Oxygen Outlet Valve" - }, -/obj/effect/floor_decal/corner/blue/full{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cpr" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos/monitoring) -"cps" = ( +"cqc" = ( /obj/machinery/computer/general_air_control/large_tank_control{ frequency = 1441; input_tag = "o2_in"; @@ -68767,31 +68760,29 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpt" = ( +"cqd" = ( +/obj/machinery/atmospherics/valve/digital/open{ + name = "Oxygen Outlet Valve" + }, +/obj/effect/floor_decal/corner/blue/full{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cqe" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "O2 to Connector" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cqf" = ( /obj/machinery/atmospherics/pipe/simple/visible/green, /obj/effect/floor_decal/corner/red/full{ dir = 8 }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpu" = ( -/obj/machinery/atmospherics/binary/pump{ - name = "O2 to Connector" - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cpv" = ( -/obj/machinery/atmospherics/valve/digital/open{ - name = "Nitrogen Outlet Valve" - }, -/obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cpw" = ( +"cqg" = ( /obj/machinery/computer/general_air_control/large_tank_control{ frequency = 1441; input_tag = "n2_in"; @@ -68810,13 +68801,31 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpx" = ( +"cqh" = ( +/obj/machinery/atmospherics/valve/digital/open{ + name = "Nitrogen Outlet Valve" + }, +/obj/effect/floor_decal/corner/red/full{ + tag = "icon-corner_white_full (NORTH)"; + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cqi" = ( /obj/machinery/atmospherics/binary/pump{ name = "N2 to Connector" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpy" = ( +"cqj" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cqk" = ( /obj/structure/reagent_dispensers/fueltank, /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; @@ -68824,14 +68833,11 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpz" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/light{ - dir = 1 - }, +"cql" = ( +/obj/structure/dispenser, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpA" = ( +"cqm" = ( /obj/item/device/t_scanner, /obj/item/device/multitool{ pixel_x = 5 @@ -68850,24 +68856,7 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpB" = ( -/obj/structure/dispenser, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cpC" = ( -/obj/item/weapon/wrench, -/obj/structure/sign/atmosplaque{ - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/cell_charger, -/obj/machinery/camera/network/engineering{ - c_tag = "Atmospherics Northeast" - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cpD" = ( +"cqn" = ( /obj/item/clothing/head/welding{ pixel_x = -5; pixel_y = 3 @@ -68883,14 +68872,20 @@ /obj/item/device/flashlight/heavy, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpE" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 +"cqo" = ( +/obj/item/weapon/wrench, +/obj/structure/sign/atmosplaque{ + pixel_x = 0; + pixel_y = 32 }, +/obj/machinery/cell_charger, +/obj/machinery/camera/network/engineering{ + c_tag = "Atmospherics Northeast" + }, +/obj/structure/table/steel, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpF" = ( +"cqp" = ( /obj/machinery/newscaster{ pixel_y = 30 }, @@ -68901,7 +68896,21 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpG" = ( +"cqq" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cqr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cqs" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 1; sortType = "Atmospherics"; @@ -68910,82 +68919,47 @@ /obj/machinery/atmospherics/pipe/simple/visible/universal, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpH" = ( -/turf/simulated/wall/r_wall, -/area/engineering/storage) -"cpI" = ( -/obj/machinery/shield_gen/external, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cpJ" = ( -/obj/machinery/shield_gen, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cpK" = ( -/obj/machinery/power/rad_collector, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cpL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - 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/plating, -/area/maintenance/engineering) -"cpM" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/medical/surgery) -"cpN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"cqt" = ( /obj/machinery/atmospherics/pipe/simple/visible/universal, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpO" = ( +"cqu" = ( /obj/machinery/atmospherics/binary/pump/on{ dir = 1; name = "Air to Ports" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpP" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cpQ" = ( +"cqv" = ( /obj/machinery/atmospherics/binary/pump/on{ name = "Ports to Waste" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cpR" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/medical/surgery2) -"cpS" = ( -/obj/machinery/space_heater, +"cqw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, /turf/simulated/floor/plating, -/area/maintenance/medbay) -"cpT" = ( +/area/engineering/atmos/monitoring) +"cqx" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/tiled, +/area/engineering/atmos/monitoring) +"cqy" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/tiled, /area/engineering/atmos/monitoring) -"cpU" = ( -/obj/machinery/computer/atmos_alert, -/turf/simulated/floor/tiled, -/area/engineering/atmos/monitoring) -"cpV" = ( +"cqz" = ( /obj/structure/bed/chair/office/dark{ dir = 1 }, @@ -68998,7 +68972,36 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos/monitoring) -"cpW" = ( +"cqA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engineering_monitoring) +"cqB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Engineering Monitoring Room"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/engineering_monitoring) +"cqC" = ( /obj/structure/bed/chair/office/dark{ dir = 4 }, @@ -69010,21 +69013,30 @@ }, /turf/simulated/floor/tiled, /area/engineering/engineering_monitoring) -"cpX" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Engineering Monitoring Room"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/engineering_monitoring) -"cpY" = ( +"cqD" = ( /obj/item/modular_computer/console/preset/engineering, /turf/simulated/floor/tiled, -/area/engineering/atmos/monitoring) -"cpZ" = ( +/area/engineering/engineering_monitoring) +"cqE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/engineering/engineering_monitoring) +"cqF" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -69034,7 +69046,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/engineering) -"cqa" = ( +"cqG" = ( /obj/structure/disposalpipe/segment, /obj/machinery/alarm{ dir = 8; @@ -69043,7 +69055,7 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cqb" = ( +"cqH" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 25 }, @@ -69054,7 +69066,22 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cqc" = ( +"cqI" = ( +/obj/machinery/shield_capacitor, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cqJ" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cqK" = ( +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery) +"cqL" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -69065,42 +69092,21 @@ temperature = 278 }, /area/medical/surgery) -"cqd" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cqe" = ( -/obj/structure/closet/crate/freezer, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery) -"cqf" = ( -/obj/machinery/iv_drip, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery) -"cqg" = ( +"cqM" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/freezer{ name = "cold storage tiles"; temperature = 278 }, /area/medical/surgery) -"cqh" = ( +"cqN" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery) +"cqO" = ( /obj/structure/closet/secure_closet/medical3, /obj/effect/floor_decal/corner/paleblue{ tag = "icon-corner_white (NORTHWEST)"; @@ -69109,7 +69115,7 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"cqi" = ( +"cqP" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/blood/AMinus, /obj/item/weapon/reagent_containers/blood/APlus, @@ -69123,61 +69129,43 @@ }, /turf/simulated/floor/tiled, /area/medical/surgeryprep) -"cqj" = ( +"cqQ" = ( /obj/machinery/iv_drip, /turf/simulated/floor/tiled/freezer{ name = "cold storage tiles"; temperature = 278 }, /area/medical/surgery2) -"cqk" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery2) -"cql" = ( +"cqR" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/freezer{ name = "cold storage tiles"; temperature = 278 }, /area/medical/surgery2) -"cqm" = ( +"cqS" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery2) +"cqT" = ( /obj/structure/closet/crate/freezer, /turf/simulated/floor/tiled/freezer{ name = "cold storage tiles"; temperature = 278 }, /area/medical/surgery2) -"cqn" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/lime{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/medical/virologyaccess) -"cqo" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, +"cqU" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cqV" = ( /obj/machinery/light, /obj/machinery/button/remote/blast_door{ desc = "A remote control-switch for shutters."; @@ -69195,9 +69183,28 @@ icon_state = "corner_white"; dir = 8 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/medical/virologyaccess) -"cqp" = ( +"cqW" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/virologyaccess) +"cqX" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -69210,445 +69217,10 @@ /obj/effect/floor_decal/corner/lime, /turf/simulated/floor/tiled, /area/medical/virologyaccess) -"cqq" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/remote/blast_door{ - id = "xenobio3"; - name = "Containment Blast Doors"; - pixel_x = 0; - pixel_y = 4; - req_access = list(55) - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology) -"cqr" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cqs" = ( -/obj/machinery/embedded_controller/radio/airlock/access_controller{ - tag_exterior_door = "xeno_airlock_exterior"; - id_tag = "xeno_airlock_control"; - tag_interior_door = "xeno_airlock_interior"; - name = "Xenobiology Access Console"; - pixel_x = 8; - pixel_y = 22 - }, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cqt" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = 0; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/machinery/camera/network/research{ - c_tag = "Xenobiology North" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cqu" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cqv" = ( -/obj/item/device/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/device/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/device/flash, -/obj/item/device/flash, -/obj/machinery/ai_status_display{ - pixel_x = -32; - pixel_y = 0 - }, -/obj/structure/table/steel, -/obj/item/device/flashlight/heavy, -/turf/simulated/floor/plating, -/area/storage/tech) -"cqw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cqx" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cqy" = ( -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre 1 Storage"; - req_access = list(45) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/structure/plasticflaps/airtight, -/turf/simulated/floor/tiled/white, -/area/medical/surgeryprep) -"cqz" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/solar/starboard) -"cqA" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - dir = 8 - }, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqB" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqC" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - tag = "icon-map (EAST)"; - icon_state = "map"; - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqD" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 8; - name = "Air Tank Bypass Pump" - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqE" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos/monitoring) -"cqF" = ( -/obj/machinery/atmospherics/pipe/simple/visible/green, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqG" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqH" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Atmospheric Technician" - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engineering_monitoring) -"cqJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/visible/blue, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqK" = ( -/obj/machinery/atmospherics/binary/pump/on{ - name = "Scrubber to Waste" - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqL" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/engineering/engineering_monitoring) -"cqN" = ( -/obj/machinery/atmospherics/binary/pump/on{ - dir = 1; - name = "Air to Supply" - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqO" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cqP" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Atmospheric Technician" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos/monitoring) -"cqQ" = ( -/obj/machinery/shield_capacitor, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cqR" = ( -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cqS" = ( -/obj/machinery/computer/general_air_control{ - frequency = 1441; - name = "Tank Monitor"; - sensors = list("n2_sensor" = "Nitrogen", "o2_sensor" = "Oxygen", "co2_sensor" = "Carbon Dioxide", "tox_sensor" = "Toxins", "n2o_sensor" = "Nitrous Oxide", "waste_sensor" = "Gas Mix Tank") - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos/monitoring) -"cqT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos/monitoring) -"cqU" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/engineering/engineering_monitoring) -"cqV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/engineering/engineering_monitoring) -"cqW" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/engineering) -"cqX" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled, -/area/engineering/workshop) "cqY" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cqZ" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cra" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery) -"crb" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/crate/freezer, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery) -"crc" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"crd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery) -"cre" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery) -"crf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue/full, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"crg" = ( /turf/simulated/wall/r_wall, /area/medical/virology) -"crh" = ( +"cqZ" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -69657,23 +69229,23 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/medical/virology) -"cri" = ( +"cra" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/medical/virology) -"crj" = ( +"crb" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -69682,12 +69254,12 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/medical/virology) -"crk" = ( +"crc" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -69712,7 +69284,470 @@ }, /turf/simulated/floor/plating, /area/rnd/xenobiology) +"crd" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/remote/blast_door{ + id = "xenobio3"; + name = "Containment Blast Doors"; + pixel_x = 0; + pixel_y = 4; + req_access = list(55) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"cre" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"crf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"crg" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = 0; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/camera/network/research{ + c_tag = "Xenobiology North" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"crh" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + tag_exterior_door = "xeno_airlock_exterior"; + id_tag = "xeno_airlock_control"; + tag_interior_door = "xeno_airlock_interior"; + name = "Xenobiology Access Console"; + pixel_x = 8; + pixel_y = 22 + }, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cri" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"crj" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"crk" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) "crl" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/solar/starboard) +"crm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"crn" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cro" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"crp" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Air Tank Bypass Pump" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"crq" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + tag = "icon-map (EAST)"; + icon_state = "map"; + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"crr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"crs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"crt" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Atmospheric Technician" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cru" = ( +/obj/machinery/atmospherics/binary/pump/on{ + name = "Scrubber to Waste" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"crv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"crw" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + name = "Air to Supply" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"crx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cry" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"crz" = ( +/obj/machinery/computer/general_air_control{ + frequency = 1441; + name = "Tank Monitor"; + sensors = list("n2_sensor" = "Nitrogen", "o2_sensor" = "Oxygen", "co2_sensor" = "Carbon Dioxide", "tox_sensor" = "Toxins", "n2o_sensor" = "Nitrous Oxide", "waste_sensor" = "Gas Mix Tank") + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos/monitoring) +"crA" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start{ + name = "Atmospheric Technician" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos/monitoring) +"crB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos/monitoring) +"crC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engineering_monitoring) +"crD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/engineering_monitoring) +"crE" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/engineering_monitoring) +"crF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/engineering_monitoring) +"crG" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/engineering) +"crH" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"crI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"crJ" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"crK" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/storage) +"crL" = ( +/turf/simulated/floor/plating, +/area/engineering/storage) +"crM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/engineering/storage) +"crN" = ( +/obj/structure/closet/crate{ + name = "engineering mag lock crate" + }, +/obj/item/device/magnetic_lock/engineering, +/obj/item/device/magnetic_lock/engineering, +/turf/simulated/floor/plating, +/area/engineering/storage) +"crO" = ( +/obj/structure/closet/crate/solar, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/engineering/storage) +"crP" = ( +/obj/structure/closet, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"crQ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery) +"crR" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery) +"crS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery) +"crT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery) +"crU" = ( +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 1 Storage"; + req_access = list(45) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/plasticflaps/airtight, +/turf/simulated/floor/tiled/white, +/area/medical/surgeryprep) +"crV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/full, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"crW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/corner/paleblue{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"crX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/surgeryprep) +"crY" = ( /obj/machinery/door/airlock/medical{ name = "Operating Theatre 2 Storage"; req_access = list(45) @@ -69727,31 +69762,7 @@ /obj/structure/plasticflaps/airtight, /turf/simulated/floor/tiled/white, /area/medical/surgeryprep) -"crm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"crn" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/floor_decal/corner/paleblue{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/medical/surgeryprep) -"cro" = ( +"crZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -69763,7 +69774,68 @@ temperature = 278 }, /area/medical/surgery2) -"crp" = ( +"csa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery2) +"csb" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery2) +"csc" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery2) +"csd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cse" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"csf" = ( +/turf/simulated/wall, +/area/maintenance/medbay) +"csg" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/medical/virology) +"csh" = ( /obj/machinery/door/airlock/medical{ autoclose = 0; frequency = 1379; @@ -69792,43 +69864,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/virology) -"crq" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery2) -"crr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery2) -"crs" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/crate/freezer, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery2) -"crt" = ( +"csi" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -69844,38 +69880,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cru" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"crv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/bed/padded, -/obj/item/device/radio/intercom{ - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = 30 - }, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"crw" = ( +"csj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 10 }, @@ -69898,10 +69903,24 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"crx" = ( +"csk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/bed/padded, +/obj/item/device/radio/intercom{ + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = 30 + }, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, /turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cry" = ( +/area/medical/virology) +"csl" = ( /obj/structure/reagent_dispensers/watertank, /obj/machinery/light{ dir = 8 @@ -69911,7 +69930,10 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"crz" = ( +"csm" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"csn" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -69919,72 +69941,56 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"crA" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"crB" = ( +"cso" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/template_noop, +/area/template_noop) +"csp" = ( /obj/structure/cable/yellow, /turf/simulated/floor/airless, /area/solar/starboard) -"crC" = ( +"csq" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"crD" = ( +"csr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"css" = ( /obj/machinery/atmospherics/pipe/simple/visible/green, /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"crE" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"crF" = ( +"cst" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/visible/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"crG" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"crH" = ( +"csu" = ( /obj/machinery/atmospherics/binary/pump{ dir = 4; name = "O2 to Mixing" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"crI" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 +"csv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"crJ" = ( +"csw" = ( /obj/machinery/atmospherics/pipe/simple/visible/red{ tag = "icon-intact (SOUTHEAST)"; icon_state = "intact"; @@ -69992,24 +69998,19 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"crK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ +"csx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engineering_monitoring) -"crL" = ( +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"csy" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"csz" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -70022,11 +70023,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"crM" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/red, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"crN" = ( +"csA" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -70038,21 +70035,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"crO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/engineering_monitoring) -"crP" = ( +"csB" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -70068,7 +70051,11 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"crQ" = ( +"csC" = ( +/obj/item/modular_computer/console/preset/engineering, +/turf/simulated/floor/tiled, +/area/engineering/atmos/monitoring) +"csD" = ( /obj/structure/cable/green{ d1 = 2; d2 = 4; @@ -70076,15 +70063,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos/monitoring) -"crR" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, -/area/shuttle/constructionsite/station) -"crS" = ( +"csE" = ( /obj/machinery/alarm{ dir = 1; icon_state = "alarm0"; @@ -70101,34 +70080,18 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos/monitoring) -"crT" = ( -/obj/machinery/power/port_gen/pacman{ - anchored = 1 +"csF" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" }, -/turf/simulated/floor/plating, -/area/engineering/storage) -"crU" = ( -/turf/simulated/floor/plating, -/area/engineering/storage) -"crV" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/plating, -/area/engineering/storage) -"crW" = ( -/obj/structure/closet/crate/solar, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -"crX" = ( -/obj/structure/closet/wardrobe/grey, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"crY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/engineering/engineering_monitoring) +"csG" = ( /obj/structure/table/reinforced, /obj/machinery/light, /obj/item/device/flashlight, @@ -70143,25 +70106,23 @@ }, /turf/simulated/floor/tiled, /area/engineering/engineering_monitoring) -"crZ" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/engineering/engineering_monitoring) -"csa" = ( +"csH" = ( /obj/machinery/computer/security/engineering, /turf/simulated/floor/tiled, /area/engineering/engineering_monitoring) -"csb" = ( +"csI" = ( +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/engineering) +"csJ" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -70176,29 +70137,27 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"csc" = ( -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/tiled, -/area/engineering) -"csd" = ( +"csK" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/engineering) -"cse" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/glasses/welding, -/turf/simulated/floor/tiled, +"csL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, /area/engineering/workshop) -"csf" = ( +"csM" = ( /obj/structure/closet/secure_closet/engineering_welding, /obj/item/clothing/glasses/welding, /obj/item/clothing/glasses/welding, @@ -70209,16 +70168,22 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"csg" = ( +"csN" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"csO" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"csP" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/engineering/workshop) -"csh" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"csi" = ( +"csQ" = ( /obj/machinery/light_switch{ pixel_x = 27 }, @@ -70229,7 +70194,58 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"csj" = ( +"csR" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/engineering/storage) +"csS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/engineering/storage) +"csT" = ( +/obj/structure/closet/crate, +/obj/item/device/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 28 + }, +/obj/item/stack/material/phoron{ + amount = 25 + }, +/turf/simulated/floor/plating, +/area/engineering/storage) +"csU" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"csV" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery) +"csW" = ( /obj/structure/cable/green{ d1 = 1; d2 = 8; @@ -70243,61 +70259,7 @@ temperature = 278 }, /area/medical/surgery) -"csk" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery) -"csl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"csm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"csn" = ( -/turf/simulated/wall, -/area/maintenance/medbay) -"cso" = ( -/obj/structure/sign/biohazard, -/turf/simulated/wall/r_wall, -/area/medical/virology) -"csp" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery) -"csq" = ( +"csX" = ( /obj/machinery/alarm/cold{ dir = 1; pixel_y = -22 @@ -70307,7 +70269,25 @@ temperature = 278 }, /area/medical/surgery) -"csr" = ( +"csY" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery) +"csZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Pre-Op Prep Room Maintenance Access"; + req_access = list(5) + }, +/turf/simulated/floor/plating, +/area/medical/surgeryprep) +"cta" = ( /obj/structure/closet/secure_closet/medical2, /obj/machinery/light/small{ dir = 8 @@ -70317,7 +70297,17 @@ temperature = 278 }, /area/medical/surgery2) -"css" = ( +"ctb" = ( +/obj/machinery/alarm/cold{ + dir = 1; + pixel_y = -23 + }, +/turf/simulated/floor/tiled/freezer{ + name = "cold storage tiles"; + temperature = 278 + }, +/area/medical/surgery2) +"ctc" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -70331,21 +70321,7 @@ temperature = 278 }, /area/medical/surgery2) -"cst" = ( -/obj/machinery/alarm/cold{ - dir = 1; - pixel_y = -23 - }, -/turf/simulated/floor/tiled/freezer{ - name = "cold storage tiles"; - temperature = 278 - }, -/area/medical/surgery2) -"csu" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, +"ctd" = ( /obj/machinery/power/apc{ dir = 2; name = "south bump"; @@ -70355,12 +70331,18 @@ d2 = 8; icon_state = "0-8" }, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled/freezer{ name = "cold storage tiles"; temperature = 278 }, /area/medical/surgery2) -"csv" = ( +"cte" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"ctf" = ( /obj/structure/sink{ icon_state = "sink"; dir = 8; @@ -70377,12 +70359,20 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"csw" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/space, -/area/space) -"csx" = ( +"ctg" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cth" = ( /obj/structure/closet/wardrobe/virology_white, /obj/machinery/power/apc{ dir = 4; @@ -70398,20 +70388,48 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"csy" = ( +"cti" = ( /obj/structure/closet/secure_closet/personal/patient, /turf/simulated/floor/tiled/white, /area/medical/virology) -"csz" = ( -/obj/item/roller, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"csA" = ( +"ctj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/virology) -"csB" = ( +"ctk" = ( +/obj/item/roller, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"ctl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio2"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"ctm" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -70419,16 +70437,10 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"csC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"csD" = ( +"ctn" = ( /turf/simulated/floor/airless, /area/solar/starboard) -"csE" = ( +"cto" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ tag = "icon-intact (NORTHEAST)"; icon_state = "intact"; @@ -70436,7 +70448,15 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csF" = ( +"ctp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4; + icon_state = "intact"; + tag = "icon-intact (EAST)" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"ctq" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 4; icon_state = "intact"; @@ -70445,15 +70465,16 @@ /obj/machinery/atmospherics/pipe/simple/visible/green, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csG" = ( +"ctr" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 4; icon_state = "intact"; tag = "icon-intact (EAST)" }, +/obj/machinery/meter, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csH" = ( +"cts" = ( /obj/machinery/atmospherics/omni/mixer{ active_power_usage = 7500; use_power = 1; @@ -70465,27 +70486,25 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csI" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact (EAST)" - }, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"csJ" = ( +"ctt" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csK" = ( +"ctu" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csL" = ( +"ctv" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "N2 to Mixing" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"ctw" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ tag = "icon-map (EAST)"; icon_state = "map"; @@ -70493,20 +70512,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csM" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 4; - name = "N2 to Mixing" - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"csN" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"csO" = ( +"ctx" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ tag = "icon-intact (SOUTHEAST)"; icon_state = "intact"; @@ -70514,27 +70520,25 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csP" = ( +"cty" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"ctz" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/red, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"ctA" = ( /obj/machinery/atmospherics/binary/pump{ dir = 8; name = "Supply to Waste" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csQ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible/red, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"csR" = ( -/obj/machinery/atmospherics/pipe/simple/visible/blue{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"csS" = ( +"ctB" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold/visible/blue{ tag = "icon-map (NORTH)"; @@ -70543,23 +70547,15 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csT" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ +"ctC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/workshop) -"csU" = ( +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"ctD" = ( /obj/machinery/atmospherics/pipe/simple/visible/blue{ tag = "icon-intact (NORTHWEST)"; icon_state = "intact"; @@ -70567,14 +70563,39 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csV" = ( +"ctE" = ( /obj/structure/disposalpipe/segment, /obj/machinery/pipedispenser/disposal, /obj/structure/window/reinforced, /turf/simulated/floor/tiled, /area/engineering/atmos) -"csW" = ( -/obj/machinery/door/firedoor/border_only{ +"ctF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos/monitoring) +"ctG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos/monitoring) +"ctH" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -70589,8 +70610,8 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos/monitoring) -"csX" = ( -/obj/machinery/door/firedoor/border_only{ +"ctI" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -70607,7 +70628,17 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/engineering/engineering_monitoring) -"csY" = ( +"ctJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Engineering Hallway North"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering) +"ctK" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -70619,50 +70650,39 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"csZ" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 +"ctL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/workshop) +"ctM" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/weapon/airlock_electronics, +/obj/item/weapon/airlock_electronics, +/obj/item/weapon/cell/high, /obj/structure/cable/green{ + d1 = 1; d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cta" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/engineering/storage) -"ctb" = ( -/obj/structure/closet/crate, -/obj/item/device/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = 28 - }, -/obj/item/stack/material/phoron{ - amount = 25 - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -"ctc" = ( -/obj/item/weapon/material/shard, -/mob/living/simple_animal/mouse, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"ctd" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Engineering Hallway North"; - dir = 4 + icon_state = "1-2" }, +/obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled, -/area/engineering) -"cte" = ( +/area/engineering/workshop) +"ctN" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -70687,25 +70707,23 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"ctf" = ( +"ctO" = ( /obj/structure/window/reinforced{ dir = 1 }, -/obj/item/stack/rods{ +/obj/item/stack/material/glass{ amount = 50 }, -/obj/item/weapon/airlock_electronics, -/obj/item/weapon/airlock_electronics, -/obj/item/weapon/cell/high, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 }, /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled, /area/engineering/workshop) -"ctg" = ( +"ctP" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -70722,31 +70740,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cth" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Pre-Op Prep Room Maintenance Access"; - req_access = list(5) - }, -/turf/simulated/floor/plating, -/area/medical/surgeryprep) -"cti" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"ctj" = ( +"ctQ" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -70762,7 +70756,94 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"ctk" = ( +"ctR" = ( +/obj/machinery/light_switch{ + pixel_x = -27; + pixel_y = 0 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/storage) +"ctS" = ( +/obj/structure/closet/crate, +/obj/item/weapon/circuitboard/smes, +/obj/item/weapon/circuitboard/smes, +/obj/item/weapon/smes_coil, +/obj/item/weapon/smes_coil, +/obj/item/weapon/smes_coil/super_capacity, +/obj/item/weapon/smes_coil/super_capacity, +/obj/item/weapon/smes_coil/super_io, +/obj/item/weapon/smes_coil/super_io, +/turf/simulated/floor/plating, +/area/engineering/storage) +"ctT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ctU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"ctV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Operating Theatre 1 Maintenance Access"; + req_access = list(45) + }, +/obj/structure/plasticflaps/airtight, +/turf/simulated/floor/plating, +/area/medical/surgery) +"ctW" = ( +/obj/structure/table/rack{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"ctX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"ctY" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/weapon/cigbutt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"ctZ" = ( +/obj/machinery/door/firedoor, +/obj/structure/plasticflaps/airtight, +/obj/machinery/door/airlock/maintenance{ + name = "Operating Theatre 2 Maintenance Access"; + req_access = list(45) + }, +/turf/simulated/floor/plating, +/area/medical/surgery2) +"cua" = ( /obj/machinery/shower{ icon_state = "shower"; dir = 4 @@ -70773,7 +70854,13 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"ctl" = ( +"cub" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cuc" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" @@ -70782,12 +70869,18 @@ /obj/item/clothing/mask/gas, /turf/simulated/floor/tiled/white, /area/medical/virology) -"ctm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"ctn" = ( +"cud" = ( +/turf/simulated/wall, +/area/medical/virology) +"cue" = ( +/obj/item/weapon/hand_labeler, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = -30 + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cuf" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, /obj/item/device/radio/intercom{ @@ -70797,35 +70890,18 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cto" = ( -/obj/item/weapon/hand_labeler, -/obj/structure/reagent_dispensers/virusfood{ - pixel_x = -30 - }, -/obj/structure/table/glass, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"ctp" = ( -/obj/machinery/disease2/incubator, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"ctq" = ( +"cug" = ( /obj/machinery/smartfridge/secure/virology, /obj/structure/sign/deathsposal{ pixel_y = 32 }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"ctr" = ( -/obj/machinery/disease2/isolator, -/obj/item/device/radio/intercom{ - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = 30 - }, +"cuh" = ( +/obj/machinery/disease2/incubator, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cts" = ( +"cui" = ( /obj/machinery/light{ dir = 1 }, @@ -70836,35 +70912,30 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"ctt" = ( +"cuj" = ( +/obj/machinery/disease2/isolator, +/obj/item/device/radio/intercom{ + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = 30 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cuk" = ( /obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, /obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "xenobio2"; - name = "Containment Blast Doors"; - opacity = 0 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, /turf/simulated/floor/plating, -/area/rnd/xenobiology) -"ctu" = ( +/area/medical/virology) +"cul" = ( /obj/machinery/door/window/southright{ dir = 1; name = "Virology Isolation Room One"; @@ -70879,7 +70950,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"ctv" = ( +"cum" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -70892,25 +70963,14 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"ctw" = ( +"cun" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"ctx" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cty" = ( +"cuo" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -70924,7 +70984,7 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) -"ctz" = ( +"cup" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -70937,9 +70997,10 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"ctA" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/syringes, +"cuq" = ( +/obj/structure/bed/chair{ + dir = 4 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -70947,7 +71008,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"ctB" = ( +"cur" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/beakers{ pixel_x = 2; @@ -70962,7 +71023,17 @@ /obj/item/glass_jar, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"ctC" = ( +"cus" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/syringes, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cut" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -70984,26 +71055,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"ctD" = ( +"cuu" = ( /obj/machinery/light{ dir = 4; icon_state = "tube1" }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"ctE" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"ctF" = ( +"cuv" = ( /obj/machinery/power/solar{ id = "starboardsolar"; name = "Starboard Solar Array" @@ -71014,7 +71074,10 @@ }, /turf/simulated/floor/airless, /area/solar/starboard) -"ctG" = ( +"cuw" = ( +/turf/template_noop, +/area/syndicate_station/southwest) +"cux" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 4; icon_state = "intact"; @@ -71023,11 +71086,11 @@ /obj/machinery/atmospherics/pipe/simple/visible/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"ctH" = ( +"cuy" = ( /obj/machinery/atmospherics/pipe/manifold/visible/cyan, /turf/simulated/floor/tiled, /area/engineering/atmos) -"ctI" = ( +"cuz" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 4; icon_state = "intact"; @@ -71036,7 +71099,7 @@ /obj/machinery/atmospherics/pipe/simple/visible/red, /turf/simulated/floor/tiled, /area/engineering/atmos) -"ctJ" = ( +"cuA" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 4; icon_state = "intact"; @@ -71048,7 +71111,12 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"ctK" = ( +"cuB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cuC" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ tag = "icon-intact (NORTHWEST)"; icon_state = "intact"; @@ -71056,47 +71124,17 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"ctL" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan, -/obj/machinery/meter, +"cuD" = ( +/obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/engineering/atmos) -"ctM" = ( +"cuE" = ( /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"ctN" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"ctO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos/monitoring) -"ctP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos/monitoring) -"ctQ" = ( +"cuF" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -71104,19 +71142,8 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"ctR" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering) -"ctS" = ( -/obj/machinery/door/firedoor/border_only{ +"cuG" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -71131,35 +71158,18 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"ctT" = ( +"cuH" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/tiled, /area/engineering) -"ctU" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/workshop) -"ctV" = ( +"cuI" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -71176,7 +71186,38 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled, /area/engineering) -"ctW" = ( +"cuJ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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) +"cuK" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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) +"cuL" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -5; pixel_y = 30 @@ -71194,24 +71235,7 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"ctX" = ( -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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) -"ctY" = ( +"cuM" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -71231,11 +71255,30 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"ctZ" = ( +"cuN" = ( +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 2; + sortType = "Engineering"; + name = "Engineering" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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) +"cuO" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -71256,117 +71299,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cua" = ( -/obj/machinery/light_switch{ - pixel_x = -27; - pixel_y = 0 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cub" = ( -/obj/structure/closet/crate, -/obj/item/weapon/circuitboard/smes, -/obj/item/weapon/circuitboard/smes, -/obj/item/weapon/smes_coil, -/obj/item/weapon/smes_coil, -/obj/item/weapon/smes_coil/super_capacity, -/obj/item/weapon/smes_coil/super_capacity, -/obj/item/weapon/smes_coil/super_io, -/obj/item/weapon/smes_coil/super_io, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cuc" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cud" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cue" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Operating Theatre 1 Maintenance Access"; - req_access = list(45) - }, -/obj/structure/plasticflaps/airtight, -/turf/simulated/floor/plating, -/area/medical/surgery) -"cuf" = ( -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 2; - sortType = "Engineering"; - name = "Engineering" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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) -"cug" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cuh" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/weapon/cigbutt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cui" = ( -/obj/machinery/door/firedoor, -/obj/structure/plasticflaps/airtight, -/obj/machinery/door/airlock/maintenance{ - name = "Operating Theatre 2 Maintenance Access"; - req_access = list(45) - }, -/turf/simulated/floor/plating, -/area/medical/surgery2) -"cuj" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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/workshop) -"cuk" = ( +"cuP" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -71389,7 +71322,21 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cul" = ( +"cuQ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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/workshop) +"cuR" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -71401,10 +71348,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cum" = ( -/turf/simulated/wall, -/area/medical/virology) -"cun" = ( +"cuS" = ( /obj/structure/cable/green{ d1 = 1; d2 = 8; @@ -71423,8 +71367,8 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cuo" = ( -/obj/machinery/door/firedoor/border_only{ +"cuT" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -71445,7 +71389,135 @@ }, /turf/simulated/floor/tiled, /area/engineering/storage) -"cup" = ( +"cuU" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cuV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cuW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cuX" = ( +/obj/machinery/power/emitter, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cuY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cuZ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cva" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay"; + pixel_x = 0; + pixel_y = 32 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering\\Medbay Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cvb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cvc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/fire{ + pixel_y = -32 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cvd" = ( /obj/structure/cable{ d1 = 2; d2 = 8; @@ -71466,26 +71538,7 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/maintenance/medbay) -"cuq" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/sign/fire{ - pixel_y = -32 - }, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cur" = ( +"cve" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -71507,7 +71560,41 @@ }, /turf/simulated/floor/plating, /area/maintenance/medbay) -"cus" = ( +"cvf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cvg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cvh" = ( +/obj/structure/sign/redcross{ + desc = "The Star of Life, a symbol of Medical Aid."; + icon_state = "lifestar"; + name = "Medbay"; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cvi" = ( /obj/structure/sink{ icon_state = "sink"; dir = 8; @@ -71534,70 +71621,55 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cut" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +"cvj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, /area/medical/virology) -"cuu" = ( +"cvk" = ( /obj/structure/closet/l3closet/virology, /obj/item/clothing/mask/gas, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cuv" = ( +"cvl" = ( +/obj/item/weapon/folder/white, +/obj/structure/table/glass, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cvm" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cuw" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/weapon/folder/white, -/obj/structure/table/glass, +"cvn" = ( /turf/simulated/floor/tiled/white, /area/medical/virology) -"cux" = ( -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cuy" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cuz" = ( +"cvo" = ( /obj/structure/bed/chair/office/dark{ dir = 1 }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cuA" = ( +"cvp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cvq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cuB" = ( +"cvr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cuC" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cuD" = ( +"cvs" = ( /obj/structure/table/reinforced, /obj/machinery/button/remote/blast_door{ id = "xenobio2"; @@ -71619,7 +71691,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cuE" = ( +"cvt" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -71632,15 +71704,13 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cuF" = ( -/turf/space, -/area/syndicate_station/southwest) -"cuG" = ( -/obj/structure/table/standard, -/obj/machinery/reagentgrinder, +"cvu" = ( +/obj/structure/bed/chair{ + dir = 4 + }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cuH" = ( +"cvv" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped, /obj/item/weapon/reagent_containers/spray/cleaner, @@ -71650,7 +71720,12 @@ /obj/item/weapon/hand_labeler, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cuI" = ( +"cvw" = ( +/obj/structure/table/standard, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cvx" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -71664,38 +71739,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cuJ" = ( -/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_access = list(39) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cuK" = ( +"cvy" = ( /obj/machinery/smartfridge/secure/extract, /obj/effect/floor_decal/corner/white, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cuL" = ( -/obj/machinery/computer/operating{ - name = "Xenobiology Operating Computer" - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology) -"cuM" = ( +"cvz" = ( /obj/machinery/optable{ name = "Xenobiology Operating Table" }, @@ -71715,7 +71764,18 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cuN" = ( +"cvA" = ( +/obj/machinery/computer/operating{ + name = "Xenobiology Operating Computer" + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (WEST)"; + icon_state = "corner_white"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"cvB" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 4; @@ -71728,7 +71788,7 @@ }, /turf/simulated/floor/airless, /area/solar/starboard) -"cuO" = ( +"cvC" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; @@ -71746,14 +71806,21 @@ }, /turf/simulated/floor/airless, /area/solar/starboard) -"cuP" = ( +"cvD" = ( /obj/structure/cable/yellow{ d2 = 8; icon_state = "0-8" }, /turf/simulated/floor/airless, /area/solar/starboard) -"cuQ" = ( +"cvE" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/solar/starboard) +"cvF" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; @@ -71771,14 +71838,7 @@ }, /turf/simulated/floor/airless, /area/solar/starboard) -"cuR" = ( -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/solar/starboard) -"cuS" = ( +"cvG" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 8; @@ -71791,51 +71851,51 @@ }, /turf/simulated/floor/airless, /area/solar/starboard) -"cuT" = ( +"cvH" = ( /obj/machinery/light, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cuU" = ( +"cvI" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cuV" = ( +"cvJ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cvK" = ( /obj/machinery/atmospherics/unary/freezer{ dir = 2; icon_state = "freezer" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cuW" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cuX" = ( -/obj/machinery/constructable_frame/machine_frame, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cuY" = ( +"cvL" = ( /obj/machinery/atmospherics/unary/heater{ dir = 2; icon_state = "heater" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cuZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"cvM" = ( +/obj/machinery/constructable_frame/machine_frame, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cva" = ( +"cvN" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cvb" = ( +"cvO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cvP" = ( /obj/structure/disposalpipe/sortjunction/flipped{ dir = 8; sortType = "Drone Fabrication"; @@ -71843,126 +71903,11 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cvc" = ( +"cvQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/engineering) -"cvd" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cve" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cvf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cvg" = ( -/obj/machinery/power/emitter, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cvh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cvi" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cvj" = ( -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Engineering\\Medbay Maintenance" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cvk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cvl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -71972,14 +71917,13 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cvm" = ( +"cvR" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/light, /turf/simulated/floor/tiled, /area/engineering) -"cvn" = ( +"cvS" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -71989,52 +71933,21 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cvo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cvp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cvq" = ( -/obj/structure/sign/redcross{ - desc = "The Star of Life, a symbol of Medical Aid."; - icon_state = "lifestar"; - name = "Medbay"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cvr" = ( +"cvT" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, +/obj/machinery/light, /turf/simulated/floor/tiled, /area/engineering) -"cvs" = ( +"cvU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/engineering) +"cvV" = ( /obj/structure/disposalpipe/junction{ dir = 8; icon_state = "pipe-j2" @@ -72048,27 +71961,27 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/engineering) -"cvt" = ( +"cvW" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" }, /turf/simulated/floor/tiled, /area/engineering) -"cvu" = ( +"cvX" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cvv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cvw" = ( +"cvY" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cvx" = ( -/obj/machinery/door/firedoor/border_only{ +"cvZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cwa" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -72078,14 +71991,66 @@ }, /turf/simulated/floor/tiled, /area/engineering/storage) -"cvy" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" +"cwb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cwc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cwd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cwe" = ( +/turf/simulated/wall, +/area/maintenance/incinerator) +"cwf" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Incinerator Access"; + req_one_access = list(5,12) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cwg" = ( +/obj/effect/decal/cleanable/blood/oil/streak{ + amount = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cwh" = ( +/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_access = list(39) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvz" = ( +"cwi" = ( /obj/machinery/light{ dir = 8 }, @@ -72106,21 +72071,34 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvA" = ( +"cwj" = ( /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 1; + icon_state = "pipe-c" }, -/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvB" = ( +"cwk" = ( /obj/structure/disposalpipe/junction{ icon_state = "pipe-j1"; dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvC" = ( +"cwl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cwm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cwn" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -72132,13 +72110,19 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvD" = ( +"cwo" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvE" = ( +"cwp" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -72151,19 +72135,12 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, +"cwq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvG" = ( +"cwr" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ dir = 1 }, @@ -72172,21 +72149,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cvI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cvJ" = ( +"cws" = ( /obj/machinery/door/window/southright{ dir = 4; name = "Primate Pen"; @@ -72203,7 +72166,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvK" = ( +"cwt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cwu" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -72215,14 +72187,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cvL" = ( -/obj/structure/table/standard, -/obj/item/stack/material/phoron{ - amount = 5 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cvM" = ( +"cwv" = ( /obj/structure/closet/l3closet/scientist, /obj/machinery/light{ dir = 8 @@ -72232,7 +72197,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cvN" = ( +"cww" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/monkeycubes, /obj/item/weapon/storage/box/monkeycubes, @@ -72240,7 +72205,14 @@ /obj/item/weapon/storage/box/monkeycubes, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cvO" = ( +"cwx" = ( +/obj/structure/table/standard, +/obj/item/stack/material/phoron{ + amount = 5 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cwy" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -72257,24 +72229,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cvP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass_medical{ - name = "Virology Laboratory"; - req_access = list(39) - }, -/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 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cvQ" = ( +"cwz" = ( /obj/effect/floor_decal/corner/white{ tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; @@ -72282,7 +72237,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cvR" = ( +"cwA" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -72296,7 +72251,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cvS" = ( +"cwB" = ( /obj/machinery/power/solar{ id = "starboardsolar"; name = "Starboard Solar Array" @@ -72304,15 +72259,27 @@ /obj/structure/cable/yellow, /turf/simulated/floor/airless, /area/solar/starboard) -"cvT" = ( +"cwC" = ( +/turf/simulated/wall, +/area/engineering/atmos) +"cwD" = ( /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cvU" = ( +"cwE" = ( /obj/machinery/atmospherics/pipe/cap/visible, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cvV" = ( +"cwF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/cyan{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cwG" = ( /obj/machinery/power/apc/super{ dir = 4; name = "east bump"; @@ -72324,16 +72291,16 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cvW" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/cyan{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +"cwH" = ( +/turf/simulated/wall/r_wall, +/area/engineering/atmos/storage) +"cwI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cvX" = ( +/turf/simulated/wall/r_wall, +/area/engineering/atmos/storage) +"cwJ" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 }, @@ -72344,7 +72311,7 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cvY" = ( +"cwK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -72357,26 +72324,26 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cvZ" = ( +"cwL" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, /turf/simulated/floor/tiled, /area/engineering) -"cwa" = ( +"cwM" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 1 }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cwb" = ( +"cwN" = ( /obj/effect/decal/cleanable/blood/oil/streak{ amount = 0 }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cwc" = ( +"cwO" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/newscaster{ pixel_x = 28; @@ -72384,15 +72351,41 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cwd" = ( -/obj/machinery/atmospherics/pipe/tank/oxygen{ - dir = 2; - volume = 3200 +"cwP" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cwQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 }, /obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cwe" = ( +/turf/simulated/floor/plating, +/area/engineering/storage) +"cwR" = ( +/obj/machinery/shieldwallgen, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cwS" = ( +/obj/machinery/shieldgen, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cwT" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cwU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cwV" = ( /obj/machinery/atmospherics/pipe/tank/phoron{ dir = 2; volume = 3200 @@ -72401,7 +72394,22 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"cwf" = ( +"cwW" = ( +/obj/machinery/atmospherics/pipe/tank/oxygen{ + dir = 2; + volume = 3200 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cwX" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cwY" = ( /obj/structure/cable{ d1 = 1; d2 = 4; @@ -72409,27 +72417,7 @@ }, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"cwg" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cwh" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cwi" = ( +"cwZ" = ( /obj/machinery/atmospherics/portables_connector, /obj/machinery/light_switch{ pixel_x = 0; @@ -72443,69 +72431,35 @@ }, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"cwj" = ( +"cxa" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cxb" = ( /obj/structure/closet/emcloset, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"cwk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cwl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cwm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +"cxc" = ( /obj/machinery/light/small{ dir = 4 }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cwn" = ( -/turf/simulated/wall, -/area/maintenance/incinerator) -"cwo" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Incinerator Access"; - req_one_access = list(5,12) +/obj/machinery/atmospherics/binary/pump/on{ + dir = 2; + target_pressure = 200 }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/maintenance/incinerator) -"cwp" = ( -/obj/effect/decal/cleanable/blood/oil/streak{ - amount = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal, /turf/simulated/floor/plating, /area/maintenance/medbay) -"cwq" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/yellow, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/medical/virology) -"cwr" = ( +"cxd" = ( /obj/structure/closet/l3closet/virology, /obj/item/clothing/mask/gas, /obj/machinery/embedded_controller/radio/airlock/access_controller{ @@ -72532,19 +72486,20 @@ }, /turf/simulated/floor/tiled, /area/medical/virology) -"cws" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, +"cxe" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/yellow, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 5 }, -/turf/simulated/floor/tiled/white, +/obj/effect/floor_decal/corner/lime{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, /area/medical/virology) -"cwt" = ( +"cxf" = ( /obj/machinery/light_switch{ pixel_y = 28 }, @@ -72562,7 +72517,24 @@ }, /turf/simulated/floor/tiled, /area/medical/virology) -"cwu" = ( +"cxg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_medical{ + name = "Virology Laboratory"; + req_access = list(39) + }, +/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 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cxh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 4 }, @@ -72579,7 +72551,34 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cwv" = ( +"cxi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cxj" = ( +/obj/item/weapon/storage/fancy/vials, +/obj/structure/disposalpipe/segment, +/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/table/glass, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cxk" = ( /obj/item/weapon/storage/lockbox/vials, /obj/item/weapon/reagent_containers/syringe/antiviral, /obj/item/weapon/reagent_containers/syringe/antiviral, @@ -72597,34 +72596,7 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cww" = ( -/obj/item/weapon/storage/fancy/vials, -/obj/structure/disposalpipe/segment, -/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/table/glass, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cwx" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cwy" = ( +"cxl" = ( /obj/item/weapon/storage/box/syringes{ pixel_x = 4; pixel_y = 4 @@ -72643,13 +72615,25 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cwz" = ( +"cxm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cxn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/universal{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cwA" = ( +"cxo" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/tvalve/bypass, /obj/structure/sign/securearea{ @@ -72660,7 +72644,7 @@ /obj/effect/floor_decal/industrial/warning/full, /turf/simulated/floor/plating, /area/medical/virology) -"cwB" = ( +"cxp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/camera/network/medbay{ @@ -72669,430 +72653,19 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cwC" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/storage/box/monkeycubes, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cwD" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cwE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cwF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cwG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cwH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cwI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/vending/wallmed1{ - name = "Emergency NanoMed"; - pixel_x = -7; - pixel_y = -32; - req_access = newlist() - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 7; - pixel_y = -32 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology) -"cwJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass_medical{ - name = "Virology Laboratory"; - req_access = list(39) - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cwK" = ( -/obj/structure/table/standard, -/obj/item/weapon/circular_saw, -/obj/item/weapon/scalpel{ - pixel_y = 12 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology) -"cwL" = ( -/turf/simulated/wall, -/area/engineering/atmos) -"cwM" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/sign/deathsposal{ - pixel_x = 0; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology) -"cwN" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible/green, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cwO" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 8; - name = "Port to Waste" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cwP" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/red{ - tag = "icon-map (WEST)"; - icon_state = "map"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cwQ" = ( -/turf/simulated/wall/r_wall, -/area/engineering/atmos/storage) -"cwR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/turf/simulated/wall/r_wall, -/area/engineering/atmos/storage) -"cwS" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cwT" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cwU" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/visible, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cwV" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cwW" = ( -/obj/machinery/atmospherics/valve/digital{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cwX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cwY" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cwZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cxa" = ( -/obj/machinery/shieldwallgen, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cxb" = ( -/obj/machinery/shieldgen, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cxc" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/decal/remains/robot, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cxd" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cxe" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos/storage) -"cxf" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access = list(12,24) - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos/storage) -"cxg" = ( -/obj/machinery/portable_atmospherics/powered/pump/filled, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos/storage) -"cxh" = ( -/obj/machinery/portable_atmospherics/powered/pump/filled, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos/storage) -"cxi" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/engineering) -"cxj" = ( -/obj/item/weapon/crowbar, -/obj/item/clothing/gloves/black, -/obj/item/clothing/gloves/black, -/obj/item/weapon/storage/box/lights/mixed, -/obj/structure/table/steel, -/obj/item/device/flashlight/heavy, -/obj/item/device/flashlight/heavy, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cxk" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cxl" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/binary/pump/on{ - dir = 2; - target_pressure = 200 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cxm" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cxn" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cxo" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cxp" = ( -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) "cxq" = ( -/obj/machinery/atmospherics/binary/pump, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cxr" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cxs" = ( -/obj/item/device/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = 28 - }, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cxt" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "virology_airlock"; - name = "interior access button"; - pixel_x = -20; - pixel_y = -20; - req_access = list(13) - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 32; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cxu" = ( -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cxv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/corner/lime{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/medical/virology) -"cxw" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/medical/virology) -"cxx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cxy" = ( -/obj/machinery/embedded_controller/radio/airlock/access_controller{ - id_tag = "virologyq_airlock_control"; - name = "Virology Quarantine Access Console"; - pixel_x = -8; - pixel_y = -22; - tag_exterior_door = "virologyq_airlock_exterior"; - tag_interior_door = "virologyq_airlock_interior" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner/lime{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/medical/virology) -"cxz" = ( -/obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cxA" = ( /obj/structure/extinguisher_cabinet, /turf/simulated/wall/r_wall, /area/medical/virology) -"cxB" = ( -/obj/machinery/computer/med_data/laptop, -/obj/structure/disposalpipe/segment, -/obj/structure/table/glass, +"cxr" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/monkeycubes, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cxC" = ( +"cxs" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -73120,7 +72693,411 @@ }, /turf/simulated/floor/plating, /area/rnd/xenobiology) +"cxt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cxu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cxv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cxw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cxx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cxy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_x = -7; + pixel_y = -32; + req_access = newlist() + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 7; + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"cxz" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/deathsposal{ + pixel_x = 0; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white{ + tag = "icon-corner_white (NORTHEAST)"; + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"cxA" = ( +/obj/structure/table/standard, +/obj/item/weapon/circular_saw, +/obj/item/weapon/scalpel{ + pixel_y = 12 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"cxB" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cxC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + tag = "icon-map (WEST)"; + icon_state = "map"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) "cxD" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Port to Waste" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cxE" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cxF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cxG" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cxH" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cxI" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cxJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cxK" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access = list(12,24) + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos/storage) +"cxL" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"cxM" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"cxN" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"cxO" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/wall/r_wall, +/area/engineering/atmos/storage) +"cxP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering) +"cxQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/workshop) +"cxR" = ( +/obj/item/weapon/crowbar, +/obj/item/clothing/gloves/black, +/obj/item/clothing/gloves/black, +/obj/item/weapon/storage/box/lights/mixed, +/obj/structure/table/steel, +/obj/item/device/flashlight/heavy, +/obj/item/device/flashlight/heavy, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cxS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cxT" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"cxU" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cxV" = ( +/obj/structure/dispenser{ + oxygentanks = 0 + }, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/engineering/storage) +"cxW" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cxX" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cxY" = ( +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cxZ" = ( +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cya" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cyb" = ( +/obj/item/device/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 28 + }, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cyc" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cyd" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "virology_airlock"; + name = "interior access button"; + pixel_x = -20; + pixel_y = -20; + req_access = list(13) + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 32; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cye" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/floor_decal/corner/lime{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"cyf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"cyg" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + id_tag = "virologyq_airlock_control"; + name = "Virology Quarantine Access Console"; + pixel_x = -8; + pixel_y = -22; + tag_exterior_door = "virologyq_airlock_exterior"; + tag_interior_door = "virologyq_airlock_interior" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/virology) +"cyh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_medical{ + name = "Virology Laboratory"; + req_access = list(39) + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cyi" = ( +/obj/effect/floor_decal/corner/lime{ + tag = "icon-corner_white (NORTHWEST)"; + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cyj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cyk" = ( +/obj/machinery/computer/med_data/laptop, +/obj/structure/disposalpipe/segment, +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cyl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"cym" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"cyn" = ( /obj/machinery/door/window/southright{ name = "Virology Isolation Room Two"; req_access = list(39) @@ -73132,7 +73109,27 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cxE" = ( +"cyo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"cyp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plating, +/area/medical/virology) +"cyq" = ( /obj/machinery/door/window/southright{ name = "Virology Isolation Room Three"; req_access = list(39) @@ -73144,11 +73141,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cxF" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cxG" = ( +"cyr" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -73162,7 +73155,11 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) -"cxH" = ( +"cys" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cyt" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -73171,7 +73168,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cxI" = ( +"cyu" = ( /obj/structure/disposalpipe/segment, /obj/machinery/camera/network/research{ c_tag = "Xenobiology Southeast"; @@ -73179,21 +73176,10 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cxJ" = ( -/obj/machinery/door/airlock/medical{ - autoclose = 0; - frequency = 1379; - icon_state = "door_locked"; - id_tag = "virologyq_airlock_interior"; - locked = 1; - name = "Virology Quarantine Airlock"; - req_access = list(39) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cxK" = ( +"cyv" = ( +/turf/template_noop, +/area/skipjack_station/southeast_solars) +"cyw" = ( /obj/machinery/atmospherics/pipe/simple/visible/green{ tag = "icon-intact (SOUTHEAST)"; icon_state = "intact"; @@ -73201,7 +73187,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxL" = ( +"cyx" = ( /obj/machinery/atmospherics/pipe/simple/visible/green{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -73209,7 +73195,16 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxM" = ( +"cyy" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cyz" = ( /obj/machinery/atmospherics/omni/filter{ use_power = 1; tag_east = 1; @@ -73219,16 +73214,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxN" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cxO" = ( +"cyA" = ( /obj/machinery/atmospherics/omni/filter{ use_power = 1; tag_east = 1; @@ -73238,7 +73224,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxP" = ( +"cyB" = ( /obj/machinery/atmospherics/pipe/simple/visible/red{ tag = "icon-intact (EAST)"; icon_state = "intact"; @@ -73247,7 +73233,7 @@ /obj/machinery/meter, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxQ" = ( +"cyC" = ( /obj/machinery/atmospherics/pipe/manifold/visible/red{ tag = "icon-map (NORTH)"; icon_state = "map"; @@ -73255,7 +73241,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxR" = ( +"cyD" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow, /obj/machinery/atmospherics/pipe/simple/visible/red{ tag = "icon-intact (EAST)"; @@ -73264,7 +73250,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxS" = ( +"cyE" = ( /obj/machinery/atmospherics/pipe/simple/visible/red{ tag = "icon-intact (SOUTHWEST)"; icon_state = "intact"; @@ -73272,21 +73258,30 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxT" = ( +"cyF" = ( /obj/machinery/atmospherics/binary/pump, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxU" = ( +"cyG" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cyH" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1 }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxV" = ( -/obj/machinery/atmospherics/portables_connector, +"cyI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxW" = ( +"cyJ" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = -29 @@ -73304,21 +73299,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cxX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cxY" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/turf/simulated/wall/r_wall, -/area/engineering/atmos/storage) -"cxZ" = ( +"cyK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/cyan{ d1 = 1; @@ -73334,25 +73315,8 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cya" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/workshop) -"cyb" = ( -/turf/simulated/floor/plating, -/area/engineering/atmos/storage) -"cyc" = ( -/obj/machinery/door/firedoor/border_only{ +"cyL" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -73362,23 +73326,22 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos/storage) -"cyd" = ( +"cyM" = ( +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"cyN" = ( /obj/machinery/portable_atmospherics/powered/scrubber, /turf/simulated/floor/plating, /area/engineering/atmos/storage) -"cye" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cyf" = ( -/obj/structure/dispenser{ - oxygentanks = 0 +"cyO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8; + icon_state = "map"; + tag = "icon-manifold-f (WEST)" }, -/obj/machinery/light, -/turf/simulated/floor/plating, -/area/engineering/storage) -"cyg" = ( +/turf/simulated/wall/r_wall, +/area/engineering/atmos/storage) +"cyP" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 }, @@ -73389,14 +73352,14 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cyh" = ( +"cyQ" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 }, /turf/simulated/floor/tiled, /area/engineering) -"cyi" = ( +"cyR" = ( /obj/item/weapon/storage/belt/utility, /obj/item/weapon/storage/belt/utility, /obj/item/stack/cable_coil, @@ -73404,33 +73367,26 @@ pixel_x = 3; pixel_y = 3 }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, /obj/structure/table/steel, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cyj" = ( +"cyS" = ( /obj/structure/bed/chair, /obj/effect/landmark/start{ name = "Station Engineer" }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cyk" = ( -/obj/machinery/constructable_frame/machine_frame, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cyl" = ( +"cyT" = ( /obj/effect/decal/cleanable/blood/oil, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cym" = ( -/obj/machinery/atmospherics/trinary/mixer, +"cyU" = ( +/obj/machinery/constructable_frame/machine_frame, /turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cyn" = ( +/area/engineering/workshop) +"cyV" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -73444,11 +73400,15 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"cyo" = ( +"cyW" = ( +/obj/machinery/atmospherics/trinary/mixer, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cyX" = ( /mob/living/simple_animal/mouse, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"cyp" = ( +"cyY" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, /obj/structure/sign/deathsposal{ @@ -73458,14 +73418,33 @@ /obj/effect/decal/warning_stripes, /turf/simulated/floor/plating, /area/maintenance/incinerator) -"cyq" = ( -/obj/structure/bed/chair/office/dark, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +"cyZ" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "virology_inner"; + locked = 1; + name = "Engineering External Access"; + req_access = list(13) }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cza" = ( +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "virologyq_airlock_interior"; + locked = 1; + name = "Virology Quarantine Airlock"; + req_access = list(39) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cyr" = ( +"czb" = ( /obj/item/device/antibody_scanner, /obj/machinery/requests_console{ department = "Virology"; @@ -73475,7 +73454,14 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cys" = ( +"czc" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"czd" = ( /obj/item/weapon/paper_bin{ pixel_x = 1; pixel_y = 8 @@ -73497,43 +73483,37 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cyt" = ( +"cze" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/virology) +"czf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plating, +/area/medical/virology) +"czg" = ( /obj/item/roller, /obj/effect/landmark{ name = "blobstart" }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cyu" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cyv" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"cyw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"cyx" = ( +"czh" = ( /obj/structure/table/reinforced, /obj/machinery/button/remote/blast_door{ id = "xenobio1"; @@ -73559,60 +73539,54 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cyy" = ( +"czi" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"czj" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"czk" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"czl" = ( /obj/structure/grille, -/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/window/reinforced{ dir = 8 }, +/obj/machinery/door/firedoor{ + dir = 2 + }, /turf/simulated/floor/plating, -/area/medical/virology) -"cyz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/plating, -/area/medical/virology) -"cyA" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"cyB" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"cyC" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cyD" = ( +"czm" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1; name = "Transit to Waste" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cyE" = ( +"czn" = ( /obj/machinery/atmospherics/binary/passive_gate{ name = "Waste to Space" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cyF" = ( -/turf/space, -/area/skipjack_station/southeast_solars) -"cyG" = ( +"czo" = ( /obj/machinery/atmospherics/pipe/simple/visible{ tag = "icon-intact (NORTHEAST)"; icon_state = "intact"; @@ -73620,7 +73594,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cyH" = ( +"czp" = ( /obj/machinery/atmospherics/pipe/simple/visible{ tag = "icon-intact (NORTHWEST)"; icon_state = "intact"; @@ -73628,16 +73602,28 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cyI" = ( +"czq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cyJ" = ( -/obj/machinery/space_heater, +"czr" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance Access"; + req_access = list(12,24) + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + 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/plating, /area/engineering/atmos/storage) -"cyK" = ( +"czs" = ( /obj/machinery/space_heater, /obj/machinery/light/small, /obj/machinery/alarm{ @@ -73647,7 +73633,29 @@ }, /turf/simulated/floor/plating, /area/engineering/atmos/storage) -"cyL" = ( +"czt" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"czu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5; + icon_state = "intact"; + tag = "icon-intact-f (NORTHEAST)" + }, +/turf/simulated/wall/r_wall, +/area/engineering/atmos/storage) +"czv" = ( +/obj/item/device/floor_painter, +/obj/item/device/multitool{ + pixel_x = 5 + }, +/obj/item/device/t_scanner, +/obj/item/weapon/reagent_containers/spray/cleaner, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/engineering/workshop) +"czw" = ( /obj/item/weapon/storage/toolbox/mechanical{ pixel_y = 5 }, @@ -73658,17 +73666,15 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cyM" = ( -/obj/item/device/floor_painter, -/obj/item/device/multitool{ - pixel_x = 5 - }, -/obj/item/device/t_scanner, -/obj/item/weapon/reagent_containers/spray/cleaner, +"czx" = ( +/obj/machinery/light, +/obj/item/weapon/wrench, +/obj/item/device/flashlight, +/obj/machinery/cell_charger, /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cyN" = ( +"czy" = ( /obj/item/device/radio/off{ pixel_y = 6 }, @@ -73688,15 +73694,7 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cyO" = ( -/obj/machinery/light, -/obj/item/weapon/wrench, -/obj/item/device/flashlight, -/obj/machinery/cell_charger, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/engineering/workshop) -"cyP" = ( +"czz" = ( /obj/machinery/requests_console{ announcementConsole = 0; department = "Engineering"; @@ -73707,7 +73705,80 @@ }, /turf/simulated/floor/tiled, /area/engineering/workshop) -"cyQ" = ( +"czA" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"czB" = ( +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"czC" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"czD" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"czE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(11,24) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"czF" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"czG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"czH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"czI" = ( /obj/machinery/atmospherics/pipe/simple/visible{ tag = "icon-intact (NORTHEAST)"; icon_state = "intact"; @@ -73715,17 +73786,13 @@ }, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"cyR" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"cyS" = ( +"czJ" = ( /obj/machinery/atmospherics/pipe/manifold/visible{ dir = 4 }, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"cyT" = ( +"czK" = ( /obj/machinery/atmospherics/tvalve/digital/bypass{ dir = 1; icon_state = "map_tvalve0"; @@ -73733,7 +73800,37 @@ }, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"cyU" = ( +"czL" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"czM" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (SOUTHWEST)"; + icon_state = "intact"; + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"czN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + icon_state = "intact"; + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"czO" = ( /obj/machinery/airlock_sensor{ frequency = 1379; id_tag = "virology_sensor"; @@ -73758,25 +73855,20 @@ }, /turf/simulated/floor/plating, /area/maintenance/medbay) -"cyV" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - icon_state = "intact"; - dir = 6 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cyW" = ( +"czP" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cyX" = ( +"czQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"czR" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -73788,41 +73880,24 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cyY" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8; - icon_state = "map"; - tag = "icon-manifold-f (WEST)" - }, -/turf/simulated/wall/r_wall, -/area/engineering/atmos/storage) -"cyZ" = ( -/obj/machinery/computer/diseasesplicer, -/obj/machinery/light, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cza" = ( +"czS" = ( /obj/structure/closet/crate/freezer, /obj/item/weapon/virusdish/random, /obj/item/weapon/virusdish/random, /obj/item/weapon/virusdish/random, /turf/simulated/floor/tiled/white, /area/medical/virology) -"czb" = ( +"czT" = ( +/obj/machinery/computer/diseasesplicer, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"czU" = ( /obj/machinery/disease2/diseaseanalyser, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/medical/virology) -"czc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"czd" = ( +"czV" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -73834,13 +73909,22 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cze" = ( +"czW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"czX" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"czf" = ( +"czY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, @@ -73849,7 +73933,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"czg" = ( +"czZ" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -73860,18 +73944,20 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"czh" = ( +"cAa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/wall/r_wall, +/area/rnd/xenobiology) +"cAb" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/white, +/turf/simulated/wall/r_wall, /area/rnd/xenobiology) -"czi" = ( +"cAc" = ( /obj/machinery/light{ dir = 8 }, @@ -73886,25 +73972,35 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"czj" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "virology_inner"; - locked = 1; - name = "Engineering External Access"; - req_access = list(13) - }, -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"czk" = ( +"cAd" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"czl" = ( +"cAe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cAf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cAg" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -73920,57 +74016,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"czm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"czn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/white, -/area/rnd/xenobiology) -"czo" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/medical/virology) -"czp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/plating, -/area/medical/virology) -"czq" = ( +"cAh" = ( /obj/structure/disposalpipe/junction{ dir = 8 }, @@ -73986,7 +74032,10 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"czr" = ( +"cAi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -73999,7 +74048,7 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"czs" = ( +"cAj" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -74011,7 +74060,20 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"czt" = ( +"cAk" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/xenobiology) +"cAl" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -74019,36 +74081,41 @@ }, /turf/simulated/floor/tiled/white, /area/rnd/xenobiology) -"czu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"czv" = ( +"cAm" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 - }, /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/rnd/xenobiology) -"czw" = ( +"cAn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cAo" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 6 }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czx" = ( +"cAp" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ tag = "icon-map (NORTH)"; icon_state = "map"; @@ -74056,61 +74123,37 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czy" = ( +"cAq" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow, /obj/machinery/meter, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czz" = ( +"cAr" = ( /obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czA" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"czB" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Atmospherics Maintenance Access"; - req_access = list(12,24) - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/engineering/atmos/storage) -"czC" = ( +"cAs" = ( /obj/machinery/atmospherics/binary/pump{ dir = 4; name = "Mixing to Port" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czD" = ( +"cAt" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cAu" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/visible/red, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHEAST)" - }, -/turf/simulated/wall/r_wall, -/area/engineering/atmos/storage) -"czF" = ( +"cAv" = ( /obj/machinery/portable_atmospherics/canister/phoron, /obj/structure/window/reinforced{ dir = 8 @@ -74118,103 +74161,34 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czG" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"czH" = ( +"cAw" = ( /obj/machinery/portable_atmospherics/canister/sleeping_agent, /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czI" = ( -/obj/machinery/portable_atmospherics/canister/air, +"cAx" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czJ" = ( +"cAy" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czK" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"czL" = ( -/obj/structure/table/steel, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"czM" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"czN" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"czO" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(11,24) - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"czP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"czQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"czR" = ( +"cAz" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cAA" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"czS" = ( +"cAB" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light/small{ dir = 8 @@ -74240,8 +74214,31 @@ }, /turf/simulated/floor/plating, /area/engineering/atmos/storage) -"czT" = ( -/obj/machinery/door/firedoor/border_only{ +"cAC" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_x = 0; + pixel_y = 32 + }, +/obj/structure/cable/cyan{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/smes/buildable{ + charge = 2e+006; + input_attempt = 1; + output_attempt = 1; + RCon_tag = "Substation - Atmospherics" + }, +/turf/simulated/floor/plating, +/area/engineering/atmos/storage) +"cAD" = ( +/turf/simulated/wall/r_wall, +/area/engineering) +"cAE" = ( +/obj/machinery/door/firedoor{ dir = 1; name = "Engineering Firelock" }, @@ -74259,30 +74256,60 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/engineering) -"czU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/maintenance/incinerator) -"czV" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ +"cAF" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/structure/bed/chair{ dir = 4 }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, -/area/maintenance/incinerator) -"czW" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 +/area/maintenance/engi_shuttle) +"cAG" = ( +/obj/structure/bed/chair{ + dir = 8 }, -/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cAH" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cAI" = ( +/turf/simulated/wall, +/area/maintenance/engi_shuttle) +"cAJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cAK" = ( +/obj/structure/reagent_dispensers/fueltank, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/maintenance/incinerator) -"czX" = ( +"cAL" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 0; + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cAM" = ( /obj/machinery/embedded_controller/radio/airlock/access_controller{ tag_exterior_door = "incinerator_airlock_exterior"; id_tag = "incinerator_access_control"; @@ -74302,7 +74329,12 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"czY" = ( +"cAN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/maintenance/incinerator) +"cAO" = ( /obj/machinery/atmospherics/pipe/simple/visible, /obj/machinery/meter, /obj/machinery/button/remote/blast_door{ @@ -74318,7 +74350,30 @@ }, /turf/simulated/floor/tiled, /area/maintenance/incinerator) -"czZ" = ( +"cAP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cAQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cAR" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "virology_pump" + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cAS" = ( /obj/machinery/light/small{ dir = 4 }, @@ -74332,29 +74387,45 @@ }, /turf/simulated/floor/plating, /area/maintenance/medbay) -"cAa" = ( -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 1; - frequency = 1379; - id_tag = "virology_pump" - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cAb" = ( -/obj/machinery/light, -/obj/effect/floor_decal/corner/pink{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 +"cAT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cAc" = ( +"cAU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/virology) +"cAV" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/medical/virology) +"cAW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/medical/virology) +"cAX" = ( /obj/item/device/radio/intercom{ dir = 0; name = "Station Intercom (General)"; @@ -74367,7 +74438,16 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cAd" = ( +"cAY" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/pink{ + tag = "icon-corner_white (SOUTHWEST)"; + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cAZ" = ( /obj/structure/bed/padded, /obj/item/weapon/bedsheet, /obj/effect/floor_decal/corner/pink{ @@ -74377,7 +74457,24 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cAe" = ( +"cBa" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + tag = "icon-intact (NORTHEAST)"; + icon_state = "intact"; + dir = 5 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"cBb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 10 }, @@ -74388,7 +74485,7 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cAf" = ( +"cBc" = ( /obj/structure/bed/padded, /obj/item/weapon/bedsheet, /obj/item/device/radio/intercom{ @@ -74403,40 +74500,27 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cAg" = ( -/obj/machinery/door/airlock/medical{ - autoclose = 0; - frequency = 1379; - icon_state = "door_locked"; - id_tag = "virologyq_airlock_exterior"; - locked = 1; - name = "Virology Quarantine Airlock"; - req_access = list(39) - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "virologyq_airlock_control"; - name = "Virology Quarantine Access Button"; - pixel_x = -24; - pixel_y = 0; - req_access = list(39) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cAh" = ( +"cBd" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/airless, /area/rnd/xenobiology) -"cAi" = ( +"cBe" = ( /obj/structure/window/reinforced{ dir = 4 }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cAj" = ( +"cBf" = ( +/obj/machinery/door/window/northright{ + name = "Containment Pen"; + req_access = list(47) + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) +"cBg" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -74458,30 +74542,15 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cAk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/wall/r_wall, -/area/rnd/xenobiology) -"cAl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/rnd/xenobiology) -"cAm" = ( -/obj/machinery/door/window/northright{ - name = "Containment Pen"; - req_access = list(47) - }, +"cBh" = ( +/obj/machinery/light, +/obj/structure/reagent_dispensers/watertank, /obj/effect/floor_decal/industrial/warning{ dir = 1 }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cAn" = ( +"cBi" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -74497,15 +74566,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cAo" = ( -/obj/machinery/light, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology) -"cAp" = ( +"cBj" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -74527,7 +74588,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cAq" = ( +"cBk" = ( /obj/machinery/light, /obj/structure/closet, /obj/effect/floor_decal/industrial/warning{ @@ -74535,7 +74596,7 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cAr" = ( +"cBl" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -74565,69 +74626,55 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cAs" = ( +"cBm" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cBn" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1; name = "CO2 to Mixing" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAt" = ( +"cBo" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1; name = "Phoron to Mixing" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAu" = ( +"cBp" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1; name = "N2O to Transit" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAv" = ( +"cBq" = ( /obj/machinery/atmospherics/binary/pump{ name = "Mixing to Mix Tank" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/rnd/xenobiology) -"cAx" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cAy" = ( +"cBr" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1; name = "Mix Tank to Port" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAz" = ( +"cBs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, @@ -74637,7 +74684,16 @@ /obj/machinery/atmospherics/pipe/simple/visible/red, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAA" = ( +"cBt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cBu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -74651,16 +74707,18 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAB" = ( +"cBv" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAC" = ( +"cBw" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -74672,29 +74730,7 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAD" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cAE" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cAF" = ( +"cBx" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -74705,7 +74741,18 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAG" = ( +"cBy" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cBz" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9; @@ -74717,27 +74764,7 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cAH" = ( -/obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-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/plating, -/area/engineering/atmos/storage) -"cAI" = ( +"cBA" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -74764,7 +74791,40 @@ }, /turf/simulated/floor/plating, /area/engineering/atmos/storage) -"cAJ" = ( +"cBB" = ( +/obj/machinery/power/terminal{ + icon_state = "term"; + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-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/plating, +/area/engineering/atmos/storage) +"cBC" = ( +/obj/machinery/door/airlock/maintenance{ + req_access = list(10,12) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/engineering) +"cBD" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 }, @@ -74773,7 +74833,7 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cAK" = ( +"cBE" = ( /obj/machinery/light{ dir = 1 }, @@ -74790,7 +74850,24 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cAL" = ( +"cBF" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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) +"cBG" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = 25 @@ -74808,100 +74885,7 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cAM" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/structure/cable/cyan{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/smes/buildable{ - charge = 2e+006; - input_attempt = 1; - output_attempt = 1; - RCon_tag = "Substation - Atmospherics" - }, -/turf/simulated/floor/plating, -/area/engineering/atmos/storage) -"cAN" = ( -/turf/simulated/wall/r_wall, -/area/engineering) -"cAO" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - 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) -"cAP" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cAQ" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cAR" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cAS" = ( -/turf/simulated/wall, -/area/maintenance/engi_shuttle) -"cAT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cAU" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/incinerator) -"cAV" = ( -/obj/structure/sign/nosmoking_2{ - pixel_x = 0; - pixel_y = -30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/incinerator) -"cAW" = ( +"cBH" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; @@ -74922,10 +74906,7 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /turf/simulated/floor/tiled, /area/engineering) -"cAX" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, +"cBI" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -74937,9 +74918,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/machinery/firealarm/north, /turf/simulated/floor/tiled, /area/engineering) -"cAY" = ( +"cBJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -74953,28 +74935,7 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cAZ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/incinerator) -"cBa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/maintenance/incinerator) -"cBb" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering) -"cBc" = ( +"cBK" = ( /obj/machinery/light{ dir = 1 }, @@ -74996,7 +74957,18 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cBd" = ( +"cBL" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering) +"cBM" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -75007,47 +74979,126 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cBe" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 +"cBN" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/structure/window/reinforced{ - dir = 1 +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + req_one_access = list(11,24) }, -/obj/structure/window/reinforced, /turf/simulated/floor/plating, -/area/medical/virology) -"cBf" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 +/area/engineering) +"cBO" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/structure/window/reinforced, /turf/simulated/floor/plating, -/area/medical/virology) -"cBg" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 +/area/maintenance/engi_shuttle) +"cBP" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cBQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cBR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cBS" = ( +/turf/simulated/wall/r_wall, +/area/maintenance/incinerator) +"cBT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall/r_wall, +/area/maintenance/incinerator) +"cBU" = ( +/obj/machinery/door/airlock/glass{ + autoclose = 0; + frequency = 1379; + heat_proof = 1; + icon_state = "door_locked"; + id_tag = "incinerator_airlock_interior"; + locked = 1; + name = "Mixing Room Interior Airlock"; + req_access = list(12) + }, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cBV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced, -/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced{ + dir = 8 + }, /turf/simulated/floor/plating, -/area/medical/virology) -"cBh" = ( -/obj/structure/reagent_dispensers/water_cooler, +/area/maintenance/incinerator) +"cBW" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "virology_outer"; + locked = 1; + name = "Engineering External Access"; + req_access = list(10,13) + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"cBX" = ( +/obj/machinery/door/airlock/medical{ + autoclose = 0; + frequency = 1379; + icon_state = "door_locked"; + id_tag = "virologyq_airlock_exterior"; + locked = 1; + name = "Virology Quarantine Airlock"; + req_access = list(39) + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "virologyq_airlock_control"; + name = "Virology Quarantine Access Button"; + pixel_x = -24; + pixel_y = 0; + req_access = list(39) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cBi" = ( +"cBY" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/cups, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cBj" = ( +"cBZ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cCa" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -75061,43 +75112,79 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cBk" = ( +"cCb" = ( /obj/structure/grille, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ - dir = 4 + dir = 1 }, /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 +/obj/machinery/door/firedoor{ + dir = 2 }, /turf/simulated/floor/plating, /area/medical/virology) -"cBl" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/green, -/turf/simulated/floor/tiled/white, +"cCc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/status_display, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, /area/medical/virology) -"cBm" = ( +"cCd" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, +/area/medical/virology) +"cCe" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plating, +/area/medical/virology) +"cCf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"cCg" = ( /obj/structure/disposalpipe/trunk{ dir = 1 }, /obj/structure/disposaloutlet, /turf/simulated/floor/airless, /area/rnd/xenobiology) -"cBn" = ( +"cCh" = ( /obj/structure/window/reinforced{ dir = 4 }, /obj/structure/window/reinforced, /turf/simulated/floor/tiled, /area/rnd/xenobiology) -"cBo" = ( +"cCi" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -75111,7 +75198,55 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) -"cBp" = ( +"cCj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio4"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"cCk" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"cCl" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -75125,7 +75260,55 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) -"cBq" = ( +"cCm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio5"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"cCn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "xenobio6"; + name = "Containment Blast Doors"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"cCo" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -75139,35 +75322,37 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) -"cBr" = ( -/obj/machinery/status_display{ +"cCp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ density = 0; - layer = 4; - pixel_x = 0; - pixel_y = 32 + icon_state = "pdoor0"; + id = "xenobio6"; + name = "Containment Blast Doors"; + opacity = 0 }, -/obj/machinery/camera/network/medbay{ - c_tag = "Virology Break/Access" - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cBs" = ( +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/rnd/xenobiology) +"cCq" = ( /obj/machinery/atmospherics/pipe/simple/visible/green, /obj/effect/floor_decal/corner/brown/full, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBt" = ( -/obj/machinery/atmospherics/valve/digital{ - name = "CO2 Outlet Valve" - }, -/obj/effect/floor_decal/corner/brown/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cBu" = ( +"cCr" = ( /obj/machinery/computer/general_air_control/large_tank_control{ frequency = 1441; input_tag = "co2_in"; @@ -75182,7 +75367,25 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBv" = ( +"cCs" = ( +/obj/machinery/atmospherics/valve/digital{ + name = "CO2 Outlet Valve" + }, +/obj/effect/floor_decal/corner/brown/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cCt" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "CO2 to Connector" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cCu" = ( /obj/machinery/camera/network/engineering{ c_tag = "Atmospherics Southwest"; dir = 1 @@ -75195,44 +75398,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBw" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cBx" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 1; - name = "CO2 to Connector" - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cBy" = ( -/obj/machinery/atmospherics/valve/digital{ - name = "Phoron Outlet Valve" - }, -/obj/effect/floor_decal/corner/orange/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHEAST)"; - icon_state = "warning"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cBz" = ( +"cCv" = ( /obj/machinery/computer/general_air_control/large_tank_control{ frequency = 1441; input_tag = "tox_in"; @@ -75248,7 +75414,30 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBA" = ( +"cCw" = ( +/obj/machinery/atmospherics/valve/digital{ + name = "Phoron Outlet Valve" + }, +/obj/effect/floor_decal/corner/orange/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (SOUTHEAST)"; + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cCx" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Phoron to Connector" + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cCy" = ( /obj/machinery/atmospherics/pipe/simple/visible/green, /obj/effect/floor_decal/corner/red/diagonal, /obj/effect/floor_decal/corner/white{ @@ -75256,26 +75445,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBB" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 1; - name = "Phoron to Connector" - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cBC" = ( -/obj/machinery/atmospherics/valve/digital{ - name = "N2O Outlet Valve" - }, -/obj/effect/floor_decal/corner/red, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cBD" = ( +"cCz" = ( /obj/machinery/computer/general_air_control/large_tank_control{ frequency = 1441; input_tag = "n2o_in"; @@ -75291,14 +75461,26 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBE" = ( +"cCA" = ( +/obj/machinery/atmospherics/valve/digital{ + name = "N2O Outlet Valve" + }, +/obj/effect/floor_decal/corner/red, +/obj/effect/floor_decal/corner/white/diagonal{ + tag = "icon-corner_white_diagonal (EAST)"; + icon_state = "corner_white_diagonal"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cCB" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1; name = "N2O to Connector" }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBF" = ( +"cCC" = ( /obj/machinery/atmospherics/valve/digital{ name = "Gas Mix Inlet Valve" }, @@ -75309,18 +75491,7 @@ /obj/effect/floor_decal/corner/green/full, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBG" = ( -/obj/machinery/atmospherics/valve/digital{ - name = "Gas Mix Outlet Valve" - }, -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/engineering/atmos) -"cBH" = ( +"cCD" = ( /obj/machinery/computer/general_air_control/large_tank_control{ frequency = 1441; input_tag = "waste_in"; @@ -75334,13 +75505,18 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/visible/red, +"cCE" = ( +/obj/machinery/atmospherics/valve/digital{ + name = "Gas Mix Outlet Valve" + }, +/obj/effect/floor_decal/corner/green/full{ + tag = "icon-corner_white_full (EAST)"; + icon_state = "corner_white_full"; + dir = 4 + }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBJ" = ( +"cCF" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1; name = "Mix Tank to Connector" @@ -75348,13 +75524,38 @@ /obj/machinery/light, /turf/simulated/floor/tiled, /area/engineering/atmos) -"cBK" = ( +"cCG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled, +/area/engineering/atmos) +"cCH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Drone Fabrication"; + req_one_access = list(10,24) + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cCI" = ( +/turf/simulated/wall/r_wall, +/area/engineering/drone_fabrication) +"cCJ" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/engineering) -"cBL" = ( +"cCK" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -75364,34 +75565,21 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/engineering) -"cBM" = ( -/obj/machinery/door/airlock/maintenance{ - req_access = list(10,12) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/engineering) -"cBN" = ( +"cCL" = ( /obj/machinery/camera/network/engineering{ c_tag = "Engineering Hallway Southwest"; dir = 1 }, /turf/simulated/floor/tiled, /area/engineering) -"cBO" = ( +"cCM" = ( /obj/machinery/camera/network/engineering{ c_tag = "Engineering Hallway Southeast"; dir = 1 }, /turf/simulated/floor/tiled, /area/engineering) -"cBP" = ( +"cCN" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -75399,7 +75587,16 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cBQ" = ( +"cCO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/engineering) +"cCP" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -75411,16 +75608,17 @@ }, /turf/simulated/floor/tiled, /area/engineering) -"cBR" = ( +"cCQ" = ( +/obj/structure/sign/securearea, /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0 }, -/turf/simulated/floor/tiled, +/turf/simulated/wall/r_wall, /area/engineering) -"cBS" = ( +"cCR" = ( /obj/structure/table/rack{ dir = 1 }, @@ -75438,19 +75636,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_shuttle) -"cBT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cBU" = ( +"cCS" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -75473,7 +75659,19 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_shuttle) -"cBV" = ( +"cCT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cCU" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 }, @@ -75486,636 +75684,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_shuttle) -"cBW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/space) -"cBX" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - req_one_access = list(11,24) - }, -/turf/simulated/floor/plating, -/area/engineering) -"cBY" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cBZ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cCa" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cCb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cCc" = ( -/turf/simulated/wall/r_wall, -/area/maintenance/incinerator) -"cCd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/wall/r_wall, -/area/maintenance/incinerator) -"cCe" = ( -/obj/machinery/door/airlock/glass{ - autoclose = 0; - frequency = 1379; - heat_proof = 1; - icon_state = "door_locked"; - id_tag = "incinerator_airlock_interior"; - locked = 1; - name = "Mixing Room Interior Airlock"; - req_access = list(12) - }, -/turf/simulated/floor/plating, -/area/maintenance/incinerator) -"cCf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/incinerator) -"cCg" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "virology_outer"; - locked = 1; - name = "Engineering External Access"; - req_access = list(10,13) - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cCh" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/airless, -/area/space) -"cCi" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "virology_airlock"; - name = "exterior access button"; - pixel_x = 20; - pixel_y = 20; - req_access = list(13) - }, -/turf/simulated/floor/airless, -/area/maintenance/medbay) -"cCj" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/airless, -/area/maintenance/medbay) -"cCk" = ( -/turf/simulated/floor/airless, -/area/maintenance/medbay) -"cCl" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"cCm" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/status_display, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"cCn" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/wall/r_wall, -/area/medical/virology) -"cCo" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/plating, -/area/medical/virology) -"cCp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"cCq" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cCr" = ( -/obj/structure/table/standard, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cCs" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cCt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "xenobio4"; - name = "Containment Blast Doors"; - opacity = 0 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/rnd/xenobiology) -"cCu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "xenobio5"; - name = "Containment Blast Doors"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/rnd/xenobiology) -"cCv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cCw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "xenobio5"; - name = "Containment Blast Doors"; - opacity = 0 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/rnd/xenobiology) -"cCx" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "xenobio6"; - name = "Containment Blast Doors"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/rnd/xenobiology) -"cCy" = ( -/obj/structure/table/standard, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cCz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "xenobio6"; - name = "Containment Blast Doors"; - opacity = 0 - }, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/rnd/xenobiology) -"cCA" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/airless, -/area/medical/virology) -"cCB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/medical/virology) -"cCC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 - }, -/turf/simulated/floor/airless, -/area/medical/virology) -"cCD" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 8; - external_pressure_bound = 140; - external_pressure_bound_default = 140; - icon_state = "map_vent_out"; - pressure_checks = 1; - pressure_checks_default = 1; - use_power = 1 - }, -/turf/simulated/floor/airless, -/area/medical/virology) -"cCE" = ( -/obj/machinery/clonepod, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"cCF" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"cCG" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - external_pressure_bound = 140; - external_pressure_bound_default = 140; - icon_state = "map_vent_out"; - pressure_checks = 1; - pressure_checks_default = 1; - use_power = 1 - }, -/turf/simulated/floor/airless, -/area/engineering/atmos) -"cCH" = ( -/obj/machinery/computer/cryopod/robot{ - pixel_y = 30 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cCI" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/landmark{ - name = "JoinLateCyborg" - }, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHWEST)"; - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cCJ" = ( -/obj/machinery/ai_status_display{ - layer = 4; - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cCK" = ( -/obj/structure/bed/chair, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cCL" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "SMES Access"; - req_access = list(11) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/engineering/engine_smes) -"cCM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Engineering Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Engine Monitoring Room"; - req_access = list(11) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/engineering/engine_monitoring) -"cCN" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - icon_state = "door_closed"; - locked = 0; - name = "Engine Access"; - req_one_access = list(11) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/engineering/engine_airlock) -"cCO" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 8; - external_pressure_bound = 140; - external_pressure_bound_default = 140; - icon_state = "map_vent_out"; - pressure_checks = 1; - pressure_checks_default = 1; - use_power = 1 - }, -/turf/simulated/floor/airless, -/area/maintenance/incinerator) -"cCP" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HOT EXHAUST'."; - name = "\improper HOT EXHAUST"; - pixel_x = -32 - }, -/turf/simulated/floor/airless, -/area/space) -"cCQ" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/airless, -/area/space) -"cCR" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Drone Fabrication"; - req_one_access = list(10,24) - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cCS" = ( -/turf/simulated/wall/r_wall, -/area/engineering/drone_fabrication) -"cCT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/item/weapon/stool/padded, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cCU" = ( -/obj/machinery/washing_machine, -/turf/simulated/floor/tiled/white, -/area/medical/virology) "cCV" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/green, -/obj/item/device/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cCW" = ( -/obj/structure/table/standard, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cCX" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"cCY" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"cCZ" = ( -/obj/item/weapon/stool/padded, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cDa" = ( -/obj/structure/sign/securearea, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/wall/r_wall, -/area/engineering) -"cDb" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 - }, -/turf/simulated/floor/airless, -/area/space) -"cDc" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cDd" = ( -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (EAST)"; - icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cDe" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 25 - }, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/device/multitool{ - pixel_x = 5 - }, -/obj/item/clothing/gloves/yellow, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/engineering/engine_smes) -"cDf" = ( /obj/machinery/computer/shuttle_control/engineering, /obj/structure/cable{ d1 = 1; @@ -76128,35 +75697,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_shuttle) -"cDg" = ( -/obj/machinery/light_switch{ - pixel_x = 0; - pixel_y = 27 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled, -/area/engineering/engine_smes) -"cDh" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/machinery/atmospherics/valve{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"cDi" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"cDj" = ( +"cCW" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -76176,10 +75717,10 @@ /obj/machinery/atmospherics/binary/pump, /turf/simulated/floor/plating, /area/maintenance/incinerator) -"cDk" = ( +"cCX" = ( /turf/simulated/floor/plating, /area/maintenance/incinerator) -"cDl" = ( +"cCY" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -76197,7 +75738,792 @@ }, /turf/simulated/floor/plating, /area/maintenance/incinerator) +"cCZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/airless, +/area/template_noop) +"cDa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/template_noop) +"cDb" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/airless, +/area/maintenance/medbay) +"cDc" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "virology_airlock"; + name = "exterior access button"; + pixel_x = 20; + pixel_y = 20; + req_access = list(13) + }, +/turf/simulated/floor/airless, +/area/maintenance/medbay) +"cDd" = ( +/turf/simulated/floor/airless, +/area/maintenance/medbay) +"cDe" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/green, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cDf" = ( +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/camera/network/medbay{ + c_tag = "Virology Break/Access" + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cDg" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cDh" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cDi" = ( +/obj/structure/table/standard, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cDj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"cDk" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/medical/virology) +"cDl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + tag = "icon-intact (NORTHEAST)"; + icon_state = "intact"; + dir = 5 + }, +/turf/simulated/floor/airless, +/area/medical/virology) "cDm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/medical/virology) +"cDn" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + external_pressure_bound = 140; + external_pressure_bound_default = 140; + icon_state = "map_vent_out"; + pressure_checks = 1; + pressure_checks_default = 1; + use_power = 1 + }, +/turf/simulated/floor/airless, +/area/medical/virology) +"cDo" = ( +/obj/machinery/clonepod, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cDp" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cDq" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + external_pressure_bound = 140; + external_pressure_bound_default = 140; + icon_state = "map_vent_out"; + pressure_checks = 1; + pressure_checks_default = 1; + use_power = 1 + }, +/turf/simulated/floor/airless, +/area/engineering/atmos) +"cDr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDs" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDt" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDu" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDv" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDw" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDx" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDy" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDz" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDA" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/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, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDB" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plating, +/area/engineering/atmos) +"cDC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cDD" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cDE" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/landmark{ + name = "JoinLateCyborg" + }, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (NORTHWEST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cDF" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = 30 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cDG" = ( +/obj/structure/bed/chair, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cDH" = ( +/obj/machinery/ai_status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cDI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cDJ" = ( +/obj/machinery/recharge_station, +/obj/machinery/light_switch{ + pixel_x = 0; + pixel_y = 27 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cDK" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_smes) +"cDL" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "SMES Access"; + req_access = list(11) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/engine_smes) +"cDM" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_smes) +"cDN" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 0; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_monitoring) +"cDO" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_monitoring) +"cDP" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_monitoring) +"cDQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor{ + dir = 1; + name = "Engineering Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Engine Monitoring Room"; + req_access = list(11) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cDR" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_airlock) +"cDS" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + icon_state = "door_closed"; + locked = 0; + name = "Engine Access"; + req_one_access = list(11) + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/engine_airlock) +"cDT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/engineering/engine_airlock) +"cDU" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "engineering_dock_inner"; + locked = 1; + name = "Engineering Dock Airlock"; + req_access = list(13) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cDV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "engineering_dock_inner"; + locked = 1; + name = "Engineering Dock Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cDW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cDX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cDY" = ( +/obj/machinery/door/airlock/glass{ + autoclose = 0; + frequency = 1379; + heat_proof = 1; + icon_state = "door_locked"; + id_tag = "incinerator_airlock_exterior"; + locked = 1; + name = "Mixing Room Exterior Airlock"; + req_access = list(12) + }, +/turf/simulated/floor/plating, +/area/maintenance/incinerator) +"cDZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + tag = "icon-intact (NORTHEAST)"; + icon_state = "intact"; + dir = 5 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HOT EXHAUST'."; + name = "\improper HOT EXHAUST"; + pixel_x = -32 + }, +/turf/simulated/floor/airless, +/area/template_noop) +"cEa" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + external_pressure_bound = 140; + external_pressure_bound_default = 140; + icon_state = "map_vent_out"; + pressure_checks = 1; + pressure_checks_default = 1; + use_power = 1 + }, +/turf/simulated/floor/airless, +/area/maintenance/incinerator) +"cEb" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/template_noop) +"cEc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cEd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cEe" = ( +/obj/structure/table/standard, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cEf" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cEg" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cEh" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/reinforced, +/area/rnd/xenobiology) +"cEi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + tag = "icon-intact (NORTHEAST)"; + icon_state = "intact"; + dir = 5 + }, +/turf/simulated/floor/airless, +/area/template_noop) +"cEj" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"cEk" = ( +/obj/structure/grille, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"cEl" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"cEm" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"cEn" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + tag = "icon-intact (NORTHWEST)"; + icon_state = "intact"; + dir = 9 + }, +/turf/template_noop, +/area/template_noop) +"cEo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cEp" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cEq" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cEr" = ( +/obj/machinery/computer/drone_control, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cEs" = ( +/obj/machinery/computer/security/engineering{ + name = "Drone Monitoring Cameras"; + network = list("Engineering") + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cEt" = ( +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (EAST)"; + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cEu" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cEv" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 25 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/device/multitool{ + pixel_x = 5 + }, +/obj/item/clothing/gloves/yellow, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/engineering/engine_smes) +"cEw" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -76209,7 +76535,26 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_smes) -"cDn" = ( +"cEx" = ( +/obj/machinery/light_switch{ + pixel_x = 0; + pixel_y = 27 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_smes) +"cEy" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_monitoring) +"cEz" = ( /obj/structure/table/standard, /obj/machinery/microwave{ pixel_x = -2; @@ -76217,7 +76562,18 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cDo" = ( +"cEA" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/donkpockets, +/obj/machinery/status_display{ + density = 0; + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cEB" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -76231,27 +76587,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cDp" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/donkpockets, -/obj/machinery/status_display{ - density = 0; - layer = 4; - pixel_x = 0; - pixel_y = 32 - }, -/turf/simulated/floor/tiled, -/area/engineering/engine_monitoring) -"cDq" = ( -/obj/structure/closet/radiation, -/obj/item/device/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = 28 - }, -/turf/simulated/floor/tiled, -/area/engineering/engine_monitoring) -"cDr" = ( +"cEC" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 8 @@ -76262,7 +76598,16 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cDs" = ( +"cED" = ( +/obj/structure/closet/radiation, +/obj/item/device/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = 28 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cEE" = ( /obj/machinery/alarm{ pixel_y = 22 }, @@ -76278,7 +76623,17 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/engineering/engine_airlock) -"cDt" = ( +"cEF" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/engineering/engine_airlock) +"cEG" = ( /obj/structure/closet/radiation, /obj/item/clothing/glasses/meson, /obj/item/clothing/glasses/meson, @@ -76293,39 +76648,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_airlock) -"cDu" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/engineering/engine_airlock) -"cDv" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map"; - tag = "icon-manifold-f (EAST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cDw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"cDx" = ( +"cEH" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; frequency = 1380; @@ -76349,14 +76672,25 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_shuttle) -"cDy" = ( -/obj/machinery/atmospherics/pipe/tank/air, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 +"cEI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map"; + tag = "icon-manifold-f (EAST)" }, /turf/simulated/floor/plating, -/area/maintenance/engineering) -"cDz" = ( +/area/maintenance/engi_shuttle) +"cEJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cEK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/industrial/warning{ tag = "icon-warning (NORTHWEST)"; @@ -76365,17 +76699,21 @@ }, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cDA" = ( +"cEL" = ( +/obj/machinery/atmospherics/pipe/tank/air, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cEM" = ( /obj/machinery/atmospherics/pipe/tank/air, /obj/effect/floor_decal/industrial/warning{ dir = 5 }, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cDB" = ( -/turf/simulated/floor/reinforced, -/area/maintenance/incinerator) -"cDC" = ( +"cEN" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 1; frequency = 1443; @@ -76389,7 +76727,10 @@ }, /turf/simulated/floor/reinforced, /area/maintenance/incinerator) -"cDD" = ( +"cEO" = ( +/turf/simulated/floor/reinforced, +/area/maintenance/incinerator) +"cEP" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 1; external_pressure_bound = 0; @@ -76413,255 +76754,29 @@ }, /turf/simulated/floor/reinforced, /area/maintenance/incinerator) -"cDE" = ( -/obj/structure/window/reinforced{ - dir = 8 +"cEQ" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/green, +/obj/item/device/radio/intercom{ + dir = 0; + name = "Station Intercom (General)"; + pixel_x = -27 }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDF" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDG" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/green, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDH" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDI" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDJ" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDK" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/green, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDL" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDM" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDN" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/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, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDO" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/visible/red, -/turf/simulated/floor/plating, -/area/engineering/atmos) -"cDP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cDQ" = ( +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cER" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cES" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cET" = ( /obj/machinery/computer/arcade, /turf/simulated/floor/tiled/white, /area/medical/virology) -"cDR" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cDS" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/green, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cDT" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/structure/closet/secure_closet/personal/patient, -/obj/item/clothing/under/color/white, -/obj/item/clothing/under/color/white, -/obj/item/clothing/under/color/white, -/obj/item/clothing/under/color/white, -/obj/item/clothing/under/color/white, -/obj/item/clothing/under/color/white, -/obj/item/clothing/under/color/white, -/obj/item/clothing/shoes/white, -/obj/item/clothing/shoes/white, -/obj/item/clothing/shoes/white, -/obj/item/clothing/shoes/white, -/obj/item/clothing/shoes/white, -/obj/item/clothing/shoes/white, -/obj/item/clothing/shoes/white, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cDU" = ( +"cEU" = ( /obj/structure/disposaloutlet{ dir = 4 }, @@ -76670,93 +76785,42 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) -"cDV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cDW" = ( -/obj/machinery/recharge_station, -/obj/machinery/light_switch{ - pixel_x = 0; - pixel_y = 27 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cDX" = ( -/turf/simulated/wall/r_wall, -/area/engineering/engine_smes) -"cDY" = ( +"cEV" = ( /obj/structure/cable/yellow{ d2 = 2; icon_state = "0-2" }, /turf/simulated/floor/airless, /area/solar/starboard) -"cDZ" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/engineering/engine_smes) -"cEa" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA"; - pixel_x = 0; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/engineering/engine_monitoring) -"cEb" = ( +"cEW" = ( /obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/meter, +/turf/simulated/wall/r_wall, +/area/engineering/atmos) +"cEX" = ( +/obj/structure/table/standard, +/obj/machinery/light/small{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, +/obj/random/loot, /turf/simulated/floor/plating, -/area/engineering/engine_monitoring) -"cEc" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_monitoring) -"cEd" = ( +/area/engineering/drone_fabrication) +"cEY" = ( /obj/effect/decal/remains/robot, /obj/effect/floor_decal/industrial/warning{ dir = 8 }, /turf/simulated/floor/plating, /area/engineering/drone_fabrication) -"cEe" = ( -/turf/simulated/wall/r_wall, -/area/engineering/engine_airlock) -"cEf" = ( +"cEZ" = ( +/obj/machinery/drone_fabricator, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cFa" = ( +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cFb" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, @@ -76767,117 +76831,30 @@ }, /turf/simulated/floor/plating, /area/engineering/drone_fabrication) -"cEg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/engineering/engine_airlock) -"cEh" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "engineering_dock_inner"; - locked = 1; - name = "Engineering Dock Airlock"; - req_access = list(13) +"cFc" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" }, /obj/structure/cable{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cEi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "engineering_dock_inner"; - locked = 1; - name = "Engineering Dock Airlock"; - req_access = list(13) +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cEj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ +/area/engineering/drone_fabrication) +"cFd" = ( +/obj/structure/disposalpipe/trunk{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 1 - }, +/obj/machinery/disposal, /turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cEk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cEl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/network/engineering{ - c_tag = "Solar Maintenance Fore Port Access" - }, -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/arrivals) -"cEm" = ( -/obj/effect/decal/cleanable/spiderling_remains, -/obj/machinery/atmospherics/valve, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"cEn" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/visible/universal, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"cEo" = ( -/obj/machinery/door/airlock/glass{ - autoclose = 0; - frequency = 1379; - heat_proof = 1; - icon_state = "door_locked"; - id_tag = "incinerator_airlock_exterior"; - locked = 1; - name = "Mixing Room Exterior Airlock"; - req_access = list(12) - }, -/turf/simulated/floor/plating, -/area/maintenance/incinerator) -"cEp" = ( +/area/engineering/drone_fabrication) +"cFe" = ( /obj/item/stack/cable_coil, /obj/item/stack/cable_coil{ pixel_x = 3; @@ -76886,18 +76863,18 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/engineering/engine_smes) -"cEq" = ( +"cFf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/engineering/engine_smes) +"cFg" = ( /obj/machinery/light_switch{ pixel_x = 22; pixel_y = -10 }, /turf/simulated/floor/tiled, /area/engineering/engine_smes) -"cEr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/engineering/engine_smes) -"cEs" = ( +"cFh" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -76905,7 +76882,10 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cEt" = ( +"cFi" = ( +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cFj" = ( /obj/structure/cable/green{ d1 = 1; d2 = 4; @@ -76915,10 +76895,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cEu" = ( +"cFk" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cEv" = ( +"cFl" = ( /obj/machinery/power/apc{ dir = 4; name = "east bump"; @@ -76930,15 +76915,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cEw" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/engineering/engine_monitoring) -"cEx" = ( +"cFm" = ( /obj/machinery/light{ dir = 8; icon_state = "tube1"; @@ -76962,7 +76939,16 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/engineering/engine_airlock) -"cEy" = ( +"cFn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_airlock) +"cFo" = ( /obj/machinery/shower{ icon_state = "shower"; dir = 8 @@ -76977,103 +76963,7 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_airlock) -"cEz" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/space, -/area/space) -"cEA" = ( -/obj/structure/grille, -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/space, -/area/space) -"cEB" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/visible/green, -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/space, -/area/space) -"cEC" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/space, -/area/space) -"cED" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/space, -/area/space) -"cEE" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cEF" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cEG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/engineering/engine_airlock) -"cEH" = ( -/obj/machinery/computer/drone_control, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cEI" = ( -/obj/machinery/computer/security/engineering{ - name = "Drone Monitoring Cameras"; - network = list("Engineering") - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cEJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cEK" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cEL" = ( +"cFp" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; frequency = 1380; @@ -77092,7 +76982,33 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_shuttle) -"cEM" = ( +"cFq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact"; + tag = "icon-intact-f (NORTHWEST)" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cFr" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cFs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cFt" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ dir = 8; @@ -77101,17 +77017,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cEN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cEO" = ( -/turf/simulated/wall/r_wall, -/area/engineering/engine_monitoring) -"cEP" = ( +"cFu" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ dir = 4 }, @@ -77124,7 +77030,7 @@ /mob/living/simple_animal/mouse, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cEQ" = ( +"cFv" = ( /obj/machinery/door/blast/regular{ dir = 4; id = "disvent"; @@ -77132,28 +77038,49 @@ }, /turf/simulated/floor/reinforced, /area/maintenance/incinerator) -"cER" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cES" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/tiled/white, -/area/medical/virology) -"cET" = ( -/obj/machinery/power/smes/buildable{ - charge = 1e+007; - cur_coils = 4; - input_attempt = 1; - input_level = 500000; - output_attempt = 1; - output_level = 500000; - RCon_tag = "Engine - Main" +"cFw" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/green, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 }, -/obj/structure/cable, -/turf/simulated/floor/tiled/dark, -/area/engineering/engine_smes) -"cEU" = ( +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cFx" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cFy" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cFz" = ( /obj/machinery/door/blast/regular{ desc = "By gods, release the hounds!"; id = "xenobioout6"; @@ -77161,7 +77088,7 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) -"cEV" = ( +"cFA" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 1; frequency = 1441; @@ -77177,7 +77104,19 @@ oxygen = 0 }, /area/engineering/atmos) -"cEW" = ( +"cFB" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "co2_sensor" + }, +/turf/simulated/floor/reinforced{ + carbon_dioxide = 50000; + name = "co2 floor"; + nitrogen = 0; + oxygen = 0 + }, +/area/engineering/atmos) +"cFC" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 1; external_pressure_bound = 0; @@ -77200,19 +77139,7 @@ oxygen = 0 }, /area/engineering/atmos) -"cEX" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "co2_sensor" - }, -/turf/simulated/floor/reinforced{ - carbon_dioxide = 50000; - name = "co2 floor"; - nitrogen = 0; - oxygen = 0 - }, -/area/engineering/atmos) -"cEY" = ( +"cFD" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 1; frequency = 1441; @@ -77229,17 +77156,20 @@ phoron = 70000 }, /area/engineering/atmos) -"cEZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 +"cFE" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "tox_sensor" }, -/obj/structure/window/reinforced{ - dir = 4 +/turf/simulated/floor/reinforced{ + carbon_dioxide = 0; + name = "phoron floor"; + nitrogen = 0; + oxygen = 0; + phoron = 70000 }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cFa" = ( +/area/engineering/atmos) +"cFF" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 1; external_pressure_bound = 0; @@ -77263,20 +77193,7 @@ phoron = 70000 }, /area/engineering/atmos) -"cFb" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "tox_sensor" - }, -/turf/simulated/floor/reinforced{ - carbon_dioxide = 0; - name = "phoron floor"; - nitrogen = 0; - oxygen = 0; - phoron = 70000 - }, -/area/engineering/atmos) -"cFc" = ( +"cFG" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 1; frequency = 1441; @@ -77291,7 +77208,18 @@ oxygen = 0.01 }, /area/engineering/atmos) -"cFd" = ( +"cFH" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "n2o_sensor" + }, +/turf/simulated/floor/reinforced{ + name = "vacuum floor"; + nitrogen = 0.01; + oxygen = 0.01 + }, +/area/engineering/atmos) +"cFI" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 1; external_pressure_bound = 0; @@ -77313,18 +77241,7 @@ oxygen = 0.01 }, /area/engineering/atmos) -"cFe" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "n2o_sensor" - }, -/turf/simulated/floor/reinforced{ - name = "vacuum floor"; - nitrogen = 0.01; - oxygen = 0.01 - }, -/area/engineering/atmos) -"cFf" = ( +"cFJ" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 1; frequency = 1441; @@ -77339,7 +77256,19 @@ oxygen = 0.01 }, /area/engineering/atmos) -"cFg" = ( +"cFK" = ( +/obj/machinery/air_sensor{ + frequency = 1441; + id_tag = "waste_sensor"; + output = 63 + }, +/turf/simulated/floor/reinforced{ + name = "vacuum floor"; + nitrogen = 0.01; + oxygen = 0.01 + }, +/area/engineering/atmos) +"cFL" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 1; external_pressure_bound = 0; @@ -77361,19 +77290,13 @@ oxygen = 0.01 }, /area/engineering/atmos) -"cFh" = ( -/obj/machinery/air_sensor{ - frequency = 1441; - id_tag = "waste_sensor"; - output = 63 +"cFM" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/turf/simulated/floor/reinforced{ - name = "vacuum floor"; - nitrogen = 0.01; - oxygen = 0.01 - }, -/area/engineering/atmos) -"cFi" = ( +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cFN" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, @@ -77384,20 +77307,48 @@ }, /turf/simulated/floor/plating, /area/engineering/drone_fabrication) -"cFj" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/obj/machinery/meter, -/turf/simulated/wall/r_wall, -/area/engineering/atmos) -"cFk" = ( -/obj/structure/table/rack{ - dir = 1 +"cFO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" }, -/obj/random/loot, /turf/simulated/floor/plating, -/area/maintenance/research_port) -"cFl" = ( +/area/engineering/drone_fabrication) +"cFP" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/toolbox/electrical, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/camera/network/engineering{ + c_tag = "Engineering Drone Fabrication"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cFQ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_smes) +"cFR" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -77417,46 +77368,7 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/engineering/engine_smes) -"cFm" = ( -/obj/machinery/drone_fabricator, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cFn" = ( -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cFo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/engineering/engine_smes) -"cFp" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cFq" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cFr" = ( +"cFS" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -77466,19 +77378,16 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/engineering/engine_smes) -"cFs" = ( +"cFT" = ( /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0 }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, /turf/simulated/floor/tiled, -/area/engineering/engine_monitoring) -"cFt" = ( +/area/engineering/engine_smes) +"cFU" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "SMES Access"; req_access = list(11) @@ -77491,7 +77400,31 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cFu" = ( +"cFV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cFW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cFX" = ( /obj/machinery/hologram/holopad, /obj/structure/cable{ d1 = 4; @@ -77507,19 +77440,19 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cFv" = ( +"cFY" = ( /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cFw" = ( +"cFZ" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -77539,80 +77472,175 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cFx" = ( +"cGa" = ( /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/turf/simulated/wall/r_wall, +/area/engineering/engine_monitoring) +"cGb" = ( +/obj/structure/window/reinforced{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/engineering/engine_monitoring) -"cFy" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/engineering/engine_airlock) +"cGc" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + frequency = 1379; + icon_state = "door_closed"; + id_tag = "engine_airlock_exterior"; + locked = 0; + name = "Engine Airlock Exterior"; + req_access = list(11) + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_airlock) +"cGd" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/engineering/engine_airlock) +"cGe" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/maintenance/engi_shuttle) +"cGf" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "engineering_dock_outer"; + locked = 1; + name = "Engineering Dock Airlock"; + req_access = list(13) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cGg" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "engineering_dock_outer"; + locked = 1; + name = "Engineering Dock Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_shuttle) +"cGh" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "engineering_dock_airlock"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = -8; + req_one_access = list(13,11,24) + }, +/turf/template_noop, +/area/template_noop) +"cGi" = ( /obj/machinery/atmospherics/valve, /obj/effect/floor_decal/industrial/warning{ dir = 8 }, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cFz" = ( +"cGj" = ( +/obj/machinery/atmospherics/binary/pump/high_power/on{ + tag = "icon-map_on (NORTH)"; + icon_state = "map_on"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cGk" = ( /obj/machinery/atmospherics/binary/passive_gate, /obj/effect/floor_decal/industrial/warning{ dir = 4 }, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cFA" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; +"cGl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"cFB" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/machinery/button/remote/blast_door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = -1; - pixel_y = -24; - req_access = list(28) +/obj/machinery/door/firedoor{ + dir = 2 }, -/turf/simulated/floor/tiled, -/area/crew_quarters/kitchen) -"cFC" = ( +/turf/simulated/floor/plating, +/area/medical/virology) +"cGm" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cGn" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled/white, +/area/medical/virology) +"cGo" = ( /turf/simulated/floor/airless, /area/rnd/xenobiology) -"cFD" = ( +"cGp" = ( /obj/machinery/power/tracker, /obj/structure/cable/yellow, /turf/simulated/floor/airless, /area/solar/starboard) -"cFE" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cFF" = ( +"cGq" = ( /turf/simulated/floor/reinforced{ carbon_dioxide = 50000; name = "co2 floor"; @@ -77620,7 +77648,7 @@ oxygen = 0 }, /area/engineering/atmos) -"cFG" = ( +"cGr" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/simulated/floor/reinforced{ carbon_dioxide = 50000; @@ -77629,7 +77657,7 @@ oxygen = 0 }, /area/engineering/atmos) -"cFH" = ( +"cGs" = ( /turf/simulated/floor/reinforced{ carbon_dioxide = 0; name = "phoron floor"; @@ -77638,7 +77666,7 @@ phoron = 70000 }, /area/engineering/atmos) -"cFI" = ( +"cGt" = ( /obj/machinery/portable_atmospherics/canister/phoron, /turf/simulated/floor/reinforced{ carbon_dioxide = 0; @@ -77648,14 +77676,14 @@ phoron = 70000 }, /area/engineering/atmos) -"cFJ" = ( +"cGu" = ( /turf/simulated/floor/reinforced{ name = "vacuum floor"; nitrogen = 0.01; oxygen = 0.01 }, /area/engineering/atmos) -"cFK" = ( +"cGv" = ( /obj/machinery/portable_atmospherics/canister/sleeping_agent/roomfiller, /turf/simulated/floor/reinforced{ name = "vacuum floor"; @@ -77663,7 +77691,7 @@ oxygen = 0.01 }, /area/engineering/atmos) -"cFL" = ( +"cGw" = ( /obj/machinery/light/small{ dir = 4 }, @@ -77673,7 +77701,7 @@ oxygen = 0.01 }, /area/engineering/atmos) -"cFM" = ( +"cGx" = ( /obj/effect/landmark{ name = "JoinLateCyborg" }, @@ -77682,7 +77710,17 @@ }, /turf/simulated/floor/plating, /area/engineering/drone_fabrication) -"cFN" = ( +"cGy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cGz" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -77691,7 +77729,16 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/engineering/engine_smes) -"cFO" = ( +"cGA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_smes) +"cGB" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, @@ -77701,28 +77748,23 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_smes) -"cFP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/engineering/engine_smes) -"cFQ" = ( +"cGC" = ( /obj/structure/table/reinforced, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, /obj/machinery/camera/network/engine{ c_tag = "Engine Monitoring Room"; dir = 4 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cFR" = ( +"cGD" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/landmark/start{ + name = "Station Engineer" + }, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cGE" = ( /obj/structure/table/reinforced, /obj/machinery/button/remote/blast_door{ desc = "A remote control-switch for the engine control room blast doors."; @@ -77752,21 +77794,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cFS" = ( -/obj/structure/bed/chair/office/dark, -/obj/effect/landmark/start{ - name = "Station Engineer" - }, -/turf/simulated/floor/tiled, -/area/engineering/engine_monitoring) -"cFT" = ( +"cGF" = ( /obj/structure/table/reinforced, /obj/machinery/light_switch{ pixel_x = 27 }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cFU" = ( +"cGG" = ( /obj/machinery/embedded_controller/radio/airlock/advanced_airlock_controller{ id_tag = "engine_room_airlock"; name = "Engine Room Airlock"; @@ -77788,7 +77823,15 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_airlock) -"cFV" = ( +"cGH" = ( +/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id = "engine_airlock_pump" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_airlock) +"cGI" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 9; @@ -77800,82 +77843,56 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_airlock) -"cFW" = ( -/obj/structure/bed/chair{ - dir = 1 +"cGJ" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + tag = "icon-swall_c (EAST)"; + icon_state = "swall_c"; + dir = 4 }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cFX" = ( +/area/shuttle/constructionsite/station) +"cGK" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_straight (EAST)"; icon_state = "swall_straight"; dir = 4 }, /area/shuttle/constructionsite/station) -"cFY" = ( +"cGL" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "engineering_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_access = list(13) + }, /obj/structure/cable{ d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cFZ" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/storage/toolbox/electrical, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/camera/network/engineering{ - c_tag = "Engineering Drone Fabrication"; - dir = 8 +/area/shuttle/constructionsite/station) +"cGM" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "engineering_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_access = list(13) }, /turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cGa" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/wall/r_wall, -/area/engineering/engine_smes) -"cGb" = ( -/turf/space, +/area/shuttle/constructionsite/station) +"cGN" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ tag = "icon-swall_c"; icon_state = "swall_c" }, /area/shuttle/constructionsite/station) -"cGc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/computer/power_monitor, -/turf/simulated/floor/tiled, -/area/engineering/engine_monitoring) -"cGd" = ( -/obj/structure/table/rack, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, -/obj/random/loot, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cGe" = ( +"cGO" = ( /obj/structure/table/rack{ dir = 1 }, @@ -77891,7 +77908,14 @@ }, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cGf" = ( +"cGP" = ( +/obj/structure/table/rack, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/random/loot, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cGQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 9; icon_state = "intact"; @@ -77904,7 +77928,21 @@ }, /turf/simulated/floor/plating, /area/maintenance/engineering) -"cGg" = ( +"cGR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"cGS" = ( /obj/machinery/light/small, /obj/machinery/camera/network/engineering{ c_tag = "Atmospherics Tank - Carbon Dioxide"; @@ -77917,7 +77955,7 @@ oxygen = 0 }, /area/engineering/atmos) -"cGh" = ( +"cGT" = ( /obj/machinery/light/small, /obj/machinery/camera/network/engineering{ c_tag = "Atmospherics Tank - Phoron"; @@ -77931,7 +77969,7 @@ phoron = 70000 }, /area/engineering/atmos) -"cGi" = ( +"cGU" = ( /obj/machinery/light/small, /obj/machinery/camera/network/engineering{ c_tag = "Atmospherics Tank - Nitrous Oxide"; @@ -77943,7 +77981,7 @@ oxygen = 0.01 }, /area/engineering/atmos) -"cGj" = ( +"cGV" = ( /obj/machinery/camera/network/engineering{ c_tag = "Atmospherics Tank - Gas Mixing"; dir = 1 @@ -77954,193 +77992,26 @@ oxygen = 0.01 }, /area/engineering/atmos) -"cGk" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/wall/r_wall, -/area/engineering/engine_monitoring) -"cGl" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, +"cGW" = ( +/obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/plating, -/area/engineering/engine_airlock) -"cGm" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - frequency = 1379; - icon_state = "door_closed"; - id_tag = "engine_airlock_exterior"; - locked = 0; - name = "Engine Airlock Exterior"; - req_access = list(11) - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_airlock) -"cGn" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/plating, -/area/engineering/engine_airlock) -"cGo" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/maintenance/engi_shuttle) -"cGp" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "engineering_dock_outer"; - locked = 1; - name = "Engineering Dock Airlock"; - req_access = list(13) - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cGq" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "engineering_dock_outer"; - locked = 1; - name = "Engineering Dock Airlock"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_shuttle) -"cGr" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "engineering_dock_airlock"; - name = "exterior access button"; - pixel_x = -25; - pixel_y = -8; - req_one_access = list(13,11,24) - }, -/turf/space, -/area/space) -"cGs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/library) -"cGt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/plating, -/area/maintenance/bar) -"cGu" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/research_port) -"cGv" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHWEST)" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"cGw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"cGx" = ( -/obj/machinery/computer/drone_control, -/obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/engineering/drone_fabrication) -"cGy" = ( +"cGX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cGY" = ( /obj/machinery/alarm{ dir = 1; icon_state = "alarm0"; @@ -78154,7 +78025,19 @@ }, /turf/simulated/floor/plating, /area/engineering/drone_fabrication) -"cGz" = ( +"cGZ" = ( +/obj/machinery/computer/drone_control, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cHa" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cHb" = ( /obj/machinery/light, /obj/machinery/power/apc{ dir = 2; @@ -78174,33 +78057,35 @@ }, /turf/simulated/floor/plating, /area/engineering/drone_fabrication) -"cGA" = ( -/obj/structure/bed/chair{ - dir = 8 +"cHc" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, -/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/engineering/drone_fabrication) -"cGB" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/computer/rcon, -/turf/simulated/floor/tiled, -/area/engineering/engine_monitoring) -"cGC" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 +"cHd" = ( +/obj/machinery/power/smes/buildable{ + charge = 1e+007; + cur_coils = 4; + input_attempt = 1; + input_level = 500000; + output_attempt = 1; + output_level = 500000; + RCon_tag = "Engine - Main" }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, +/obj/structure/cable, +/turf/simulated/floor/tiled/dark, /area/engineering/engine_smes) -"cGD" = ( +"cHe" = ( /obj/machinery/power/terminal{ dir = 8 }, @@ -78223,7 +78108,21 @@ }, /turf/simulated/floor/tiled, /area/engineering/engine_smes) -"cGE" = ( +"cHf" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/engineering/engine_smes) +"cHg" = ( /obj/machinery/computer/general_air_control/supermatter_core{ frequency = 1438; input_tag = "cooling_in"; @@ -78235,43 +78134,29 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cGF" = ( +"cHh" = ( /obj/effect/floor_decal/industrial/warning, -/obj/machinery/computer/station_alert/engineering, +/obj/machinery/computer/rcon, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cGG" = ( +"cHi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/computer/power_monitor, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cHj" = ( /obj/effect/floor_decal/industrial/warning, /obj/item/modular_computer/console/preset/engineering, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) -"cGH" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (NORTH)"; - icon_state = "swall_c"; - dir = 1 - }, -/area/shuttle/constructionsite/station) -"cGI" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (WEST)"; - icon_state = "swall_c"; - dir = 8 - }, -/area/shuttle/constructionsite/station) -"cGJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cGK" = ( +"cHk" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/computer/station_alert/engineering, +/turf/simulated/floor/tiled, +/area/engineering/engine_monitoring) +"cHl" = ( /obj/machinery/airlock_sensor{ frequency = 1379; id_tag = "eng_al_c_snsr"; @@ -78288,7 +78173,10 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_airlock) -"cGL" = ( +"cHm" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_airlock) +"cHn" = ( /obj/machinery/light/small{ dir = 4 }, @@ -78297,17 +78185,236 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_airlock) -"cGM" = ( +"cHo" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/shuttle/wall, +/area/shuttle/constructionsite/station) +"cHp" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/constructionsite/station) +"cHq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/plating, /area/shuttle/constructionsite/station) -"cGN" = ( +"cHr" = ( +/turf/simulated/floor/plating, +/area/shuttle/constructionsite/station) +"cHs" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "engineering_shuttle"; + pixel_x = 0; + pixel_y = 25; + req_one_access = list(13,11,24); + tag_door = "engineering_shuttle_hatch" + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/constructionsite/station) +"cHt" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/constructionsite/station) +"cHu" = ( /turf/simulated/shuttle/wall{ tag = "icon-swall_straight (NORTH)"; icon_state = "swall_straight"; dir = 1 }, /area/shuttle/constructionsite/station) -"cGO" = ( +"cHv" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/maintenance/engineering) +"cHw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cHx" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/engineering) +"cHy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/medical/virology) +"cHz" = ( +/obj/structure/grille, +/obj/structure/grille, +/turf/simulated/wall/r_wall, +/area/engineering/atmos) +"cHA" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Drone Fabrication/Engine Waste Handling"; + req_one_access = list(10,24) + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/engineering/drone_fabrication) +"cHB" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"cHC" = ( +/obj/machinery/door/airlock/hatch{ + icon_state = "door_locked"; + id_tag = "engine_electrical_maintenance"; + locked = 1; + name = "Electrical Maintenance"; + req_access = list(10) + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cHD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineBlast"; + name = "Engine Monitoring Room Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cHE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineBlast"; + name = "Engine Monitoring Room Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cHF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineBlast"; + name = "Engine Monitoring Room Blast Doors"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cHG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "EngineBlast"; + name = "Engine Monitoring Room Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cHH" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + frequency = 1379; + icon_state = "door_closed"; + id_tag = "engine_airlock_interior"; + locked = 0; + name = "Engine Airlock Interior"; + req_access = list(11) + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cHI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/shuttle/constructionsite/station) +"cHJ" = ( /obj/structure/cable{ d1 = 2; d2 = 8; @@ -78315,20 +78422,93 @@ }, /turf/simulated/floor/plating, /area/shuttle/constructionsite/station) -"cGP" = ( +"cHK" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/constructionsite/station) +"cHL" = ( +/obj/machinery/computer/shuttle_control/engineering, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/constructionsite/station) +"cHM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/shuttle/constructionsite/station) +"cHN" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/template_noop, +/area/template_noop) +"cHO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"cHP" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/obj/structure/lattice, +/obj/structure/grille, +/turf/template_noop, +/area/template_noop) +"cHQ" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /turf/simulated/wall/r_wall, /area/engineering/engine_waste) -"cGQ" = ( +"cHR" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 10 }, /obj/effect/decal/cleanable/cobweb, /turf/simulated/floor/plating, /area/engineering/engine_waste) -"cGR" = ( +"cHS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cHT" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cHU" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -78352,15 +78532,7 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/plating, /area/engineering/engine_waste) -"cGS" = ( -/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{ - dir = 8; - frequency = 1379; - id = "engine_airlock_pump" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_airlock) -"cGT" = ( +"cHV" = ( /obj/machinery/light/small{ dir = 4 }, @@ -78378,7 +78550,17 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/engineering/engine_waste) -"cGU" = ( +"cHW" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 0; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/engineering/engine_room) +"cHX" = ( /obj/machinery/button/remote/blast_door{ desc = "A remote control-switch for the engine control room blast doors."; id = "EngineEmitterPortWest"; @@ -78393,7 +78575,28 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cGV" = ( +"cHY" = ( +/obj/machinery/light{ + tag = "icon-tube1 (NORTH)"; + icon_state = "tube1"; + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cHZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/obj/machinery/alarm/nobreach{ + dir = 2; + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIa" = ( /obj/machinery/power/terminal{ dir = 4 }, @@ -78413,83 +78616,7 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cGW" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "engineering_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch"; - req_access = list(13) - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/shuttle/constructionsite/station) -"cGX" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "engineering_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/shuttle/constructionsite/station) -"cGY" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 10 - }, -/obj/machinery/alarm/nobreach{ - dir = 2; - pixel_y = 22 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cGZ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 1; - icon_state = "map"; - tag = "icon-manifold-f (NORTH)" - }, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"cHa" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance{ - name = "Disposal Access"; - req_access = list(12) - }, -/turf/simulated/floor/plating, -/area/maintenance/disposal) -"cHb" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/valve, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"cHc" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"cHd" = ( +"cIb" = ( /obj/structure/cable/yellow{ d2 = 4; icon_state = "0-4" @@ -78508,648 +78635,15 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cHe" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/effect/floor_decal/industrial/outline/blue, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHf" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/shuttle/constructionsite/station) -"cHg" = ( -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cHh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cHi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cHj" = ( -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cHk" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cHl" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cHm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (EAST)"; - icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cHn" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cHo" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/door/window/brigdoor/westleft{ - name = "Engine Waste"; - req_access = newlist(); - req_one_access = list(10,24) - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cHp" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHq" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHr" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - tag = "icon-map (EAST)"; - icon_state = "map"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHs" = ( -/obj/structure/closet/secure_closet/security, -/obj/structure/window/reinforced, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/security/main) -"cHt" = ( -/obj/structure/window/reinforced, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/closet/secure_closet/security_cadet, -/turf/simulated/floor/tiled, -/area/security/main) -"cHu" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cHv" = ( -/obj/machinery/atmospherics/unary/heat_exchanger{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cHw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (EAST)"; - icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cHx" = ( -/turf/simulated/floor/plating, -/area/engineering/engine_airlock) -"cHy" = ( -/obj/machinery/atmospherics/unary/heat_exchanger{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cHz" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-propulsion (EAST)"; - icon_state = "propulsion"; - dir = 4 - }, -/area/shuttle/constructionsite/station) -"cHA" = ( -/turf/simulated/shuttle/wall, -/area/shuttle/constructionsite/station) -"cHB" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/shuttle/constructionsite/station) -"cHC" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 9 - }, -/obj/machinery/door/window/brigdoor/westleft{ - name = "Engine Waste"; - req_access = newlist(); - req_one_access = list(10,24) - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cHD" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "engineering_shuttle"; - pixel_x = 0; - pixel_y = 25; - req_one_access = list(13,11,24); - tag_door = "engineering_shuttle_hatch" - }, -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/constructionsite/station) -"cHE" = ( -/obj/machinery/computer/station_alert, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/constructionsite/station) -"cHF" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHG" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/maintenance/engineering) -"cHH" = ( -/obj/machinery/cryopod/robot, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cHI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cHJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/medical/virology) -"cHK" = ( -/obj/structure/grille, -/obj/structure/grille, -/turf/simulated/wall/r_wall, -/area/engineering/atmos) -"cHL" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Drone Fabrication/Engine Waste Handling"; - req_one_access = list(10,24) - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cHM" = ( -/turf/simulated/wall/r_wall, -/area/engineering/engine_room) -"cHN" = ( -/obj/machinery/door/airlock/hatch{ - icon_state = "door_locked"; - id_tag = "engine_electrical_maintenance"; - locked = 1; - name = "Electrical Maintenance"; - req_access = list(10) - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "EngineBlast"; - name = "Engine Monitoring Room Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "EngineBlast"; - name = "Engine Monitoring Room Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "EngineBlast"; - name = "Engine Monitoring Room Blast Doors"; - opacity = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "EngineBlast"; - name = "Engine Monitoring Room Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHS" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - frequency = 1379; - icon_state = "door_closed"; - id_tag = "engine_airlock_interior"; - locked = 0; - name = "Engine Airlock Interior"; - req_access = list(11) - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/shuttle/constructionsite/station) -"cHU" = ( -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact (EAST)" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cHV" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/constructionsite/station) -"cHW" = ( -/obj/machinery/computer/shuttle_control/engineering, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/constructionsite/station) -"cHX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/shuttle/constructionsite/station) -"cHY" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 6 - }, -/turf/space, -/area/space) -"cHZ" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 4 - }, -/turf/space, -/area/space) -"cIa" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ - dir = 8 - }, -/obj/structure/lattice, -/obj/structure/grille, -/turf/space, -/area/space) -"cIb" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - tag = "icon-intact (SOUTHEAST)"; - icon_state = "intact"; - dir = 6 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) "cIc" = ( -/obj/machinery/atmospherics/unary/heat_exchanger{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 10 +/obj/structure/cable/cyan{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /turf/simulated/floor/plating, -/area/engineering/engine_waste) +/area/engineering/engine_room) "cId" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIe" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIf" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow, -/obj/machinery/meter{ - id = "wloop_atm_meter" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (EAST)"; - icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIh" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA"; - pixel_x = 0; - pixel_y = 0 - }, -/turf/simulated/wall/r_wall, -/area/engineering/engine_room) -"cIi" = ( -/obj/machinery/atmospherics/unary/heat_exchanger{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIj" = ( -/obj/machinery/light{ - tag = "icon-tube1 (NORTH)"; - icon_state = "tube1"; - dir = 1 - }, -/obj/machinery/atmospherics/binary/pump{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIk" = ( -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "EngineEmitterPortWest"; - layer = 3.3; - name = "Engine Waste Handling Access" - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIl" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/binary/pump{ - dir = 8; - name = "waste pump" - }, -/obj/machinery/door/window/brigdoor/westleft{ - name = "Engine Waste"; - req_access = newlist(); - req_one_access = list(10,24) - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIm" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIn" = ( -/obj/machinery/power/emitter{ - anchored = 1; - id = "EngineEmitter"; - state = 2 - }, -/obj/structure/cable/cyan, -/obj/effect/floor_decal/industrial/warning/cee{ - tag = "icon-warningcee (NORTH)"; - icon_state = "warningcee"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIo" = ( /obj/structure/cable/cyan{ d1 = 4; d2 = 8; @@ -79160,7 +78654,7 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cIp" = ( +"cIe" = ( /obj/structure/cable/cyan{ d1 = 4; d2 = 8; @@ -79179,7 +78673,7 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cIq" = ( +"cIf" = ( /obj/structure/cable/cyan{ d1 = 4; d2 = 8; @@ -79190,15 +78684,7 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cIr" = ( -/obj/structure/cable/cyan{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIs" = ( +"cIg" = ( /obj/machinery/light_switch{ pixel_x = 12; pixel_y = 25 @@ -79219,24 +78705,15 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cIt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIu" = ( +"cIh" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/blue, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cIv" = ( +"cIi" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIj" = ( /obj/machinery/airlock_sensor/airlock_interior{ id_tag = "eng_al_int_snsr"; master_tag = "engine_room_airlock"; @@ -79250,21 +78727,19 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cIw" = ( +"cIk" = ( /obj/structure/cable, /obj/machinery/power/smes/buildable/power_shuttle, /turf/simulated/floor/plating, /area/shuttle/constructionsite/station) -"cIx" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 +"cIl" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 8 }, /turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIy" = ( +/area/shuttle/constructionsite/station) +"cIm" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -79273,13 +78748,638 @@ icon_state = "floor2" }, /area/shuttle/constructionsite/station) -"cIz" = ( +"cIn" = ( /obj/machinery/computer/atmos_alert, /turf/simulated/shuttle/floor{ icon_state = "floor2" }, /area/shuttle/constructionsite/station) +"cIo" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + tag = "icon-intact (SOUTHWEST)"; + icon_state = "intact"; + dir = 10 + }, +/turf/template_noop, +/area/template_noop) +"cIp" = ( +/obj/structure/grille, +/obj/structure/grille, +/turf/template_noop, +/area/template_noop) +"cIq" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cIr" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cIs" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cIt" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/template_noop, +/area/template_noop) +"cIu" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cIv" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cIw" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cIx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (EAST)"; + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cIy" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/door/window/brigdoor/westleft{ + name = "Engine Waste"; + req_access = newlist(); + req_one_access = list(10,24) + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cIz" = ( +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "EngineEmitterPortWest"; + layer = 3.3; + name = "Engine Waste Handling Access" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) "cIA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIB" = ( +/obj/machinery/atmospherics/omni/filter{ + use_power = 0; + tag_east = 1; + tag_north = 0; + tag_south = 4; + tag_west = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + tag = "icon-map (EAST)"; + icon_state = "map"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cID" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIE" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIF" = ( +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIG" = ( +/obj/machinery/atmospherics/binary/pump, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIH" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cII" = ( +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIJ" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + tag = "icon-swall_c (NORTH)"; + icon_state = "swall_c"; + dir = 1 + }, +/area/shuttle/constructionsite/station) +"cIK" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + tag = "icon-swall_c (WEST)"; + icon_state = "swall_c"; + dir = 8 + }, +/area/shuttle/constructionsite/station) +"cIL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/template_noop, +/area/template_noop) +"cIM" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cIN" = ( +/obj/item/stack/rods{ + amount = 10 + }, +/turf/template_noop, +/area/template_noop) +"cIO" = ( +/obj/machinery/atmospherics/unary/heat_exchanger{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cIP" = ( +/obj/machinery/atmospherics/unary/heat_exchanger{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cIQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (EAST)"; + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cIR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/machinery/door/window/brigdoor/westleft{ + name = "Engine Waste"; + req_access = newlist(); + req_one_access = list(10,24) + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cIS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIU" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + tag = "icon-map (EAST)"; + icon_state = "map"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + tag = "icon-intact (SOUTHEAST)"; + icon_state = "intact"; + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIW" = ( +/obj/structure/cable/cyan{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4; + icon_state = "intact"; + tag = "icon-intact (EAST)" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIY" = ( +/obj/machinery/atmospherics/valve/digital{ + dir = 4; + name = "Emergency Cooling Valve 1" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cIZ" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJa" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + tag = "icon-map (EAST)"; + icon_state = "map"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJb" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_x = -32; + pixel_y = 0 + }, +/turf/template_noop, +/area/template_noop) +"cJc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/template_noop, +/area/template_noop) +"cJd" = ( +/obj/item/stack/cable_coil, +/turf/template_noop, +/area/template_noop) +"cJe" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJf" = ( +/obj/machinery/atmospherics/unary/heat_exchanger{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJg" = ( +/obj/machinery/atmospherics/unary/heat_exchanger{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/machinery/meter{ + id = "wloop_atm_meter" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + tag = "icon-warning (EAST)"; + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJi" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "waste pump" + }, +/obj/machinery/door/window/brigdoor/westleft{ + name = "Engine Waste"; + req_access = newlist(); + req_one_access = list(10,24) + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJj" = ( +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "EngineEmitterPortWest"; + layer = 3.3; + name = "Engine Waste Handling Access" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJk" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJl" = ( +/obj/machinery/atmospherics/omni/filter{ + use_power = 0; + tag_east = 1; + tag_north = 4; + tag_south = 0; + tag_west = 2 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJm" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4; + icon_state = "intact"; + tag = "icon-intact (EAST)" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJo" = ( +/obj/machinery/power/emitter{ + anchored = 1; + id = "EngineEmitter"; + state = 2 + }, +/obj/structure/cable/cyan, +/obj/effect/floor_decal/industrial/warning/cee{ + tag = "icon-warningcee (NORTH)"; + icon_state = "warningcee"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + tag = "icon-intact (NORTHEAST)"; + icon_state = "intact"; + dir = 5 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJq" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJr" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJs" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJt" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJu" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/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/green{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJw" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + tag = "icon-intact (EAST)"; + icon_state = "intact"; + dir = 4 + }, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"cJx" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"cJy" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + tag = "icon-intact (NORTHWEST)"; + icon_state = "intact"; + dir = 9 + }, +/turf/template_noop, +/area/template_noop) +"cJz" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/template_noop, +/area/template_noop) +"cJA" = ( +/turf/simulated/wall/r_wall, +/area/engineering/engine_waste) +"cJB" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJC" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJD" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJF" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_waste) +"cJG" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJH" = ( /obj/machinery/light, /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; @@ -79288,39 +79388,23 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cIB" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/turf/space, -/area/space) -"cIC" = ( -/obj/structure/grille, -/obj/structure/grille, -/turf/space, -/area/space) -"cID" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIE" = ( -/obj/effect/floor_decal/industrial/warning/cee, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIF" = ( +"cJI" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan, /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cIG" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 5 +"cJJ" = ( +/obj/effect/floor_decal/industrial/warning/cee, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 }, -/turf/space, -/area/space) -"cIH" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cJL" = ( /obj/machinery/button/remote/blast_door{ desc = "A remote control-switch for the engine control room blast doors."; id = "EngineBlast"; @@ -79344,26 +79428,7 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cII" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIJ" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cIK" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIL" = ( +"cJM" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 10 }, @@ -79374,659 +79439,18 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cIM" = ( -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "EngineEmitterPortWest"; - layer = 3.3; - name = "Engine Waste Handling Access" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIN" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIO" = ( -/obj/machinery/atmospherics/omni/filter{ - use_power = 0; - tag_east = 1; - tag_north = 0; - tag_south = 4; - tag_west = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/airless, -/area/maintenance/portsolar) -"cIQ" = ( -/obj/machinery/camera/network/engine{ - c_tag = "Engine Core West"; - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIR" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 8 - }, -/obj/machinery/meter, -/obj/machinery/camera/network/engine{ - c_tag = "Engine Core East"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIS" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/green, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIT" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIU" = ( -/obj/structure/cable/cyan{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIV" = ( -/obj/machinery/atmospherics/binary/pump, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIW" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIX" = ( -/obj/machinery/atmospherics/binary/pump, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIY" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cIZ" = ( -/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; - pixel_y = 0; - req_access = list(10) - }, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJa" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging, -/turf/space, -/area/space) -"cJb" = ( -/obj/structure/cable/yellow, -/turf/simulated/floor/airless, -/area/solar/port) -"cJc" = ( -/obj/item/stack/rods{ - amount = 10 - }, -/turf/space, -/area/space) -"cJd" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/airless, -/area/maintenance/portsolar) -"cJe" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/maintenance/portsolar) -"cJf" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/airless, -/area/maintenance/portsolar) -"cJg" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = -32; - pixel_y = 0 - }, -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"cJh" = ( -/obj/structure/closet/wardrobe/black, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_engine) -"cJi" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJj" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - tag = "icon-map (EAST)"; - icon_state = "map"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJk" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJl" = ( -/obj/machinery/air_sensor{ - frequency = 1438; - id_tag = "engine_sensor"; - output = 63 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/greengrid/nitrogen{ - icon = 'icons/turf/flooring/plating.dmi'; - icon_state = "plating" - }, -/area/engineering/engine_room) -"cJm" = ( -/obj/machinery/atmospherics/unary/outlet_injector{ - dir = 1; - frequency = 1438; - icon_state = "map_injector"; - id = "cooling_in"; - name = "Coolant Injector"; - pixel_y = 1; - power_rating = 30000; - use_power = 1; - volume_rate = 700 - }, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/greengrid/nitrogen{ - icon = 'icons/turf/flooring/plating.dmi'; - icon_state = "plating" - }, -/area/engineering/engine_room) -"cJn" = ( -/obj/machinery/atmospherics/valve/digital{ - dir = 4; - name = "Emergency Cooling Valve 1" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJo" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/visible/green{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJp" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ - tag = "icon-map (EAST)"; - icon_state = "map"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJq" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_x = -32; - pixel_y = 0 - }, -/turf/space, -/area/space) -"cJr" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging, -/turf/space, -/area/space) -"cJs" = ( -/obj/item/stack/cable_coil, -/turf/space, -/area/space) -"cJt" = ( -/obj/machinery/atmospherics/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 = 1; - use_power = 1; - pressure_checks = 1; - pressure_checks_default = 1; - pump_direction = 0 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/simulated/floor/greengrid/nitrogen{ - icon = 'icons/turf/flooring/plating.dmi'; - icon_state = "plating" - }, -/area/engineering/engine_room) -"cJu" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJv" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cJw" = ( -/obj/machinery/power/tracker, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cJx" = ( -/turf/simulated/floor/airless, -/area/solar/port) -"cJy" = ( -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cJz" = ( -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cJA" = ( -/obj/machinery/atmospherics/omni/filter{ - use_power = 0; - tag_east = 1; - tag_north = 4; - tag_south = 0; - tag_west = 2 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJB" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJC" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact (EAST)" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJD" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - layer = 3.3; - master_tag = "robotics_solar_airlock"; - name = "exterior access button"; - pixel_x = 25; - pixel_y = 25; - req_access = list(11,13) - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cJE" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - layer = 3.3; - master_tag = "robotics_solar_airlock"; - name = "interior access button"; - pixel_x = -25; - pixel_y = -25; - req_access = list(11,13) - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/visible, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"cJF" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_engine) -"cJG" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJH" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJI" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJJ" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJK" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/green{ - dir = 1 - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJL" = ( -/obj/machinery/atmospherics/binary/pump/high_power{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/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/green{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) "cJN" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/structure/lattice, -/turf/space, -/area/space) -"cJO" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 4 - }, -/turf/space, -/area/space) -"cJP" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/space, -/area/space) -"cJQ" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 5 - }, -/turf/space, -/area/space) -"cJR" = ( -/turf/simulated/wall/r_wall, -/area/engineering/engine_waste) -"cJS" = ( -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cJT" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cJU" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_waste) -"cJV" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cJW" = ( -/obj/machinery/power/supermatter{ - layer = 4 - }, -/obj/machinery/mass_driver{ - id = "enginecore" - }, -/turf/simulated/floor/greengrid/nitrogen{ - icon_state = "gcircuit"; - name = "floor" - }, -/area/engineering/engine_room) -"cJX" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/greengrid/nitrogen{ - icon = 'icons/turf/flooring/plating.dmi'; - icon_state = "plating" - }, -/area/engineering/engine_room) -"cJY" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/greengrid/nitrogen{ - icon = 'icons/turf/flooring/plating.dmi'; - icon_state = "plating" - }, -/area/engineering/engine_room) -"cJZ" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cKa" = ( -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cKb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/maintenance/portsolar) -"cKc" = ( -/obj/machinery/power/solar_control{ - id = "portsolar"; - name = "Aft Port Solar Control"; - track = 0 - }, -/obj/structure/cable/yellow, -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/portsolar) -"cKd" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/camera/network/engineering{ - c_tag = "Solar Maintenance Aft Port Access"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/engi_engine) -"cKe" = ( -/turf/simulated/floor/greengrid/nitrogen, -/area/engineering/engine_room) -"cKf" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKg" = ( +"cJO" = ( /obj/machinery/atmospherics/binary/circulator{ anchored = 1; dir = 1 }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKh" = ( +"cJP" = ( /obj/structure/cable/yellow{ d2 = 2; icon_state = "0-2" @@ -80038,30 +79462,23 @@ /obj/structure/cable/yellow, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKi" = ( +"cJQ" = ( /obj/machinery/atmospherics/binary/circulator{ anchored = 1 }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKj" = ( +"cJR" = ( /obj/machinery/atmospherics/pipe/simple/visible/green, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKk" = ( -/obj/machinery/camera/network/engine{ - c_tag = "Engine Core South"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/greengrid/nitrogen{ - icon = 'icons/turf/flooring/plating.dmi'; - icon_state = "plating" +"cJS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 }, +/turf/simulated/floor/plating, /area/engineering/engine_room) -"cKl" = ( +"cJT" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -80084,40 +79501,42 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKm" = ( +"cJU" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ tag = "icon-intact (SOUTHWEST)"; icon_state = "intact"; dir = 10 }, -/turf/space, -/area/space) -"cKn" = ( +/turf/template_noop, +/area/template_noop) +"cJV" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 6 }, -/turf/space, -/area/space) -"cKo" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 +/turf/template_noop, +/area/template_noop) +"cJW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/effect/floor_decal/industrial/warning{ +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 8 }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cKp" = ( +/turf/simulated/floor/airless, +/area/maintenance/portsolar) +"cJX" = ( /turf/simulated/wall/r_wall, /area/maintenance/portsolar) -"cKq" = ( +"cJY" = ( /turf/simulated/wall/r_wall, /area/maintenance/engi_engine) -"cKr" = ( +"cJZ" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -80130,31 +79549,23 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cKs" = ( +"cKa" = ( /obj/machinery/light{ dir = 8 }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKt" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"cKb" = ( +/obj/machinery/camera/network/engine{ + c_tag = "Engine Core West"; + dir = 8 }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/obj/effect/floor_decal/industrial/warning{ + dir = 4 }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cKu" = ( +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cKc" = ( /obj/machinery/door/airlock/hatch{ icon_state = "door_locked"; id_tag = "engine_access_hatch"; @@ -80164,7 +79575,7 @@ /obj/machinery/atmospherics/pipe/simple/visible/cyan, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKv" = ( +"cKd" = ( /obj/machinery/door/blast/regular{ density = 0; dir = 4; @@ -80193,7 +79604,7 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKw" = ( +"cKe" = ( /obj/machinery/door/airlock/hatch{ icon_state = "door_locked"; id_tag = "engine_access_hatch"; @@ -80203,161 +79614,114 @@ /obj/machinery/atmospherics/pipe/simple/visible/yellow, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKx" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ +"cKf" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 }, -/turf/simulated/floor/airless, -/area/maintenance/portsolar) -"cKy" = ( +/obj/machinery/meter, +/obj/machinery/camera/network/engine{ + c_tag = "Engine Core East"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cKg" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan, /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKz" = ( +"cKh" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 9 }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKA" = ( -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "EngineVent"; - name = "Reactor Vent"; - p_open = 0 +"cKi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 }, -/turf/simulated/floor/reinforced, +/turf/simulated/floor/plating, /area/engineering/engine_room) -"cKB" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/solar/port) -"cKC" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; +"cKj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cKk" = ( +/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; + pixel_y = 0; + req_access = list(10) + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 4 }, -/obj/structure/table/reinforced, -/obj/machinery/door/blast/shutters{ - dir = 2; - id = "kitchen"; - layer = 3.3; - name = "Kitchen Shutters" - }, -/turf/simulated/floor/tiled/white, -/area/hallway/primary/starboard) -"cKD" = ( +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cKl" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging, /obj/structure/lattice, -/turf/space, -/area/space) -"cKE" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/blast/shutters{ - dir = 2; - id = "kitchen"; - layer = 3.3; - name = "Kitchen Shutters" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/hallway/primary/starboard) -"cKF" = ( -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/blast/shutters{ - dir = 2; - id = "kitchen"; - layer = 3.3; - name = "Kitchen Shutters" - }, -/turf/simulated/floor/tiled/white, -/area/hallway/primary/starboard) -"cKG" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/blast/shutters{ - dir = 2; - id = "kitchen"; - layer = 3.3; - name = "Kitchen Shutters" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (EAST)"; - icon_state = "corner_white_diagonal"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/hallway/primary/starboard) -"cKH" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; +/turf/template_noop, +/area/template_noop) +"cKm" = ( +/obj/structure/cable/yellow, +/turf/simulated/floor/airless, +/area/solar/port) +"cKn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"cKI" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 +/turf/simulated/floor/airless, +/area/maintenance/portsolar) +"cKo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" +/obj/structure/window/reinforced, +/turf/simulated/floor/airless, +/area/maintenance/portsolar) +"cKp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"cKJ" = ( +/turf/simulated/floor/airless, +/area/maintenance/portsolar) +"cKq" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = -32; + pixel_y = 0 + }, +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cKr" = ( /obj/machinery/power/terminal{ dir = 4 }, @@ -80370,7 +79734,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cKK" = ( +"cKs" = ( /obj/structure/cable{ d2 = 2; icon_state = "0-2"; @@ -80382,7 +79746,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cKL" = ( +"cKt" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; @@ -80391,38 +79755,30 @@ }, /turf/simulated/wall/r_wall, /area/maintenance/portsolar) -"cKM" = ( -/obj/effect/floor_decal/corner/white{ - tag = "icon-corner_white (NORTH)"; - icon_state = "corner_white"; - dir = 1 +"cKu" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 }, -/turf/simulated/floor/tiled, -/area/hallway/primary/starboard) -"cKN" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/research_starboard) -"cKO" = ( -/obj/structure/closet, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cKP" = ( /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cKQ" = ( +"cKv" = ( +/obj/structure/closet/crate, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"cKw" = ( +/obj/structure/table/rack, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"cKx" = ( +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"cKy" = ( /obj/machinery/power/apc{ dir = 1; name = "north bump"; @@ -80435,7 +79791,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cKR" = ( +"cKz" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -80449,7 +79805,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cKS" = ( +"cKA" = ( /obj/machinery/button/remote/blast_door{ id = "EngineVent"; name = "Reactor Ventillatory Control"; @@ -80460,11 +79816,17 @@ /obj/structure/window/reinforced, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKT" = ( +"cKB" = ( /obj/structure/window/reinforced, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKV" = ( +"cKC" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cKD" = ( /obj/structure/grille, /obj/machinery/door/blast/regular{ density = 0; @@ -80491,7 +79853,59 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cKZ" = ( +"cKE" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 1; + frequency = 1438; + icon_state = "map_injector"; + id = "cooling_in"; + name = "Coolant Injector"; + pixel_y = 1; + power_rating = 30000; + use_power = 1; + volume_rate = 700 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/greengrid/nitrogen{ + icon = 'icons/turf/flooring/plating.dmi'; + icon_state = "plating" + }, +/area/engineering/engine_room) +"cKF" = ( +/obj/machinery/air_sensor{ + frequency = 1438; + id_tag = "engine_sensor"; + output = 63 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/greengrid/nitrogen{ + icon = 'icons/turf/flooring/plating.dmi'; + icon_state = "plating" + }, +/area/engineering/engine_room) +"cKG" = ( +/obj/machinery/atmospherics/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 = 1; + use_power = 1; + pressure_checks = 1; + pressure_checks_default = 1; + pump_direction = 0 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/greengrid/nitrogen{ + icon = 'icons/turf/flooring/plating.dmi'; + icon_state = "plating" + }, +/area/engineering/engine_room) +"cKH" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -80518,15 +79932,7 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLb" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 - }, -/turf/simulated/floor/plating, -/area/engineering/engine_room) -"cLc" = ( +"cKI" = ( /obj/machinery/atmospherics/pipe/simple/visible/green{ tag = "icon-intact (SOUTHEAST)"; icon_state = "intact"; @@ -80534,7 +79940,7 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLd" = ( +"cKJ" = ( /obj/machinery/atmospherics/pipe/simple/visible/green{ dir = 9; icon_state = "intact"; @@ -80542,7 +79948,66 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLl" = ( +"cKK" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cKL" = ( +/obj/machinery/power/tracker, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cKM" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cKN" = ( +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cKO" = ( +/turf/simulated/floor/airless, +/area/solar/port) +"cKP" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cKQ" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + layer = 3.3; + master_tag = "robotics_solar_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = 25; + req_access = list(11,13) + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cKR" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -80558,7 +80023,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cLm" = ( +"cKS" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; frequency = 1379; @@ -80591,7 +80056,7 @@ /obj/effect/decal/warning_stripes, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cLn" = ( +"cKT" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -80610,7 +80075,34 @@ }, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cLp" = ( +"cKU" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + layer = 3.3; + master_tag = "robotics_solar_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25; + req_access = list(11,13) + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cKV" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 8; @@ -80622,7 +80114,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cLq" = ( +"cKW" = ( /obj/structure/cable{ d1 = 1; d2 = 4; @@ -80638,7 +80130,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cLr" = ( +"cKX" = ( /obj/machinery/door/airlock/engineering{ name = "Aft Port Solar Access"; req_access = list(11) @@ -80654,7 +80146,22 @@ }, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cLt" = ( +"cKY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"cKZ" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -80666,7 +80173,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cLu" = ( +"cLa" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -80679,7 +80186,7 @@ /mob/living/simple_animal/mouse, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cLv" = ( +"cLb" = ( /obj/structure/cable{ d1 = 1; d2 = 8; @@ -80691,7 +80198,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cLw" = ( +"cLc" = ( /obj/machinery/alarm{ dir = 8; icon_state = "alarm0"; @@ -80699,7 +80206,12 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cLy" = ( +"cLd" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cLe" = ( /obj/structure/grille, /obj/machinery/door/blast/regular{ density = 0; @@ -80721,7 +80233,37 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLC" = ( +"cLf" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/greengrid/nitrogen{ + icon = 'icons/turf/flooring/plating.dmi'; + icon_state = "plating" + }, +/area/engineering/engine_room) +"cLg" = ( +/obj/machinery/power/supermatter{ + layer = 4 + }, +/obj/machinery/mass_driver{ + id = "enginecore" + }, +/turf/simulated/floor/greengrid/nitrogen{ + icon_state = "gcircuit"; + name = "floor" + }, +/area/engineering/engine_room) +"cLh" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/greengrid/nitrogen{ + icon = 'icons/turf/flooring/plating.dmi'; + icon_state = "plating" + }, +/area/engineering/engine_room) +"cLi" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -80743,7 +80285,7 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLD" = ( +"cLj" = ( /obj/machinery/power/generator{ anchored = 1; dir = 4 @@ -80751,10 +80293,44 @@ /obj/structure/cable/yellow, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLI" = ( +"cLk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cLl" = ( +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cLm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/maintenance/portsolar) +"cLn" = ( +/obj/machinery/power/solar_control{ + id = "portsolar"; + name = "Aft Port Solar Control"; + track = 0 + }, +/obj/structure/cable/yellow, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 1 + }, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cLJ" = ( +"cLo" = ( +/turf/simulated/floor/plating, +/area/maintenance/portsolar) +"cLp" = ( /obj/machinery/alarm{ dir = 1; pixel_y = -22 @@ -80771,19 +80347,31 @@ }, /turf/simulated/floor/plating, /area/maintenance/portsolar) -"cLL" = ( +"cLq" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/camera/network/engineering{ + c_tag = "Solar Maintenance Aft Port Access"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/engi_engine) +"cLr" = ( /obj/structure/reagent_dispensers/watertank, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cLM" = ( +"cLs" = ( /obj/machinery/space_heater, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cLN" = ( +"cLt" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cLO" = ( +"cLu" = ( /obj/structure/grille, /obj/machinery/door/blast/regular{ density = 0; @@ -80806,7 +80394,23 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLR" = ( +"cLv" = ( +/turf/simulated/floor/greengrid/nitrogen, +/area/engineering/engine_room) +"cLw" = ( +/obj/machinery/camera/network/engine{ + c_tag = "Engine Core South"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/greengrid/nitrogen{ + icon = 'icons/turf/flooring/plating.dmi'; + icon_state = "plating" + }, +/area/engineering/engine_room) +"cLx" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -80829,27 +80433,67 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLT" = ( +"cLy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + tag = "icon-intact (NORTHEAST)"; + icon_state = "intact"; + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/engineering/engine_room) +"cLz" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLU" = ( +"cLA" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cLV" = ( +"cLB" = ( /obj/machinery/atmospherics/valve/digital{ dir = 4; name = "Emergency Cooling Valve 2" }, /turf/simulated/floor/plating, /area/engineering/engine_room) -"cMb" = ( +"cLC" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/solar/port) +"cLD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/maintenance/portsolar) +"cLE" = ( /turf/simulated/wall, /area/maintenance/engi_engine) -"cMc" = ( +"cLF" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -80860,7 +80504,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cMd" = ( +"cLG" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -80868,7 +80512,7 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cMe" = ( +"cLH" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -80879,127 +80523,68 @@ }, /turf/simulated/floor/plating, /area/maintenance/engi_engine) -"cMg" = ( +"cLI" = ( +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "EngineVent"; + name = "Reactor Vent"; + p_open = 0 + }, +/turf/simulated/floor/reinforced, +/area/engineering/engine_room) +"cLJ" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EJECTION/VENTING PORT'."; name = "\improper EJECTION/VENTING PORT"; pixel_y = 32 }, -/turf/space, -/area/space) -"cMh" = ( +/turf/template_noop, +/area/template_noop) +"cLK" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ tag = "icon-intact (NORTHWEST)"; icon_state = "intact"; dir = 9 }, -/turf/space, -/area/space) -"cMi" = ( +/turf/template_noop, +/area/template_noop) +"cLL" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 5 }, /obj/structure/lattice, -/turf/space, -/area/space) -"cMj" = ( -/turf/space, +/turf/template_noop, +/area/template_noop) +"cLM" = ( +/turf/template_noop, /area/syndicate_station/southeast) -"cMk" = ( +"cLN" = ( /obj/effect/landmark{ name = "carpspawn" }, /obj/structure/grille/broken, /obj/structure/lattice, -/turf/space, -/area/space) -"cMm" = ( -/turf/space, -/area/syndicate_station/south) -"cMn" = ( -/turf/space, -/area/skipjack_station/southwest_solars) -"cMp" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cMq" = ( -/obj/structure/cable/green{ +/turf/template_noop, +/area/template_noop) +"cLO" = ( +/obj/structure/cable/yellow{ d1 = 1; - d2 = 2; - icon_state = "1-2" + d2 = 8; + icon_state = "1-8" }, -/obj/machinery/atmospherics/pipe/simple/visible/universal, -/turf/simulated/floor/plating, -/area/maintenance/locker) -"cMA" = ( -/obj/machinery/atmospherics/binary/pump/high_power/on{ - tag = "icon-map_on (NORTH)"; - icon_state = "map_on"; - dir = 1 +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cME" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"cMG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/maintenance/engineering) -"cMH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/mob/living/simple_animal/corgi/fox/Chauncey, -/turf/simulated/floor/carpet, -/area/crew_quarters/captain) -"cMI" = ( -/obj/structure/table/standard, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/engineering/drone_fabrication) -"cML" = ( -/obj/structure/closet/crate, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/engi_engine) -"cMM" = ( -/obj/structure/table/rack, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/maintenance/engi_engine) -"cMO" = ( -/obj/structure/closet/crate{ - name = "engineering mag lock crate" - }, -/obj/item/device/magnetic_lock/engineering, -/obj/item/device/magnetic_lock/engineering, -/turf/simulated/floor/plating, -/area/engineering/storage) +/turf/simulated/floor/airless, +/area/solar/port) +"cLP" = ( +/turf/template_noop, +/area/syndicate_station/south) +"cLQ" = ( +/turf/template_noop, +/area/skipjack_station/southwest_solars) (1,1,1) = {" aaa @@ -84723,17 +84308,17 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -84973,24 +84558,24 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -85230,24 +84815,24 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -85487,24 +85072,24 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -85736,32 +85321,32 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -85992,30 +85577,30 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -86249,32 +85834,32 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -86506,32 +86091,32 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -86763,32 +86348,32 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -87020,32 +86605,32 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -87277,32 +86862,32 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -87534,30 +87119,30 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -87792,32 +87377,32 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -88057,24 +87642,24 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -88314,24 +87899,24 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -88571,24 +88156,24 @@ aaa aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -88828,24 +88413,24 @@ aaa aaa aaa aaa -aRQ -aTq -aVs -aXa +aRq +aSR +aUQ +aWw aaa aaa aaa -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD -aDD +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp +aDp aaa aaa aaa @@ -89085,10 +88670,10 @@ aaa aaa aaa aaa -aRR -aRZ -aUt -aRR +aRr +aSS +aUR +aRr aaa aaa aaa @@ -89334,22 +88919,22 @@ aaa aaa aaa aaa -ata -aEv -aIg -aEv -aKA +aDq +aDq +aHV +aDq +aDq aaa aaa aaf -aRR -aRY -aUs -aXb +aRr +aST +aUS +aWx aaa -aYJ -aYJ -aYJ +aYf +aYf +aYf aaa aaa aaa @@ -89591,23 +89176,23 @@ aaf aaf aaa aaa -aCX -aFH -aFb -aIV -aKG +aDq +aDq +aEP +aDq +aDq aaa aaa -aBJ -aRS -aTt -aVv -aRS -aYJ -aYJ -aYJ -aYJ -aYJ +aBs +aRs +aSU +aUT +aRs +aYf +aYf +aYf +aYf +aYf aaa aaa aaa @@ -89621,15 +89206,15 @@ aaa aaa aaa aaa -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN aaa -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN aaa aaa aaa @@ -89845,49 +89430,49 @@ aaa aaa aaa aaf -aBA +aBj aaa aaa -aCU -aGw -aFb -aGw -aCU +aDq +aGk +aEP +aGk +aDq aaa aaa -aQm -aQV -aSa -aCY -aBJ -aYJ -aYJ -aYJ -aYJ -aYJ +aPQ +aRt +aSV +aDx +aBs +aYf +aYf +aYf +aYf +aYf aaa -bhU -bhU -bhU -bhU -bhU +bhK +bhK +bhK +bhK +bhK aaa aaa aaa aaa aaa aaa -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -90094,58 +89679,58 @@ aaa aaa aaa aaa -auj -avf -avf -avf -auj -ayt -azv -avf -auj +aua +auW +auW +auW +aua +ayf +azh +auW +aua aaa -ata -aEu -aFI -aDG -aFI -aEu -aKA +aDq +aDq +aDq +aDs +aDq +aDq +aDq aaa -aBJ -aQW -aSd -aQX -aBJ -aYJ -aYJ -aYJ -aYJ -aYJ +aBs +aRu +aSW +aRw +aBs +aYf +aYf +aYf +aYf +aYf aaa -bhU -bhU -bhU -bhU -bhU +bhK +bhK +bhK +bhK +bhK aaa aaa aaa aaa aaa -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -90350,60 +89935,60 @@ aaa aaa aaa aaa -alI -atR -atR -avT -awV -avf -axY -azb -aAz -aBB -azv -aCU -aFa -aFb -aFb -aFb -aFa -aCU -aOJ -aQn -aRV -aSc -aQX -aBJ -aYJ -aYJ -aYJ -aYJ -aYJ +atu +atu +atu +avI +awJ +auW +ayg +azi +aAi +aBk +azh +aDq +aEO +aEP +aEP +aEP +aEO +aDq +aOq +aPR +aRv +aSX +aRw +aBs +aYf +aYf +aYf +aYf +aYf aaa -bhU -bhU -bhU -bhU -bhU -bgr +bhK +bhK +bhK +bhK +bhK +bfZ aaa aaa aaa -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -90607,60 +90192,60 @@ aaa aaa aaa aaa -atD -aul -avg -avU -awW -axE -aye -azd -aAA -awV -aAA -aDG -aFb -aGy -aGy -aGy -aFb -aDG -aOK -aQo -aOK -aSh -aUu -aXc -aYJ -aYJ -aYJ -aYJ -aYJ -bgr -bhU -bhU -bhU -bhU -bhU -bgs +atv +auc +auX +avJ +awK +axr +ayh +azj +aAj +awJ +aAj +aDs +aEP +aGm +aGm +aGm +aEP +aDs +aOr +aPS +aOr +aSY +aUU +aWy +aYf +aYf +aYf +aYf +aYf +bfZ +bhK +bhK +bhK +bhK +bhK +bga aaa aaa aaa -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -90864,60 +90449,60 @@ aaa aaa aaa aaa -arh -atR -atR -avV -awX -axF -axZ -azc -aAz -aBC -aCz -aCU -aFc -aFb -aFb -aFb -aFb -aCU -aOL -aGB -aLs -aSe -aQX -aXd -aYJ -aYJ -aYJ -aYJ -aYJ -bgs -bhU -bhU -bhU -bhU -bhU -bgt +atu +atu +atu +avI +awL +axs +ayi +azk +aAi +aBl +aCh +aDq +aEQ +aEP +aEP +aEP +aEP +aDq +aOs +aGp +aLf +aSZ +aRw +aWz +aYf +aYf +aYf +aYf +aYf +bga +bhK +bhK +bhK +bhK +bhK +bgb aaa aaa aaa -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -90955,17 +90540,17 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -91122,59 +90707,59 @@ aaa aaa aaa aaa -auj -avf -avf -avf -auj -ayf -azf -aAg -aBf -aCA -aCU -aFd -aGy -aGy -aGy -aLp -aCU -aOM -aPB -aCY -aSi -aQX -aXd -aYJ -aYJ -aYJ -aYJ -aYJ -bgt -bhU -bhU -bhU -bhU -bhU -bgu +aua +auW +auW +auW +aua +ayj +azl +aAk +aBm +aCi +aDq +aER +aGm +aGm +aGm +aLc +aDq +aOt +aPT +aDx +aTa +aRw +aWz +aYf +aYf +aYf +aYf +aYf +bgb +bhK +bhK +bhK +bhK +bhK +bgc aaa aaa aaa -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -91205,24 +90790,24 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -91378,60 +90963,60 @@ aaa aaa aaa aaa -asY -atS -atS -avW -awV -avf -axY -aze -azd -aBc -aCA -aDH -aFe -aFb -aIh -aFb -aFb -aDH -aOM -aPA -aQX -aSh -aQX -aXd -aYJ -aYJ -aYJ -aYJ -aYJ -bgu -bhU -bhU -bhU -bhU -bhU -bdB -brB -brB -beT -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +atx +atx +atx +avL +awJ +auW +ayg +azm +azj +aBn +aCi +aDt +aES +aEP +aHW +aEP +aEP +aDt +aOt +aPU +aRw +aSY +aRw +aWz +aYf +aYf +aYf +aYf +aYf +bgc +bhK +bhK +bhK +bhK +bhK +bdf +brw +brw +beB +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -91462,24 +91047,24 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -91635,60 +91220,60 @@ aaa aaa aaa aaa -atG -aun -avh -avX -awW -axG -ayg -azh -azd -aBh -aCA -aDI -aFf -aGy -aGy -aGy -aFb -aDI -aOM -aPD -aQX -aSm -aUv -aXd -aYJ -aYJ -aYJ -aYJ -aYJ -ban -bhU -bhU -bhU -bhU -bhU -bpO -bqO -bsC -bvd -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +aty +aue +auY +avM +awK +axt +ayk +azn +azj +aBo +aCi +aDt +aET +aGm +aGm +aGm +aEP +aDt +aOt +aPV +aRw +aTb +aUV +aWz +aYf +aYf +aYf +aYf +aYf +aZK +bhK +bhK +bhK +bhK +bhK +bpJ +brx +bti +buZ +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -91719,24 +91304,24 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -91892,60 +91477,60 @@ aaa aaa aaa aaa -asZ -atS -atS -avY -awX -axF -axZ -azg -aAh -aBg -aCA -aCU -aFg -aFb -aIi -aFb -aLq -aCU -aOM -aPC -aQY -aSk -aQX -aXd -aYJ -aYJ -aYJ -aYJ -aYJ -bgv -bhU -bhU -bhU -bhU -bhU -bpO -bqG -bsB -bve -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +atx +atx +atx +avL +awL +axs +ayi +azo +aAl +aBp +aCi +aDq +aEU +aEP +aHX +aEP +aLd +aDq +aOt +aPW +aRx +aTc +aRw +aWz +aYf +aYf +aYf +aYf +aYf +bgd +bhK +bhK +bhK +bhK +bhK +bpJ +bry +btj +bva +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -91968,32 +91553,32 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -92150,59 +91735,59 @@ aaa aaa aaa aaa -auj -avf -avf -avf -auj -ayi -azi -aAz -aBC -aCB -aCU -aFb -aGy -aGy -aGy -aFb -aCU -aON -aGB -aLs -aSo -aQX -aXd -aYJ -aYJ -aYJ -aYJ -aYJ -bgv -bhU -bhU -bhU -bhU -bhU -bpO -brE -btr -bvf -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +aua +auW +auW +auW +aua +ayl +azp +aAi +aBl +aCj +aDq +aEP +aGm +aGm +aGm +aEP +aDq +aOu +aGp +aLf +aTd +aRw +aWz +aYf +aYf +aYf +aYf +aYf +bgd +bhK +bhK +bhK +bhK +bhK +bpJ +brz +btk +bvb +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -92224,30 +91809,30 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -92408,58 +91993,58 @@ aaa aaf aaf aaf -avi -avZ -axR -avf -ayh -azh -aAA -awV -aAA -aDG -aFh -aFb -aFb -aFb -aFh -aDG -aOK -aQo -aOK -aSn -aUu -aXd -aYJ -aYJ -aYJ -aYJ -aYJ -bgv +auZ +avO +awM +auW +aym +azn +aAj +awJ +aAj +aDs +aEV +aEP +aEP +aEP +aEV +aDs +aOr +aPS +aOr +aTe +aUU +aWz +aYf +aYf +aYf +aYf +aYf +bgd aaa -bhU -bhU -bhU +bhK +bhK +bhK aaa -bpP -bqP -bsD -bpO -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bpK +brA +btl +bpJ +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -92481,32 +92066,32 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -92661,62 +92246,62 @@ aaa aaa aaa aaa -aap -asN -atI -atI -avj -avH -avZ -axH -ayk -azk -aAz -aBH -azv -aCX -aEv -aFJ -aFJ -aFJ -aEv -aKG -aOJ -aQt -aLs -aSr -aQX -aXe +aai +asH +atA +atA +ava +avP +avO +axu +ayn +azq +aAi +aBq +azh +aDq +aDq +aGn +aGn +aGn +aDq +aDq +aOq +aPX +aLf +aTf +aRw +aWA aaf -bal -bbZ -bdA +aZI +bbB +bde aaf -bgv +bgd aaf -bal -bkU -bdA +aZI +bkL +bde aaa -bpO -bqQ -bsE -bvg -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bpJ +brB +btm +bvc +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -92738,32 +92323,32 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -92918,62 +92503,62 @@ aaa aaa aaa aaa -arO -asO -atc -atY -avk -avF -avZ -avf -ayk -azj -aAj -aBI +arS +asI +atB +auf +avb +avQ +avO +auW +ayn +azr +aAm +aBr aaa -atb -aFj -aGa -aGa -aGa -aGA -aMq +aDq +aEX +aGo +aGo +aGo +aLe +aDq aaa -aQu -aQZ -aSp -aQX -aBJ -aYK -bam -bca -bdB -beT -bgv -bhV -bam -bkV -bdB -bnX -bpQ -bqQ -bsE -bgr -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +aPY +aRy +aTg +aRw +aBs +aYg +aZJ +bbC +bdf +beB +bgd +bhL +aZJ +bkM +bdf +bnQ +bpL +brB +btm +bfZ +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -92995,32 +92580,32 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -93175,62 +92760,62 @@ aaa aaa aaa aaa -aap -asN -atI -aup -avl -avI -avZ -avf -ayk -azh -aAl -aBJ -aBJ -aBJ -aFk -aGB -aGB -aGB -aLs -aBJ -aBJ -aBJ -aRb -aSn -aQX -aBM -aXD -ban -bcb -ban -bdy -bgv -bdy -bjw -bkW -bjw -bmW -boZ -bqS -bsF -bgs -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +aai +asH +atA +aug +avc +avR +avO +auW +ayn +azn +aAn +aBs +aBs +aBs +aEY +aGp +aGp +aGp +aLf +aBs +aBs +aBs +aRz +aTe +aRw +aBv +aYh +aZK +bbD +aZK +beC +bgd +beC +bjk +bkN +bjk +bnR +bpM +brC +btn +bga +bwN +bwN +bwN +bwN +bwN +bwN aaa aac aaa -bwQ -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -93252,32 +92837,32 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -93436,57 +93021,57 @@ aaa aaa aaa aaa -avm -awY -avZ -avf -ayk -azh -aAk -aBi -aBL -aCY -aCY -aCY -aCY -aCY -aCY -aMr -aOa -aPE -aRa -aSF -aUw -aVU -aXC -aZd -bbb -bcE -bdx -beZ -bgP -aZd -bkj -aZd -bmV -boY -bqR -bsE -bvh +avd +avS +avO +auW +ayn +azn +aAo +aBt +aCk +aDx +aDx +aDx +aDx +aDx +aDx +aMH +aOv +aPZ +aRA +aTh +aUW +aWB +aYi +aZL +bbE +bdg +beD +bge +bhM +aZL +bkO +aZL +bnS +bpN +brD +btm +bvd aaa -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN aaa aaa aaa -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -93509,32 +93094,32 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -93693,57 +93278,57 @@ aaa aaa aaa aaa -avm -awe -avZ -avf -ayl -azl -aAm -aBj -aBN -aCZ -aEx -aEx -aHo -aIY -aKI -aKI -aOb -aKI -aKI -aSO -aUy -aVV -aXE -aZe -bbc -bcF -bdz -bfa -bgX -bip -bkk -bkK -bnd -bpa -bqT -bsE -bvg +avd +avT +avO +auW +ayo +azs +aAp +aBu +aCl +aDy +aEZ +aEZ +aHY +aJy +aLg +aLg +aOw +aLg +aLg +aTi +aUX +aWC +aYj +aZM +bbF +bdh +beE +bgf +bhN +bjl +bkP +bmg +bnT +bpO +brE +btm +bvc aaa -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN aaa aaa aaa -bwQ -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN +bwN aaa aaa aaa @@ -93766,30 +93351,30 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -93922,8 +93507,8 @@ aaa aaa aaa aaa -aau -aau +aar +aar aaa aaa aaa @@ -93950,56 +93535,56 @@ aaa aaa aaa aaa -avn -awf -avZ -avf -avf -avf -avf -aBM -aBM -aBM -aBM -aBM -aIk -aIW -aKH -aMV -aOQ -aOQ -aSb -aSN -aUx -aIk -aYO -baq -baq -baq -beX -bgv -bhY -bgv -bgv -bgv -bgv -bgv -bgv -bgv -bgv +ave +avU +avO +auW +auW +auW +auW +aBv +aBv +aBv +aBv +aBv +aHZ +aJz +aLh +aMI +aOx +aOx +aRB +aTj +aUY +aHZ +aYk +aZN +aZN +aZN +beF +bgd +bhO +bgd +bgd +bgd +bgd +bgd +bgd +bgd +bgd aaa aaa -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN aaa aaa aaa -bwQ -bwQ -bwQ -bwQ +bwN +bwN +bwN +bwN aaa aaa aaa @@ -94024,32 +93609,32 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -94169,19 +93754,19 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -94207,43 +93792,43 @@ aaa aaa aaa aaa -avi -awg -avZ -avZ -ayC -avZ -avZ -avZ -aCE -aDb -aEA -aFL -aIk -aGu -aKK -aMs -aOc -aPF -aRc -aSR -aKK -aXh -aXH -aXH -aTV -aXH -aXH -aYW -bhZ -bjy -bkZ -bmp -bnt -bpt -brK -bsH -buq +auZ +avV +avO +avO +ayp +avO +avO +avO +aCm +aDz +aFa +aGq +aHZ +aJA +aLi +aMJ +aOy +aQa +aRC +aTk +aLi +aWD +aYl +aYl +bbG +aYl +aYl +aYs +bhP +bjm +bkQ +bmh +bnU +bpP +brF +bto +bve aaa aaa aaa @@ -94289,24 +93874,24 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -94427,18 +94012,18 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -94464,43 +94049,43 @@ aaa aaa aaa aaa -avi -avi -asN -atI -atI -avj -avi -avZ -aCE -aDa -aEz -aFK -aHp -aIZ -aKJ -aMs -aOS -aQx -aRc -aSQ -aKK -aXi -aXH -aZf -aZh -bcH -bdC -aYW -bgZ -bjy -bla -bjy -bob -bjy -brL -bsG -bjy +auZ +auZ +asH +atA +atA +ava +auZ +avO +aCm +aDA +aFb +aGr +aIa +aJB +aLj +aMJ +aOz +aQb +aRC +aTl +aLi +aWE +aYl +aZO +aZP +bdi +beG +aYs +bhQ +bjm +bkR +bjm +bnV +bjm +brG +btp +bjm aaa aaa aaa @@ -94546,24 +94131,24 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -94684,18 +94269,18 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -94727,37 +94312,37 @@ aaa aaa aaa aaf -avi -avZ -aCE -aCW -aEC -aFO -aIm -aJb -aKK -aMt -aOT -aOT -aMt -aKK -aKK -aXi -aXJ -aZh -aZh -aZh -bdE -aYW -bhZ -cHa -blb -bmq -boc -bpV -bvo -btw -bvj +auZ +avO +aCm +aDB +aFc +aGs +aIb +aJC +aLi +aMK +aOA +aOA +aMK +aLi +aLi +aWE +aYm +aZP +aZP +aZP +beH +aYs +bhP +bjn +bkS +bmi +bnW +bpQ +brH +btq +bvf aaa aaa aaa @@ -94803,24 +94388,24 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -94940,19 +94525,19 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -94984,37 +94569,37 @@ aaa aaa aaf aaf -aAH -avZ -aCE -aCV -aEB -aFN -aHq -aJb -aKK -aMs -aOT -aOT -aRc -aKK -aKK -aXi -aXI -aZg -aZh -aZg -bdD -aYW -bhZ -bjy -blb -bmr -bod -bpW -brN -btx -bvk +aAq +avO +aCm +aDC +aFd +aGt +aIc +aJC +aLi +aMJ +aOA +aOA +aRC +aLi +aLi +aWE +aYn +aZQ +aZP +aZQ +beI +aYs +bhP +bjm +bkS +bmj +bnX +bpR +brI +btr +bvg aaa aaa aaa @@ -95067,17 +94652,17 @@ aaa aaa aaa aaa -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF -cuF +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw +cuw aaa aaa aaa @@ -95201,19 +94786,19 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -95224,54 +94809,54 @@ aaa aaa aaa aaa -aam -aam -aaJ -aaJ -aaJ -aam -aaJ -aaJ -aaJ -aam -aaJ -aaJ -aaq -aaJ -aaJ +aal +aal +aaG +aaG +aaG +aal +aaG +aaG +aaG +aal +aaG +aaG +aan +aaG +aaG aaf aaa -avm -avZ -aCE -aDg -aEC -aFQ -aIm -aJe -aKK -aMu -aOd -aOd -aMu -aKK -aKK -aXj -aXL -aZk -aZh -bcI -bcI -aYW -bhZ -bjy -blc -bjy -boe -bpX -bjy -bjy -bjy +avd +avO +aCm +aDD +aFc +aGu +aIb +aJD +aLi +aML +aOB +aOB +aML +aLi +aLi +aWF +aYo +aZR +aZP +bdj +bdj +aYs +bhP +bjm +bkT +bjm +bnY +bpS +bjm +bjm +bjm aaa aaa aaa @@ -95458,19 +95043,19 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -95481,7 +95066,7 @@ aaa aaa aaa aaa -aam +aal aaa aaf aaf @@ -95495,38 +95080,38 @@ aaf aaf aaa aaa -aaJ +aaG aaa aaa -avm -avZ -aCE -aDf -aED -aFP -aIk -aJc -aKK -aIk -aIk -aIk -aIk -aSY -aUz -aVW -aXK -aZj -bbd -bbd -bbd -bgy -bid -bjy -bld -bjy -bof -bpY -bjy +avd +avO +aCm +aDE +aFe +aGv +aHZ +aJE +aLi +aHZ +aHZ +aHZ +aHZ +aTm +aUZ +aWG +aYp +aZS +bbH +bbH +bbH +bgg +bhR +bjm +bkU +bjm +bnZ +bpT +bjm aaa aaa aaa @@ -95713,22 +95298,22 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -95738,52 +95323,52 @@ aaa aaa aaa aaa -aam +aal aaa -aoc -aoW -apK +aop +apf +apT aaa -aoc -aoW -apK +aop +apf +apT aaa -aoc -aoW -apK +aop +apf +apT aaf -aaJ +aaG aaa aaa -avm -avZ -aCE -aCE -aFr -aCE -aIk -aJj -aKK -aMv -aOe -aPG -aRd -aKK -aUC -aIk -aXN -aZm -aZh -aZh -bdG -aYW -bie -bjA -ble -bjy -bjy -bpZ -bjy +avd +avO +aCm +aCm +aFf +aCm +aHZ +aJF +aLi +aMM +aOC +aQc +aRD +aLi +aVa +aHZ +aYq +aZT +aZP +aZP +beJ +aYs +bhS +bjo +bkV +bjm +bjm +bpU +bjm aaa aaa aaa @@ -95968,25 +95553,25 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -95995,52 +95580,52 @@ aaa aac aaa aaa -aaJ +aaG aaf -aoc -aoV -apK +aop +apg +apT aaa -aoc -aoV -apK +aop +apg +apT aaa -aoc -aoV -apK +aop +apg +apT aaa aaa aaa aaa -avm -avZ -aYY -bdH -aFs -aGI -aIo -aJf -aKL -aKL -aKL -aKL -aKL -aKL -aUA -aIk -aXM -aZl -bbe -bcJ -bdF -aYW -bif -bjB -blf -bms -bqj -bqa -baB +avd +avO +aCn +aDF +aFg +aGw +aId +aJG +aLk +aLk +aLk +aLk +aLk +aLk +aVb +aHZ +aYr +aZU +bbI +bdk +beK +aYs +bhT +bjp +bkW +bmk +boa +bpV +aZY aaa aaa aaa @@ -96226,24 +95811,24 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -96252,52 +95837,52 @@ aaa aaa aaa aaa -aaJ +aaG aaf -aoc -aoV -apK +aop +apg +apT aaf -aoc -aoV -apK +aop +apg +apT aaf -aoc -aoV -apK +aop +apg +apT aaf aaa aaa aaa -avn -aBk -aBY -bdI -cDi -aGJ -aIp -aJo -aKO -aKO -aOg -aKO -aRe -aTb -aUK -aIk -aYW -aYW -aYW -aYW -aYW -aYW -big -bjC -blg -bmt -btC -bqb -brO +ave +aBw +aCo +aDG +aFh +aGx +aIe +aJH +aLl +aLl +aOD +aLl +aRE +aTn +aVc +aHZ +aYs +aYs +aYs +aYs +aYs +aYs +bhU +bjq +bkX +bml +bob +bpW +brJ aaf aaa aaa @@ -96483,24 +96068,24 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -96511,50 +96096,50 @@ aaa aaa aaa aaa -aoc -aoV -apK +aop +apg +apT aaa -aoc -aoV -apK +aop +apg +apT aaa -aoc -aoV -apK +aop +apg +apT aaf aaf aaf aaf -avi -aBO -aBS -avi -cDh -aGK -aGK -aJV -aGK -aMw -aOf -aPH -aIk -aIk -aIk -aIk -bqB -aYs -bbf -bcK -bdJ -bgz -bih -bjD -blg -bmu -boi -bqb -brP +auZ +aBx +aCp +auZ +aFi +aGy +aGy +aJI +aGy +aMN +aOE +aQd +aHZ +aHZ +aHZ +aHZ +aYt +aZV +bbJ +bdl +beL +bgh +bhV +bjr +bkX +bmm +boc +bpW +brK aaf aaa aaa @@ -96740,89 +96325,89 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa aaa aaa -aam -aam -aaJ +aal +aal +aaG aaa aaa -aoc -aoV -apK +aop +apg +apT aaa -aoc -aoV -apK +aop +apg +apT aaa -aoc -aoV -apK +aop +apg +apT aaa aaa aaa -azH -aAI -aAI -aAI -aAI -cEl -aGK -aIq -aJW -aGK -aMy -aOl -aMy -aSf -aTP -aTQ -aTQ -cGZ -bjz -bbg -bcL -bdK -bgz -bii -aXl -blh -bmu -baR -bqb -brQ -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty +azt +aAr +aAr +aAr +aAr +aFj +aGy +aIf +aJJ +aGy +aMO +aOF +aMO +aRF +aTo +aTp +aTp +aYu +aZW +bbK +bdm +beM +bgh +bhW +aWH +bkY +bmm +bao +bpW +brL +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts aaa aaa aaa @@ -96997,90 +96582,90 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa aaa aaa -aam +aal aaa aaf aaa aaa aaf -aoX +aph aaf aaf aaf -aoX +aph aaf aaa aaf -aoX +aph aaf aaa -axI -ayD -azI -aqb -aBP -aCH -aAI -aFu -aGK -aIr -aJX -aGK -aMx -aOk -aPI -aSf -aTQ -aTQ -aXl -cGv -cHb -cMq -baA -baA -bgA -bgA -baA -bli -bmv -bmv -bqc -brR -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty +axv +ayq +azu +aAs +aBy +aCq +aAr +aFk +aGy +aIg +aJK +aGy +aMP +aOG +aQe +aRF +aTp +aTp +aWH +aYv +aZX +bbL +bdn +bdn +bgi +bgi +bdn +bkZ +bmn +bmn +bpX +brM +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts aaa aaa aaa @@ -97254,90 +96839,90 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa aaa aaa -aaJ +aaG aaf -alZ -amH -anz -aod -aod -aod -aod -aod -aod -aod -aod -aod -aod -avJ -awE -axJ -ayE -azJ -aAK -aBQ -aCI -aDU -aEF -aGL -aIs -aJY -aGK -aMB -aOn -aPJ -aSg -aTR -aVI -aXm -aZa -baB -bci -bci -bci -bci -bci -bci -bci -bci -bci -bqd -brQ -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty +amj +amT +anG +aoq +aoq +aoq +aoq +aoq +aoq +aoq +aoq +aoq +aoq +avW +awN +axw +ayr +azv +aAt +aBz +aCr +aDH +aFl +aGz +aIh +aJL +aGy +aMQ +aOH +aQf +aRG +aTq +aVd +aWI +aYw +aZY +bbM +bbM +bbM +bbM +bbM +bbM +bbM +bbM +bbM +bpY +brL +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts aaa aaa aaa @@ -97510,91 +97095,91 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa aaa aaa -aam +aal aaa aaf aaa aaf aaf -apc +api aaf aaa aaf -apc +api aaf aaa aaf -apc +api aaf aaa -axI -ayD -azK -aAL -aBR -aCJ -aDV -aEE -aGM -aIt -aJZ -aGK -aMA -aOm -aMB -aSf -aTS -aTS -aTS -aTS -aTS -bci -bcM -bci -bcM -bci -bcM -bci -bcM -bci -bqe -brQ -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty +axv +ayq +azw +aAu +aBA +aCs +aDI +aFm +aGA +aIi +aJM +aGy +aMR +aOI +aMQ +aRF +aTr +aTr +aTr +aTr +aTr +bbM +bdo +bbM +bdo +bbM +bdo +bbM +bdo +bbM +bpZ +brL +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts aaa aaa aaa @@ -97769,89 +97354,89 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa aaa aaa aaa -aam -aaq -aaJ +aal +aan +aaG aaa aaf -aoc -apd -apK +aop +apj +apT aaa -aoc -apd -apK +aop +apj +apT aaa -aoc -apd -apK +aop +apj +apT aaa aaf aaf -azL -aAI -aAI -aAI -aCM -aFy -aGK -aGK -aGK -aGK -aMI -aOo -aMB -aSf -aTd -aUL -aVX -aXO -aZo -bci -bcO -bci -bfb -bci -bis -bci -bkL -bci -bqd -brQ -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty +azx +aAr +aAr +aAr +aCv +aFn +aGy +aGy +aGy +aGy +aMS +aOJ +aMQ +aRF +aTs +aVe +aWJ +aYx +aZZ +bbM +bdp +bbM +bgj +bbM +bjs +bbM +bmo +bbM +bpY +brL +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts aaa aaa aaa @@ -98028,19 +97613,19 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -98053,62 +97638,62 @@ aaa aaa aaa aaa -aoc -apd -apK +aop +apj +apT aaa -aoc -apd -apK +aop +apj +apT aaa -aoc -apd -apK +aop +apj +apT aaf aaf aaa aaa -aoo -aEq -aCK -aDh -aEG -aFR -aHr -aHr -aLz -aMB -aOo -aPK -aSf -aTc -aTc -aTc -aTc -aZn -bci -bcN -bdL -bdL -bhd -bir -bdL -bdL -bci -bqd -brR -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty +aor +aBB +aCt +aDJ +aFo +aGB +aIj +aIj +aLm +aMQ +aOJ +aQg +aRF +aTt +aTt +aTt +aTt +baa +bbM +bdq +beN +beN +bhX +bjt +beN +beN +bbM +bpY +brM +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts aaa aaa aaa @@ -98285,19 +97870,19 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -98308,63 +97893,63 @@ aaa aaa aaa aaa -aaJ +aaG aaf -aoc -apd -apK +aop +apj +apT aaf -aoc -apd -apK +aop +apj +apT aaf -aoc -apd -apK +aop +apj +apT aaa aaf aaf aaf -aoo -aBT -aCL -aDj -aEQ -aEP -aHt -aJB -aKP -aMJ -aOq -aPN -aSf -aTf -aTc -aTc -aTc -aZq -bbh -bcP -bdM -bfc -bdM -bfc -bkl -bkM -bci -bqd -brQ -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty -bty +aor +aBC +aCu +aDK +aFp +aFq +aIk +aJN +aLn +aMT +aOK +aQh +aRF +aTu +aTt +aTt +aTt +bab +bbN +bdr +beO +bgk +beO +bgk +bla +bmp +bbM +bpY +brL +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts +bts aaa aaa aaa @@ -98399,12 +97984,12 @@ aaa aaa aaa aaa -caB -csw -csw -csw -csw -csw +cau +cso +cso +cso +cso +cso aaa aaa aaa @@ -98538,19 +98123,19 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -98565,61 +98150,61 @@ aac aaa aaa aaa -aaJ +aaG aaf -aoc -apd -apK +aop +apj +apT aaa -aoc -apd -apK +aop +apj +apT aaa -aoc -apd -apK +aop +apj +apT aaa aaf aaa aaa -axP -ayG -aCK -aDi -aEP -aEP -aHs -aJp -aLB -aMB -aOp -aPL -aSf -aTe -aTc -aVZ -aVZ -aZp -bci -bci -bci -bci -bci -bci -bci -bci -bci -bqd -baB +axC +ayt +aCt +aDL +aFq +aFq +aIl +aJO +aLo +aMQ +aOL +aQi +aRF +aTv +aTt +aWK +aWK +bac +bbM +bbM +bbM +bbM +bbM +bbM +bbM +bbM +bbM +bpY +aZY aaa aaa -bwV -byB -bAc -bDe -bAc -bEN -bGA +bwO +byu +bzU +bBK +bzU +bEE +bGr aaa aaa aaa @@ -98658,8 +98243,8 @@ aaa aaa aaa aaf -cCG -cDb +cDq +cEi aaf aaa aaa @@ -98796,18 +98381,18 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -98822,61 +98407,61 @@ aaa aaa aaa aaa -aam +aal aaa -aoc -ape -apK +aop +apk +apT aaa -aoc -ape -apK +aop +apk +apT aaa -aoc -ape -apK +aop +apk +apT aaf -aaJ +aaG aaa aaa -aAM -ayG -aCK -aDE -aEP -aEP -aEP -aJD -aLC -aMB -aOp -aPO -aSf -aTh -aTc -aWb -aWa -aZs -bbi -bcR -bdN -bfe -aTS -baT -baB -bNX -boj -bqf -baB +aAv +ayt +aCt +aDM +aFq +aFq +aFq +aJP +aLp +aMQ +aOL +aQj +aRF +aTw +aTt +aWL +aWM +bad +bbO +bds +beP +bgl +aTr +bju +aZY +bmq +bod +bqa +aZY aaa aaa -bwX -byC -bAd -bwX -bAd -bEO -bGC +bwP +byv +bzV +bwP +bzV +bEF +bGs aaa aaa aaa @@ -98902,21 +98487,21 @@ aaa aaa aaa aaa -aaJ -aam -aam -aam -aam -aam -caB -aam -aam -aam +aaG +aal +aal +aal +aal +aal +cau +aal +aal +aal aaa aaa aaf aaa -cEz +cEj aaf aaf aaa @@ -98927,11 +98512,11 @@ aaa aaa aaa aaa -aam -aam -aaJ -aam -aam +aal +aal +aaG +aal +aal aaa aaa aaa @@ -99053,18 +98638,18 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -99079,7 +98664,7 @@ aaa aaa aaa aaa -aam +aal aaa aaf aaf @@ -99093,47 +98678,47 @@ aaf aaf aaa aaa -aaJ +aaG aaa aaa -axQ -ayG -aCK -aDk -aEP -aEP -aEP -aJC -aLC -aMB -aOp -aMB -aRf -aTc -aTc -aWa -aXP -aZr -aTc -bcQ -bcQ -bfd -aTS -baT -baB -bmz -bok -bqg -bql -btD -bvp -bwW -byB -bAc -bDf -bAc -bEN -bGB +axD +ayt +aCt +aDN +aFq +aFq +aFq +aJQ +aLp +aMQ +aOL +aMQ +aRH +aTt +aTt +aWM +aYy +bae +aTt +bdt +bdt +bgm +aTr +bju +aZY +bmr +boe +bqb +boi +btt +bvh +bwQ +byu +bzU +bBL +bzU +bEE +bGt aaa aaa aaa @@ -99150,15 +98735,15 @@ aaa aaa aaa aaa -aam -aam -aam -aam -aam -aam -aam -caB -aam +aal +aal +aal +aal +aal +aal +aal +cau +aal aaa aaa aaa @@ -99173,7 +98758,7 @@ aaf aaa aaf aaa -cEz +cEj aaa aaf aaf @@ -99184,11 +98769,11 @@ aaa aaa aaa aaa -aam +aal aaa aaf aaa -aam +aal aaa aaa aaa @@ -99309,19 +98894,19 @@ aaa aaa aaa aaa -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau -aau +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar +aar aaa aaa aaa @@ -99336,61 +98921,61 @@ aaa aaa aaa aaa -aam -aam -aaJ -aaJ -aaJ -aaq -aaJ -aaJ -aaJ -aam -aaJ -aaJ -aaJ -aaJ -aaJ +aal +aal +aaG +aaG +aaG +aan +aaG +aaG +aaG +aal +aaG +aaG +aaG +aaG +aaG aaa aaa -aoo -ayG -aCK -aDJ -aER -aEP -aHu -aHr -aLC -aMK -aOs -aPT -aRg -aTj -aTj -aWd -aXQ -aZu -bbk -bcS -bdO -bfe -aTS -baT -baB -bmA -bol -bqg -bql -bsJ -bur -bvQ -byC -bza -bBb -bCr -bDN -bql +aor +ayt +aCt +aDO +aFr +aFq +aIm +aIj +aLp +aMU +aOM +aQk +aRI +aTx +aTx +aWN +aYz +baf +bbP +bdu +beQ +bgl +aTr +bju +aZY +bms +bof +bqb +boi +btu +bvi +bwR +byv +bzW +bBM +bCZ +bEG +boi aaa aaa aaa @@ -99406,7 +98991,7 @@ aaa aaa aaa aaa -aam +aal aaf aaf aaa @@ -99426,26 +99011,26 @@ aaa aaa aaa aaa -aaJ -aaJ -aaJ -aaJ -cEA -aaq -aaJ -aaJ -aaJ +aaG +aaG +aaG +aaG +cEk +aan +aaG +aaG +aaG aaa aaa aaa aaa aaa aaa -aaJ +aaG aaf -cJw +cKL aaf -aaJ +aaG aaa aaa aaa @@ -99576,8 +99161,8 @@ aaa aaa aaa aaa -aau -aau +aar +aar aaa aaa aaa @@ -99610,44 +99195,44 @@ aaf aaf aaa aaa -aoo -ayG -aCK -aDF -aEP -aEP -aEP -aJE -aLC -aMB -aOr -aPP -aSf -aTi -aUN -aWc -aVZ -aZt -bbj -aTS -aTS -aTS -aTS -aTS -baB -bmB -bom -bqh -bql -bsI -bqV -bqV -bxF -bqV -bqV -bCq -bDK -bql +aor +ayt +aCt +aDP +aFq +aFq +aFq +aJR +aLp +aMQ +aON +aQl +aRF +aTy +aVf +aWO +aWK +bag +bbQ +aTr +aTr +aTr +aTr +aTr +aZY +bmt +bog +bqc +boi +btv +brP +brP +byw +brP +brP +bDa +bEH +boi aaa aaa aaa @@ -99662,7 +99247,7 @@ aaa aaa aaa aaa -aam +aal aaa aaa aaf @@ -99687,28 +99272,28 @@ aaa aaa aaf aaa -cEz +cEj aaa aaa aaa aaf -caB -csw -aam -aam -aaJ +cau +cso +aal +aal +aaG aaf aaf aaa -cJv +cKM aaa aaf aaa -aaJ -aaJ -aaq -aaJ -aam +aaG +aaG +aan +aaG +aal aaa aaa aaa @@ -99864,47 +99449,47 @@ aaa aaa aaa aaa -aoo -aoo -aoo -aoo -aBU -aCK -aDL -aEP -aEP -aHT -aJG -aLD -aMB -aOr -aPU -aSf -aTl -aTc -aTc -aTc -aZt -bbm -bcW -bcW -bcW -bcW -aTS -blk -bmC -bon -bqi -brV -bsL -but -bvW -bvW -bvW -bvW -bCs -bDO -bKq +aor +aor +aor +aor +aBD +aCt +aDQ +aFq +aFq +aIn +aJS +aLq +aMQ +aON +aQm +aRF +aTz +aTt +aTt +aTt +bag +bbR +bdv +bdv +bdv +bdv +aTr +blb +bmu +boh +bqd +brN +btw +bvj +bwS +bwS +bwS +bwS +bDb +bEI +bGu aaa aaa aaa @@ -99918,7 +99503,7 @@ aaa aaa aaa aaa -aam +aal aaa aaa aaa @@ -99944,7 +99529,7 @@ aaa aaa aaf aaa -cEz +cEj aaa aaa aaf @@ -99957,7 +99542,7 @@ aaf aaa aaa aaf -cJy +cKN aaf aaf aaa @@ -99965,7 +99550,7 @@ aaf aaf aaf aaa -aam +aal aaa aaa aaa @@ -100084,11 +99669,11 @@ aaa aaa aaa aaa -aam -aam -aaJ -aam -aam +aal +aal +aaG +aal +aal aaa aaa aaa @@ -100121,49 +99706,49 @@ aaa aaa aaa aaa -aoo -ayF -azM -azM -aBV -aCK -aDK -aEY -aEY -aHS -aJF -aKQ -aML -aOt -aPP -aSf -aTk -aTc -aTc -aTc -aZt -bbm -bcV -bcV -bcV -bhm -aTS -aXl -bmD -bql -bql -bql -bsK -bus -bqV -bqV -bqV -bqV -bqV -bDO -bwX +aor +ays +azy +azy +aBE +aCt +aDR +aFs +aFs +aIo +aJT +aLr +aMV +aOO +aQl +aRF +aTA +aTt +aTt +aTt +bag +bbR +bdw +bdw +bdw +bhY +aTr +aWH +bmv +boi +boi +boi +btx +bvk +brP +brP +brP +brP +brP +bEI +bwP aaf -bJo +bJk aaa aaa aaa @@ -100171,11 +99756,11 @@ aaa aaa aaa aaa -bJo +bJk aaa aaa aaa -aam +aal aaa aaa aaa @@ -100186,43 +99771,43 @@ aaa aaa aaf aaa -coZ -cqd -cru -cqd -cqd -cqd -cqd -cqd -cqd -cqd -cqd -cAx -cBw -cBw -cDE -cEz +coR +cpV +crm +cpV +cpV +cpV +cpV +cpV +cpV +cpV +cpV +cAn +cBm +cBm +cDr +cEj aaf aaf aaf aaa aaa aaa -cHg -cHg -cHg -cHg -cHg +cIq +cIq +cIq +cIq +cIq aaf -cJx +cKO aaf -cHg -cHg -cHg -cHg -cHg +cIq +cIq +cIq +cIq +cIq aaf -aaJ +aaG aaa aaa aaa @@ -100341,11 +99926,11 @@ aaa aac aaa aaa -aam +aal aaa aaf aaa -aam +aal aaa aaa aaa @@ -100378,108 +99963,108 @@ aaa aaa aaa aaf -aoo -ayG -aoo -aAN -aBW -aCK -aDM -aEZ -aFS -aHr -aJH -aLF -aMN -aOu -aPW -aSf -aTn -aTc -aTc -aXZ -aZw -bbo -bcY -bcY -bcY -bho -aTS -aXl -bmD -bql -bpc -bqW -bqV -bus -bvY -bqV -bzc -bqV -bqV -bDO -bwX +aor +ayt +aor +aAw +aBF +aCt +aDS +aFt +aGC +aIj +aJU +aLs +aMW +aOP +aQn +aRF +aTB +aTt +aTt +aYA +bah +bbS +bdx +bdx +bdx +bhZ +aTr +aWH +bmv +boi +bqe +brO +brP +bvk +bwT +brP +bzX +brP +brP +bEI +bwP aaa aaa -bJU -bLr -bKX -bLr -bKX -bLr -bSF +bKQ +bKQ +bKS +bKQ +bKS +bKQ +bKQ aaf aaa aaa aaa -caB +cau aaa aaa aaa aaa -chC -chC -chC -chC -chC +chu +chu +chu +chu +chu aaf -cpa -coW -cqB -cpp -cpp -cpp -cpp -cpp -cpp -cpp -cpp -cpp -cpp -cpp -cDF -cEz -chC -chC -chC -chC -chC +coS +cpW +crn +cqa +cqa +cqa +cqa +cqa +cqa +cqa +cqa +cqa +cqa +cqa +cDs +cEj +chu +chu +chu +chu +chu aaf -cHk -cHu -cHu -cHu -cHu -cJb -cJx -cKa -cKt -cKt -cKt -cKt -cKB +cIr +cIM +cIM +cIM +cIM +cKm +cKO +cLl +cLC +cLC +cLC +cLC +cLO aaa -aam +aal aaa aaa aaa @@ -100598,11 +100183,11 @@ aaa aaa aaa aaa -aaJ +aaG aaf -abJ +abM aaf -aaJ +aaG aaa aaa aaa @@ -100635,108 +100220,108 @@ aaa aaa aaa aaf -aoo -ayH -azN -azN -azN -aCM -aCM -aCM -aCM -aCM -aKi -aKi -aMM -aMY -aPV -aSf -aTm -aTm -aWe -aTm -aZv -bbn -bcX -bdP -bdP -bhn -bjG -bll -bmE -bql -bpb -bqV -bqV -bus -bvY -bqV -bzb -bqV -bqV -bDO -bwX +aor +ayu +azz +azz +azz +aCv +aCv +aCv +aCv +aCv +aJV +aJV +aMX +aNh +aQo +aRF +aTC +aTC +aWP +aTC +bai +bbT +bdy +beR +beR +bia +bjv +blc +bmw +boi +bqf +brP +brP +bvk +bwT +brP +bzY +brP +brP +bEI +bwP aaa aaa -bJT -bMw -bNE -bNE -bNF -bSm -bJT +bKQ +bMr +bNy +bNy +bNz +bSd +bKQ aaf aaa aaa aaa -aam +aal aaa aaa aaf aaf -chC -chR -chR -cky -cmS -cnX -cpb -coV -cqA -cqL -cqL -csE -cpp -cpp -cpp -cxK -cqF -cqF -cqF -cBs -cDG -cEB -cmV -cEV -cFF -cFF -chC +chu +ciG +ciG +clp +cmK +cnP +coT +cpX +cro +crx +crx +cto +cqa +cqa +cqa +cyw +crr +crr +crr +cCq +cDt +cEl +cmN +cFA +cGq +cGq +chu aaf -cHj -cHj -cHj -cHj -cHj +cIs +cIs +cIs +cIs +cIs aaf -cJx +cKO aaf -cHj -cHj -cHj -cHj -cHj +cIs +cIs +cIs +cIs +cIs aaa -aam +aal aaa aaa aaa @@ -100849,23 +100434,23 @@ aaa aaa aaa aaa -aam -aam -aam -aam -aaJ +aal +aal +aal +aal +aaG aaf aaf aaa -abL +abN aaa aaf aaa -aaJ -aaJ -aaq -aaJ -aam +aaG +aaG +aan +aaG +aal aaa aaa aaa @@ -100892,9 +100477,9 @@ aaa aaa aaa aaa -axK -ayG -azO +axx +ayt +azA aaa aaf aaa @@ -100903,81 +100488,81 @@ aaa aaf aaa aaa -aLG -aMO -aOo -aPP -aSf -aUe -aUe -aUe -aUe -aTS -aTS -aTS -aTS -aTS -aTS -aTS -bcv -bmD -bql -bpf -bqV -bqV -bus -bvY -bxG -bzc -bqV -bCq -bDO -bKM +aLt +aMY +aOJ +aQl +aRF +aTD +aTD +aTD +aTD +aTr +aTr +aTr +aTr +aTr +aTr +aTr +bbZ +bmv +boi +bqg +brP +brP +bvk +bwT +byx +bzX +brP +bDa +bEI +bGv aaa aaa -bKX -bMx -bNF -bNE -bNF -bRr -bTF +bKS +bMs +bNz +bNy +bNz +bSe +bTw aaf aaa aaa aaa -aam +aal aaf aaf aaf aaa -chC -chS -cjn -ckA -cmT +chu +ciH +cjX +clq +cmL aaf -cpc -cpn -cqD -cpp -cpp -csG -cuT -cwL -ctM -cxL -cpp -cpp -cpp -cBu -cDH -cEz -cmT -cEX -cFG -cGg -chC +coU +cpY +crp +cqa +cqa +ctp +cvH +cwC +cuE +cyx +cqa +cqa +cqa +cCr +cDu +cEj +cmL +cFB +cGr +cGS +chu aaa aaa aaa @@ -100985,7 +100570,7 @@ aaa aaf aaf aaf -cJx +cKO aaa aaa aaf @@ -100993,7 +100578,7 @@ aaa aaa aaa aaa -aaq +aan aaa aaa aaa @@ -101106,7 +100691,7 @@ aaa aaa aaa aaa -aam +aal aaa aaa aaa @@ -101114,7 +100699,7 @@ aaf aaa aaa aaf -abK +abO aaf aaf aaa @@ -101122,7 +100707,7 @@ aaf aaf aaf aaa -aam +aal aaa aaa aaa @@ -101149,108 +100734,108 @@ aaa aaa aaa aaa -axL -ayG -azP +axy +ayt +azB aaf -aBX -aBX -aBX -aBX -aBX -aBX +aBG +aBG +aBG +aBG +aBG +aBG aaf -aLH -aMO -aOo -aPP -aSj -aTo -aUO -aWf -aUe -baM -aXl -aXl -aXl -aXl -bin -bjH -blm -bmD -bql -bpe -bqV -bqV -bus -bvZ -bqV -bzc -bqV -bqV -bDP -bql -bHJ +aLu +aMY +aOJ +aQl +aRJ +aTE +aVg +aWQ +aTD +baj +aWH +aWH +aWH +aWH +bib +bjw +bld +bmv +boi +bqh +brP +brP +bvk +bwU +brP +bzX +brP +brP +bEJ +boi +bHF aaa -bJT -bMy -bNE -bNE -bNF -bSo -bJT +bKQ +bMt +bNy +bNy +bNz +bSf +bKQ aaf aaa aaa aaa -aam +aal aaf aaa aaa aaa -chC -chR -chR -ckz -cmU -cnX -cpd -cpm -cqC -cqL -csE -csG -cpp -cpp -cpp -cxL -cpp -czw -cAs -cBt -cDI -cEC -cmW -cEW -cFF -cFF -chC +chu +ciG +ciG +clr +cmM +cnP +coV +cpZ +crq +crx +cto +ctp +cqa +cqa +cqa +cyx +cqa +cAo +cBn +cCs +cDv +cEm +cmO +cFC +cGq +cGq +chu aaf -cHg -cHg -cHg -cHg -cHg +cIq +cIq +cIq +cIq +cIq aaf -cJx +cKO aaf -cHg -cHg -cHg -cHg -cHg +cIq +cIq +cIq +cIq +cIq aaf -aaJ +aaG aaa aaa aaa @@ -101363,23 +100948,23 @@ aaa aaa aaa aaa -aam +aal aaa -aar -aar -aar -aar -aar +aas +aas +aas +aas +aas aaf -abM +abP aaf -aar -aar -aar -aar -aar +aas +aas +aas +aas +aas aaf -aaJ +aaG aaa aaa aac @@ -101406,106 +100991,106 @@ aaa aaa aaa aaf -axL -ayG -azP +axy +ayt +azB aaa -aBX -aCa -aDO -aFi -aDN -aBX +aBG +aCw +aDT +aFu +aCz +aBG aaa -aLH -aMQ -aOw -aPX -aRk -aTs -aUQ -aWh -aUe -baN -bcq -bdU -bdU -bdU -bio -bdU -bln -bmF -bql -bph -bqV -bqV -buv -bwe -bwe -bwe -bwe -bwe -bDR -bql +aLu +aMZ +aOQ +aQp +aRK +aTF +aVh +aWR +aTD +bak +bbU +bdz +bdz +bdz +bic +bdz +ble +bmx +boi +bqi +brP +brP +bvl +bwV +bwV +bwV +bwV +bwV +bEK +boi aaf aaa -bJV -bLr -bKX -bPm -bKX -bLr -bSM +bKQ +bKQ +bKS +bPf +bKS +bKQ +bKQ aaf aaa aaa aaa -aam +aal aaa aaa aaa aaa -chC -chC -chC -chC -chC +chu +chu +chu +chu +chu aaf -cpe -cpp -cpp -cpp -csG -csG -cpp -cpp -cpp -cxN -cpp -crE -cxV -cBx -cDJ -cEz -chC -chC -chC -chC -chC +coW +cqa +cqa +cqa +ctp +ctp +cqa +cqa +cqa +cyy +cqa +csr +cyG +cCt +cDw +cEj +chu +chu +chu +chu +chu aaf -cHk -cHu -cHu -cHu -cHu -cJb -cJx -cKa -cKt -cKt -cKt -cKt -cKB +cIr +cIM +cIM +cIM +cIM +cKm +cKO +cLl +cLC +cLC +cLC +cLC +cLO aaf aaa aaa @@ -101518,8 +101103,8 @@ aaa aaa aaa aaa -cMn -cMn +cLQ +cLQ aaa aaa aaa @@ -101620,23 +101205,23 @@ aaa aaa aaa aaa -aam +aal aaa -aao -aav -aav -aav -aav -abj -abM -abZ +aat +aax +aax +aax +aax +abm +abP +acr acR acR acR acR -aee +aeh aaa -afa +aeX aaa aaa aaa @@ -101660,124 +101245,124 @@ aaa aaa aaa aaa -aoo -avK -awF -axM -ayG -azP +aor +avX +awO +axz +ayt +azB aaf -aBX -aBZ -aDN -aDN -aFl -aIA -aKj -aLI -aMP -aOv -aPP -aSj -aTr -aUP -aWg -aUe -baO -bcr -bdV -bdV -bdV -bdV -bdV -blo -bdV -bdV -bpg -bqV -bqV -buu -bqX -bqX -bqX -bqX -bqX -bDQ -bKN +aBG +aCx +aCz +aCz +aGD +aIp +aJW +aLv +aNa +aOR +aQl +aRJ +aTG +aVi +aWS +aTD +bal +bbV +bdA +bdA +bdA +bdA +bdA +blf +bdA +bdA +bqj +brP +brP +bvm +brQ +brQ +brQ +brQ +brQ +bEL +bGw aaa aaa aaa -bMz -bNG -bPn -bQK -bSp -bTH +bMu +bNA +bPg +bQB +bSg +bTy aaf aaa aaa aaa -aam +aal aaa aaa aaa aaa -chC -chT -chT -ckB -cmV -cnY -cpf -cpo -cqF -cqF -csF -csF -cqF -cqF -cwN -cxM -cwN -crD -cqF -cBv -cDK -cEB -cmV -cEY -cFH -cFH -chC +chu +ciI +ciI +cls +cmN +cnQ +coX +cqb +crr +crr +ctq +ctq +crr +crr +cxB +cyz +cxB +css +crr +cCu +cDx +cEl +cmN +cFD +cGs +cGs +chu aaa -cHj -cHj -cHj -cHj -cHj +cIs +cIs +cIs +cIs +cIs aaf -cJx +cKO aaf -cHj -cHj -cHj -cHj -cHj +cIs +cIs +cIs +cIs +cIs aaf aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -101877,31 +101462,31 @@ aaa aaa aaa aaa -aam +aal aaa -aas -aas -aas -aas -aas +aau +aau +aau +aau +aau aaf -abM +abP aaf -aas -aas -aas -aas -aas +aau +aau +aau +aau +aau aaa -aam +aal aaa aaa aaa aaa -abh -adH -aeC -abh +abd +adC +aey +abd aaa aaa aaa @@ -101917,58 +101502,58 @@ aaa aaa aaa aaa -aoo -awj -awj -aoo -ayI -azQ +aor +avY +avY +aor +ayv +azC aaa -aBX -aCb -aCd -aDN -aFY -aHU -aJI -aKR -aMR -aOy -aPP -aSf -aUe -aUe -aUe -aUe -baP -bcs -bdV -bdR -bfg -bhq -bit -bkn -bkO -bne -bpj -bpj -bsN -bus -bqV -bxH -bzf -bzf -bzf -bzf -bNS +aBG +aCy +aDU +aCz +aGE +aIq +aJX +aLw +aNb +aOS +aQl +aRF +aTD +aTD +aTD +aTD +bam +bbW +bdA +beS +bgn +bid +bjx +blg +bmy +boj +bqk +bqk +bty +bvk +brP +byy +bzZ +bzZ +bzZ +bzZ +bGx aaa aaa aaa -bMA -bMH -bJW -bPP -bMA +bMv +bNB +bKV +bQC +bMv aaf aaf aaa @@ -101979,33 +101564,33 @@ aaa aaa aaa aaa -chC -chU -cjo -ckD -cmT +chu +ciJ +cjY +clt +cmL aaf -cpc -cps -cpp -cpp -csI -csG -cpp -cpp -cpp -cxL -cpp -crE -cpp -cBz -cDL -cEz -cmT -cFb -cFI -cGh -chC +coU +cqc +cqa +cqa +ctr +ctp +cqa +cqa +cqa +cyx +cqa +csr +cqa +cCv +cDy +cEj +cmL +cFE +cGt +cGT +chu aaa aaa aaa @@ -102013,7 +101598,7 @@ aaf aaa aaa aaa -cJx +cKO aaa aaa aaa @@ -102023,18 +101608,18 @@ aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -102134,7 +101719,7 @@ aaa aaa aaa aaa -aam +aal aaa aaa aaa @@ -102142,7 +101727,7 @@ aaa aaf aaf aaf -abM +abP aaa aaa aaf @@ -102150,23 +101735,23 @@ aaa aaa aaa aaa -aam +aal aaa aaa aaa aaa -afX -ain -aiN -abh -abh -abh -abh -abh -abh -abh -aoo -aoo +afT +aio +aiQ +abd +abd +abd +abd +abd +abd +abd +aor +aor aaa aaa aaa @@ -102174,58 +101759,58 @@ aaa aaa aaa aaf -aoo -avL -awH -aoo -ayG -azP +aor +avZ +awP +aor +ayt +azB aaf -aBX -aDN -aDN -aDN -aFm -aIA -aKj -aLK -aMO -aOx -aPY -aSl -aUi -aUi -aUi -aUi -baQ -bct -bdW -bdQ -bff -bhp -bhp -bkm -bkN -bdV -bpi -bqX -bsM -buw -bqV +aBG +aCz +aCz +aCz +aGF +aIp +aJW +aLx +aMY +aOT +aQq +aRL +aTH +aTH +aTH +aTH +ban +bbX +bdB +beT +bgo +bie +bie +blh +bmz +bdA bql -bze -bBc -bCt -bDS -bKO +brQ +btz +bvn +brP +boi +bAa +bBN +bDc +bEM +bGy aaa aaa aaa -bMB -bMG -bOu -bPO -bMB +bMw +bNC +bPh +bQD +bMw aaa aaf aaa @@ -102236,62 +101821,62 @@ aaa aaa aaa aaa -chC -chT -chT -ckC -cmW -cnZ -cpg -cpq -cqG -crC -csH -csG -cpp -cpp -cpp -cxN -cpp -czx -cAt -cBy -cDI -cEC -cmW -cFa -cFH -cFH -chC +chu +ciI +ciI +clu +cmO +cnR +coY +cqd +crs +csq +cts +ctp +cqa +cqa +cqa +cyy +cqa +cAp +cBo +cCw +cDv +cEm +cmO +cFF +cGs +cGs +chu aaf -cHg -cHg -cHg -cHg -cHg +cIq +cIq +cIq +cIq +cIq aaf -cJx +cKO aaf -cHg -cHg -cHg -cHg -cHg +cIq +cIq +cIq +cIq +cIq aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -102391,98 +101976,98 @@ aaa aaa aaa aaa -aan -aaa -aar -aar -aar -aar -aar -aaf -abM -aaf -aar -aar -aar -aar -aar -aaf aam aaa +aas +aas +aas +aas +aas +aaf +abP +aaf +aas +aas +aas +aas +aas +aaf +aal aaa aaa aaa -afY -amM -aiN -ajv -agJ -ahK -ahK -ahK -ahK -anG -aop -aoo -apV -aqK -aqK -aqK -asP -aoo -aoo -aoo -avM -awK -aoo -ayG -azP aaa -aBX -aCe -aDP -aDQ -aFZ -aBX +afU +aip +aiQ +ajA +agE +ahI +ahI +ahI +ahI +anH +aos +aor +apU +aqF +aqF +aqF +asJ +aor +aor +aor +awa +awQ +aor +ayt +azB aaa -aLH -aMO -aOD -aPZ -aSf -aSf -aVO -aVO -aVO -baB -bcu -bdV -bdT -bfi -bhr -biv -bkp -bkQ -bdV -brT -btB -bsP -buy -btB -bql -bql -bql -bql -bql -bql +aBG +aCA +aDV +aFv +aGG +aBG +aaa +aLu +aMY +aOU +aQr +aRF +aRF +aVj +aVj +aVj +aZY +bbY +bdA +beU +bgp +bif +bjy +bli +bmA +bdA +bqm +brR +btA +bvo +brR +boi +boi +boi +boi +boi +boi aaa aaa -bGD -bGD -bNJ -bOw -bQN -bGD +bGz +bGz +bND +bPi +bQE +bGz aaa aaf aaa @@ -102493,62 +102078,62 @@ aaa aaa aaa aaa -chC -chC -chC -chC -chC +chu +chu +chu +chu +chu aaf -cph -cpu -cqB -crE -csJ -csG -cpp -cpp -cpp -cxL -cpp -crE -cxV -cBB -cDJ -cEz -chC -chC -chC -chC -chC +coZ +cqe +crn +csr +ctt +ctp +cqa +cqa +cqa +cyx +cqa +csr +cyG +cCx +cDw +cEj +chu +chu +chu +chu +chu aaf -cHk -cHu -cHu -cHu -cHu -cJb -cJx -cKa -cKt -cKt -cKt -cKt -cKB +cIr +cIM +cIM +cIM +cIM +cKm +cKO +cLl +cLC +cLC +cLC +cLC +cLO aaf aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -102648,99 +102233,99 @@ aaa aaa aaa aaa -aam +aal aaa -aao -aav -aav -aav -aav -abj -abM -abZ +aat +aax +aax +aax +aax +abm +abP +acr acR acR acR acR -aee +aeh aaf -aam +aal aaa aaa aaa aaa -ahI -aip -aiO -abh -agf -ahe -ahe -amf -ahe -ahe -aoq -apk -apk -ats -arw -asc -asQ -awd -auq -aoo -awm -axd -aoo -ayJ -azP +ahG +aiq +aiR +abd +agb +agY +agY +amk +agY +agY +aot +apl +apl +aqG +ars +arT +asK +atC +auh +aor +awb +awR +aor +ayw +azB aaf -aBX -aBX -aBX -aBX -aBX -aBX +aBG +aBG +aBG +aBG +aBG +aBG aaf -aLH -aMO -aOD -aPP -aMB -aSf -aVP -aXx -aVO -baR -bcv -bdV -bdS -bfh -bfh -biu -bko -bkP -bdV -bpk -bqY -bsO -bux -bwf -bxI -bzg -bBd -bCu -bDT -bGD -bGD -bGD -bGD -bLs -bMI -bOv -bPW -bGD -bGD +aLu +aMY +aOU +aQl +aMQ +aRF +aVk +aWT +aVj +bao +bbZ +bdA +beV +bgq +bgq +bjz +blj +bmB +bdA +bqn +brS +btB +bvp +bwW +byz +bAb +bBO +bDd +bEN +bGz +bGz +bGz +bGz +bMx +bNE +bPj +bQF +bGz +bGz aaf aaa aaa @@ -102750,66 +102335,66 @@ aaa aaa aaa aaa -chC -chV -chV -ckE -cmV -cnY -cpf -cpt -cqF -crD -crD -csF -cqF -cqF -cwN -cxO -cwN -crD -cqF -cBA -cDK -cEB -cmV -cFc -cFJ -cFJ -chC +chu +ciK +ciK +clv +cmN +cnQ +coX +cqf +crr +css +css +ctq +crr +crr +cxB +cyA +cxB +css +crr +cCy +cDx +cEl +cmN +cFG +cGu +cGu +chu aaf -cHj -cHj -cHj -cHj -cHj +cIs +cIs +cIs +cIs +cIs aaf -cJx +cKO aaf -cHj -cHj -cHj -cHj -cHj +cIs +cIs +cIs +cIs +cIs aaf aaa aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -102905,52 +102490,52 @@ aaa aaa aaa aaa -aam +aal aaa -aas -aas -aas -aas -aas +aau +aau +aau +aau +aau aaf -abM +abP aaf -aas -aas -aas -aas -aas +aau +aau +aau +aau +aau aaf aaa aaa -abh -abh -abh -abh -abh -abh -abh -ajS -ahe -alt -amg -amO -ahe -atr -apl -apl -aqM -aqM -aqM -apl -atL -aop -aoo -avN -awL -axn -ayK -azR +abd +abd +abd +abd +abd +abd +abd +ajX +agY +alz +aml +amU +agY +aou +apm +apm +aqH +aqH +aqH +apm +atD +aos +aor +awc +awS +axA +ayx +azD aaa aaf aaa @@ -102959,45 +102544,45 @@ aaa aaf aaa aaa -aLL -aMO -aOE -aQa -aPJ -aUj -aVQ -aXy -aVO -baS -bcw -bdV -beb -bfj -bhs -biG -bkq -bkR -bop -bpl -bra -bsR -buA -bwh -bfl -bfl -bfl -bfl -bDV -bGD -bGU -bIo -bJX -bLu -bMJ -bJW -bJW -bRs -bTI +aLy +aMY +aOV +aQs +aQf +aTI +aVl +aWU +aVj +bap +bca +bdA +beW +bgr +big +bjA +blk +bmC +bok +bqo +brT +btC +bvq +bwX +bgu +bgu +bgu +bgu +bEO +bGz +bHG +bJl +bKU +bMy +bNF +bKV +bKV +bSh +bTz aaf aaa aaa @@ -103007,33 +102592,33 @@ aaa aaa aaa aaa -chC -chW -cjs -ckJ -cmT +chu +ciL +cjZ +clw +cmL aaf -cpi -cpw -cpp -crE -crE -csG -cpp -cpp -cpp -cxP -cpp -crE -cpp -cBD -cDL -cEz -cmT -cFe -cFK -cGi -chC +cpa +cqg +cqa +csr +csr +ctp +cqa +cqa +cqa +cyB +cqa +csr +cqa +cCz +cDy +cEj +cmL +cFH +cGv +cGU +chu aaa aaf aaf @@ -103041,7 +102626,7 @@ aaf aaa aaf aaa -cJz +cKP aaa aaf aaa @@ -103054,19 +102639,19 @@ aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -103162,7 +102747,7 @@ aaa aaa aaa aaa -aam +aal aaa aaa aaa @@ -103170,7 +102755,7 @@ aaf aaa aaa aaa -abM +abP aaa aaa aaa @@ -103180,81 +102765,81 @@ aaa aaa aaa aaa -afX -ahc -aio -ahJ -aiq -aiN -ajw -agf -ahe -alq -amg -amL -ahe -agL -agL -agL -agL -agL -agL -agL -agL -aur -apl -awo -auq -auq -ayH -azN -azN -azN -azN -azN -azN -azN -azN -aKi -aKi -aMT -aOD -aPP -aRl -aSf -aVR -aXz -aVO -baB -bcx -bdV -bdV -bdV -bdV -bdV -bdV -blo -bdV -bqu -bqZ -bsQ -buz -bwg -bra -bra -bBe -bra -bDU -bGD -bGT -bIn -bJW -bLt -bJW -bOx -bJW -bRs -bTJ +afT +agD +agW +ahH +air +aiQ +ajB +agb +agY +alA +aml +amV +agY +agG +agG +agG +agG +agG +agG +agG +agG +aui +apm +awd +auh +auh +ayu +azz +azz +azz +azz +azz +azz +azz +azz +aJV +aJV +aNc +aOU +aQl +aRM +aRF +aVm +aWV +aVj +aZY +bcb +bdA +bdA +bdA +bdA +bdA +bdA +blf +bdA +bqp +brU +btD +bvr +bwY +brT +brT +bBP +brT +bEP +bGz +bHH +bJm +bKV +bMz +bKV +bPk +bKV +bSh +bTA aaf aaa aaa @@ -103264,33 +102849,33 @@ aaa aaa aaa aaa -chC -chV -chV -ckI -cmW -cnZ -cpj -cpv -cqG -crF -csK -csG -cuT -cwL -ctM -crI -cpp -czx -cAu -cBC -cDI -cEC -cFj -cFd -cFJ -cFJ -chC +chu +ciK +ciK +clx +cmO +cnR +cpb +cqh +crs +cst +ctu +ctp +cvH +cwC +cuE +csx +cqa +cAp +cBp +cCA +cDv +cEm +cEW +cFI +cGu +cGu +chu aaa aaf aaf @@ -103298,33 +102883,33 @@ aaa aaa aaa aaa -cJv +cKM aaa aaa aaa aaa aaf -aaJ -aaJ +aaG +aaG aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -103419,99 +103004,99 @@ aaa aaa aaa aaa -aam +aal aaa -aar -aar -aar -aar -aar +aas +aas +aas +aas +aas aaf -abM +abP aaf -aar -aar -aar -aar -aar +aas +aas +aas +aas +aas aaa aaa aaa -afY -agJ -ahd -ahK -ahK -ahK -ajx -ajT -ahe -alw -amh -amU -ahe -aos -amg -apW -ahe -aos -asd -apW -agL -aus -avo -awp -axf -axO -ayL -azS -azS -azS -azS -azS -azS -azS -azS -azS -aLM -aMW -aOF -aQc -aRn -aSf -aVS -aXA -aVO -bmH -bcx -bdX -bfo -bfo -bfo -bjL -blu -bmK -bfs -bqu -brc -btK -buC -bwj -bwj -bzi -bBf -bwj -bDY -bFE -bGW -bIr -bIr -bLw -bMM -bOz -bPY -bRs -bTK +afU +agE +agX +ahI +ahI +ahI +ajC +ajY +agY +alB +amm +amW +agY +aov +aml +apV +agY +aov +arU +apV +agG +auj +avf +awe +awT +axB +ayy +azE +azE +azE +azE +azE +azE +azE +azE +azE +aLz +aNd +aOW +aQt +aRN +aRF +aVn +aWW +aVj +baq +bcb +bdC +beX +beX +beX +bjB +bll +bmD +bfb +bqp +brV +btE +bvs +bwZ +bwZ +bAc +bBQ +bwZ +bEQ +bGA +bHI +bJn +bJn +bMA +bNG +bPl +bQG +bSh +bTB aaf aaa aaa @@ -103521,33 +103106,33 @@ aaa aaa aaa aaa -chC -chC -chC -chC -chC +chu +chu +chu +chu +chu aaf -cpk -cpx -cqB -crE -crE -csG -cpp -cpp -cpp -crI -cpp -crE -cxV -cBE -cDJ -cEz -chC -chC -chC -chC -chC +cpc +cqi +crn +csr +csr +ctp +cqa +cqa +cqa +csx +cqa +csr +cyG +cCB +cDw +cEj +chu +chu +chu +chu +chu aaa aaa aaa @@ -103555,7 +103140,7 @@ aaa aaa aaa aaa -cJv +cKM aaa aaa aaa @@ -103564,25 +103149,25 @@ aaf aaf aaf aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -103676,99 +103261,99 @@ aaa aaa aaa aaa -aam +aal aaa -aao -aav -aav -aav -aav -abj -abM -abZ +aat +aax +aax +aax +aax +abm +abP +acr acR acR acR acR -aee +aeh aaf aaa aaa -afZ -agg -ahe -ahe -ahe -ahe -ahe -ajU -ahe -alx -ami -amV -ahe -aot -apm -apX -ahe -arx -apm -apX -agL -aoo -aoo -aoo -aoo -aoo -ayM -azT -azT -azT -azT -azT -azT -azT -azT -azT -aKi -aMU -aOv -aMB -aRm -aSf -aUm -aUm -aUm -aUm -bcy -bdY -bec -bfk -bht -bfs -bfs -bkS -bnf -bqv -brb -btL -buB -bwi -bxK -bzh -bfl -bfl -bDW -bGD -bGV -bIp -bJW -bLv -bMK -bOy -bPX -bGD -bGD +afV +agc +agY +agY +agY +agY +agY +ajZ +agY +alC +amn +amX +agY +aow +apn +apW +agY +art +apn +apW +agG +aor +aor +aor +aor +aor +ayz +azF +azF +azF +azF +azF +azF +azF +azF +azF +aJV +aNe +aOR +aMQ +aRO +aRF +aTL +aTL +aTL +aTL +bcc +bdD +beY +bgs +bih +bfb +bfb +bmE +bol +bqq +brW +btF +bvt +bxa +byA +bAd +bgu +bgu +bER +bGz +bHJ +bJo +bKV +bMB +bNH +bPm +bQH +bGz +bGz aaf aaa aaa @@ -103784,22 +103369,22 @@ aaa aaa aaa aaf -cpl -cpp -cpp -crE -crE -csG -cpp -cpp -cpp -cxQ -cyD -czy -cpp -cpp -cDM -cEz +cpd +cqa +cqa +csr +csr +ctp +cqa +cqa +cqa +cyC +czm +cAq +cqa +cqa +cDz +cEj aaa aaf aaa @@ -103812,7 +103397,7 @@ aaf aaa aaa aaa -cJv +cKM aaa aaa aaf @@ -103822,24 +103407,24 @@ aaf aaf aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -103933,103 +103518,103 @@ aaa aaa aaa aaa -aam +aal aaa -aas -aas -aas -aas -aas +aau +aau +aau +aau +aau aaf -abM +abP aaf -aas -aas -aas -aas -aas +aau +aau +aau +aau +aau aaf aaa -abh -abh -agg -ahe -ahD -aim -aiK -ahe -ajV -ahe -ahe -ame -ahe -ahe -ahe -apg -ahe -ahe -ahe -arR -ahe -ahe +abd +abd +agc +agY +ahJ +ais +aiS +agY +aka +agY +agY +amo +agY +agY +agY +apo +agY +agY +agY +arV +agY +agY aaf aaa aaa aaf -axP -axU -azT -aAo -aBn -aBn -aDS -aFo -aGc -aHW -aJK -aKi -aMX -aOv -aMB -aRo -aSf -aUS -aWi -aYb -aZy -bcy -bdY -bev -bfm -bfm -biR -bkr -bkX -bkX -bpm -bre -bfs -bfs -bwl -byF -bAh -bBk -bDi +axC +axH +azF +aAx +aBH +aBH +aDW +aFw +aGH +aIr +aJY +aJV +aNf +aOR +aMQ +aRP +aRF +aVo +aWX +aYB +bar +bcc +bdD +beZ +bgt +bgt +bjC +blm +bmF +bmF +bqr +brX +bfb +bfb +bxb +byB +bAe +bBR +bDe +bES bEW -bFa -bHO -bJt -bLb -bLy -bFa -bFa -bQR -bGD +bHK +bJp +bKW +bMC +bEW +bEW +bQI +bGz aaa aaf -bVx -bXO -bYw +bWm +bXG +bWm aaa aaf aaf @@ -104041,27 +103626,27 @@ aaa aaf aaf aaa -cog -cpz -cpp -crH -csM -csG -cpp -cpp -cpp -crI -cpp -crE -cpp -cuT -cDM -cEz -chC -chC -chC -chC -cHK +cnY +cqj +cqa +csu +ctv +ctp +cqa +cqa +cqa +csx +cqa +csr +cqa +cvH +cDz +cEj +chu +chu +chu +chu +cHz aaa aaf aaa @@ -104069,7 +103654,7 @@ aaf aaf aaa aaa -cJD +cKQ aaa aaa aaa @@ -104079,24 +103664,24 @@ aaf aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -104190,7 +103775,7 @@ aaa aaa aaa aaa -aam +aal aaa aaf aaf @@ -104198,7 +103783,7 @@ aaf aaa aaf aaa -abM +abP aaa aaf aaa @@ -104207,153 +103792,153 @@ aaf aaf aaa aaa -abh -aga -agg -ahe -ahC -ail -aiJ -aju -ajO -akG -alu -amd -amP -anA -aoe -apf -alu -aqz -arp -arP -asw -ahe +abd +afW +agc +agY +ahK +ait +aiT +ajD +akb +akO +alD +amp +amY +anI +aox +app +alD +aqI +aru +arW +asL +agY aaf aaa aaa -aap -axQ -axU -azT -aAn -aBl -aCf -aDR -aFn -aGb -aHV -aJJ -aLN -aMB -aOv -aMB -aMB -aUk -aUR -aUV -aWj -aZx -bcy -bdY -bed -bfl -bfl -bfl -bfl -bfl -bfl -bfl -brd -bfs -buD -bwk -bxL -bzj -bfm -bCv -bEX -bFF -bGX -bIs -bJZ -bLx -bMN -bFa -bQS -bNV -bNV -bUX -bVw -bXP -bVw -caC -caA -cbX -cfd -cfd -chD -ciU -ciU -ciU -cmX -cfd -cog -cpy -cpp -crG -csL -ctG -cqG -cqG -cqG -cxR -cqG -czz -cAv -cBF -cDN -cEC -cmW -cFf +aai +axD +axH +azF +aAy +aBI +aCB +aDX +aFx +aGI +aIs +aJZ +aLA +aMQ +aOR +aMQ +aMQ +aTJ +aVp +aVs +aWZ +bas +bcc +bdD +bfa +bgu +bgu +bgu +bgu +bgu +bgu +bgu +brY +bfb +bvu +bxc +byC +bAf +bgt +bDf +bET +bGB +bHL +bJq +bKX +bMD +bNI +bEW +bQJ +bNP +bNP +bUP +bWm +bXH +bWm +cav +cbN +cdk +ceV +ceV +chv +ciM +ciM +ciM +cmP +ceV +cnY +cqk +cqa +csv +ctw +cux +crs +crs +crs +cyD +crs +cAr +cBq +cCC +cDA +cEm +cmO cFJ -cFJ -chC +cGu +cGu +chu aaa aaf aaa -cJs -aaf -aaf -cJd -cLl cJd aaf aaf +cKn +cKR +cKn +aaf +aaf aaf aaf aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -104447,7 +104032,7 @@ aaa aaa aaa aaa -aam +aal aaa aaf aaf @@ -104464,127 +104049,127 @@ aaf aaa aaa aaa -abh +abd +afX agb -agf -ahe -ahN -ait -aiR -ahe -ajX -akJ -alv -alv -alv -anB -aof -api -apL -alv -arq -arT -asx -ahe -amq -amq -amq -awM -aoo -axU -azT -aAq -aBp -aCh -aDW -aFp -aFp -aHX -aJM -aKS -aMZ -aOH -aQe -aQe -aTu -aUU -aWv -aYc -aZA -bcy -bdZ -bfs -bfp -bfl -bfl -bks -bfl -bfl -bfl -brg -bsS -bfl -bfl -bxO -bfl -bfl -bfl -bEY -bFH -bGZ -bIu -bKf -bLz -bMP -bFa -bQS -bSr -bTL -bNV -bVw -bXQ -bVw -caD -caG -cbX -cfd -cgj -chE -chE -chF -clG -chF -cmY -cog -cpB -cpp -cpp -csO -ctH -cpp -cpp -cpp -crI -cpp -czC -cpp -cBH -cDL -cEz -cmT -cFh -cFJ -cGj -chC +agY +ahL +aiu +aiU +agY +akc +akP +alE +alE +alE +anJ +aoy +apq +apX +alE +arv +arX +asM +agY +amu +amu +amu +awU +aor +axH +azF +aAz +aBJ +aCC +aDY +aFy +aFy +aIt +aKa +aLB +aNg +aOX +aQu +aQu +aTK +aVq +aWY +aYC +bat +bcc +bdE +bfb +bgv +bgu +bgu +bln +bgu +bgu +bgu +brZ +btG +bgu +bgu +byD +bgu +bgu +bgu +bEU +bGC +bHM +bJr +bKY +bME +bNJ +bEW +bQJ +bSi +bTC +bNP +bWm +bXI +bWm +caw +cbO +cdk +ceV +cgb +chw +chw +chx +cly +chx +cnS +cnY +cql +cqa +cqa +ctx +cuy +cqa +cqa +cqa +csx +cqa +cAs +cqa +cCD +cDy +cEj +cmL +cFK +cGu +cGV +chu aaf aaf -cJc +cIN aaa aaa aaf -cJf -cLm -cJf +cKo +cKS +cKo aaf aaf aaf @@ -104593,24 +104178,24 @@ aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -104704,15 +104289,15 @@ aaa aaa aaa aaa -aam -aaq -aam +aal +aan +aal aaf aaa aaa aaa aaa -abL +abN aaa aaa aaa @@ -104721,128 +104306,128 @@ aaf aaf aaf aaf -abh -agv -agf -ahe -ahE -air -aiP -ahe -ajW -akI -ahO -ahO -aly -ahe -aow -aph -aow -ahe -aow -arS -aow -ahe -atZ -auP -amq -atP -aoo -axU -azT -aAp -aBo -aCg -aDT -aFn -aGv -aFn -aJL -aLN -aMY -aOG -aQd -aSq -aSf -aUT -aWj -aWj -aZz -bcy -bdY -bfs -bfn -bfl -bfl -bfl -bkY -bfl -bpn -brf -bfs -buE -bfl -bxO -bks -bfl -bfl -bEZ -bFG -bGY -bIt -bKc -bLz -bMO -bFa -bQS -bSr -bTM -bNV -bWv -bXR -bWv -caD -caF -caF -cfd -cgk -chF -chF -cgF -chF -chF -cmN -cog -cpA -cpp -cpp -csN -csG -cpp -cpp -cpp -crI -cpp -czA -cAy -cBG -cDI -cEC -cFj -cFg +abd +afY +agb +agY +ahM +aiv +aiV +agY +akd +akQ +ahR +ahR +alG +agY +aoz +apr +aoz +agY +aoz +arY +aoz +agY +auk +avg +amu +atG +aor +axH +azF +aAA +aBK +aCD +aDZ +aFx +aGJ +aFx +aKb +aLA +aNh +aOY +aQv +aRQ +aRF +aVr +aWZ +aWZ +bau +bcc +bdD +bfb +bgw +bgu +bgu +bgu +bmG +bgu +bqs +bsa +bfb +bvv +bgu +byD +bln +bgu +bgu +bEV +bGD +bHN +bJs +bKZ +bME +bNK +bEW +bQJ +bSi +bTD +bNP +bWo +bXJ +bWo +caw +cbP +cbP +ceV +cgc +chx +chx +chy +chx +chx +cnT +cnY +cqm +cqa +cqa +cty +ctp +cqa +cqa +cqa +csx +cqa +cAt +cBr +cCE +cDv +cEm +cEW cFL -cFJ -chC +cGw +cGu +chu aaa aaf aaf aaf aaf -cIP -cJe -cLn -cKb -cKx +cJW +cKp +cKT +cLm +cLD aaa aaa aaa @@ -104850,24 +104435,24 @@ aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -104969,7 +104554,7 @@ aaf aaa aac aaa -abL +abN aaa aaa aaf @@ -104978,153 +104563,153 @@ aaa aaf aaf aaa -abh -agd -agg -ahe -ahL -aiu -aiQ -ajy -ajZ -akK -alz -amj -amR -ahe -aom -apn -apR +abd +afZ +agc +agY +ahN +aiw +aiW +ajE +ake +akR +alF amq -aom -ase -apR -amq -aub -amq -amq -atP -ayj -axU -azT -aAr -aBn -aBn -aDX -aFq -aGx -aFn -aJN -aIO -aNb -aOO -aOO -aIS -aUm -aUV -aWw -aWj -aZB -bcz -bea -bfs -bfq -bhu -biS -bkt -blp -bng -bfs -brk -bfs -buF -bwm -bxQ -bfl -bBl -bCw -bFa -bFI -bHa -bIv -bKg -bLA -bMR -bFa -bQS -bSs -bTN -bNV -bWw -bSs -bZn -caD -caI -cca -cfd -cgl -chF -cgF -cgF -cgF -cgF -cgF -cog -cpD -cqH -crJ -csQ -ctI -cqO -cqO -cwP -crM -cpp -cwS -cxV -cBJ -cDJ -cEz -chC -chC -chC -chC -chC -cHY -cIG -cHY -cIG +amZ +agY +aoA +aps +apY +amu +aoA +arZ +apY +amu +aul +amu +amu +atG +axE +axH +azF +aAB +aBH +aBH +aEa +aFz +aGK +aFx +aKc +aIC +aNi +aOZ +aOZ +aIG +aTL +aVs +aXa +aWZ +bav +bcd +bdF +bfb +bgx +bii +bjD +blo +bmH +bom +bfb +bsb +bfb +bvw +bxd +byE +bgu +bBS +bDg +bEW +bGE +bHO +bJt +bLa +bMF +bNL +bEW +bQJ +bSj +bTE +bNP +bWp +bSj +bZh +caw +cbQ +cdl +ceV +cgd +chx +chy +chy +chy +chy +chy +cnY +cqn +crt +csw +ctz +cuz +cry +cry +cxC +csy +cqa +cxF +cyG +cCF +cDw +cEj +chu +chu +chu +chu +chu +cHN +cIt +cHN +cIt aaa -cKp -cJg -cJE -cKc -cKp +cJX +cKq +cKU +cLn +cJX aaa aaa aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -105235,128 +104820,128 @@ aaf aaf aaa aaa -abh -age -agK -ahe -ahG -ais -ahE -ahe -ajY -akI -aly -aly -amQ -ahe -aol -apj -apQ -amq -arr -asb -asG -amq -aua -auQ -avO -atP -axS -axU -azT -azT -azT -azT -azT -azT -azT -aIF -azT -aIO -aNa -aOI -aOI -aIS -aIS -aVY -aXF -aXF -baZ -aIS -aIS -aIS -aIS -aIS -aIS -bly -blj -bly -aIS -brj -btN -bvB -bxh -bxP -bzk -bvB -bxh -btN -btN -btN -btN -btN -btN -bFa -bFa -bQS -bSs -bTO -bNV -bNV -bXS -bZo -caE -caH -cbY -cfd -cfs -cgF -cgF -cgF -cgF -cgF -cgF -cog -cpC -cpp -crI -csP -csG -cuT -cwL -cwO -cxS +abd +aga +agF +agY +ahO +aix +ahM +agY +akf +akQ +alG +alG +ana +agY +aoB +apt +apZ +amu +arw +asa +asN +amu +aum +avh +awf +atG +axF +axH +azF +azF +azF +azF +azF +azF +azF +aIu +azF +aIC +aNj +aPa +aPa +aIG +aIG +aVt +aXb +aXb +baw +aIG +aIG +aIG +aIG +aIG +aIG +blp +bmI +blp +aIG +bsc +btH +bvx +bxe +byF +bAg +bvx +bxe +btH +btH +btH +btH +btH +btH +bEW +bEW +bQJ +bSj +bTF +bNP +bNP +bXK +bZi +cax +cbR +cdm +ceV +cge +chy +chy +chy +chy +chy +chy +cnY +cqo +cqa +csx +ctA +ctp +cvH +cwC +cxD cyE -czD -cAz -cBI -cDO -cED +czn +cAu +cBs +cCG +cDB +cEn aaa aaa aaa aaf aaa -cHZ -cHZ -cHZ -cHZ +cHO +cHO +cHO +cHO aaa -cKp -cKJ -cLp -cLI -cKp +cJX +cKr +cKV +cLo +cJX aaa aaa aaa @@ -105365,22 +104950,22 @@ aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -105479,12 +105064,12 @@ aaa aaf aaa aaa -aaK +aaH aaf aaf -abm -abW -abm +abn +abS +abn aaf aaf aaf @@ -105492,128 +105077,128 @@ aaf aaa aaa aaa -abh -agf -agL -agL -agL -agL -agL -ahe -akb -akM -ahe -ahe -ahe -ahe -aoz -app -aoz -amq -aoz -asf -aoz -amq -aud -auS -avQ -atP -axT -ayN -azU -azU -azU -azU -azU -azU -aGY +abd +agb +agG +agG +agG +agG +agG +agY +akg +akS +agY +agY +agY +agY +aoC +apu +aoC +amu +aoC +asb +aoC +amu +aun +avi +awg +atG +axG +ayA +azG +azG +azG +azG +azG +azG +aGL +aIv +aKd aIG -aKq -aIS -aNd -aLg -aLg -aLg -aTv -aLg -aLg -aLg -aLg -bbq -bda -aLg -bfF -bhv -biT -aLg -aLg -aLg -aLg -brm -bsU -buI -buI -bxS -buI -bBm -bBm -bDZ -bBm -bBm -bBm -bKh -btN -cdy -bPu -bQS -bSs -bTO -bSs -bWx -bXT -bZp -caD -cbZ -cbZ -cfd -cft -cgG -chX -cjt -cgF -clS -cnb -cog -cpF -cpp -crI -csS -ctJ -cuU -cvT -cwT -cvT -cvT -cyH -cAB -cog -cog +aNk +aLK +aLK +aLK +aTM +aLK +aLK +aLK +aLK +bce +bdG +aLK +bgy +bij +bjE +aLK +aLK +aLK +aLK +bsd +btI +bvy +bvy +byG +bvy +bBT +bBT +bEX +bBT +bBT +bBT +bLb +btH +bNM +bPn +bQJ +bSj +bTF +bSj +bWq +bXL +bZj +caw +cbS +cbS +ceV +cgf +chz +ciN +cka +chy +cmQ +cnU +cnY +cqp +cqa +csx +ctB +cuA +cvI +cwD +cxE +cwD +cwD +czp +cBt +cnY +cnY aaf aaf aaf aaf aaf aaa -cHZ -cHZ -cHZ -cHZ +cHO +cHO +cHO +cHO aaa -cKp -cKK -cLq -cLJ -cKp +cJX +cKs +cKW +cLp +cJX aaa aaa aaa @@ -105624,19 +105209,19 @@ aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -105739,9 +105324,9 @@ aaa aaa aaa aaf -abl -abX -abl +abo +abT +abo aaf aaf aaf @@ -105749,111 +105334,111 @@ aaa aaa aaa aaa -abh -agg -agL -agT -agU -agU -aiS -ahe -aka -akL -alC -amk -amS -anJ -aon -apo -apS -aqA -aov -aox -asH -amq -auc -auR -avP -atP -axU -ayO -azV -auq -aCc -aoo -aGm -aFM -aGZ -aIH -aKr -aLP -aNc -aOP -aQf -aRp -aRp -aRp -aRp -aRp -aZC -bbp -bcZ -bbp -bfr -aRp -aRp -aRp -aRp -aRp -bpo -brl -bsT -buG -buG -bxR -bzl -bzl -bzl -bzl -bzl -bzl -bIw -bBm -btN -ccR -bPv -bQT -bSs -bTO -bUY -bSs -bXU -bNV -caD -caJ -ccb -cfd -cfd -cfd -cfd -ckj -cfd -cfd -cod -cog -cpE -cpp -crI -csR -csG -cpp -cpp -cwS -cpp -cpp -czF -cAA -cog +abd +agc +agG +agZ +ahb +ahb +aiX +agY +akh +akT +alH +amr +anb +anK +aoD +apv +aqa +aqJ +aoE +aoG +asO +amu +auo +avj +awh +atG +axH +ayB +azH +auh +aBL +aor +aEb +aFA +aGM +aIw +aKe +aLC +aNl +aPb +aQw +aRR +aRR +aRR +aRR +aRR +bax +bcf +bdH +bcf +bgz +aRR +aRR +aRR +aRR +aRR +bqt +bse +btJ +bvz +bvz +byH +bAh +bAh +bAh +bAh +bAh +bAh +bJu +bBT +btH +bNN +bPo +bQK +bSj +bTF +bUQ +bSj +bXM +bNP +caw +cbT +cdn +ceV +ceV +ceV +ceV +ckb +ceV +ceV +cnV +cnY +cqq +cqa +csx +ctC +ctp +cqa +cqa +cxF +cqa +cqa +cAv +cBu +cnY aaa aaa aaa @@ -105861,16 +105446,16 @@ aaa aaa aaf aaa -cHZ -cHZ -cHZ -cHZ +cHO +cHO +cHO +cHO aaa -cKp -cKL -cLr -cKp -cKp +cJX +cKt +cKX +cJX +cJX aaa aaa aaa @@ -105881,19 +105466,19 @@ aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -105995,10 +105580,10 @@ aaa aaa aaa aaa -aaY -abq -abY -acg +aba +abp +abU +acs acS aaa aaa @@ -106006,147 +105591,147 @@ aaa aaa aaa aaa -abh -agg -agL -agW -ahM -ahM -aiU -ajz -akd -akO -alA -amm -amW -anC -aov -apo -aov -aqF -arv -aox -asH -amq -aue -amq -amq -atP -axU -ayP -ayP -ayP -ayP -ayP -ayP -ayP -ayP -ayP -ayP -aIO -aNd -aOR -aLg -aRq -aRq -aRq -aRq -aRq -aZD -bbs -bdb -bbs -bbs -bbs -bbs -bbs -blq -bnh -bpq -brn -bsW -buJ -bwo -bxT -bzm -bzm -bCx -bEh -bFJ -bzm -bIy -bKj -bML -bNU -bPw -bQU -bNU -bTP -bNU -bWy -bXV -bZq -bZB -caL -ccc -cfe -cfu -cgI -chZ -ckk -clH -cmZ -cnd -cob -cpN -cqK -crM -csR -csG -cuW -cpp -cwS -cpp -cpp -czH -cAD -cog -cDP -cEE -cEE -cEE -cEE -cHh +abd +agc +agG +aha +ahP +ahP +aiY +ajF +aki +akU +alI +ams +anc +anL +aoE +apv +aoE +aqK +arx +aoG +asO +amu +aup +amu +amu +atG +axH +ayC +ayC +ayC +ayC +ayC +ayC +ayC +ayC +ayC +ayC +aIC +aNk +aPc +aLK +aRS +aRS +aRS +aRS +aRS +bay +bcg +bdI +bcg +bcg +bcg +bcg +bcg +bmJ +bon +bqu +bsf +btK +bvA +bxf +byI +bAi +bAi +bDh +bEY +bGF +bAi +bJv +bLc +bMG +bNO +bPp +bQL +bNO +bTG +bNO +bWr +bXN +bZk +cay +cbU +cdo +ceW +cgg +chA +ciO +ckc +clz +cmR +cnW +cpe +cqr +cru +csy +ctC +ctp +cvJ +cqa +cxF +cqa +cqa +cAw +cBv +cnY +cDC +cEo +cEo +cEo +cEo +cGW aaa -cIa -cIa -cIa -cIa +cHP +cHP +cHP +cHP aaf -cKq -cJh -cJF -cKd -cMb +cJY +cKu +cKY +cLq +cLE aaf aaa aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -106252,139 +105837,139 @@ aaf aaa aaa aaa -abf -abn -abS -acd -abf +abb +abq +abV +act +abb aaa aaa aaa aaa aaa aaa -abh -agg -agL -agU -ahE -aiv -aiT -ahe -akc -akN -alC -aml -amT -anJ -aou -apq -apU -aqB -art -asg -asI -atd -aox -auT -avR -atP -axU -ayP -azm -aAs -ayP -aCj -azm -ayP -aGz -aHY -aJO -aIO -aNe -aOR -aQj -aSs -aUo -aUo -aLZ -aNi -aLg -bbr -bee -bee -bgQ -biw -bjP -bee -bmR -bmR -bqA -bsk -bmR -bmR -bwn -bvB -bAn -bAn -bxh -bEa -bGK -buI -bIx -bKi -btN -bNV -bPx -bQV -bQV -bQV -bUZ -bNV -bNV -bNV -bZA -caK -cdx -cff -cgp -cgH -chY -cju -clI -cna -cnc -coa -cpG -cqJ -crL -csU -csG -cuV -cvT -cwT -cxT -cyG -czG -cAC -cog -cHH -cEF -cMI -cFW -cHH -cHi -cCS -cGP -cGP -cGP -cGP -cJR -cKq -cML -cLt -cLL -cMc +abd +agc +agG +ahb +ahM +aiy +aiZ +agY +akj +akV +alH +amt +and +anK +aoF +apw +aqb +aqL +ary +asc +asP +atE +aoG +avk +awi +atG +axH +ayC +azI +aAC +ayC +aCE +azI +ayC +aGN +aIx +aKf +aIC +aNm +aPc +aQx +aRT +aTN +aTN +aLM +aNr +aLK +bch +bdJ +bdJ +bgA +bik +bjF +bdJ +bmK +bmK +bqv +bsg +bmK +bmK +bxg +bvx +bAj +bAj +bxe +bEZ +bGG +bvy +bJw +bLd +btH +bNP +bPq +bQM +bQM +bQM +bUR +bNP +bNP +bNP +caz +cbV +cdp +ceX +cgh +chB +ciP +ckd +clA +cmS +cnX +cpf +cqs +crv +csz +ctD +ctp +cvK +cwD +cxE +cyF +czo +cAx +cBw +cnY +cDD +cEp +cEX +cFM +cDD +cGX +cCI +cHQ +cHQ +cHQ +cHQ +cJA +cJY +cKv +cKZ +cLr +cLF aaa aaa aaa @@ -106392,18 +105977,18 @@ aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -106509,88 +106094,88 @@ aaf aaa aaa aaa -abf -abv -aca -acy -abf +abb +abr +abW +acu +abb aaa aaa aaa aaa aaf aaf -abh -agg -agL -ahe -ahP -ahe -ahe -ahe -akf -akQ -ahe -amq -amq -amq -aox -apr -apZ -aqH +abd +agc +agG +agY +ahQ +agY +agY +agY +akk +akW +agY +amu +amu +amu +aoG +apx +aqc +aqM arz -asi -asJ -aox -aps -auU -awb -atP -axU -ayP -azo -aAs -ayP -aCk -azo -ayP -azo -azo -azo -aIO -aNg -aOR -aQj -aMa +asd +asQ +aoG +apz +avl +awj +atG +axH +ayC +azJ +aAC +ayC +aCF +azJ +ayC +azJ +azJ +azJ +aIC +aNn +aPc +aQx +aLN aaa aaa -aSu -aNi -aZI -bbu -bee -bft -bgR -bix -bjQ -blA -bmR -bot -btR -bsl -bNT -bmR -bws -bxU -bxU -bxU -bCy -bxU -btN -bHc -bIx -buI -btN +aRV +aNr +baz +bci +bdJ +bfc +bgB +bil +bjG +blq +bmK +boo +bqw +bsh +btL +bmK +bxh +byJ +byJ +byJ +bDi +byJ +btH +bHP +bJw +bvy +btH aaa aaa aaa @@ -106598,50 +106183,50 @@ aaa aaa aaa aaa -aaL -bZr -bZr -bZr -bZr -bZr -cgq -cgL -ciY -ciY -ciY -clU -cog -coe -cpP -cqN -crN -cqL -ctL -cuY -cvT -cwU -cxV -cwU -czJ -cAF -cog +aaI +bZl +bZl +bZl +bZl +bZl +cgi +chC +ciQ +ciQ +ciQ +cmT +cnY +cpg +cqt +crw +csA +crx +cuB +cvL +cwD +cxG +cyG +cxG +cAy +cBx +cnY +cDE +cEq +cEY +cEq +cGx +cGY cCI -cDc -cEd -cDc -cFM -cGy -cCS -cGQ -cHl -cHl -cIf -cJS -cKq -cMM -cLt -cKP -cMd +cHR +cIu +cIu +cJe +cJB +cJY +cKw +cKZ +cKx +cLG aaa aaa aaa @@ -106649,18 +106234,18 @@ aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -106760,164 +106345,164 @@ aaa aaf aaf aah -aap -aak +aai +aao aah aaf aaf aaf -abf -abw -acb -acz -abf +abb +abs +abX +acv +abb aaa aaa aaa aaa aaa aaf -abh -agg -agL -agX -ahO -aij -aiV -ajB -ake -akP -alE -amn -amX -anL -aox -aox -apY -aqG -ary -ash -aox -aox -aox -aox -awa -atP -axU -ayP -azn -aAU -ayP -aAU -aDY -ayP -aAU -aHZ -aAU -aIO -aNf -aOR -aQj -aMa +abd +agc +agG +ahc +ahR +aiz +aja +ajG +akl +akX +alJ +amv +ane +anM +aoG +aoG +aqd +aqN +arA +ase +aoG +aoG +aoG +aoG +awk +atG +axH +ayC +azK +aAD +ayC +aAD +aEc +ayC +aAD +aIy +aAD +aIC +aNo +aPc +aQx +aLN aaa aaa -aIS -aYd -aZH -bbt -bee -bfu -bgS -biy -bgS -blB -bmR -bou -bqC -bsm -bmR -bmR -bwq -byO -bAo -bvK -bvK -bvK -bGL -bHb -bIz -bKk -btN +aIG +aYD +baA +bcj +bdJ +bfd +bgC +bim +bgC +blr +bmK +bop +bqx +bsi +bmK +bmK +bxi +byK +bAk +bvG +bvG +bvG +bGH +bHQ +bJx +bLe +btH aaa -bPy -bQW -bSt -bQW -bVa +bPr +bQN +bSk +bQN +bUS aaa aaa -bZs -bZC -caM -ccd -bZr -cfv -cgJ -cia -cjv -ciY -clT -coh -coc -cpO -cqL -crN -cqL -ctK -cuX -cvU -cwT -cxU +bZm +caA +cbW +cdq +bZl +cgj +chD +ciR +cke +ciQ +cmU +cnZ +cph +cqu +crx +csA +crx +cuC +cvM +cwE +cxE cyH -czI -cAE -cog -cCH -cEH -cFm -cFn -cFm -cGx -cCS -cId -cII -cHv -cIc -cJT -cKq -cKP -cLt -cKP -cMd +czp +cAz +cBy +cnY +cDF +cEr +cEZ +cFa +cEZ +cGZ +cCI +cHS +cIv +cIO +cJf +cJC +cJY +cKx +cKZ +cKx +cLG aaa aaa aaa aaa aaa aaa -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn -cMn +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ +cLQ aaa aaa aaa @@ -107015,147 +106600,147 @@ aab aaa aaa aag -aap -aap -aap -aap -aay +aai +aai +aai +aai +aav aaa aaa aaf -abf -abx -acc -abf -abf -abh -adH -adX -adX -aeC -abh -abh -agg -agL -agQ -ahO -ahO -aiX -ajC -akh -akS -alB -amp -amZ -anD -aoy -apt -aqc -aqJ -arA -asj -asK -asK -asK -ava -awh -atP -axU -ayQ -azx -aAu -aBq -aCp -azx -aFv -aGC -azx -aJQ -aLQ -aNh -aOR -aQj -aSt +abb +abt +abY +abb +abb +abd +adC +adT +adT +aey +abd +abd +agc +agG +ahd +ahR +ahR +ajb +ajH +akm +akY +alK +amw +anf +anN +aoH +apy +aqe +aqO +arB +asf +asR +asR +asR +avm +awl +atG +axH +ayD +azL +aAE +aBM +aCG +azL +aFB +aGO +azL +aKg +aLD +aNp +aPc +aQx +aRU aaa aaa -aXG -aZi -aZK -bcG -bee -bfv -bgT -biz -bjR -blC -bmR -bov -bqC -bsn -bmR -buM -bwu -bxV -bzn -bBo -bCA -bEk -bGL -bHe -bIB -buI -btN +aXc +aYE +baB +bck +bdJ +bfe +bgD +bin +bjH +bls +bmK +boq +bqx +bsj +bmK +bvB +bxj +byL +bAl +bBU +bDj +bFa +bGH +bHR +bJy +bvy +btH aaa -bPz -bQa -bRu -bSO -bPz +bPs +bQO +bSl +bTH +bPs aaa aaa -bZt -bZD -caN -ccf -bZr -cfx -cgN -cic -cjx -ckK -clW -cne -cof -cpQ -cqO -crP -csV -ctN -cva -cpp -cwW -cxX +bZn +caB +cbX +cdr +bZl +cgk +chE +ciS +ckf +clB +cmV +coa +cpi +cqv +cry +csB +ctE +cuD +cvN +cqa +cxH cyI -czR -cAG -cog -cCK -cEI -cFn -cFn -cFn -cGA -cCS -cIe -cIJ -cHy -cIi -cJU -cKq -cKQ -cLu -cLM -cMe +czq +cAA +cBz +cnY +cDG +cEs +cFa +cFa +cFa +cHa +cCI +cHT +cIw +cIP +cJg +cJD +cJY +cKy +cLa +cLs +cLH aaa aaa aaa @@ -107172,8 +106757,8 @@ aaa aaa aaa aaa -cMn -cMn +cLQ +cLQ aaa aaa aaa @@ -107272,147 +106857,147 @@ aab aaa aaa aah -aap +aai +aaj aai aap -aal -aat +aaq aaa aaa aaf -abg -abr -abT -acq -acX -acX -adI -adI -aem -adI -adI -adI -agh -agL -agY -ahO -aix -aiW -ajA -akg -akR -alG -amo -amY -anN -aox -aps -aqa -aox -aox -aox -aox -aqF -aqF -auZ -awc -atP -axU -ayP -azw -aAt -azx -aCn -azx -azx -aAt -azx -aJP -aLR -aNh -aOR -aQj -aSt +abc +abu +abZ +acw +acT +acT +adD +adD +aei +adD +adD +adD +agd +agG +ahe +ahR +aiA +ajc +ajI +akn +akZ +alL +amx +ang +anO +aoG +apz +aqf +aoG +aoG +aoG +aoG +aqK +aqK +avn +awm +atG +axH +ayC +azM +aAF +azL +aCH +azL +azL +aAF +azL +aKh +aLE +aNp +aPc +aQx +aRU aaa aaa -aUp -aYe -aZJ -bbv -bee -bfw -bgU -biA -bjS -blD -bmR -bow -bqD -bso -bmR -buL -bxn -bxp -bxp -bBn -bCz -bEi -bGL -bHd -bIA -bzk -btN +aTO +aYF +baC +bcl +bdJ +bff +bgE +bio +bjI +blt +bmK +bor +bqy +bsk +bmK +bvC +bxk +bxm +bxm +bBV +bDk +bFb +bGH +bHS +bJz +bAg +btH aaa -bPz -bPZ -bRt -bSN -bPz +bPs +bQP +bSm +bTI +bPs aaa aaa -bZr -bZr -bZr -cce -bZr -cfw -cgM -cib -cjw -ciY -clV -coj -cpr -cqE -cqE -cqE -ctO -ctM -cuZ -cpp -cwV -cxW -cwQ -cwQ -cwQ -cog -cCJ -cDd -cEf -cFi -cDd -cGz -cCS -cGR -cHm -cHw -cIg -cIt -cKr -cKR -cLv -cLM -cMb +bZl +bZl +bZl +cds +bZl +cgl +chF +ciT +ckg +ciQ +cmW +cob +cpj +cqw +cqw +cqw +ctF +cuE +cvO +cqa +cxI +cyJ +cwH +cwH +cwH +cnY +cDH +cEt +cFb +cFN +cEt +cHb +cCI +cHU +cIx +cIQ +cJh +cJE +cJZ +cKz +cLb +cLs +cLE aaf aaa aaa @@ -107530,146 +107115,146 @@ aaa aaf aah aah -aaj +aak aah -aat -aat +aaq +aaq aaf aaf aaf -abh -abh -ace -ace -ace -ace -ace -ace -ace -aeD -afb -afx -agi -agL +abd +abd +aca +aca +aca +aca +aca +aca +aca +aez +aeY +afu +age +agG ahf -ahR -agZ -aiZ -ajE -akj -akT -ahe -amr -anb -amq -aoB -aox -aqe -aqO -arB -ask -asL -ate -auh -auZ -awi -atP -axU -ayP -azz -aAx -aBs -aCr -aEa -aBs -aGD -aIa -aGD -aLe -aNj -aOR -aQj -aSt +ahS +aiB +ajd +ajJ +ako +ala +agY +amy +anh +amu +aoI +aoG +aqg +aqP +arC +asg +asS +atF +auq +avn +awn +atG +axH +ayC +azN +aAG +aBN +aCI +aEd +aBN +aGP +aIz +aGP +aLF +aNq +aPc +aQx +aRU aaa -aUp -aUp -aUp -aZZ -aUp -bee -bfx -bgU -biB -bjT -blE -bmR -box -bqE -bsp -bmR -buO -bxo -byQ -bxp -bBp -bCC -bEl -bGL -bHg -bID -bHg -btN -bNW -bPA -bQZ -bSw -bTS -bVb -bNW -bNW -bZr -bZL -bZr -cch -bZr -cfy -cgP -cih -cjz -ciY -cma -coj -cok -cpU -cqS -cpY -ctP -cpp -cvb -cvW -cwX -cxZ -czB -czS -cAI -cCR -cDV -cDV -cFp -cFY -cGJ -cHn -cHL -cGT -cHo -cHC -cIl -cIx -cKq -cKP -cLw -cLN -cMb +aTO +aTO +aTO +baD +aTO +bdJ +bfg +bgE +bip +bjJ +blu +bmK +bos +bqz +bsl +bmK +bvD +bxl +byM +bxm +bBW +bDl +bFc +bGH +bHT +bJA +bHT +btH +bNQ +bPt +bQQ +bSn +bTJ +bUT +bNQ +bNQ +bZl +caC +bZl +cdt +bZl +cgm +chG +ciU +ckh +ciQ +cmX +cob +cpk +cqx +crz +csC +ctG +cqa +cvP +cwF +cxJ +cyK +czr +cAB +cBA +cCH +cDI +cDI +cFc +cFO +cGy +cHc +cHA +cHV +cIy +cIR +cJi +cJF +cJY +cKx +cLc +cLt +cLE aaf aaf aaa @@ -107791,145 +107376,145 @@ aaa aaa aaf aaa -aaB +aay aaf aaa aaa aaf -ace -ace -acT -adg -adx -ace -ace -aeE -afc -afz -agj -agL -aha -ahQ -ahO -aiY -ajD -aki -akI -alD -ahO -ana -anO -aoA -aox -aqd -aqN -amq -amq -amq -amq -auA -avb -auA -atP -axV -ayR -azy -aAw -aBr -aCq -aDZ -azo -azo -aDZ -azo -aKU -aNi -aOR -aQj -aSt +aca +aca +acU +adl +adE +aca +aca +aeA +aeZ +afv +agf +agG +ahg +ahT +ahR +aje +ajK +akp +akQ +alM +ahR +ani +anP +aoJ +aoG +aqh +aqQ +amu +amu +amu +amu +aur +avo +aur +atG +axI +ayE +azO +aAH +aBO +aCJ +aEe +azJ +azJ +aEe +azJ +aLG +aNr +aPc +aQx +aRU aaa -aUp -aWx -aYf -aZL -bbw -bef -bfy -bgV -biC -bjU -blF -bmR -boy -bqF -boy -bmR -buN -bxp -byR -bxp -bBn -bCB -bBn -bGL -bHf -bIC -bHw -btN -cqv -bPB -bRa -bSx -bTT -bVc -bWz -bNW -bYx -bZE -caO -ccg -cfg -cfy -cgO -cig -cjy -ciY -cma -cnf -coi -cpT -cqP -crQ -csW -ctQ -cuZ -cvV -cwS -cpp -cwQ -cAM -cAH -cCS -cDW -cEK -cFq -cFZ -cEK -cEK -cHM -cIh -cIM -cIM -cIk -cIh -cHM -cHM -cHM -cHM -cHM +aTO +aXd +aYG +baE +bcm +bdK +bfh +bgF +biq +bjK +blv +bmK +bot +bqA +bot +bmK +bvE +bxm +byN +bxm +bBV +bDm +bBV +bGH +bHU +bJB +bIh +btH +bNR +bPu +bQR +bSo +bTK +bUU +bWs +bNQ +bZo +caD +cbY +cdu +ceY +cgm +chH +ciV +cki +ciQ +cmX +coc +cpl +cqy +crA +csD +ctH +cuF +cvO +cwG +cxF +cqa +cwH +cAC +cBB +cCI +cDJ +cEu +cFd +cFP +cEu +cEu +cHB +cHW +cIz +cIz +cJj +cHW +cHB +cHB +cHB +cHB +cHB aaa aaf -aaJ +aaG aaa aaa aaa @@ -108048,145 +107633,145 @@ aaa aaa aaa aaa -aaC +aaz aaa aaa aaa aaa -ace -acw -acU -adi -acU -adQ -ace -aeF -afd -agc -agk -agM -ahg -ahT -ahT -ajb -ajG -akh -akU -alH -ams -and -anP -aoD -apu -aqg -aqQ -arC -asm -asR -amq -aum -auZ -awl -atP -axU -ayP -azA -aAt -azx -aCu -aAt -azx -azx -aAt -aJS -aLU -aNk -aOU -aQj -aSu +aca +acx +acV +adm +acV +adU +aca +aeB +afa +afw +agg +agH +ahh +ahU +ahU +ajf +ajL +akm +alb +alN +amz +anj +anQ +aoK +apA +aqi +aqR +arD +ash +asT +amu +aus +avn +awo +atG +axH +ayC +azP +aAF +azL +aCK +aAF +azL +azL +aAF +aKi +aLH +aNs +aPd +aQx +aRV aaa -aUp -aWz -aYh -bab -bbD -beg -bfz -bgW -biD -bjV -blG -blr -bnj -bpr -bnj -bsX -buP -bwv -bxW -bzo -bBq -bwv -bEm -bFK -bHi -bIB -buI -btN -bNY -bPC -bPC -bSy -bPC -bPC -bWA -bNW -bYx -bZN -caQ -ccj -cfh -cgv -cgR -cij -ckr -ciY -cmc -coj -com -cpV -cqT -crS -coj -ctS -cvl -cwQ -cxf -cyc -cwQ -cwQ -cBM -cAN -cDX -cDX -cDX -cGa -cDX -cDX -cHM -cGU -cHp -cHF -cIm -cIu -cKs -cKS -cJV -cJV -cHM +aTO +aXe +aYH +baF +bcn +bdL +bfi +bgG +bir +bjL +blw +bmL +bou +bqB +bou +btM +bvF +bxn +byO +bAm +bBX +bxn +bFd +bGI +bHV +bJy +bvy +btH +bNS +bPv +bPv +bSp +bPv +bPv +bWt +bNQ +bZo +caE +cbZ +cdv +ceZ +cgn +chI +ciW +ckj +ciQ +cmY +cob +cpm +cqz +crB +csE +cob +cuG +cvQ +cwH +cxK +cyL +cwH +cwH +cBC +cAD +cDK +cDK +cDK +cFQ +cDK +cDK +cHB +cHX +cIA +cIS +cJk +cIi +cKa +cKA +cLd +cLd +cHB aaa aaa -aaJ +aaG aaa aaa aaa @@ -108307,143 +107892,143 @@ aaa aaa aaa aaa -aaU -aaU -aaU -aaU -acv -acU -adh -acU -adP -ace -aeG -aeG -aeG -aeG -aeG -aho -ahS -aiz -aik -ahe -akk -akI -alF -ahO -anc -anQ -aoC -aox -aqf -aqP -arI -asl -asM -amq -auk -auZ -awk -atP -axU -ayQ -azx -aAy -aBt -aCt -aEb -azx -azx -aAt -aJR -aLV -aNi -aOR -aQk -aIO -aUp -aUp -aWy -aYg -baa -bbx -bef -bfA -bfO -biE -bjW -bee -bmR -boy -boy -boy -bmR -bvK -bvK -bvK -bvK -bvK -bvK -bvK -bGL -bHh -bIz -bKl -btN -bNZ -bPD -bRb -bSz -bTU -bPC -bWB -bNW -bYy -bZM -caP -cci -cfi -cfz -cgQ -cii -cjA -cfD -cmb -col -col -cqI -crK -col -col -ctR -cvc -cwQ -cxe -cyb -cyb -cwQ -cAJ -cBK -cDX -cDe -cEp -cFl -cFN -cET -cHM -cIj -cIO -cJi -cJA -cIu -cIu -cKT -cJV -cJV -cIh +aaQ +aaQ +aaQ +aaQ +acy +acV +adn +acV +adV +aca +aeC +aeC +aeC +aeC +aeC +ahi +ahV +aiC +ajg +agY +akq +akQ +alO +ahR +ank +anR +aoL +aoG +aqj +aqS +arE +asi +asU +amu +aut +avn +awp +atG +axH +ayD +azL +aAI +aBP +aCL +aEf +azL +azL +aAF +aKj +aLI +aNr +aPc +aQy +aIC +aTO +aTO +aXf +aYI +baG +bco +bdK +bfj +bgH +bis +bjM +bdJ +bmK +bot +bot +bot +bmK +bvG +bvG +bvG +bvG +bvG +bvG +bvG +bGH +bHW +bJx +bLf +btH +bNT +bPw +bQS +bSq +bTL +bPv +bWu +bNQ +bZp +caF +cca +cdw +cfa +cgo +chJ +ciX +ckk +clC +cmZ +cod +cod +cqA +crC +cod +cod +cuH +cvR +cwH +cxL +cyM +cyM +cwH +cBD +cCJ +cDK +cEv +cFe +cFR +cGz +cHd +cHB +cHY +cIB +cIT +cJl +cIi +cIi +cKB +cLd +cLd +cHW aaa aaa -aaJ +aaG aaa aaa aaa @@ -108564,72 +108149,72 @@ aaa aaa aaa aaa -aaU -aba -abt -aaU -acA -acU -adp -acU -adS -ace -aex -aex -afp -afK -aeM -agR -ahU -aiA -ajd -ajH -akj -akI -ajn -amu -anf -anR -aoJ +aaQ +abe +abv +aaQ +acz +acV +ado +acV +adW +aca +aeD +aeD +afx +agh +aeI +ahj +ahW +aiD +ajh +ajM +ako +akQ +alP +amA +anl +anS +aoM apB -aqm -aqY -arJ -ass -asT -atP -aut +aqk +aqT +arF +asj +asV +atG +auu avp awq -atP -axU -ayP -azB -aBa -aCi -ayP -aEw -aFw -aHd -aIM -aKx -aIO -aNm -aOW -aQl -aSv -aTx -aUX -aWB -aYk -bac -aUp -bee -bee -bee -bee -bee -bee +atG +axH +ayC +azQ +aAJ +aBQ +ayC +aEg +aFC +aGQ +aIA +aKk +aIC +aNt +aPe +aQz +aRW +aTP +aVu +aXg +aYJ +baH +aTO +bdJ +bdJ +bdJ +bdJ +bdJ +bdJ aaf aaf aaf @@ -108638,69 +108223,69 @@ aaf aaf aaf aaf -bAr -bCc -bCD -bFi -bGL -bHk -bIx -bKr -btN -bOa -bPE -bRc -bSA -bTV -bVd -bWC -bNW -bYB -bZP -caS -ccm -cfi -cfz -cgT -cii -cjC -cii -cma -cng -coq -cpX -cqV -crZ -csX -ctV -cvn -cwQ -cxh -cyd -cyK -cwQ -cAK -cBL -cCL -cDm -cEr -cFr -cFP -cGD -cHM -cGY -cHr -cJj -cJB -cIu -cIu -cIu -cIu -cIu -cHM +bAn +bBY +bDn +bFe +bGH +bHX +bJw +bLg +btH +bNU +bPx +bQT +bSr +bTM +bUV +bWv +bNQ +bZq +caG +ccb +cdx +cfa +cgo +chK +ciX +ckl +ciX +cmX +coe +cpn +cqB +crD +csF +ctI +cuI +cvS +cwH +cxM +cyN +czs +cwH +cBE +cCK +cDL +cEw +cFf +cFS +cGA +cHe +cHB +cHZ +cIC +cIU +cJm +cIi +cIi +cIi +cIi +cIi +cHB aaa aaa -caB +cau aaa aaa aaa @@ -108821,143 +108406,143 @@ aaa aaa aaa aaa -aaU -aba -abs -acf -acx -acU -adj -acU -adR -ace -aew -aex -afo -afJ -agN -ahh -ahU -ahU -ajc -ajI -akj -akV -agL -amt -ane -anS -aoE -apv -aqh -aqR -arK -asn -asS -atP -auo -ave -awn -atP -axU -ayP -azo -azo -azo -ayP -aEc -azo -azo -azo -aJT -aIO -aNl -aOV -aQj -aSw -aPS -aUW -aWA -aYj -aUp -aUp -beh -beh -beh -beh -biJ -beh -beh -beh -beh -bsq -btT -bvL -bxr -bxr -bAr -bCd -bCn -bFj -bGL -bHj -bIx -bKn +aaQ +abe +abw +acb +acA +acV +adp +acV +adX +aca +aeE +aeD +afy +agi +agI +ahk +ahW +ahW +aji +ajN +ako +alc +agG +amB +anm +anT +aoN +apC +aql +aqU +arG +ask +asW +atG +auv +avq +awr +atG +axH +ayC +azJ +azJ +azJ +ayC +aEh +azJ +azJ +azJ +aKl +aIC +aNu +aPf +aQx +aRX +aTQ +aVv +aXh +aYK +aTO +aTO +bdM +bdM +bdM +bdM +bjN +bdM +bdM +bdM +bdM +bsm btN -bOb -bPC -bRd -bSB -bSP -bPC -bWD -bNW -bYA -bZO -caR -ccl -cfi -cfA -cgS -cik -cjB -ckN -cmd -con -cop -cpW -cqU -crY -col -ctT -cvm -cwQ -cxg -cyd -cyJ -cwQ -ctT -cov -cDZ -cDg -cEq -cFo -cFO -cGC -cHN -cGV -cHq -cIu -cJC -cIu -cIu -cIu -cIu -cIu -cHM +bvH +bxo +bxo +bAn +bBZ +bDo +bFf +bGH +bHY +bJw +bLh +btH +bNV +bPv +bQU +bSs +bTN +bPv +bWw +bNQ +bZr +caH +ccc +cdy +cfa +cgp +chL +ciY +ckm +clD +cna +cof +cpo +cqC +crE +csG +cod +cuJ +cvT +cwH +cxN +cyN +czt +cwH +cuJ +cpq +cDM +cEx +cFg +cFT +cGB +cHf +cHC +cIa +cID +cIi +cJn +cIi +cIi +cIi +cIi +cIi +cHB aaa aaa -caB +cau aaa aaa aaa @@ -109078,146 +108663,146 @@ aaa aaa aaa aaa -aaU -abb -aby -abU -acC -acC -adr -acC +aaQ +abf +abx +acc +acB +acB +adq +acB adY -aef -aez -aeS -afv -aez -agr -ahk -ahV -aiB -ahV -ajF -akm -akX -alL -amv -amv -amv -amv -apw -aqi -aqT -arD -aso -asU -atP -auu -avq -awr -atP -axU -ayP -azC -azC -aBu -ayP -aEc -aFx -aGE -aIb -aJU -aIO -aNo -aOX -aQp -aSx -aTz -aUZ -aWA -aYt -aUp +aej +aeF +afb +afz +aeF +agJ +ahl +ahX +aiE +ahX +ajO +akr +ald +alQ +amC +amC +amC +amC +apD +aqm +aqV +arH +asl +asX +atG +auw +avr +aws +atG +axH +ayC +azR +azR +aBR +ayC +aEh +aFD +aGR +aIB +aKm +aIC +aNv +aPg +aQA +aRY +aTR +aVw +aXh +aYL +aTO aaa -beh -beE -bfP -bhw -biV -bls -bfP -bnk -beh -brM -btk -buR -bwy -bxr -byY -bBr -bCE -bDI -bFC -bHo -bIF -bKt -btN -bOc -bPF -bPC -bSB -bTX -bVe -bPC +bdM +bfk +bgI +bit +bjO +blx +bgI +bov +bdM +bsn +btO +bvI +bxp +bxo +bAo +bCa +bDp +bFg +bGJ +bHZ +bJC +bLi +btH bNW -bZz -bZT -cck -cdH -cfj -cfB -cgV -cii -cjD -ckO -cme -col -cor -ckL -ckL -csa -col -ctX -cvr -cwR -cxY -cyY -czE -cwQ -cAO -cBN -cEa -cEO -cEO -cFt -cEO -cEO -cHM -cHd -cIT -cIu -cJC -cID -cIQ -cJk -cJk -cJk -cHM +bPy +bPv +bSs +bTO +bUW +bPv +bNQ +bZs +caI +ccd +cdz +cfb +cgq +chM +ciX +ckn +clE +cnb +cod +cpp +cqD +cqD +csH +cod +cuK +cvU +cwI +cxO +cyO +czu +cwH +cBF +cCL +cDN +cEy +cEy +cFU +cEy +cEy +cHB +cIb +cIE +cIi +cJn +cJG +cKb +cKC +cKC +cKC +cHB aaf aaf -aaJ +aaG aaa aaa -cJc +cIN aaa aaa aaa @@ -109335,143 +108920,143 @@ aac aaa aaa aaa -aaU -aba -abu -ach -acB -acU -adq -acU -adT -ace -aey -aeR -afq -afM -agO -ahj -ahU -ahU -aje -ajK -akl -akW -alM -amv -amv -amv -amv -amv -aoF -aqS -arM -arM -arM -arM -arM -arM -arM -arM -axW -arM -arM -arM -arM -arM -arM -arM -arM -aIO -aIO -aIO -aNn -aOR -aQj -aSy -aTy -aUY -aUY -aYl -aUp +aaQ +abe +aby +acd +acC +acV +adr +acV +adZ +aca +aeG +afc +afA +agj +agK +ahm +ahW +ahW +ajj +ajP +aks +ale +alR +amC +amC +amC +amC +amC +aoP +aqW +arI +arI +arI +arI +arI +arI +arI +arI +axJ +arI +arI +arI +arI +arI +arI +arI +arI +aIC +aIC +aIC +aLK +aPc +aQx +aRZ +aTS +aVx +aVx +aYM +aTO aaa -beh -aRv -bfE -bhe -biU -bkb -blJ -bmX -beh -bpK -bsw -buQ -bwx -bxr -bAr -bBa -bAr -bAr -bGL -bHl -bIE -bKs -btN -bOd -bOd -bOd -bSC -bOd -bOd -bOd -bOd -bYC -bZS -caT -ccn -cdX -caT -cgU -caT -caT -caT -caT -coo -col -cqM -crO -col -col -ctW -cvc -cvX -cvX -cyg -cyg -cAN -cAL -cov -cEb -cDn -cEs -cFs -cFQ -cGE -cHO -cIr -cIT -cIu -cJC -cIA -cHM -cKV -cLy -cLO -cHM +bdM +bfl +bgJ +biu +bjP +bly +bmM +bow +bdM +bso +btP +bvJ +bxq +bxo +bAn +bCb +bAn +bAn +bGH +bIa +bJD +bLj +btH +bNX +bNX +bNX +bSt +bNX +bNX +bNX +bNX +bZt +caJ +cce +cdA +cfc +cce +chN +cce +cce +cce +cce +cog +cod +cqE +crF +cod +cod +cuL +cvR +cwJ +cwJ +cyP +cyP +cAD +cBG +cpq +cDO +cEz +cFh +cFV +cGC +cHg +cHD +cIc +cIE +cIi +cJn +cJH +cHB +cKD +cLe +cLu +cHB aaa aaa -aaJ +aaG aaa aaa aaa @@ -109592,141 +109177,141 @@ aaa aaa aaa aaa -aaU -aba +aaQ +abe abz -aaU -ace +aaQ +aca acW ads -ady -ace -ace -aeA -afw -afq -ags -aeM -ahm -ahX -ahU -aiG -ajL -akl -akZ -alJ -amw -amw -amw -aoG -amw -aqj -aqV -arF -asq -asW -atg -auw -avr -aws -awN -axp -ayn -azD -azD -azD -azD -azD -aFA -aGG -aIj -aKb -aLf -aLg -aOZ -aQj -aSy -aTw -aVh -aVi -aYv -aUp +adF +aca +aca +aeH +afd +afA +agk +aeI +ahn +ahY +ahW +ajk +ajQ +aks +alf +alS +amD +amD +amD +aoO +amD +aqn +aqX +arJ +asm +asY +atH +aux +avs +awt +awV +axK +ayF +azS +azS +azS +azS +azS +aFE +aGS +aID +aKn +aLJ +aLK +aPh +aQx +aRZ +aTT +aVy +aVB +aYN +aTO aaf -beh -bfB -bgY -biH -biH -blv -blL -bnm -beh -bss -bsY -bvM -btX -bxr -bzq -bBt -bDu +bdM +bfm +bgK +biv +biv +blz +bmN +box +bdM +bsp +btQ +bvK +btS +bxo +bAp +bCc +bDq aaa -bGL -bHq -bIH -bzm -bLC -bMT -bOB -bQc -bRx -bSS -bTC -bVz -bWW -bYE -bZV -bYE -ccs -bYE -bYE -cgX -bYE -bYE -ckR -cmg -cni -cov -cov -cov -csc -ctd -ctT -cvc -cov -cov -cov -cov -cni -ctT -cov -cEc -cDp -cEu -cFv -cFS -cGB -cHP -cIo -cIT -cIb -cHr -cIF -cKu -cJm -cJX -cJX -cHM -cMg +bGH +bIb +bJE +bAi +bMH +bNY +bPz +bQV +bSu +bTP +bUX +bWx +bXO +bZu +caK +bZu +cdB +bZu +bZu +chO +bZu +bZu +clF +cnc +coh +cpq +cpq +cpq +csI +ctJ +cuJ +cvR +cpq +cpq +cpq +cpq +coh +cuJ +cpq +cDP +cEA +cFi +cFW +cGD +cHh +cHE +cId +cIE +cIV +cIC +cJI +cKc +cKE +cLf +cLf +cHB +cLJ aaa aaa aaa @@ -109848,141 +109433,141 @@ aaa aaa aaa aaa -aaL -aaU -aaU -aaU -aaU -ace -acV -acV -acV -ace -ace -aeM -aeM -afL -aeM -aeM -ahl -ahW -ahi -aeM -ahe -akn -akY -alO -amv -amv -anE -aoF -amv -aoF -aqU -arE -asp -asV -atf -auv -auv -auv -auv -axo -aym -aym -aym -aym -aym -aym -aFz -aGF -aIc -aKa -aKa -aKa -aOY -aQq -aSz -aSG -aVg -aWC -aYu -aUp +aaI +aaQ +aaQ +aaQ +aaQ +aca +acX +acX +acX +aca +aca +aeI +aeI +afB +aeI +aeI +aho +ahZ +aiF +aeI +agY +akt +alg +alT +amC +amC +anU +aoP +amC +aoP +aqY +arK +asn +asZ +atI +auy +auy +auy +auy +axL +ayG +ayG +ayG +ayG +ayG +ayG +aFF +aGT +aIE +aKo +aKo +aKo +aPi +aQB +aSa +aTU +aVz +aXi +aYO +aTO aaf -beh -bex -bfQ -biI -biW -blt -blK -bnl -bqH -bsr -btV -buS -bxs -bxD -bzp -bBs -bDu +bdM +bfn +bgL +biw +bjQ +blA +bmO +boy +bqC +bsq +btR +bvL +bxr +byP +bAq +bCd +bDq aaa -bGL -buI -bIG -buI -bLB -bMS -bOA -bQb -bRv -bSQ -bTA -bVy -bWV -bYD -bZU -bYD -ccr -bYD -bYD -cgW -cim -cjE -ckP -cmf -cnh -cou -cpZ -cpZ -csb -csY -ctY -cvs -cvY -cxi -cxi -cxi -czT -cAW -cxi -cCM -cDo -cEt -cFu -cFR -cGc -cHQ -cIp -cIU -cHU -cIn -cIE -cKv -cJl -cJW -cKe -cKA +bGH +bvy +bJF +bvy +bMI +bNZ +bPA +bQW +bSv +bTQ +bUY +bWy +bXP +bZv +caL +bZv +cdC +bZv +bZv +chP +ciZ +cko +clG +cnd +coi +cpr +cqF +cqF +csJ +ctK +cuM +cvV +cwK +cxP +cxP +cxP +cAE +cBH +cxP +cDQ +cEB +cFj +cFX +cGE +cHi +cHF +cIe +cIF +cIW +cJo +cJJ +cKd +cKF +cLg +cLv +cLI aaa aaa aaa @@ -110105,141 +109690,141 @@ aaa aaa aaa aaa -aap +aai aaf aaa aaa -aci -acE +ace +acD acY acY acY -adZ -aei -aeI -aeV -afB -afO -agt -ahn -acM -aiD -ajh -ahe -akp -alb -alK -amx -ang -anF -aoH -ang -aql -aqW -arG -asr -asX -atC -aux -avs -awt -awO -axq -avs -avs -aAB -aBv -avs -avs -aFB -aGH -aIl -aKd -aLg -aLg -aPa -aQj -aSy -aTw -aVk -aUY -aYx -bbl -bbE -bei -bfC -bhb -biH -biH -blH -blL -bnY -beh -bst -btX -bvR -bxx -bxr -bzr -bBw -bDu +aea +aek +aeJ +afe +afC +agl +agL +ahp +acO +aiG +ajl +agY +aku +alh +alU +amE +ann +anV +aoQ +ann +aqo +aqZ +arL +aso +ata +atJ +auz +avt +awu +awW +axM +avt +avt +aAK +aBS +avt +avt +aFG +aGU +aIF +aKp +aLK +aLK +aPj +aQx +aRZ +aTT +aVA +aVx +aYP +baI +bcp +bdN +bfo +bgM +biv +biv +blB +bmN +boz +bdM +bsr +btS +bvM +bxs +bxo +bAr +bCe +bDq aaa -bGL -buI -bIM -bKv -bLD -bMU -bOC -bQd -bRy -bST -bTD -bMU -bWX -bYG -bZX -bYG -ccv -bYG -bYG -cha -bYG -cha -ckT -cmi -cnj -coy -cqa -cqW -csd -csd -cuf -cvt -cvZ -cov -cyh -cov -cni -ctT -cov -cEb -cDr -cEw -cFx -cFS -cGG -cHP -cIq -cIT -cJH -cLb -cIK -cKw -cJt -cJY -cKk -cHM +bGH +bvy +bJG +bLk +bMJ +bOa +bPB +bQX +bSw +bTR +bUZ +bOa +bXQ +bZw +caM +bZw +cdD +bZw +bZw +chQ +bZw +chQ +clH +cne +coj +cps +cqG +crG +csK +csK +cuN +cvW +cwL +cpq +cyQ +cpq +coh +cuJ +cpq +cDO +cEC +cFk +cFY +cGD +cHj +cHE +cIf +cIE +cIX +cJp +cJK +cKe +cKG +cLh +cLw +cHB aaa aaa aaa @@ -110366,140 +109951,140 @@ aaf aaa aaf aaa -acj -acD -acM -acM -acM -acM -aeg -aeH -aeU -afA -afN -cHs -ahn -acM -acM -ajg -ajM -ako -ala -ahe -amC -anm -amC -amC -apx -aqk -arf -arQ -arQ -arQ -arQ -arQ -arQ -arQ -arQ -axW -arQ -arQ -arQ -arQ -arQ -arQ -arQ -arQ -aIS -aKc -aLg -aLg -aOR -aQj -aSy -aTC -aVi -aVi -aYw -aUp +acf +acE +acO +acO +acO +acO +ael +aeK +aff +afD +agm +agM +ahp +acO +acO +ajm +ajR +akv +ali +agY +amF +ano +amF +amF +apE +aqp +ara +arM +arM +arM +arM +arM +arM +arM +arM +axJ +arM +arM +arM +arM +arM +arM +arM +arM +aIG +aKq +aLK +aLK +aPc +aQx +aRZ +aTV +aVB +aVB +aYQ +aTO aaa -beh -bfB -bha -bha -bfE -bkb -blM -bnn -beh -bpK -bsw +bdM +bfm +bgN +bgN +bgJ +bly +bmP +boA +bdM +bso +btP bvN bxt -bxr -bAw -bBv -bAw -bAw -bGL -bHr -bII -bKu -btN -bOd -bOd -bOd -bOd -bUb -bOd -bOd -bOd -bYF -bZW -caU -cct -cdY -cfC -cgZ -cin -cjG -ckS -cmh -cos -cot -cot -cot -csT -ctU -ctZ -cnl -csT -cya -cot -cot -cot -cAX -cov -cEc -cDq -cEv -cFw -cFT +bxo +bAs +bCf +bAs +bAs +bGH +bIc +bJH +bLl +btH +bNX +bNX +bNX +bNX +bTS +bNX +bNX +bNX +bZx +caN +ccf +cdE +cfd +cgr +chR +cja +ckp +clI +cnf +cok +col +col +col +csL +ctL +cuO +com +csL +cxQ +col +col +col +cBI +cpq +cDP +cED +cFl +cFZ cGF -cHR -cIr -cIT -cIu -cJC -cIH -cHM -cKZ -cLC -cLR -cHM +cHk +cHG +cIc +cIE +cIi +cJn +cJL +cHB +cKH +cLi +cLx +cHB aaa aaa -aaJ +aaG aaa aaa aaa @@ -110617,146 +110202,146 @@ aaa aaa aaa aaa -aaz -aaz -aaz -aaz -aaz -abE -ack -acG -ada -ada -ada -ada -ael -aeT -aff -afC -agm -cHs -ahn -acM -acM -ajj -ajN -akr -ald -alQ -amz -ani -anI -aoK -apy -aqo -aqZ -arL -apb -ath -atT -atT -atT -atT -atT -aya -ayV -ayV -ayV -aCl -ayV -ayV -ayV -aHi -aIT -aKe -aLh -aLg -aOR -aQj -aSx -aTF -aVm -aWA -aYA -aUp +aaw +aaw +aaw +aaw +aaw +abA +acg +acF +acZ +acZ +acZ +acZ +aem +aeL +afg +afE +agn +agM +ahp +acO +acO +ajn +ajS +akw +alj +alV +amG +anp +anW +aoR +apF +aqq +arb +arN +apc +atb +atK +atK +atK +atK +atK +axN +ayH +ayH +ayH +aBT +ayH +ayH +ayH +aGV +aIH +aKr +aLL +aLK +aPc +aQx +aRY +aTW +aVC +aXh +aYR +aTO aaa -beh -bfD -bhc -biF -bjY -blI -bmU -bnp -beh -bsu -btU -bvJ -bxy -bxr -bzs -bBx -bCH -bEn -bFQ -bHt -bIN -bHk -btN -bMW -bOE -bQf -bPQ -bUc -bVi -bVi -bVi -bZF -caV -cba -ccw -bZF -caV -bVi -cjj -cjI -ckY -cjj -cot -coA -coE -cqX -csf -ctf -cuk -cvu -cwa -cxj -cyi -cyM -cot -ctW -cBO -cEa -cEO -cEO -cGk -cEO -cEO -cHM -cIs -cIT -cIu -cJC -cIL -cIR -cHF -cHF -cKo -cHM +bdM +bfp +bgO +bix +bjR +blC +bmQ +boB +bdM +bss +btT +bvO +bxu +bxo +bAt +bCg +bDr +bFh +bGK +bId +bJI +bHX +btH +bOb +bPC +bQY +bPI +bTT +bVa +bVa +bVa +bZy +caO +ccg +cdF +bZy +caO +bVa +cjb +ckq +clJ +cjb +col +cpt +cpx +crH +csM +ctM +cuP +cvX +cwM +cxR +cyR +czv +col +cuL +cCM +cDN +cEy +cEy +cGa +cEy +cEy +cHB +cIg +cIE +cIi +cJn +cJM +cKf +cIS +cIS +cLy +cHB aaf aaf -aaJ +aaG aaa aaa aaa @@ -110874,146 +110459,146 @@ aaa aaa aaa aaa -aaz aaw -aaE -aaQ -abk -abA -acl -acF -acZ -acZ -adA -aea -aej -aeJ -afe -afA -agl -cHt -ahn -aea -acM -aji -ajJ -akq -alc -alR -amy -anh -anH -aoI -anH -aqn -aqX -arH -apb -ati -atn -atn -atn -atn -atn -atn -atn -atn -atn -atn -atn -aEy -aFU -aHj -aIU -aKF -aLZ -aLg -aOR -aQj -aSw -aTA -aVl -aWA -aYy -aUp -aUp -beh -beh -beh -beh -biX -beh -beh -beh -beh -bsq -btZ -bvL -bxr -bxr -bAw -bCl -bCF -bFm -bGL -bHs -bIx -bKw -btN -bMV -bOD -bQe -bPQ -bUc -bVi -bWG -bXZ -bYa -bYa -bYa -cdO -cdZ -bYz -bVi -cio -cjH -ckU -cmj -cot -coz -coE -coE -cse -cte -cuj -coE -coE -coE -coE -cyL -cot -cAY -cov -cEe -cDs -cEx -cGl -cFU -cGK -cHM -cHe -cIV -cJi -cJG -cKf -cKy -cLb -cIu -cLT -cHM -aaa -aaa +aaA aaJ +aaR +abg +abB +ach +acG +ada +ada +adG +aeb +aen +aeM +afh +afD +ago +agN +ahp +aeb +acO +ajo +ajT +akx +alk +alW +amH +anq +anX +aoS +anX +aqr +arc +arO +apc +atc +ath +ath +ath +ath +ath +ath +ath +ath +ath +ath +ath +aEi +aFH +aGW +aII +aKs +aLM +aLK +aPc +aQx +aRX +aTX +aVD +aXh +aYS +aTO +aTO +bdM +bdM +bdM +bdM +bjS +bdM +bdM +bdM +bdM +bsm +btU +bvH +bxo +bxo +bAs +bCh +bDs +bFi +bGH +bIe +bJw +bLm +btH +bOc +bPD +bQZ +bPI +bTT +bVa +bWz +bXR +bXS +bXS +bXS +cdG +cfe +cgs +bVa +cjc +ckr +clK +cng +col +cpu +cpx +cpx +csN +ctN +cuQ +cpx +cpx +cpx +cpx +czw +col +cBJ +cpq +cDR +cEE +cFm +cGb +cGG +cHl +cHB +cIh +cIG +cIT +cJq +cJN +cKg +cJp +cIi +cLz +cHB +aaa +aaa +aaG aaa aaa aaa @@ -111131,75 +110716,75 @@ aaa aaa aaa aaa -aaz -aaA -aaF +aaw +aaB +aaK aaS -abc +abh abC -acm -acI -adc -adc -adC -adc +aci +acH +adb +adb +adH +adb aeo -adc -adc -afE -ago -adc -adc -adc -adc -ajl -ahe -akt -akW -alR -amB -ank -ank -ank -ank -aqq -ara -arN -apb -ati -atn -auJ -avE -awG -axj -ayb -ayd -aAi -awG -aCm -aDd -aEy -aFV -aHk -aIU +adb +adb +afF +agp +adb +adb +adb +adb +ajp +agY +aky +ale +alW +amI +anr +anr +anr +anr +aqs +ard +arP +apc +atc +ath +auA +avu +awv +awX +axO +axQ +azT +awv +aBU +aCM +aEi +aFI +aGX +aII aaa -aMa -aLg -aPb -aQs -aSA -aTB -aVn -aWE -aYB -bae -aUp -bej -bej -bej -bej -bej -bej +aLN +aLK +aPk +aQC +aSb +aTY +aVE +aXj +aYT +baJ +aTO +bdO +bdO +bdO +bdO +bdO +bdO aaf aaf aaf @@ -111208,69 +110793,69 @@ aaf aaf aaf aaf -bAw -bCm -bCK -bFn -bGL -buI -bIx -bHk -btN -bMY -bOG -bQh -bPQ -bUc -bVi -bWH -bYa -bZG -bZG -bYa -cdP -ceb -cfF -bVi -cir -cjJ -ckZ -cmj -cot -coC -coE -coE -csh -cti -cuj -cvw -cwb -coE -cyj -cyO -cot -cBc -cBL -cCN -cDu -cEG -cGm -cGS -cHx -cHS -cIu -cIT -cJn -cJH -cKg -cKz -cJH -cKg -cLU -cHM +bAs +bCi +bDt +bFj +bGH +bvy +bJw +bHX +btH +bOd +bPE +bRa +bPI +bTT +bVa +bWA +bXS +bZz +bZz +bXS +cdH +cff +cgt +bVa +cjd +cks +clL +cng +col +cpv +cpx +cpx +csO +ctO +cuQ +cvY +cwN +cpx +cyS +czx +col +cBK +cCK +cDS +cEF +cFn +cGc +cGH +cHm +cHH +cIi +cIE +cIY +cIX +cJO +cKh +cIX +cJO +cLA +cHB aaa -aap -aaJ +aai +aaG aaa aaa aaa @@ -111388,146 +110973,146 @@ aaa aaa aaa aaa -aaz -aax -aaF -aaR -aaZ -abB -acn -acH -adb +aaw +aaC +aaK +aaT +aaV +abD +acj +acI +adc adt -adB -aeb -aen -aeb -afg -afD -agn -agu -ahp -ahY -aiE -ajk -ahe -aks -ale -alS -amA -anj -aja -aoL -apz -aqp -ani -amz -apb -atj -atn -auy -avt -awu -awP -ayc -ayW -awP -aAC -awP -aCC -aEy -aFW -aHl -aIU +adI +aec +aep +aec +afi +afG +agq +agO +ahq +aia +aiH +ajq +agY +akz +all +alX +amJ +ans +anY +aoT +apG +aqt +anp +amG +apc +atd +ath +auB +avv +aww +awY +axP +ayI +awY +aAL +awY +aCN +aEi +aFJ +aGY +aII aaa -aMb -aLg -aOR -aQr -aIO -aUp -aUp -aWD -aYg -baa -bbF -bej -bfG -bhf -biK -bkd -bej -bej -bej -bej -bej -bsx -bsx -bsx -byU -byU -byU -byU -byU -bGL -bHu -bIT -bHk -btN -bMX -bOF -bQg -bPQ -bUd -bVi -bWI -bYb -bZH -caW -cco -cdQ -cea -cfE -bVi -ciq -cjJ -ckZ -cmk -cot -coB -coE -cqY -csg -ctg -cul -cvv -cvv -cxk -coE -cyN -cot -cBb -cBP -cEg -cDt -cEy -cGn -cFV -cGL -cHM -cIv -cIW -cJo -cJI -cKh -cJI -cJI -cLD -cLV -cIh +aLO +aLK +aPc +aQD +aIC +aTO +aTO +aXk +aYI +baG +bcq +bdO +bfq +bgP +biy +bjT +bdO +bdO +bdO +bdO +bdO +bst +bst +bst +byQ +byQ +byQ +byQ +byQ +bGH +bIf +bJJ +bHX +btH +bOe +bPF +bRb +bPI +bTU +bVa +bWB +bXT +bZA +caP +cch +cdI +cfg +cgu +bVa +cje +cks +clL +cnh +col +cpw +cpx +crI +csP +ctP +cuR +cvZ +cvZ +cxS +cpx +czy +col +cBL +cCN +cDT +cEG +cFo +cGd +cGI +cHn +cHB +cIj +cIH +cIZ +cJr +cJP +cJr +cJr +cLj +cLB +cHW aaa aaa -aaJ +aaG aaa aaa aaa @@ -111645,146 +111230,146 @@ aaa aaa aaa aaa -aaz -aaA -aaF +aaw +aaB +aaK aaS -abc -abD -aco -acN -acN -adz -adK -aeh +abh +abE +ack +acJ +acJ +adu +adJ +aed aeq -aeQ -afm -adz -agw -agV -ahx -aif -aiH -ajo -ahe -ajM -alg -ahe -akC -akC -anY -anY -anY -anY -anY -anY -apb -atk -atn -auL -avG -awI -axl -ayd -ayX -auL -aBd -aCo -auL -aEy -aFX -aHm -aIU -aIX -aIX -aNp -aPd -aQw -aSB +aeN +afj +adu +agr +agP +ahr +aib +aiI +ajr +agY +ajR +alm +agY +akH +akH +anZ +anZ +anZ +anZ +anZ +anZ +apc +ate +ath +auC +avw +awx +awZ +axQ +ayJ +auC +aAM +aBV +auC +aEi +aFK +aGZ +aII +aIL +aIL +aNx +aPl +aQE +aSc aaa -aUp -aWG -aYD -bag -bbG -bek -bfH -bhg -biL -bke -blN -bmY -bno -bqI -bsx -bua -bvT -bxz -byU -bzA -bBA -bCN -bFo -bGL -buI -bIB -bKy -bLE -bNa -bOI -bQj -bPQ -bUd -bVi -bWJ -bYb -bZI -caX -ccp -cdR -ced -cfH -bVi -cir -cjJ -ckZ -clf -cnl -coE -coE -coE -coE -coE -cuj -coE -coE -coE -cyl -cyP -cot -cBb -cBR -cEe -cEe -cEe -cEe -cEe -cEe -cHM -cHe -cIX -cJp -cJJ +aTO +aXl +aYU +baK +bcr +bdP +bfr +bgQ +biz +bjU +blD +bmR +boC +bqD +bst +btV +bvP +bxv +byQ +bAu +bCj +bDu +bFk +bGH +bvy +bJy +bLn +bMK +bOf +bPG +bRc +bPI +bTU +bVa +bWC +bXT +bZB +caQ +cci +cdJ +cfh +cgv +bVa +cjd +cks +clL +clN +com +cpx +cpx +cpx +cpx +cpx +cuQ +cpx +cpx +cpx +cyT +czz +col +cBL +cCO +cDR +cDR +cDR +cDR +cDR +cDR +cHB +cIh +cII +cJa +cJs +cJQ cKi -cIY -cLc -cKi -cLU -cHM +cKI +cJQ +cLA +cHB aaa aaa -aaq +aan aaa aaa aaa @@ -111902,146 +111487,146 @@ aaa aaa aaa aaa -aaz -aax -aaF -aax -aaZ -aax -acn -acJ +aaw +aaC +aaK +aaC +aaV +aaC +acj +acK add -adu -adJ -adu -aep -aeK -afh -afF -agx -agA -ahq -ahZ -aiF -ajm -agx -aku -alf -alN -amD -anl -anM -aoM -apA -aqr -arb -anY -asy -atj -atU -atU -atU -awJ -atU -atU -atU -atU -aBe -atU -atU -aEy -aFU -aHn -aIU -aKf -aLi -aLj -aPc -aQv -aSC +adv +adK +adv +aer +aeO +afk +afH +ags +agQ +ahs +aic +aiJ +ajs +ags +akA +aln +alY +amK +ant +aoa +aoU +apH +aqu +are +anZ +asp +atd +atL +atL +atL +awy +atL +atL +atL +atL +aAN +atL +atL +aEi +aFH +aHa +aII +aKt +aLP +aLR +aPm +aQF +aSd aaa -aUp -aTG -aYC -baf -bbw -bej -bfI -bhh -biM -bkf -blO -bmZ -boI -boI -bsy -bub -bvU -bxA -byU -bzz -bBz -bCM -bFp -bGL -bHv -bIA -bKx -btN -bMZ -bOH -bQi -bSG -bUe -bVi -bWK -bYa -bZJ -bZJ -bYa -cdS -cec -cfG -bVi -ciw -cjK -cla -cml -cnk -coD -cqb -cqZ -csi -ctj -cun -coE -cwc -cxm -cyk -coE -cot -cBd -cBQ -cAN +aTO +aXm +aYV +baL +bcm +bdO +bfs +bgR +biA +bjV +blE +bmS +boD +boD +bsu +btW +bvQ +bxw +byQ +bAv +bCk +bDv +bFl +bGH +bIg +bJz +bLo +btH +bOg +bPH +bRd +bSx +bTV +bVa +bWD +bXS +bZC +bZC +bXS +cdK +cfi +cgw +bVa +cjf +ckt +clM +cni +con +cpy +cqH +crJ +csQ +ctQ +cuS +cpx +cwO +cxT +cyU +cpx +col +cBM +cCP +cAD aaa aaa aaf -aap +aai aaa -cHM -cHM -cHM -cHM -cJK +cHB +cHB +cHB +cHB +cJt +cJR cKj -cIS -cLd -cIu -cLT -cHM +cKJ +cIi +cLz +cHB aaa aaa -aaJ +aaG aaa aaa aaa @@ -112159,146 +111744,146 @@ aaa aaa aaa aaa -aaz -aaA -aaF +aaw +aaB +aaK aaS -abc +abh abC -acp +acl acL -acM -acM -adM -adM +acO +acO +adL +adL aes -aeL -acM -afG -agy -agI -ahs -aib -agI -ajp -ajP -akw -alk -alU -amI -ans -anU -aoO -apD -aqs -ard -arU -asz -atl -atV -auB -avv -aww -awR -axs -ayp -azE -aAE -azE -aCD -aEe -aFD -aGO -aIu -aKh -aLk -aNr -aPe -aQv -aSC +aeP +acO +afI +agt +agR +aht +aid +agR +ajt +ajU +akB +alo +alZ +amL +anu +aob +aoV +apI +aqv +arf +arQ +asq +atf +atM +auD +avx +awz +axa +axR +ayK +azU +aAO +azU +aCO +aEj +aFL +aHb +aIJ +aKu +aLQ +aNy +aPn +aQF +aSd aaa -aUp -aUp -aUp -bao -aUp -aUp -bfJ -bhi -biN -bkg -blP -bna -bog -bqJ -bsx -buc -bvV -bxB -byU -bzC -bBC -bCM -bFq -bGL -bHg -bID -bKA -btN -bNc -bNc -bQk -bPQ -bUf -bVi -bWL -bYc -bZK -caY -ccq -cdT -cee -cfI -bVi -cix -cjM -clf -cmn -cow -cpH -cpH -cpH -cpH -cpH -cuo -cvx -cpH -cpH -cpH -cot -cot -cBX -cDa -cAN +aTO +aTO +aTO +baM +aTO +aTO +bft +bgS +biB +bjW +blF +bmT +boE +bqE +bst +btX +bvR +bxx +byQ +bAw +bCl +bDv +bFm +bGH +bHT +bJA +bLp +btH +bOh +bOh +bRe +bPI +bTW +bVa +bWE +bXU +bZD +caR +ccj +cdL +cfj +cgx +bVa +cjg +cku +clN +cnj +coo +cpz +cpz +cpz +cpz +cpz +cuT +cwa +cpz +cpz +cpz +col +col +cBN +cCQ +cAD aaf aaa aaa -crR -cHz -cHz -cHz -cGH -cHM -cJL -cIN -cIZ +cHp +cHo +cHo +cHo +cHp +cHB cJu -cJZ -cKz -cHM +cJS +cKk +cKK +cLk +cKh +cHB aaf aaf -aaJ +aaG aaa aaa aaa @@ -112416,146 +112001,146 @@ aaa aaa aaa aaa -aaz +aaw aaD -aaG -aaT -aaZ -aax -acl -acK +aaL +aaU +aaV +aaC +ach acM -adv -adL -adL -aer -aeL -acM -acM -agz -agH -ahr -aia -agI -aiw -agx -akv -all -alV -amJ -alV -anT -aoN -apC -apA -arc -anY -asA -atm -atW -auz -avu -awv -awQ -axr -ayo -axr -aAD -avu -avu -aEd -aFC -aGN -aIn -aKg -aLj -aNq -aPc -aQv -aSC +acO +adw +adM +adM +aet +aeP +acO +acO +agu +agS +ahu +aie +agR +aju +ags +akC +alp +ama +amM +ama +aoc +aoW +apJ +apH +arg +anZ +asr +atg +atN +auE +avy +awA +axb +axS +ayL +axS +aAP +avy +avy +aEk +aFM +aHc +aIK +aKv +aLR +aNz +aPm +aQF +aSd aaa aaa -aUp -aYE -bah -bbv -aUp -bfK -bhj -biO -bkg -blQ -bnb -boK -bqK -bej -bsZ -bej -bej -byU -bzB -bBB -bCO -bFr -bGL -bHw -bIC -bKz -btN -bNb -bPQ -bPQ -bPQ -bUg -bVi -bVi -bVi -bYH -bVi -bVi -ccx -bVi -bVi -bVi -cjp -cjL -clf -cmm -cow -cpI -cqQ -crT -csZ -cua -cvd -cwk -cwY -cye -cpH -czK -cAP -cBY -cBS -cAS -cAS -cAS -cGo -cFX -cHA -cHA -cHA -cFX -cHM -cJM -cKl -cHM -cHM -cHM -cHM -cHM +aTO +aYW +baN +bcl +aTO +bfu +bgT +biC +bjW +blG +bmU +boF +bqF +bdO +btY +bdO +bdO +byQ +bAx +bCm +bDw +bFn +bGH +bIh +bJB +bLq +btH +bOi +bPI +bPI +bPI +bTX +bVa +bVa +bVa +bZE +bVa +bVa +cdM +bVa +bVa +bVa +cjh +ckv +clN +cnk +coo +cpA +cqI +crK +csR +ctR +cuU +cwb +cwP +cxU +cpz +czA +cAF +cBO +cCR +cAI +cAI +cAI +cGe +cHp +cHp +cHp +cHp +cHp +cHB +cJv +cJT +cHB +cHB +cHB +cHB +cHB aaa aaf -aaJ +aaG aaa aaa aaa @@ -112673,138 +112258,138 @@ aaa aaa aaa aaa -aaz -aaz -aaN -aaZ -aaz -abG -acl +aaw +aaw +aaM +aaV +aaw +abF +ach +acN acO -acM -adv -adL -aea -aet -aeN -afi -afi -agp -agP -ahu -aid -aiy -ajr -agx -aky -alm -alW -amK -amK -anW -aoQ -apE -aqu -arg -anY -asB -atn -atX -atX -atX -atX -awU -axr -ayu -axr -aAG -atW -atW -atW -aFF -atW -aIX -aIX -aIX -aNt -aPc -aQv -aSC +adw +adM +aeb +aeu +aeQ +afl +afl +agv +agT +ahv +aif +aiK +ajv +ags +akD +alq +amb +amN +amN +aod +aoX +apK +aqw +arh +anZ +ass +ath +atO +atO +atO +atO +axc +axS +ayM +axS +aAQ +atN +atN +atN +aFN +atN +aIL +aIL +aIL +aNA +aPm +aQF +aSd aaa aaa -aXG -aZi -bar -bcG -aUp -bfL -bhk -biP -cMH -biM -biM -biM -bqL -bej -bta -buT -bwA -byU -bzE -bBD -bCQ -bCQ -bel -bHy -bIW -bKC -aIX -bNe -bPQ -bRo -bSH -bPU -bVj -bWM -bWZ -bYJ -bWM -cbc -ccz -ceg -cef -chh -cjp -cjN -clg -cmr -cow -cpI -cqQ -crU -crU -crU -cve -cwk -cwk -cye -cpH -czL -czL -cBY -cBU -cEh -cDx -cEL -cGp -cGW -cHB -cHT -cIw -cFX -cJq -cJN -cJN +aXc +aYE +baO +bck +aTO +bfv +bgU +biD +bjX +biA +biA +biA +bqG +bdO +btZ +bvS +bxy +byQ +bAy +bCn +bDx +bDx +bdQ +bIi +bJK +bLr +aIL +bOj +bPI +bRf +bSy +bPM +bVb +bWF +bXV +bZF +bWF +cck +cdN +cfk +cfl +chS +cjh +ckw +clO +cnl +coo +cpA +cqI +crL +crL +crL +cuV +cwb +cwb +cxU +cpz +czB +czB +cBO +cCS +cDU +cEH +cFp +cGf +cGL +cHq +cHI +cIk +cHp +cJb +cJw +cJw aaa aaf aaf @@ -112812,7 +112397,7 @@ aaa aaf aaa aaa -aaJ +aaG aaa aaa aaa @@ -112931,145 +112516,145 @@ aaa aaa aaa aaa -aaz -aaM -aaV -abe -abF -acl -acM -acM -adv -adL -adL -aer -aeL -acM -acM -agB -agH -aht -aic -agI -aiC -agx -akx -aln -alX -alV -alV -anV -aoP -apA -aqt -are -anY -ars -atn -atE -atE -atE -atX -awS -axt -ayq -axr -aAF -aBm -aCF -aEf -aFE -aGP -aIv -aKk -aIX -aNs -aPc -aQv -aSD +aaw +aaN +aaW +abi +abG +ach +acO +acO +adw +adM +adM +aet +aeP +acO +acO +agw +agS +ahw +aig +agR +ajw +ags +akE +alr +amc +ama +ama +aoe +aoY +apH +aqx +ari +anZ +ast +ath +atP +atP +atP +atO +axd +axT +ayN +axS +aAR +aAV +aCP +aEl +aFO +aHd +aIM +aKw +aIL +aNB +aPm +aQF +aSe aaa aaa -aIX -aYG -bap -bbH -bel -bfM -bhl -biQ -bkh -blR -biQ -biQ -bqM -bej -bsx -bsx -bsx -byU -bzD -bBD -bCP -bCP -bel -bHx -bIV -bKB -aIX -bOq -bOq -bPU -bSI -bPU -bVk -bWM -bWY -bYI -bWM -cbb -ccy -cef -cef -chb -cjq -ckF -cjq -cjq -cox -cpJ -cqQ -crV -cta -cta -cvf -cwl -cwZ -cyf -cpH -czL -czL -cBY -cBT -cEi -cDv -cEJ -cGq -cGX +aIL +aYX +baP +bcs +bdQ +bfw +bgV +biE +bjY +blH +biE +biE +bqH +bdO +bst +bst +bst +byQ +bAz +bCn +bDy +bDy +bdQ +bIj +bJL +bLs +aIL +bOk +bOk +bPM +bSz +bPM +bVc +bWF +bXW +bZG +bWF +ccl +cdO +cfl +cfl +chT +cji +ckx +cji +cji +cop +cpB +cqI +crM +csS +csS +cuW +cwc +cwQ +cxV +cpz +czB +czB +cBO +cCT +cDV +cEI +cFq +cGg cGM -cGO -cHf -cFX +cHr +cHJ +cIl +cHp aaa -cJO -cKm -cJr -cJa -cJa -cJr -cJa -cIG +cJx +cJU +cJc +cIL +cIL +cJc +cIL +cIt aaa -aaJ +aaG aaa aaa aaa @@ -113087,17 +112672,17 @@ aaa aaa aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -113188,145 +112773,145 @@ aaa aaa aaa aaa -aaH -aaP +aaE +aaO aaX aaX -abI -abV -acQ -adf -adc -adO -aed +abH +acm +acP +ade +adb +adN +aee aev -aeP -afk -afI -agC -agI -ahw -aig -agI -ajt +aeR +afm +afJ agx -akA -alo -alY -alV -alV -aoa -aoS -apF -aqv -ari -anY -asC -atn -atH -auD -avw -atX -axa -axw -ayw -axr -aAP -aBm -aCN -aEg -aFG -aGQ -aIw -aIw -aIX -aNv -aPc -aQv -aSD +agR +ahx +aih +agR +ajx +ags +akF +als +amd +ama +ama +aof +aoZ +apL +aqy +arj +anZ +asu +ath +atQ +auF +avz +atO +axe +axU +ayO +axS +aAS +aAV +aCQ +aEm +aFP +aHe +aIN +aIN +aIL +aNC +aPm +aQF +aSe aaa aaa -aXR -aYL -bat -bbK -bel -bfN -biq -bhx -bki -blS -bnc -boL -bqN -bsz -buf -bvX -buf -byV -bzF -bBF -bCR -bEp -bel -bHA -bIX -bbL -bMQ -bOr -bPR -bRp -bSJ -bUh -bVl -bWM -bWY -bYM -bWM -bWM -ccE -ceh -bWM -bWM -cjq -ckG -clX -cnu -cox -cpK -cpK -cMO -crU -crU -cvg -cvg -cxa -cxa -cpH -czM -cAQ -cBZ -cBV -cEj -cEZ -cFE -cAS -cFX -cHD -cHV -cIy -cFX +aXn +aYY +baQ +bct +bdQ +bfx +bgW +biF +bjZ +blI +bmV +boG +bqI +bsv +bua +bvT +bua +byR +bAA +bCo +bDz +bFo +bdQ +bIk +bJM +bcw +bML +bOl +bPJ +bRg +bSA +bTY +bVd +bWF +bXW +bZH +bWF +bWF +cdP +cfm +bWF +bWF +cji +cky +clP +cnm +cop +cpC +cpC +crN +crL +crL +cuX +cuX +cwR +cwR +cpz +czC +cAG +cBP +cCU +cDW +cEJ +cFr +cAI +cHp +cHs +cHK +cIm +cHp aaa -cJO -cKn -cJr -cJa -cJa -cJr -cJa -cMh +cJx +cJV +cJc +cIL +cIL +cJc +cIL +cLK aaa -aaJ +aaG aaa aaa aaa @@ -113337,24 +112922,24 @@ aaa aaa aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -113445,145 +113030,145 @@ aaa aaa aaa aaa -aaI -aaO -aaW -abi -abH -acr -acP -ade -adw -adN -aec -aeu -aeO -afj -afH -agx -agS -ahv -aie -aiI -ajs -agx -akz -alh -alP -amE -ann +aaF +aaP +aaY +abj +abI +acn +acQ +adf +adx +adO +aef +aew +aeS +afn +afK +ags +agU +ahy +aii +aiL +ajy +ags +akG +alt +ame +amO +anv +aog +apa +apH +aqx +ark anZ -aoR -apA -aqt -ajq -anY -asC -ato -atF -auC -auC -awx -awZ -axu -ayv -axt -aAO -aBm -aCG -aEg -aBm -aBm -aBm -aIw -aIX -aNu -aPc -aQv -aSE -aUB -aUB -aXS -aYH -bas -bbJ -bel -bel -bel -bel -bel -bel -bel -bel -bel -bel -aIX -aIX -aIX -bel -bel -bBE -bel -bel -bel -bHz -bIV -bKD -aIX -bOs -bPS -bOs -bOs -bOs -bVm -bWM -bXa -bYK -bWM -cbd -ccA -cef -cfJ -chi -cjq -ckH -clY -cnv -cox -cpK -cpK -crW -ctb -cub -cvg -cvg -cxb -cxb -cpH -czN -cAR -cCa -cDf -cEk +asu +ati +atR +auG +auG +awB +axf +axV +ayP +axT +aAT +aAV +aCR +aEm +aAV +aAV +aAV +aIN +aIL +aND +aPm +aQF +aSf +aTZ +aTZ +aXo +aYZ +baR +bcu +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +aIL +aIL +aIL +bdQ +bdQ +bCp +bdQ +bdQ +bdQ +bIl +bJL +bLt +aIL +bOm +bPK +bOm +bOm +bOm +bVe +bWF +bXX +bZI +bWF +ccm +cdQ +cfl +cgy +chU +cji +ckz +clQ +cnn +cop +cpC +cpC +crO +csT +ctS +cuX +cuX +cwS +cwS +cpz +czD +cAH +cBQ +cCV +cDX aaf aaa -cGr -cFX -cHE -cHW -cIz -cFX +cGh +cHp +cHt +cHL +cIn +cHp aaa -cJO -cKm -cJr -cJa -cJa -cJr -cJa -cIG +cJx +cJU +cJc +cIL +cIL +cJc +cIL +cIt aaa -aaJ +aaG aaa aaa aaa @@ -113594,24 +113179,24 @@ aaa aaa aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -113702,145 +113287,145 @@ aaa aaa aaa aaa -aaz -aaz -aaz -aaz -abN -acs -acs -acl -acs -acs -acs -acs -aeW -acs -afP -agD -agD -agD -agD -agD -agD -agD -akC -akC -akC -akC -akC -anY -anY -apA -aqw -apA -anY -asD -atn -atM -auF -avy -awz -axa -axy -ayw -azG -aAQ -aBm -aCO -aEi -aBm -aGR -aIx -aIw -aIX -aNx -aPc -aLj -aRs -aRs -aRs -aRs -aRs -bav -bbO -bbO -bez -bfT -bhz -biZ -bkv -bbO -bnr -bps -bro -btb -buU -bwD -bxY -bzG -bzG -bCT -bwD -bwD -bwD -bJa -aLj -aKf -bOs -bPT -bPU -bPU -bOs -bVm -bWM -bWM -bWM -bWM -bWM -bWM -bWM -bWM -bWM -cjq -cjq -clZ -cnw -cox -cpH -cpH -cpH -cpH -cpH -cpH -cpH -cpH -cpH -cpH -czO -cAS -cAS -cAS -cAS +aaw +aaw +aaw +aaw +abJ +aco +aco +ach +aco +aco +aco +aco +aeT +aco +afL +agy +agy +agy +agy +agy +agy +agy +akH +akH +akH +akH +akH +anZ +anZ +apH +aqz +apH +anZ +asv +ath +atS +auH +avA +awC +axe +axW +ayO +azV +aAU +aAV +aCS +aEn +aAV +aHf +aIO +aIN +aIL +aNE +aPm +aLR +aSg +aSg +aSg +aSg +aSg +baS +bcv +bcv +bfy +bgX +biG +bka +blJ +bcv +boH +bqJ +bsw +bub +bvU +bxz +byS +bAB +bAB +bDA +bxz +bxz +bxz +bJN +aLR +aKt +bOm +bPL +bPM +bPM +bOm +bVe +bWF +bWF +bWF +bWF +bWF +bWF +bWF +bWF +bWF +cji +cji +clR +cno +cop +cpz +cpz +cpz +cpz +cpz +cpz +cpz +cpz +cpz +cpz +czE +cAI +cAI +cAI +cAI aaa aaa aaa -cGb -cGN -cHX -cGN -cGI +cHp +cHp +cHM +cHp +cHp aaa -cJO -cKn -cJr -cJa -cJa -cJr -cJa -cMh +cJx +cJV +cJc +cIL +cIL +cJc +cIL +cLK aaa -aaJ +aaG aaa aaa aaa @@ -113851,24 +113436,24 @@ aaa aaa aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -113961,171 +113546,171 @@ aaa aaa aaa aaa -abd -abo -abO -act -act -adk -adD -adU -adU -adD -aeX -afr -afQ -agE -ahb -ahF -ahF -aiL -alr -alr -als -amN -adE -adE -adE -aqL -anY -apG -aqw -arj -anY -arV -atn -atJ -auE -avx -awy -axb -axx -ayx -azF -aBm -aBm -aBm -aEh -aBm -aBm -aBm -aKl -aIX -aNw -aPf -aQy -aQy -aQy -aQy -aQy -aQy -bau -bbL -bbL -bey -bfR -bhy -biY -bku -aQy -bnq -aQy -aQy -bau -bbL -bbL -bku -aQy -aQy -bCS -aQy -aQy -aQy -bIZ -aLj -aLi -bOs -bPU -bPU -bSK -bOs -bVn -bUh -bYg -bZQ -caZ -bUh -bUh -bUh -bUh -bUh -bUh -bUh -clh -cms -cnm -cpL -bUh -bUh -bUh -cuc -cvh -bPU -cxc -bPU -bPU -czP -bPU -bPU -bPT -bOs -bOs -bOs -bOs -bOs -cHG +aaZ +abk +abK +acp +acp +adg +ady +adP +adP +ady +aeU +afo +afM +agz +agV +ahz +ahz +aiM +ajz +ajz +akI +alu +adz +adz +adz +aoh +anZ +apM +aqz +arl +anZ +asw +ath +atT +auI +avB +awD +axg +axX +ayQ +azW +aAV +aAV +aAV +aEo +aAV +aAV +aAV +aKx +aIL +aNF +aPo +aQG +aQG +aQG +aQG +aQG +aQG +baT +bcw +bcw +bfz +bgY +biH +bkb +blK +aQG +boI +aQG +aQG +baT +bcw +bcw +blK +aQG +aQG +bDB +aQG +aQG +aQG +bJO +aLR +aLP +bOm +bPM +bPM +bSB +bOm +bVf +bTY +bXY +bZJ +caS +bTY +bTY +bTY +bTY +bTY +bTY +bTY +clS +cnp +coq +cpD +bTY +bTY +bTY +ctT +cuY +bPM +cwT +bPM +bPM +czF +bPM +bPM +bPL +bOm +bOm +bOm +bOm +bOm +cHv aaf aaf aaf -bvc -cJO -cKm -cKD -cJa -cJa -cKD -cJa -cMi +buY +cJx +cJU +cKl +cIL +cIL +cKl +cIL +cLL aaf -cMk +cLN aaa aaa -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -114218,168 +113803,168 @@ aaa aaa aaa aaa -abd -abp -abP -acu -abd -adl -adE -adE -aek -aeB -aeY -afy -afR -agF -adE -aiM -anX -aFt -abd -abd -akE -abd -amb -amb -amb -amb -anY -apI -aqw -arl -anY -arW -atn +aaZ +abl +abL +acq +aaZ +adh +adz +adz +aeg +aex +aeV +afp +afN +agA +adz +ahA +aij +aiN +aaZ +aaZ +akJ +aaZ +amf +amf +amf +amf +anZ +apN +aqz +arm +anZ +asx +ath +atU +auJ +avC atO -auG -avz -atX -axe -axr -ayo +axh +axS +ayL azX -aBm -aBE -aBE -aEg -aBm -aGS -aIy -aIw -aIX -aNy -aPg -aLj -aLj -aTH -aLj -aLj -aLj -baw -aLj -aLj -beA -aLj -bhB -bjb -bkw -aLj -aLj -aLj -aLj -btc -buV -aLj -bkw -aLj -aLj -bCU -aLj -aLj -bCU -buV -aLj -bLg -bOs -bPV -cgB -cnt -bOs -bOs -bVB -bDH -bOq -bOq -ccu -ccu -ccu -ccu -ccu -cjr -cjr -cjr -cjr -cjr -cjr -cqR -cKO -cMp -cud -cvi -cwm -cxd -cxd -cxd -czQ -cAT -cCb -cAT -cAT -cDz -cEN -cFy -cGe -cMG +aAV +aBW +aBW +aEm +aAV +aHg +aIP +aIN +aIL +aNG +aPp +aLR +aLR +aUa +aLR +aLR +aLR +baU +aLR +aLR +bfA +aLR +biI +bkc +blL +aLR +aLR +aLR +aLR +buc +bvV +aLR +blL +aLR +aLR +bDC +aLR +aLR +bDC +bvV +aLR +bMM +bOm +bPN +bRh +bSC +bOm +bOm +bWG +bDD +bOk +bOk +ccn +ccn +ccn +ccn +ccn +cjj +cjj +cjj +cjj +cjj +cjj +cqJ +crP +csU +ctU +cuZ +cwd +cwU +cwU +cwU +czG +cAJ +cBR +cAJ +cAJ +cEK +cFs +cGi +cGO +cHw aaa aaa aaf aaa -cJO -cKn -cJr -cJa -cJa -cJr -cJa -cMh +cJx +cJV +cJc +cIL +cIL +cJc +cIL +cLK aaa -aaJ +aaG aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -114479,166 +114064,166 @@ aaa aaa aaa aaa -abd -abd -adF -abd -abd -abd -abd -abd -afS -abd -abd -ahy -aih -akD -abd -ajQ -ama -ali -amb -any -aoh -aoj -anY -apH -aqw -ark -anY -arV -atn -atN -atN -atN -atX -axc -avu -ayy -azW -aAR -aBD -aCP -aEj -aBm -aBm -aBm -aIw -aIX -aIX -aPM -aIX -aIX -aUD -aWk -aIX -aWk -aIX -aWk -aIX -aIX -bfW -bhA -bja -bel -bel -boO -bel -boO -bel -bel -bel -bel -bel -bel -bel -bEq -bEq -aIX -aIX -aIX -aIX -bDH -bDH -bDH -bDH -bDH -bDH -bVA -bDH -bZR -bDH -ccu -ccF -cei -cfN -ccu -chK -cjc -cku -clR -cmM -cjr -cjr -cjr -cjr -cjr -cvj -cwn -cwn -cwn -cwn -cwn -cwn -cwn -cwn -cwn -cDy -cEM -cMA -cGd -cHI +aaZ +aaZ +adA +aaZ +aaZ +aaZ +aaZ +aaZ +afO +aaZ +aaZ +ahB +aik +aiO +aaZ +ajV +akK +alv +amf +amP +anw +aoi +anZ +apO +aqz +arn +anZ +asw +ath +atV +atV +atV +atO +axi +avy +ayR +azY +aAW +aBX +aCT +aEp +aAV +aAV +aAV +aIN +aIL +aIL +aPq +aIL +aIL +aUb +aVF +aIL +aVF +aIL +aVF +aIL +aIL +bgZ +biJ +bkd +bdQ +bdQ +boJ +bdQ +boJ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bdQ +bFp +bFp +aIL +aIL +aIL +aIL +bDD +bDD +bDD +bDD +bDD +bDD +bWH +bDD +bZK +bDD +ccn +cdR +cfn +cgz +ccn +cjk +ckA +clT +cnq +cor +cjj +cjj +cjj +cjj +cjj +cva +cwe +cwe +cwe +cwe +cwe +cwe +cwe +cwe +cwe +cEL +cFt +cGj +cGP +cHx aaa -cHY -cJa -cJr -cJP -cKm -cJr -cJa -cJa -cJr -cJa -cIG +cHN +cIL +cJc +cJy +cJU +cJc +cIL +cIL +cJc +cIL +cIt aaa -aaJ +aaG aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -114736,166 +114321,166 @@ aaa aaa aaa aaa -abd -adm -adE -adV -abd +aaZ +adi +adz +adQ +aaZ aaa -aeZ -aft -adE -adE -abd -ahA -bZv -akD -abd -ajR -aor -alj -amc -aog -aoi -aoZ -anY -apJ -aqw -arm -anY -arV -atn -auf -auf -auf -auf -axv -axz -ayA -axv -aBm -aBF -aBF -aEk -aBm -aGT -aIz -aIw -aBm -aNA -aPh -aQA -aMH -aUE -aSK -aXT -aSK -aUE -aSK -bem -aZP -bfY -bhD -bjd -blW -blx -bnv -bpw -bnv -btd -bwa -bwF -bxZ -bzI -bBG -bDH -bEs -bFS -bDH -bJd -bJK -bLH -bDH -bOi -bPr -bRz -bDH -bTG -bVD -bXc -bYO -caa -ccu -ccH -cej -cfO -cid -ciy -ciy -ciy -ciy -cnn -cpM -cqe -crb -csk -cjr -cvk -cwn +aeW +afq +adz +adz +aaZ +ahC +ail +aiO +aaZ +ajW +akL +alw +amg +amQ +anx +aoj +anZ +apP +aqz +aro +anZ +asw +ath +atW +atW +atW +atW +axj +axY +ayS +axj +aAV +aBY +aBY +aEq +aAV +aHh +aIQ +aIN +aAV +aNH +aPr +aQH +aSh +aUc +aSl +aXp +aSl +aUc +aSl +bdR +aZl +bha +biK +bke +blM +bmW +boK +bqK +boK +bud +bvW +bxA +byT +bAC +bCq +bDD +bFq +bGL +bDD +bJP +bLu +bMN +bDD +bPO +bRi +bSD +bDD +bVg +bWI +bXZ +bZL +caT +ccn +cdS +cfo +cgA +chV +cjl +cjl +cjl +cjl +cos +cpE +cqK +crQ +csV +cjj +cvb +cwe +cwV +cxW +cyV +czH +cAK cwe -cxo -cyn -cyR -cAU -cwn aaa -cwn -cDA -cEP -cFz -cGf -bOs +cwe +cEM +cFu +cGk +cGQ +bOm aaa -cIB -cJa -cJr -cJQ -cKn -cJr -cJa -cJa -cJr -cJa -cMh +cIo +cIL +cJc +cJz +cJV +cJc +cIL +cIL +cJc +cIL +cLK aaa -aaJ +aaG aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -114993,166 +114578,166 @@ aaa aaa aaa aaa -abd -adn -adE -adW -abd +aaZ +adj +adz +adR +aaZ aaf -aeZ -afu -afT -agG -aeZ -ahz -bZy -akD -abd -abd -abd -abd -amb -amb -anv -aoY -anY -apA -aqw -arj -anY -arX +aeW +afr +afP +afr +aeW +ahD +aim +aiO +aaZ +aaZ +aaZ +aaZ +amf +amf +any +aok +anZ +apH +aqz +arl +anZ +asy +atj +atX +auK +avD +awE +axk +axk +ayT +azZ atp -aug -auH -avA -awA -axg -axg -ayz -azY -atx -aBm -aBm -aBm -aGd -aBm -aBm -aBm -aBm -aNz -aPh -aQz -aSH -aUF -aWl -aWl -aSK -aWl -aSK -ben -aZP -bfX -bhC -bjc -blW -blw -bnu -bpu -bnu -blw -bwb -bwz -bxX -bzy -bBy -bCL -bEo -bEo -bIq -bIc -bEt -bLG -bDH -bIc -bIc -bRi -bSn -bTE -bVC -bXb -bYN -bZY -ccu -ccG -cej -cfO -cie -ciy -cjO -cli -cmt -cmt -cnP -cqc -cra -csj -cue -cvk -cwn -cwd -cxn -cym -cyQ -cAV -cCc -cCc -cCc -cCc -cCc -cCc -cCc -bOs +aAV +aAV +aAV +aFQ +aAV +aAV +aAV +aAV +aNI +aPr +aQI +aSi +aUd +aVG +aVG +aSl +aVG +aSl +bdS +aZl +bhb +biL +bkf +blM +bmX +boL +bqL +boL +bmX +bvX +bxB +byU +bAD +bCr +bDE +bFr +bFr +bIm +bJQ +bFs +bMO +bDD +bJQ +bJQ +bSE +bTZ +bVh +bWJ +bYa +bZM +caU +ccn +cdT +cfo +cgA +chW +cjl +ckB +clU +cnr +cnr +cpF +cqL +crR +csW +ctV +cvb +cwe +cwW +cxX +cyW +czI +cAL +cBS +cBS +cBS +cBS +cBS +cBS +cBS +bOm aaa -cHY -cJa -cJr -cJP -cKm -cJr -cJa -cJa -cJr -cJa -cIG +cHN +cIL +cJc +cJy +cJU +cJc +cIL +cIL +cJc +cIL +cIt aaa -aaJ +aaG aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -115250,166 +114835,166 @@ aaa aaa aaa aaa -abd -ado -adG -afs -abd +aaZ +adk +adB +adS +aaZ aaa -aeZ -afl -afU -afl -aeZ -ahB -aii -akF -adD -adD -adD -anw -adD -adD -aok -apM -anY -apA -aqw -apA -anY -arY -att -atx -auI -avB -awB -axi -axB -ayS -azZ -aAT -atx -aDl -aEH -aGe -aDc -aHF -aDo -aLn -aNC -aPh -aQz -aSH -aUG -aWm -aXU -aSK -bby -aSK -aDl -aZP -bdq -bhE -baI -blW -blT -bnz -bpy -brr -btf -bwc -bwH -bxX -bzK -bBy -bDJ -bEt -bFT -bDH -bJb -bEv -bLI -bDH -bOL -bQm -bRD -bSV -bTR -bVF -bXe -bYP -caf -ccu -ccJ -cej -cfO -cif -ciA -cjQ -clm -cmA -cnp -cjr -cqg -cre -csq -cjr -cuq -cwn -cwg -cxq -cxn -cyS -czX -cCd -cDj -cCd -cDC -cEQ +aeW +afs +afQ +afs +aeW +ahE +ain +aiP +ady +ady +ady +alx +ady +ady +anz +aol +anZ +apH +aqz +apH +anZ +asz +apR +atp +auL +avE +awF +axl +axZ +ayU +aAa +aAX +atp +aCU +aEr +aFR +aHi +aIR +aCX +aLS +aNJ +aPr +aQI +aSi +aUe +aVH +aXq +aSl +baV +aSl +aCU +aZl +ben +biM +bbn +blM +bmY +boM +bqM +bsx +bue +bvY +bxC +byU +bAE +bCr +bDF +bFs +bGM +bDD +bJR +bFu +bMP +bDD +bPP +bRj +bSF +bUa +bVi +bWK +bYb +bZN +caV +ccn +cdU +cfo +cgA +chX +cjm +ckC +clV +cns +cot +cjj +cqM +crS +csX +cjj +cvc +cwe +cwX +cxY +cxX +czJ +cAM +cBT +cCW +cBT +cEN +cFv aaf aaa aaa aaa -cIB -cJa -cJr -cJQ -cKn -cJr -cJa -cJa -cJr -cJa -cMh +cIo +cIL +cJc +cJz +cJV +cJc +cIL +cIL +cJc +cIL +cLK aaa -aaq +aan aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -115507,166 +115092,166 @@ aaa aaa aaa aaa -abd -abd -adF -abd -abd +aaZ +aaZ +adA +aaZ +aaZ aaf -aeZ -afl -afV -afl -aeZ -abd -abd -abd -abd -abd -abd -abd -abd -abd -abd -apa -anY -anY -aqC -anY -anY -arY -att -atx -auV -auV -auV -axh -axA -ayB -azZ -aAS -atx -aDm -aEI -aGf -aGf -aGf -aKm -aLl -aNB -aPi -aQz -aSH -aUG -aWn -aWn -aSK -aWn -aSK -beo -aZP -bdq -bhE -bje -blW -blz -bnw -bpx -brp -bte -bwd -bwG -byd -bzJ -byd -bCV -bEr -bFR -bGQ -bIc -bKE -bIc -bMC -bIc -bQl -bRA -bSU -bTQ -bVE -bXd -bYP -cab -ccu -ccI -cek -cfP -ccu -ciz -cjP -clk -cmz -cno -cjr -cqf -crd -csp -cjr -cup -cwo +aeW +afs +afR +afs +aeW +aaZ +aaZ +aaZ +aaZ +aaZ +aaZ +aaZ +aaZ +aaZ +aaZ +aom +anZ +anZ +aqA +anZ +anZ +asz +apR +atp +auM +auM +auM +axm +aya +ayV +aAa +aAY +atp +aCV +aEs +aFS +aFS +aFS +aKy +aLT +aNK +aPs +aQI +aSi +aUe +aVI +aVI +aSl +aVI +aSl +bdT +aZl +ben +biM +bkg +blM +bmZ +boN +bqN +bsy +buf +bvZ +bxD +byV +bAF +byV +bDG +bFt +bGN +bIn +bJQ +bLv +bJQ +bOn +bJQ +bRk +bSG +bUb +bVj +bWL +bYc +bZN +caW +ccn +cdV +cfp +cgB +ccn +cjn +ckD +clW +cnt +cou +cjj +cqN +crT +csY +cjj +cvd cwf -cxp -cyo -cxp -czU -cCe -cDk -cEo -cDB -cEQ +cwY +cxZ +cyX +cxZ +cAN +cBU +cCX +cDY +cEO +cFv aaf aaa aaa aaa -cHY -cJa -cJr -cJP -cKm -cJr -cJa -cJa -cJr -cJa -cIG +cHN +cIL +cJc +cJy +cJU +cJc +cIL +cIL +cJc +cIL +cIt aaa -aaJ +aaG aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -115765,16 +115350,16 @@ aaa aaa aaa aaa -aap -aap -aap -aap +aai +aai +aai +aai aaa -aeZ -afn -afW -agq -aeZ +aeW +afs +afS +afs +aeW aaa aaa aaa @@ -115782,146 +115367,146 @@ aaa aaa aaa aaa -anx -anx -abd -apO -apP -apN -aqE -apN -apN -asE -atq -atx -auW -auW -auW -axk -axN -ayS -azZ -aAW -atx -aDn -aEJ -aGg -aHw -aIC -aDo -aLt -aND -aPh -aQz -aSH -aUG -aSK -aSK -aSK -aSK -aSK -aSK -beC -bfZ -bhG -bjg -blW -blU -bnA -bpz -brs -btg -buW -bwI -bye -bzW -bBH -bDL -bEv -bFV -bHB -bJf -bKG -bLJ -bMC -bIc -bIc -bRE +amh +amh +aaZ +aon +apb +apQ +aqB +apQ +apQ +asA +atk +atp +auN +auN +auN +axn +ayb +ayU +aAa +aAZ +atp +aCW +aEt +aFT +aHj +aIS +aCX +aLU +aNL +aPr +aQI +aSi +aUe +aSl +aSl +aSl +aSl +aSl +aSl +bfB +bhc +biN +bkh +blM +bna +boO +bqO +bsz +bug +bwa +bxE +byW +bAG +bCs bDH -bTW -bVH -bXg -bYR -cah -ccu -ccZ -cel -ccu -ccu -ciD -ckM -clp -cjr -cjr -cjr -cjr -cqy -cjr -cjr -cur -cwn -cwi -cxr -cxn -cyT -czY -cCd -cDl -cCd -cDD -cEQ +bFu +bGO +bIo +bJS +bLw +bMQ +bOn +bJQ +bJQ +bSH +bDD +bVk +bWM +bYd +bZO +caX +ccn +cdW +cfq +ccn +ccn +cjo +ckE +clX +cjj +cjj +cjj +cjj +crU +cjj +cjj +cve +cwe +cwZ +cya +cxX +czK +cAO +cBT +cCY +cBT +cEP +cFv aaf aaf aaa aaa -cIB -cJa -cJr -cJa -cJa -cJr -cJa -cJa -cJr -cJa -cMh +cIo +cIL +cJc +cIL +cIL +cJc +cIL +cIL +cJc +cIL +cLK aaf -aaJ +aaG aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -116024,7 +115609,7 @@ aaa aaa aaf aaf -aap +aai aaa aaa aaa @@ -116041,102 +115626,102 @@ aaa aaf aaf aaa -abd -abd -abd -att -att -att -att -arZ -atK -atx -auX -auW -auW -axk -axN -ayS -azZ -aAV -atx -aDo -aEK -aDo -aDo -aIB -aDo -aLo -aND -aPh -aQz -aSH -aUG -aWo -aXV -aXV -bbz -aGf -bep -bfS -bdq -bhF -bjf -blW -bni -bny -bqU -bqU -bum -bum -bxJ -bxJ -bzO -bxJ -bDM -bEu -bFU -bxJ -bJY -bKF -bxJ -bxJ -bOM -bQn -bQn -bUl -bVt -bVh -bWQ -bYr -bZu -bUl -cbF -bUl -cgK -chj -ciC -cjS -clo -cmC -cmC -coG -cqh -crf -cgK -cME -cvo -cwn -cwh -cxp -cxp -czV -cAZ -cCc -cCc -cCc -cCc -cCc +aaZ +aaZ +aaZ +apR +apR +apR +apR +asB +atl +atp +auO +auN +auN +axn +ayb +ayU +aAa +aBa +atp +aCX +aEu +aCX +aCX +aIT +aCX +aLV +aNL +aPr +aQI +aSi +aUe +aVJ +aXr +aXr +baW +aFS +bdU +bfC +ben +biO +bki +blM +bnb +boP +bqP +bqP +buh +buh +bxF +bxF +bAH +bxF +bDI +bFv +bGP +bxF +bJT +bLx +bxF +bxF +bPQ +bRl +bRl +bUc +bVl +bWN +bYe +bZP +caY +bUc +cdX +bUc +cgC +chY +cjp +ckF +clY +cnu +cnu +cpG +cqO +crV +cgC +ctW +cvf +cwe +cxa +cxZ +cxZ +czL +cAP +cBS +cBS +cBS +cBS +cBS aaf aaf aaf @@ -116153,35 +115738,35 @@ aaf aaf aaf aaf -aaJ +aaG aaa aaa -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -116298,117 +115883,117 @@ aaa aaa aaa aaa -aap +aai aaf -apb -apb -apb -apb -apb -asF -atK -atx -auW -auW -auW -axk -axN -ayU +apc +apc +apc +apc +apc +asC +atl +atp +auN +auN +auN +axn +ayb +ayW aAb -aAY -aCs -aDp -aEL -aGh -aHx -aJg -aDo -aLu -aNE -aPj -aQB -aSH -aUH -aWp -aZE -aXW -bbA -bcT -bcT -beD -bga -bhI -bji -aZP -blZ -bnC -bnC -brt -bti -buY -bwM -byg -bzZ -bBJ -bCX -bEx -bFX -bHE -bCX -bKI -bCX -bNf -bCX -bCX -bRF -bSZ -bTY -bVI -bXh -bYS -caj -cbe -cda -cem -cfT -chm -ciF -cjU -clr -cmE -cmE -cmE -cmE -crn -cth -cug -cvo -cwn -cwj -cxs -cyp -czW -cBa -cCf -cCh -cCP +aBb +aBZ +aCY +aEv +aFU +aHk +aIU +aCX +aLW +aNM +aPt +aQJ +aSi +aUf +aVK +aXs +aZa +baX +bcx +bcx +bfD +bhd +biP +bkj +aZl +bnc +boQ +boQ +bsA +bui +bwb +bxG +byX +bAI +bCt +bDJ +bFw +bGQ +bIp +bDJ +bLy +bDJ +bOo +bDJ +bDJ +bSI +bUd +bVm +bWO +bYf +bZQ +caZ +cco +cdY +cfr +cgD +chZ +cjq +ckG +clZ +cnv +cnv +cnv +cnv +crW +csZ +ctX +cvf +cwe +cxb +cyb +cyY +czM +cAQ +cBV +cCZ +cDZ aaf aaa aaa aaa aaa aaa -cIC -cIC -cIC -cIC -cIC -cIC -aan -cIC -aam -aam +cIp +cIp +cIp +cIp +cIp +cIp aam +cIp +aal +aal +aal aaa aaa aaa @@ -116421,24 +116006,24 @@ aaa aaa aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -116556,99 +116141,99 @@ aaa aaa aaa aaf -aap -aoT -apb -aqx -arn -apb -ast -att -atx -auY -auY -auY -axh -axN -ayT -aAa -aAX -atx -aDq -aEM -aGi -aHy -aJg -aDo -aMk -aOh -aPQ -aRh -aSI -aUI -aWq -aSK -aSK -bbB -aSK -beq -bfU -bdq -bhH -bjh -aZP -blV -bnB -bpA -bpA -bth -buX -bwJ -byf -bzY -bBI -bCW -bEw -bFW -bHC -bJg -bKH -bLP -bCW -bON -bCW -bEw -bSX -bTv -bVG -bXf -bYQ -cag -cax -ccK -cdG -cfR -chl -ciE -cjT -clq -cmD -cnr -coH -cqi -crm -cgK -cuh -cvo -cwn -cwn -cwn -cwn -cwn -cwn -cwn -cBW -cCO +aai +apd +apc +aqC +arp +apc +asD +apR +atp +auP +auP +auP +axm +ayb +ayX +aAc +aBc +atp +aCZ +aEw +aFV +aHl +aIU +aCX +aLX +aNN +aPu +aQK +aSj +aUg +aVL +aSl +aSl +baY +aSl +bdV +bfE +ben +biQ +bkk +aZl +bnd +boR +bqQ +bqQ +buj +bwc +bxH +byY +bAJ +bCu +bDK +bFx +bGR +bIq +bJU +bLz +bMR +bDK +bPR +bDK +bFx +bUe +bVn +bWP +bYg +bZR +cba +ccp +cdZ +cfs +cgE +cia +cjr +ckH +cma +cnw +cov +cpH +cqP +crX +cgC +ctY +cvf +cwe +cwe +cwe +cwe +cwe +cwe +cwe +cDa +cEa aaa aaa aaa @@ -116678,24 +116263,24 @@ aaa aaa aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -116814,98 +116399,98 @@ aaa aaf aaf aaf -aoU -apT -aqI -aru -asa -asv -atu -atx -auM -avC -awC -axi -axX -ayZ -atx -azp -atx -aDr -aDr -aDr -aHz -aDp -aKM -aMl -aOi -aPR -aRi -aSJ -aUJ -aWr -aXX -aXX -bbC -bcU -ber -aZP -bdq -bhH -bjk -blX -bmb -bnD -bnI -brv -btY -bvi -bxJ -bzd -bAb -bxJ -bzd -bxJ -bFZ -bHH -bKa -bLF -bxJ -bNg -bxJ -bRw -bSR -bUo -bUa -bVO -bXj -bUl -bUl -bUl -cdc -bUl -cgK -cgK -ciH -ckQ -clt -cjF -cjF -cjF -cjF -crl -cjF -cjF -cvo -cnK -cnK -cxu -csn -cyV -cAa -csn -cCj -cCQ +ape +apS +aqD +arq +arR +asE +atm +atp +auQ +avF +awG +axl +ayc +ayY +atp +azb +atp +aCd +aCd +aCd +aHm +aCY +aKz +aLY +aNO +aPv +aQL +aSk +aUh +aVM +aXt +aXt +baZ +bcy +bdW +aZl +ben +biQ +bkl +blN +bne +boS +boV +bsB +buk +bwd +bxF +byZ +bAK +bxF +byZ +bxF +bGS +bIr +bJV +bLA +bxF +bOp +bxF +bRm +bSJ +bUf +bVo +bWQ +bYh +bUc +bUc +bUc +cea +bUc +cgC +cgC +cjs +ckI +cmb +cjx +cjx +cjx +cjx +crY +cjx +cjx +cvf +cnC +cnC +cyc +csf +czN +cAR +csf +cDb +cEb aaa aaa aaa @@ -116935,24 +116520,24 @@ aaa aaa aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -117072,96 +116657,96 @@ aaa aaf aac aaa -apb -aqy -aro -apb -asu -atv -atx -auK -auK -auK -auK -auK -ayY -aAc -aAZ -aBG -atx +apc +aqE +arr +apc +asF +atn +atp +auR +auR +auR +auR +auR +ayZ +aAd +aBd +aCa +atp aaa -aDr -aHA -aJh -aDo -aMm -aOj -aMC -aRj -aSK -aUG -aWs -aXY -aZF -aXU -aSK -bes -aZP -bdq -bhH -bjj -blY -bma -bnD -bnI -bru -btj -bvb -bxM -byh -bAa -bBK -bCY -bxM -bFY -bHF -bKb -bKJ -bLR -bLZ -bOO -bQo -bRG -bUp -bTZ -bVL -bXi -bUl -cam +aCd +aHn +aIV +aCX +aLZ +aNP +aPw +aQM +aSl +aUe +aVN +aXu +aZb +aXq +aSl +bdX +aZl +ben +biQ +bkm +blO +bnf +boS +boV +bsC +bul +bwe +bxI +bza +bAL +bCv +bDL +bxI +bGT +bIs +bJW +bLB +bMS +bMT +bPS +bRn +bSK +bUg +bVp +bWR +bYi +bUc +cbb +ccq +ceb +ccq +cgF cbf -cdb -cbf -cfl -cbm -ciB -cjR -cln -cmB -cnq -cjF -cqj -cro -csr -cjF -cvp -cwp -cxl -cxt -czj -cyU -czZ -cCg -cCi +cjt +ckJ +cmc +cnx +cow +cjx +cqQ +crZ +cta +cjx +cvg +cwg +cxc +cyd +cyZ +czO +cAS +cBW +cDc aaf aaa aaa @@ -117199,17 +116784,17 @@ aaa aaa aaa aaa -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm -cMm +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP +cLP aaa aaa aaa @@ -117309,7 +116894,7 @@ aaa aaa aaf aaf -aap +aai aaa aaa aaa @@ -117329,96 +116914,96 @@ aaa aaa aaa aaf -apb -apb -apb -apb -aqD -atw -atx -auN -avD -avD -auK -auK +apc +apc +apc +apc +asG +ato +atp +auS +avG +avG +auR +auR aza -atx -aBb -aBK -atx +atp +aBe +aCb +atp aaf -aDr -aHA -aDr -aKN -aKN -aKN -aKN -aKN -aSL -aUG -aWt -aWn -aWn -aWn -aSK -aSK -bfV -bdq -bhJ -bjm -bky -bme -bnH -bnI -brx -bto -bvl -bxN -byj -bAf -bBL -bDa -bxM -bGa -bHK -bxM -bKP -bLZ -bNi -bOQ -bQq -bRJ -bUl -bUi -bVO -bXl -bZZ -aAJ -cbh -cde -cbg -cfV -cbm -ciI -cjW -clu -cmG -cns -cjF -cql -crr -cst -cjF -cvo -csn -csn -csn -csn -csn -csn -csn -cCk +aCd +aHn +aCd +aKA +aKA +aKA +aKA +aKA +aSm +aUe +aVO +aVI +aVI +aVI +aSl +aSl +bfF +ben +biR +bkn +blP +bng +boT +boV +bsD +bum +bwf +bxJ +bzb +bAM +bCw +bDM +bxI +bGU +bIt +bxI +bLC +bMT +bOq +bPT +bRo +bSL +bUc +bVq +bWQ +bYj +bZS +cbc +ccr +cec +ccs +cgG +cbf +cju +ckK +cmd +cny +cox +cjx +cqR +csa +ctb +cjx +cvf +csf +csf +csf +csf +csf +csf +csf +cDd aaa aaa aaa @@ -117591,84 +117176,84 @@ aaa aaa aaa aaf -atx -atx -avc -avS -awT -axm -axm -azp -atx -aBw -aCv -atx +atp +atp +auT +avH +awH +axo +axo +azb +atp +aBf +aCc +atp aaf -aDr -aHB -aDr -aHC -aKs -aLy -aNH -aKN -aSM -aUG -aWu -aSK -aSK -aSK -aSK -aSK -aZP -bgb -bhH -bjl -bkx -bmd -bnE -bnI -brw -btl -bvl -bwP -byi -bAe -bBL -bBL -bEE -bBL -bHI -bJh -bKK -bLT -bNh -bOP -bQp -bRI -bNg -bTY -bVP -bXk -bYT -aLr -cbg -cdd -cen -cfU -cbm -ciG -cjV -cls -cmF -cmF -coF -cqk -crq -css -cui -cvo -csn +aCd +aHo +aCd +aKB +aMa +aNQ +aPx +aKA +aSn +aUe +aVP +aSl +aSl +aSl +aSl +aSl +aZl +bhe +biQ +bko +blQ +bnh +boU +boV +bsE +bun +bwf +bxK +bzc +bAN +bCw +bCw +bFy +bCw +bIu +bJX +bLD +bMU +bOr +bPU +bRp +bSM +bOp +bVm +bWS +bYk +bZT +cbd +ccs +ced +cft +cgH +cbf +cjv +ckL +cme +cnz +cnz +cpI +cqS +csb +ctc +ctZ +cvf +csf aaa aaa aaa @@ -117848,84 +117433,84 @@ aaa aaa aaa aaf -aty -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -aDs +atq +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +aDa aaf -aDr -ajf -anK -aKn -aLv -aNF -aKt -aKN -aRu -aTJ -aVo -aWH -aWH -aWH -aSK -bet -aZP -bdq -bhH -bjl -blY -bma -bnI -bnI -brD -btq -bvn -bxM -byk -bAi -bBM -bDc -bxM -bGc -bHM -bKd -bKQ -bMa -bNl -bOR -bQr -bRK -bUq -bUk -bVO -bXn -bUl -cao -cbi -cdf -ceo -cfW -cbm -ciG -ciG -ciG -ciG -cny -cpR -cqm -crs -csu -cjF -cvo -csn +aCd +aHp +aIW +aKC +aMb +aNR +aMc +aKA +aSo +aUi +aVQ +aXv +aXv +aXv +aSl +bdY +aZl +ben +biQ +bko +blO +bnf +boV +boV +bsF +buo +bwg +bxI +bzd +bAO +bCx +bDN +bxI +bGV +bIv +bJY +bLE +bMV +bOs +bPV +bRq +bSN +bUh +bVr +bWQ +bYl +bUc +cbe +cct +cee +cfu +cgI +cbf +cjv +cjv +cjv +cjv +coy +cpJ +cqT +csc +ctd +cjx +cvf +csf aaa aaa aaa @@ -118093,96 +117678,96 @@ aaa aaa aaa aaa -akH -akH -akH -akH -akH -akH -akH -akH -akH -akH +akM +akM +akM +akM +akM +akM +akM +akM +akM +akM aaa aaa -atz -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atz +atr +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +atr aaa -aDr -aHD -aDr -aJi -aKt -aLT -aNI -aKN -aRt -aTI -aPh -aND -aND -bax -aSK -beu -aZP -bdq -bhH -bjn -blX -bmf -bnI -bnI -brC -btp -bvm -bwp -bwr -bAg -bwp -bwr -bwp -bGb -bHL -bKe -bLK -bwp -bNk -bwp -bRB -bSW -bUr -bUj -bVQ -bXm -bUl -cbm -cbm -cbm -cbm -cbm -cbm -ciJ -cjX -clv -cmH -cnx -cjF -cjF -cjF -cjF -cjF -cvq -csn +aCd +aHq +aCd +aKD +aMc +aNS +aPy +aKA +aSp +aUj +aPr +aNL +aNL +bba +aSl +bdZ +aZl +ben +biQ +bkp +blN +bni +boV +boV +bsG +bup +bwh +bwl +bwn +bAP +bwl +bwn +bwl +bGW +bIw +bJZ +bLF +bwl +bOt +bwl +bRr +bSO +bUi +bVs +bWT +bYm +bUc +cbf +cbf +cbf +cbf +cbf +cbf +cjw +ckM +cmf +cnA +coz +cjx +cjx +cjx +cjx +cjx +cvh +csf aaa aaa aaa @@ -118350,96 +117935,96 @@ aaa aaa aaa aaa -akH -akH -akH -akH -akH -akH -akH -akH -akH -akH -akH +akM +akM +akM +akM +akM +akM +akM +akM +akM +akM +akM aaa -atz -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atz +atr +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +atr aaa -aDr -aHD -aDr -aKp -aKt -aLT -aPl -aKN -aQC -aSP -aVq -aYa -aZG -aUM -bbT -beM -aZP -cKI -bhH -bdq -aZP -bmh -boa -bpU -bpU -btt -bvr -bwR -bym -bAk -bBQ -bDg -bEI -bGf -bHP -bDg -bDg -bMc -bNp -bOT -bDg -bEI -bTb -bUn -bVS -bXp -bYU -cbn -ccB -cdt -cer -cfY -cae -cjF -cjF -cjF -cjF -cjF -cjF -crc -csl -ctm -ctm -csm -csn +aCd +aHq +aCd +aKE +aMc +aNS +aPz +aKA +aSq +aUk +aVR +aXw +aZc +bbb +bcz +bea +aZl +bhf +biQ +ben +aZl +bnj +boW +bqR +bqR +buq +bwi +bxL +bze +bAQ +bCy +bDO +bFz +bGX +bIx +bDO +bDO +bMW +bOu +bPW +bDO +bFz +bUj +bVt +bWU +bYn +bZU +cbg +ccu +cef +cfv +cgJ +bZX +cjx +cjx +cjx +cjx +cjx +cjx +cqU +csd +cte +cte +cse +csf aaa aaa aaa @@ -118607,96 +118192,96 @@ aaa aaa aaa aaa -akH -akH -akH -akH -akH -akH -akH -akH -akH -akH -akH +akM +akM +akM +akM +akM +akM +akM +akM +akM +akM +akM aaf -atz -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atz +atr +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +atr aaf -aDr -aHD -aID -aKo -aLw -aNG -aPk -aPm -aPn -aTK -aVp -aWI -aWI -aWI -bbU -aWF -aZP -cKH -bhH -bdq -aZP -bmg -bnJ -bpB -brF -bts -bvq -bwN -byl -bAj -bBP -bDd -bEF -bGe -bHN -bJi -bHN -bMb -bNo -bOS -bHN -bRM -bTa -bUm -bVR -bXo -cac -cbo -ccC -cds -ceq -ceq -chn -cae -ckV -cmo -cnJ -cnJ -cnJ -cnJ -csm -csn -csn -csn -csn +aCd +aHq +aIX +aKF +aMd +aNT +aPA +aQN +aSr +aUl +aVS +aXx +aXx +aXx +bcA +beb +aZl +bhg +biQ +ben +aZl +bnk +boX +bqS +bsH +bur +bwj +bxM +bzf +bAR +bCz +bDP +bFA +bGY +bIy +bKa +bIy +bMX +bOv +bPX +bIy +bSP +bUk +bVu +bWV +bYo +bZV +cbh +ccv +ceg +cfw +cfw +cib +bZX +ckN +cmg +cnB +cnB +cnB +cnB +cse +csf +csf +csf +csf aaa aaa aaa @@ -118847,7 +118432,7 @@ aaa aaa aaa aaa -aap +aai aaf aaa aaa @@ -118864,93 +118449,93 @@ aaa aaa aaa aaa -akH -akH -akH -akH -akH -akH -akH -akH -akH -akH -akH +akM +akM +akM +akM +akM +akM +akM +akM +akM +akM +akM aaf -atz -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atz +atr +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +atr aaf -aDr -aHD -aDr -aKT -aKT -aKT -aKT -aKT -aKN -aTM -aVu -aTN -aTN -baz -aTN -can -aZP -beN -bhL -bdq -aZP -bns -bpd -bpC -bns -bns -bvs -bwp -byo -bAm -bwp -bwr -bEK -bGh -bwr -bwp -bLL -bNd -bNq -bwp -bRC -bSY -bUl -bUt -bVU -bXt -cad -cbp -ccD -cdu -ces -cfZ -chp -cae -ckW -cmp -cnK -cnK -cpS -cpS -csn -csn +aCd +aHq +aCd +aKG +aKG +aKG +aKG +aKG +aKA +aUm +aVT +aUp +aUp +bbc +aUp +bec +aZl +bhh +biS +ben +aZl +bnl +boY +bqT +bnl +bnl +bwk +bwl +bzg +bAS +bwl +bwn +bFB +bGZ +bwn +bwl +bLG +bMY +bOw +bwl +bRs +bSQ +bUc +bVv +bWW +bYp +bZW +cbi +ccw +ceh +cfx +cgK +cic +bZX +ckO +cmh +cnC +cnC +cpK +cpK +csf +csf aaa aaa aaa @@ -119121,107 +118706,107 @@ aaa aaa aaa aaa -akH -akH -akH -akH -akH -akH -akH -akH -akH -akH +akM +akM +akM +akM +akM +akM +akM +akM +akM +akM aaa aaf -atA -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -aDt +ats +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +aDb aaf -aGj -aHD -aJg -aKu -aLA -aNJ -aPo -aQD -aKN -aTL -aVt -aWJ -aYM -bay -bbV -bIk -cKC -cKH -bhK -bdq -aZP -bmi -bnK -bnK -brG -bnx -bwp -bwp -byn -bAl -bwp -bDh -bEJ -bGg -bHQ -bJk -bLM -bMe -bNr -bOV -bOV -bRO -bNj -bUs -bVT -bXs -cae -cae -cae -cae -cae -cae -cae -cae -ckX -cmq -cmq -cmq -cmq -cmq -cso -crg -crg -cum -cum -crg -crg -crg -crg -crg -crg -crg -crg -crg -crg -cso +aFW +aHq +aIU +aKH +aMe +aNU +aPB +aQO +aKA +aUn +aVU +aXy +aZd +bbd +bcB +bed +bfG +bhg +biT +ben +aZl +bnm +boZ +boZ +bsI +bnq +bwl +bwl +bzh +bAT +bwl +bDQ +bFC +bHa +bIz +bKb +bLH +bMZ +bOx +bPY +bPY +bSR +bNe +bVw +bWX +bYq +bZX +bZX +bZX +bZX +bZX +bZX +bZX +bZX +ckP +cmi +cmi +cmi +cmi +cmi +csg +cqY +cqY +cud +cud +cqY +cqY +cqY +cqY +cqY +cqY +cqY +cqY +cqY +cqY +csg aaa aaa aaa @@ -119366,7 +118951,7 @@ aaa aaf aaf aaf -aap +aai aaa aaa aaa @@ -119390,95 +118975,95 @@ aaa aaa aaa aaf -atz -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atz +atr +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +atr aaf -aGk -aHE -aJk -aKV -aLJ -aNL -aPq -aPq -aRw -aTO -aVx -aWR -aYP -baC -bdc -aTN -cKF -cKH -bhK -bdq -aZP -bmk -bnQ -bpF -brI -btv -bvt -bwT -byr -bAp -bwp -bDk -bEM -bGj -bHS -bJq -bLN -bMg -bNA -bOX -bOW -bRQ -bNj -bUv -bVV -bXv -bYW -bYX -bYX -bYX -bYX -cga -cil -ciP -cka -cly -cnL -cnB -coK -cqo -crg -csv -ctk -cus -cum -cwr -cxw -cut -cyW -cux -cum -cBl -cBl -cCV -cDS -crg +aFX +aHr +aIY +aKI +aMf +aNV +aPC +aPC +aSs +aUo +aVV +aXz +aZe +bbe +bcC +aUp +bfH +bhg +biT +ben +aZl +bnn +bpa +bqU +bsJ +bus +bwm +bxN +bzi +bAU +bwl +bDR +bFD +bHb +bIA +bKc +bLI +bNa +bOy +bPZ +bQa +bSS +bNe +bVx +bWY +bYr +bZY +caa +caa +caa +caa +cgL +cid +cjy +ckQ +cmj +cnD +coA +cpL +cqV +cqY +ctf +cua +cvi +cud +cxd +cye +cuk +czP +cvn +cud +cDe +cDe +cEQ +cFw +cqY aaa aaa aaa @@ -119647,95 +119232,95 @@ aaa aaa aaa aaa -atz -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atz +atr +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +atr aaa -aDr -aHD -aJg -aKT -aLE -aNK -aPp -aPp -aSS -aTN -aVw -aWQ -aYN -aTN -bbW -cFA -cKE -cKM -bhK -bjo -aZP -bmj -bnL -bpD -brH -btu -bwr -bwS -byq -bAm -bwp -bDj -bEL -bGi -bHR -bJp -bDX -bMf -bNt -bOW -bOW -bRP -bNj -bUu -bVT -bXu -bYV -bYV -bYV -bYV -bYV -cfX -cgD -ciO -cjZ -clx -cmJ -cnA -coJ -cqn -crp -crA -csC -ctE -cuJ -cwq -cxv -cxJ -cyC -czu -cAg -csA -cCv -cuB -cDR -crg +aCd +aHq +aIU +aKG +aMg +aNW +aPD +aPD +aSt +aUp +aVW +aXA +aZf +aUp +bcD +bee +bfI +bhi +biT +bkq +aZl +bno +bpb +bqV +bsK +but +bwn +bxO +bzj +bAS +bwl +bDS +bFE +bHc +bIB +bKd +bDT +bNb +bOz +bQa +bQa +bST +bNe +bVy +bWX +bYs +bZZ +bZZ +bZZ +bZZ +bZZ +cgM +cie +cjz +ckR +cmk +cnE +coB +cpM +cqW +csh +ctg +cub +cvj +cwh +cxe +cyf +cza +czQ +cAT +cBX +ctj +cEc +cvr +cFx +cqY aaa aaa aaa @@ -119904,97 +119489,97 @@ aaa aaa aaa aaa -atz -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atz +atr +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +atr aaa -aDr -aHD -aJg -aKT -aLS -aNK -aPp -aQF -aST -aTU -aVw -aWT -aYQ -aTN -aTN -aTN -cKG -beO -bhM -bjq -aZP -bmo -bnR -bpG -brJ -btz -bwp -bwY -byq -bAs -bwp -bDX -bDX -bGp -bDX -bDX -bDX -bMi -bNC -bOZ -bOZ -bRS -bNj -bUx -bVX -bXx -bYX -cap +aCd +aHq +aIU +aKG +aMh +aNW +aPD +aQP +aSu +aUq +aVW +aXB +aZg +aUp +aUp +aUp +bfJ +bhj +biU +bkr +aZl +bnp +bpc +bqW +bsL +buu +bwl +bxP +bzj +bAV +bwl +bDT +bDT +bHd +bDT +bDT +bDT +bNc +bOA +bQb +bQb +bSU +bNe +bVz +bWZ +bYt +caa cbj -cdr -bUs -cgb -cil -ciQ -ckb -clz -cnL -cnC -coK -cqp -crg -csx -ctl -cuu -cum -cwt -cxy -cum -cyX -czg -cut -cux -cCT -cCZ -cux -cGw -cHc -crg +ccx +cei +bVw +cgN +cid +cjA +ckS +cml +cnD +coC +cpL +cqX +cqY +cth +cuc +cvk +cud +cxf +cyg +cud +czR +czZ +cuk +cvn +cEd +cER +cvn +cGl +cGR +cqY aaa aaa aaa @@ -120161,97 +119746,97 @@ aaa aaa aaa aaf -atz -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atQ -atz +atr +atY +atY +atY +atY +atY +atY +atY +atY +atY +atY +atr aaf -aGj -aHD -aJg -aKT -aLO -aNK -aPp -aQE -aSU -aTD -aVy -aWS -aWS -aWS -bdd -cFB -aZP -beP -bhE -bjp -aZP -bnx -bnx -bnx -bnx -bnx -bwp -bwU -byx -bAq -bwp -bDl -bEP -bGo -bHT -bJj -bLO -bMh -bNB -bOY -bQt -bRR -bNj -bUw -bVW -bXw -cai -cai -cai -cai -cai -cai -cai -cai -clb -cmq -cmq -cmq -cmq -cmq -cso -crg -cum -cum -cum -cvP -cwJ -cum -cut -cum -cum -cBr -cCy -cCW -cux -cER -cCW -cHJ +aFW +aHq +aIU +aKG +aMi +aNW +aPD +aQQ +aSv +aUr +aVX +aXC +aXC +aXC +bcE +bef +aZl +bhk +biM +bks +aZl +bnq +bnq +bnq +bnq +bnq +bwl +bxQ +bzk +bAW +bwl +bDU +bFF +bHe +bIC +bKe +bLJ +bNd +bOB +bQc +bRt +bSV +bNe +bVA +bXa +bYu +cab +cab +cab +cab +cab +cab +cab +cab +ckT +cmi +cmi +cmi +cmi +cmi +csg +cqY +cud +cud +cud +cxg +cyh +cud +cuk +cud +cud +cDf +cEe +cES +cvn +cGm +cES +cHy aaa aaa aaa @@ -120418,97 +120003,97 @@ aaa aaa aaa aaf -atB -aui -avd -avd -avd -avd -avd -avd -avd -avd -aui -aDu +att +atZ +auU +auU +auU +auU +auU +auU +auU +auU +atZ +aDc aaf -aGl -aDe -aJl -aKT -aLW -aNK -aPp -aQG -aSV -aTE -aVA -aWU -bbP -baD -bbX -bew -aZP -beQ -bhE -bdq -aZP -bmx -bnZ -bpI -bsv -btE -bwp -bwZ -byy -bAu -bBR -bDn -bDn -bGr -bHV -bJs -bLO -bNj -bNj -bNj -bNj -bNj -bNj -bVJ -bWa -bXz -bYY -car -cbl -cdw -cet -cgd -chr -cai -clc -cmu +aFY +aHs +aIZ +aKG +aMj +aNW +aPD +aQR +aSw +aUs +aVY +aXD +aZh +bbf +bcF +beg +aZl +bhl +biM +ben +aZl +bnr +bpd +bqX +bsM +buv +bwl +bxR +bzl +bAX +bCA +bDV +bDV +bHf +bID +bKf +bLJ +bNe +bNe +bNe +bNe +bNe +bNe +bVB +bXb +bYv +cac +cbk +ccy +cej +cfy +cgO +cif +cab +ckU +cmm aaa aaa aaa aaa aaa -crg -cto -cuw -cvz -cwu -cxz -cyr -cza -cBe -cBi -cCq -cCy -cCW -cux -cCZ -cCW -cri +cqY +cue +cvl +cwi +cxh +cyi +czb +czS +cAU +cBY +cDg +cEe +cES +cvn +cER +cES +cra aaa aaa aaa @@ -120688,84 +120273,84 @@ aaf aaf aaf aaf -aDr -bqk -aJm -aKT -aLx -aNM -aPp -aPt -aSW -aSX -aVz -aYi -aZM -bbI -aSW -aZP -aZP -bfX -bhC -bjr -aZP -bmw -boh -boE -boE -btA -bwp -bxa -byq -bAt -bwp -bDm -bEQ -bGq -bHU -bJr -bLO -bMj -bOJ -bEb -bQs -bRN -bTc -bVK -bVY -bXy -cai -caq -cbk -cdv -cep -cgc -chq -cai -clc -cmv +aCd +aHt +aJa +aKG +aMk +aNX +aPD +aPG +aSx +aSy +aVZ +aXE +aZi +bbg +aSx +aZl +aZl +bhb +biL +bkt +aZl +bns +bpe +bqY +bqY +buw +bwl +bxS +bzj +bAY +bwl +bDW +bFG +bHg +bIE +bKg +bLJ +bNf +bOC +bDX +bRu +bSW +bUl +bVC +bXc +bYw +cab +cbl +ccz +cek +cfz +cgP +cig +cab +ckU +cmn aaa aaa aaa aaa aaa -crg -ctn -cuv -cvy -cws -cxx -cyq -cyZ -cBf -cBh -cux -cCT -cCZ -cux -cCZ -cCW -cri +cqY +cuf +cvm +cwj +cxi +cyj +czc +czT +cAV +cBZ +cvn +cEd +cER +cvn +cER +cES +cra aaa aaa aaa @@ -120942,87 +120527,87 @@ aaa aaa aaa aaa -aDr -aDr -aDr -aDr -aDr -aJn -aJd -aLX -aNO -aPr -aQH -aSW -aTX -aVC -aWV -aWV -baF -bcd -bdg -bgc -bdq -bhE -bjt -bkz -bmG -boq -bpJ -boq -btG -bvu -bxd -byD -bAv -bwp -bEb -bFL -bGs -bIJ -bKm -bEb -bHY -bFO -bEb -bQv -bRU -bTe -bUy -bWc -bXB -cak -cak -cak -cak -cak -cai -cai -cai -cld -cmw +aCd +aCd +aCd +aCd +aCd +aJb +aKJ +aMl +aNY +aPE +aQS +aSx +aUt +aWa +aXF +aXF +bbh +bcG +beh +bfK +ben +biM +bku +blR +bnt +bpf +bqZ +bpf +bux +bwo +bxT +bzm +bAZ +bwl +bDX +bFH +bHh +bIF +bKh +bDX +bII +bFK +bDX +bRv +bSX +bUm +bVD +bXd +bYx +cad +cad +cad +cad +cad +cab +cab +cab +ckV +cmo aaa aaa aaa aaa aaf -crg -ctq -cux -cvB -cww -cxB -cys -czb -cBg -cBj -cCs -cze -cux -cux -cCZ -cCW -cri +cqY +cug +cvn +cwk +cxj +cyk +czd +czU +cAW +cCa +cDh +czX +cvn +cvn +cER +cES +cra aaa aaa aaa @@ -121199,87 +120784,87 @@ aaa aaa aaa aaa -aDr -aCQ -aEl -cEm -cEn -cGt -aKT -aMz -aNN -aQb -aRr -aSW -aTW -aVB -aTW -aTW -baE -bcc -bdf -beR -bdq -bhE -bjs -aZP -bmy -boo -bpH -boo -btF -bwp -bxc -byz -bAm -bwr -bEc -bFM -bHm -bIK -bJv -bKV -bJv -bFO -bEb -bQu -bRT -bTd -bVM -bWb -bXA -cal -cas -cbq -cdz -cak -cgY -cip -ceB -clc -bnF -bnF +aCd +aDd +aEx +aFZ +aHu +aJc +aKG +aMm +aNZ +aPF +aQT +aSx +aUu +aWb +aUu +aUu +bbi +bcH +bei +bfL +ben +biM +bkv +aZl +bnu +bpg +bra +bpg +buy +bwl +bxU +bzn +bAS +bwn +bDY +bFI +bHi +bIG +bKi +bLK +bKi +bFK +bDX +bRw +bSY +bUn +bVE +bXe +bYy +cae +cbm +ccA +cel +cad +cgQ +cih +cet +ckU +bny +bny aaa aaa aaa aaa -crg -ctp -cux -cvA -cwv -cyv -czo -cum -cum -cum -cCr -cCU -cDQ -cDT +cqY +cuh +cvn +cwl +cxk +cyl +cze +cud +cud +cud +cDi +cEf +cET +cFy +cGn cES -cCW -cCp +cCf aaa aaa aaa @@ -121456,87 +121041,87 @@ aaa aaa aaa aaa -aDr -aCS -aEn -aDr -aDr -aJq -aKT -aLY -aNQ -aPt -aQG -aSX -aTZ -aVE -aXf -aXf -baG -bce -bdn -beS -bgi -bhN -bju -aZP -bmJ -boD -boD -boD -btH -bwp -bxb -byE -bAx -bBS -bEd -bEd -bHn -bFO -bFO +aCd +aDe +aEy +aCd +aCd +aJd +aKG +aMn +aOa +aPG +aQR +aSy +aUv +aWc +aXG +aXG +bbj +bcI +bej +bfM +bhm +biV +bkw +aZl +bnv +bph +bph +bph +buz +bwl +bxV +bzo +bBa +bCB +bDZ +bDZ +bHj +bFK +bFK +bLL +bFK +bOD +bDX +bRx +bRx +bRx +bRx +bXf +bYz +caf +cbn +ccB +cem +cad bLQ -bFO -bOK -bEb -bRH -bRH -bRH -bRH -bWf -bXE -bYZ -cau -cbs -cdB -cak -bLV -ceB -ceB -cle -cmx -bnF +cet +cet +ckW +cmp +bny aaa aaa aaa aaa -crg -cts -cuz -cvD -cwy -cyw -csy -czd -cAc -cCl -cDw -crg -crg -crg -cGw -cHc -crg +cqY +cui +cvo +cwm +cxl +cym +cti +czV +cAX +cCb +cDj +cqY +cqY +cqY +cGl +cGR +cqY aaa aaa aaa @@ -121713,80 +121298,80 @@ aaa aaa aaa aaa -aDr -aCR -aEm -aDx -aHH -aJr -aKT -aLS -aNP -aPs -aPs -aRC -aTY -aVD -aWW -aWW -aWW -aWW -bdh -bgf -bge -bhK -bdq -aZP -bmI -boC -boC -boC -btH -bwt -bwt -bzt -bBg -bwt -bEe -bFN -bGv -bIL -bKo -bKW -bFO -bJv -bEb -bQw -bRV -bTf -bVN -bWd -bXD -cal -cat -cbr -cdA -cak -bVJ -bVJ -bVJ -bVJ -clc -bnF +aCd +aDf +aEz +aDj +aHv +aJe +aKG +aMh +aOb +aPH +aPH +aSz +aUw +aWd +aXH +aXH +aXH +aXH +bek +bfN +bhn +biT +ben +aZl +bnw +bpi +bpi +bpi +buz +bwp +bwp +bzp +bBb +bwp +bEa +bFJ +bHk +bIH +bKj +bLM +bFK +bKi +bDX +bRy +bSZ +bUo +bVF +bXg +bYA +cae +cbo +ccC +cen +cad +bVB +bVB +bVB +bVB +ckU +bny aaa aaa aaa aaa -crg -ctr -cuy -cvC -cwx -cxD -csA -czc -cAb -cCm +cqY +cuj +cvp +cwn +cxm +cyn +ctj +czW +cAY +cCc aaf aaa aaa @@ -121949,101 +121534,101 @@ aaa aaa aaa aaa -aaJ -aaq -aaJ -aaJ -aaJ -aam -aaJ -aaJ -aaJ -aam -aaJ -aam -aam -aam -aam +aaG +aan +aaG +aaG +aaG +aal +aaG +aaG +aaG +aal +aaG +aal +aal +aal +aal aaa aaa aaa aaa aaa aaa -aDr -aCT -aEo -aDx -aHI -aJs -aKT -aLW -aNR -aPp -aQJ -aSX -aUa -aVF -aVF -aVF -aVF -aVF -aVF -bgg -bge -bhK -bjo -aZP -bmI -boo -boo -boo -btJ -bwt -bya -bzu -bBh -bwt -bEf -bFO -bHp -bHY -bHY -bLS -bMk -bJv +aCd +aDg +aEA +aDj +aHw +aJf +aKG +aMj +aOc +aPD +aQU +aSy +aUx +aWe +aWe +aWe +aWe +aWe +aWe +bfO +bhn +biT +bkq +aZl +bnw +bpg +bpg +bpg +buA +bwp +bxW +bzq +bBc +bwp bEb -bQy -bRX -bTh -bUz -bWi -bXG -cak -cak -cak -cak -cak -cgg -cht -ciR -bVJ -clc -cnN +bFK +bHl +bII +bII +bLN +bNg +bKi +bDX +bRz +bTa +bUp +bVG +bXh +bYB +cad +cad +cad +cad +cad +cgR +cii +cjB +bVB +ckU +cnF aaa aaa -crg -crg -crg -crg -cux -cvF -cwz -cyy -csz -cze -cAd -crj +cqY +cqY +cqY +cqY +cvn +cwo +cxn +cyo +ctk +czX +cAZ +crb aaa aaa aaa @@ -122206,7 +121791,7 @@ aaa aaa aaa aaa -aaJ +aaG aaa aaf aaf @@ -122220,88 +121805,88 @@ aaf aaf aaa aaa -aam +aal aaa aaa aaa aaa aaa aac -aDr -aDr -aDr -aDx -cGs -aJs -aKT -aLO -aNR -aPp -aQI -aSW -aVa -aWK -aYm -aYm -bbM -aYm -aYm -bgg -bgl -bhO -bjx -aZP -bmL -bor -bpR -bor -btI -bwt -byb -bzv -bBi -bwt -bEg -bFP -bGw -bHX -bJv -bKY -bJv -bOJ -bEb -bQx -bRW -bTg -bVN -bWh -bXF -bZa -caw -cbu -cdD -cev -cgf -bVJ -bVJ -bVJ -clc -cmv +aCd +aCd +aCd +aDj +aHx +aJf +aKG +aMi +aOc +aPD +aQV +aSx +aUy +aWf +aXI +aXI +bbk +aXI +aXI +bfO +bho +biW +bkx +aZl +bnx +bpj +brb +bpj +buB +bwp +bxX +bzr +bBd +bwp +bEc +bFL +bHm +bIJ +bKi +bLO +bKi +bOC +bDX +bRA +bTb +bUq +bVF +bXi +bYC +cag +cbp +ccD +ceo +cfA +cgS +bVB +bVB +bVB +ckU +cmn aaa aaa -crh -crt -csy -cut -cux -cvE -cwA -cyz -czp -czp -cBk -cCn -cCA +cqZ +csi +cti +cuk +cvn +cwp +cxo +cyp +czf +czf +cBa +cCd +cDk aaa aaa aaa @@ -122463,21 +122048,21 @@ aaa aaa aaa aaa -aaJ +aaG aaa -amF -anp -aob +amR +anA +aoo aaa -amF -anp -aob +amR +anA +aoo aaa -amF -anp -aob +amR +anA +aoo aaf -aaJ +aaG aaf aaa aaa @@ -122487,78 +122072,78 @@ aaa aaa aaa aaa -aDx -aHJ -aJs -aKT -aLS -aNT -aPv -aQK -aSW -aVb -aWL -aWL -aZN -aWL -aWL -aYm -bgg -bge -bhH -bjF -aZP -bnF -bnF -bnF -bnF -bnF -bwt -bwt -bzw -bzt -bwt -bEb -bES -bEb -bEb -bEb -bEb -bEb -bEb -bEb -bRL -bRL -bRL -bRL -bXq -bnF -bnF -bnF -bnF -bnF -cew -cgh -chu -ciS -bVJ -clc -cmv +aDj +aHy +aJf +aKG +aMh +aOd +aPI +aQW +aSx +aUz +aWg +aWg +aZj +aWg +aWg +aXI +bfO +bhn +biQ +bky +aZl +bny +bny +bny +bny +bny +bwp +bwp +bzs +bzp +bwp +bDX +bFM +bDX +bDX +bDX +bDX +bDX +bDX +bDX +bRB +bRB +bRB +bRB +bXj +bny +bny +bny +bny +bny +cfB +cgT +cij +cjC +bVB +ckU +cmn aaa aaa -cri -crw -csA -ctu -cuA -cvH -cux -cyw -csy -cyW -cAe -cCo -cCC +cra +csj +ctj +cul +cvq +cwq +cvn +cym +cti +czP +cBb +cCe +cDl aaa aaa aaa @@ -122720,19 +122305,19 @@ aac aaa aaa aaa -aaJ +aaG aaf -amF -ano -aob +amR +anB +aoo aaa -amF -ano -aob +amR +anB +aoo aaa -amF -ano -aob +amR +anB +aoo aaa aaa aaf @@ -122743,79 +122328,79 @@ aaa aaa aaa aaa -aDx -aDx -aHJ -aJs -aKT -aMc -aNS -aPu -aQI -aSW -aVc -aWM -aYn -aZO -bbN -bde -beB -bgh -bge -bhP -bjE -bmc -bnG -bnG -bnG -bnG -buH -bnG -bnG -bzx -bBj -bCG -bDo -bER -bGt -bIO -bKp -bLU -bNm -bNm -bBj -bBj -bBj -bBj -bBj -bXr -bYL -bNm -bBj -ccL -bnF -bnF -bnF -bnF -bnF -bnF -clc -cmw +aDj +aDj +aHy +aJf +aKG +aMo +aOe +aPJ +aQV +aSx +aUA +aWh +aXJ +aZk +bbl +bcJ +bel +bfP +bhn +biX +bkz +blS +bnz +bnz +bnz +bnz +buC +bnz +bnz +bzt +bBe +bCC +bEd +bFN +bHn +bIK +bKk +bLP +bNh +bNh +bBe +bBe +bBe +bBe +bBe +bXk +bYD +bNh +bBe +ccE +bny +bny +bny +bny +bny +bny +ckU +cmo aaa aaa -crj -crv -csz -cut -cux -cvG -cwB -cxE -cuA -czf -cAb -cCm -cCB +crb +csk +ctk +cuk +cvn +cwr +cxp +cyq +cvq +czY +cAY +cCc +cDm aaa aaa aaa @@ -122977,19 +122562,19 @@ aaa aaa aaa aaa -aaJ +aaG aaf -amF -ano -aob +amR +anB +aoo aaf -amF -ano -aob +amR +anB +aoo aaf -amF -ano -aob +amR +anB +aoo aaf aaa aaa @@ -123000,79 +122585,79 @@ aaf aaf aaf aaf -aEN -aHG -aHK -aJt -aKT -aKT -aKT -aKT -aKT -aSW -aSW -aSW -aSW -aZP -aZP -aZP -aZP -aZP -bgo -bhS -bgK -aZP -blW -bpp -bpp -bpp -bpp -bpp -bpp -byI -bpp -bpp -bDp -bDr -bGx -bIP -bME -bLV -bNn -bNn -bNn -bNn -bNn -bNn -bNn -bNn -bIP -bIP -bIP -ccM -cex -cex -chc -cis -cis -cis -cmy -bnF +aEB +aGa +aHz +aJg +aKG +aKG +aKG +aKG +aKG +aSx +aSx +aSx +aSx +aZl +aZl +aZl +aZl +aZl +bhp +biY +bhC +aZl +blM +bpk +bpk +bpk +bpk +bpk +bpk +bzu +bpk +bpk +bEe +bEi +bHo +bIL +bKl +bLQ +bNi +bNi +bNi +bNi +bNi +bNi +bNi +bNi +bIL +bIL +bIL +ccF +cep +cep +cgU +cik +cik +cik +cmq +bny aaa aaa -crg -crg -crg -crg -cut -cvJ -cxA -crg -cyt +cqY +cqY +cqY +cqY +cuk +cws +cxq +cqY czg -cAf -cCp -cCD +czZ +cBc +cCf +cDn aaa aaa aaa @@ -123236,17 +122821,17 @@ aaa aaa aaa aaf -amF -ano -aob +amR +anB +aoo aaa -amF -ano -aob +amR +anB +aoo aaa -amF -ano -aob +amR +anB +aoo aaf aaf aaf @@ -123257,78 +122842,78 @@ aaa aaa aaa aaa -aEO -aGn -aHL -aJu -aKX -aKX -aKX -aKX -aKX -aKX -aKX -aKX -aKX -aZQ -baH -bcf -bdo -bdo -bgn -bhR -bdq -bdq -blW -bos -brh -brS -btM -brS -byc -byH -bAz -bwC -bEj -bET -bwC -bIQ -bIQ -bIQ -bNn -bND -bPa -bNH -bNn -bTi -bUA -bWj -bXH -bZc -cbx -ccN -ccN -ccN -chd -bnF -bnF -bnF -bnF -bnF +aEC +aGb +aHA +aJh +aKK +aKK +aKK +aKK +aKK +aKK +aKK +aKK +aKK +aZm +bbm +bcK +bem +bem +bhq +biZ +ben +ben +blM +bpl +brc +bsN +buD +bsN +bxY +bzv +bBf +bwz +bEf +bFO +bwz +bIM +bIM +bIM +bNi +bOE +bQd +bOG +bNi +bUr +bVH +bXl +bYE +cah +cbq +ccG +ccG +ccG +cgV +bny +bny +bny +bny +bny aaf aaf aaf aaf -crg -ctv -cuB -cvI -cux -crg -crg -crg -crg -cso +cqY +cum +cvr +cwt +cvn +cqY +cqY +cqY +cqY +csg aaa aaa aaa @@ -123488,86 +123073,86 @@ aaa aaa aaa aaa -aaJ -aaJ -aaJ +aaG +aaG +aaG aaa aaa -amF -ano -aob +amR +anB +aoo aaa -amF -ano -aob +amR +anB +aoo aaa -amF -ano -aob +amR +anB +aoo aaa aaa aaa aaa aaa -azq -aAv -aAv -aAv -aAv -aDx -aES -aDx -aHQ -aHQ -aHQ -aHQ -aHQ -aHQ -aHQ -aHQ -aHQ -aHQ -aZP -baI -bch -bdq -bdq -bdq -bhH -bdq -bdq -bmM -boA -bri -bri -boB -bri -bri -byK -bAB -bzH -bDs -bDs -bwC -bIR -bJx -bLW -bNn -bNI -bPc -bNH -bNn -bTl -bUC -bWn -bXJ -bZe -cby -ccO -cey -cfK -chd -bnF +azc +aAe +aAe +aAe +aAe +aDj +aEG +aDj +aHF +aHF +aHF +aHF +aHF +aHF +aHF +aHF +aHF +aHF +aZl +bbn +bcL +ben +ben +ben +biQ +ben +ben +bnA +bpm +brd +brd +bpp +brd +brd +bzw +bBg +bzD +bEg +bEg +bwz +bIN +bKm +bLR +bNi +bOF +bQe +bOG +bNi +bUs +bVI +bXm +bYF +cai +cbr +ccH +ceq +cfC +cgV +bny aaa aaa aaa @@ -123576,12 +123161,12 @@ aaa aaa aaa aaf -crg -ctw -cux -cvK -cwC -crg +cqY +cun +cvn +cwu +cxr +cqY aaa aaa aaf @@ -123745,86 +123330,86 @@ aaa aaa aaa aaa -aaJ +aaG aaa aaf aaa aaa aaf -anq +anC aaf aaf aaf -anq +anC aaf aaa aaf -anq +anC aaf aaa aaa aaa -axC -ayr -azr -aAd -aBx -aCw -aAv -aEp -aGo -aDx -aJv -aKY -aKE -aOz -aQg -aRx -aSZ -aVd -aSZ -aYo -aZP -baI -bcg -bdp -beU -bgd -bhW -bjI +axp +ayd +azd +aAf +aBg +aCe +aAe +aED +aGc +aDj +aJi +aKL +aMp +aOf +aPK +aQX +aSA +aUB +aSA +aXK +aZl +bbn +bcM +beo +bfQ +bhr +bja bkA -blW -boz -bri -brS -boB -brS -bri -byJ -bAA -bzH -bDq -bEU -bwC -bIS -bJw -bLX -bNn -bNH -bPb -bQA -bQA -bTk -bUB -bWm -bXI -bZd -cbz -ccP -cez -cfL -che -cit +blT +blM +bpn +brd +bsN +bpp +bsN +brd +bzx +bBh +bzD +bEh +bFP +bwz +bIO +bKn +bLS +bNi +bOG +bQf +bRC +bRC +bUt +bVJ +bXn +bYG +caj +cbs +ccI +cer +cfD +cgW +cil aaa aaa aaa @@ -123833,12 +123418,12 @@ aaa aaa aaa aaa -cso -crg -crg -crg -crg -crg +csg +cqY +cqY +cqY +cqY +cqY aaa aaa aaf @@ -124002,86 +123587,86 @@ aaa aaa aaa aaa -aaJ +aaG aaf -akB -alp -alT -amG -amG -amG -amG -amG -amG -amG -amG -amG -amG -amG -auO -alp -awD -axD -ays -azs -aAf -aBy -aCx -aDv -aEs -aGp -aHM -aJw -aKZ -aMD -aOA -aOz -aRx -aOz -aVd -aOz -aYo -aZP -bbQ -bdi -aZP -aZP -bgx -bhE -bdq -bkC -bmN -boF -bpT -brU -brU -bvw -bxg -byM -bAC -bzH -bDr -bDr -bwC -bHZ -bJz -bHZ -bNn -bNL -bNH -bNH -bNH -bTm -bUE -bWp -bXM -bZh -cbx -ccQ -ceA -ccN -chf -ciu +akN +aly +ami +amS +amS +amS +amS +amS +amS +amS +amS +amS +amS +amS +auV +aly +awI +axq +aye +aze +aAg +aBh +aCf +aDh +aEE +aGd +aHB +aJj +aKM +aMq +aOg +aOf +aQX +aOf +aUB +aOf +aXK +aZl +bbo +bcN +aZl +aZl +bhs +biM +ben +blU +bnB +bpo +bre +bsO +bsO +bwq +bxZ +bzy +bBi +bzD +bEi +bEi +bwz +bIP +bKo +bIP +bNi +bOH +bOG +bOG +bOG +bUu +bVK +bXo +bYH +cak +cbq +ccJ +ces +ccG +cgX +cim aaa aaa aaa @@ -124259,86 +123844,86 @@ aaa aaa aaa aaa -aam +aal aaa aaf aaa aaf aaf -anr +anD aaf aaa aaf -anr +anD aaf aaa aaf -anr +anD aaf aaa aaa aaa -axC -ayr -azt -aAe -aBz -aCy -aDw -aEr -aDx -aDx -aJx -aLa -aME -aOB -aOz -aRy -aRy -aRy -aRy -aRy -aZR -bbR -bdj -beF -aZP -bgw -bhE -bdq -bkB -bmN -boB -bpS -boB -btO -bvv -bxf -byL -bAC -bzH -bDr -bDr -bwC -bIU -bJu -bLY -bNn -bNK -bNH -bQB -bNH -bTj -bUD -bWo -bXK -bZf -cbx -ccN -ccN -ccN -chf -ciu +axp +ayd +azf +aAh +aBi +aCg +aDi +aEF +aDj +aDj +aJk +aKN +aMr +aOh +aOf +aQY +aQY +aQY +aQY +aQY +aZn +bbp +bcO +bep +aZl +bht +biM +ben +blV +bnB +bpp +brf +bpp +buE +bwr +bya +bzz +bBi +bzD +bEi +bEi +bwz +bIQ +bKp +bLT +bNi +bOI +bOG +bRD +bOG +bUv +bVL +bXp +bYI +cal +cbq +ccG +ccG +ccG +cgX +cim aaa aaa aaa @@ -124516,102 +124101,102 @@ aaa aaa aaa aaa -aam -aaq -aaJ +aal +aan +aaG aaa aaf -amF -ant -aob +amR +anE +aoo aaa -amF -ant -aob +amR +anE +aoo aaa -amF -ant -aob +amR +anE +aoo aaa aaf aaa aaa aaa -azu -aAv -aAv -aAv -aAv -aES -aDx -aHN -aJy -aLb -aMF -aOC -aQh -aRz -aRz -aRz -aRz -aRz -aZS -bbS -bdk -beG -aZP -bgb -bhE -bjK -blW -blW -bpv -bqn -bsV -buK -bww -bpv -bpv -bpv -bzH -bDv -bFb -bGy -bIa -bJA -bKZ -bNn -bNN -bNH -bNH -bNH -bTo -bUG -bWq -bXW -bZj -bIP -ctc -ceB -ceB -chf -ciu +azg +aAe +aAe +aAe +aAe +aEG +aDj +aHC +aJl +aKO +aMs +aOi +aPL +aQZ +aQZ +aQZ +aQZ +aQZ +aZo +bbq +bcP +beq +aZl +bhe +biM +bkB +blM +blM +bpq +brg +bsP +buF +bws +bpq +bpq +bpq +bzD +bEj +bFQ +bHp +bIR +bKq +bLU +bNi +bOJ +bOG +bOG +bOG +bUw +bVM +bXq +bYJ +cam +bIL +ccK +cet +cet +cgX +cim aaa aaa aaa -ceH -ceH -ceH -ceH -ceH -ceH -ceH -ceH -ceH -ceH -ceH -ceH -clj +cez +cez +cez +cez +cez +cez +cez +cez +cez +cez +cez +cez +clb aaa aaa aaa @@ -124778,17 +124363,17 @@ aaa aaa aaa aaa -amF -ant -aob +amR +anE +aoo aaa -amF -ant -aob +amR +anE +aoo aaa -amF -ant -aob +amR +anE +aoo aaf aaf aaf @@ -124798,77 +124383,77 @@ aaf aaa aaa aaa -aDx -aES -aDx -aHO -aJz -aLc -aMG -aOz -aOz -aRA -aOz -aVe -aOz -aYp -aZT -aRy -bdj -beH -aZP -bdq -bhE -bjJ -blW -bmO -boG -bqm -brW -btP -bvx -bxi -byN -bAD -bzH -bDt -bEV -bwC -bHW -bJy -bKR -bNn -bNM -bNH -bNH -bNn -bTn -bUF -bWp -bXN -bZi -bIP -ccS -ceC -cfM -chf -civ +aDj +aEG +aDj +aHD +aJm +aKP +aMt +aOf +aOf +aRa +aOf +aUC +aOf +aXL +aZp +aQY +bcO +ber +aZl +ben +biM +bkC +blM +bnC +bpr +brh +bsQ +buG +bwt +byb +bzA +bBj +bzD +bEk +bFR +bwz +bIS +bKr +bLV +bNi +bOK +bOG +bOG +bNi +bUx +bVN +bXo +bYK +can +bIL +ccL +ceu +cfE +cgX +cin aaa aaa aaa -ceH -cnD -coL -coL -coS -cnD -coL -coL -coS -cnD -coL -coL -ceH +cez +coD +cpN +cpN +coK +coD +cpN +cpN +coK +coD +cpN +cpN +cez aaa aaa aaa @@ -125033,19 +124618,19 @@ aaa aaa aaa aaa -aaJ +aaG aaf -amF -ant -aob +amR +anE +aoo aaf -amF -ant -aob +amR +anE +aoo aaf -amF -ant -aob +amR +anE +aoo aaa aaf aaa @@ -125055,79 +124640,79 @@ aaf aaf aaa aaa -aDy -aES -aDx -aHP -aJA -aLd -aKW -aPw -aQi -aRA -aOz -aVe -aOz -aOz -aZU -aRy -bdj -aZU -aZP -bgB -bhE -bdq -blW -bmQ -boJ -bqm -brY -btS -bvy -bvy -boH -bAE -bzH -bDx -bFc -bwC -bIb -bJB -bLa -bNn -bNO -bPd -bQC -bNn -bTi -bUI -bWp -bXY -bNn -bIP -ccT -ceD -ceD -chg -bnF +aDk +aEG +aDj +aHE +aJn +aKQ +aMu +aOj +aPM +aRa +aOf +aUC +aOf +aOf +aZq +aQY +bcO +aZq +aZl +bhu +biM +ben +blM +bnD +bps +brh +bsR +buH +bwu +bwu +bpt +bBk +bzD +bEl +bFS +bwz +bIT +bKs +bLW +bNi +bOL +bQg +bRE +bNi +bUr +bVO +bXo +bYL +bNi +bIL +ccM +cev +cev +cgY +bny aaa aaa aaa -ceH -cnF -coM -coL -coS -cnF -coL -coL -coS -cnF -coM -coL -cAk -cAh -cBm +cez +coE +cpO +cpN +coK +coE +cpN +cpN +coK +coE +cpO +cpN +cAa +cBd +cCg aaa aaa aaa @@ -125290,19 +124875,19 @@ aaa aaa aaa aaa -aaJ +aaG aaf -amF -ant -aob +amR +anE +aoo aaa -amF -ant -aob +amR +anE +aoo aaa -amF -ant -aob +amR +anE +aoo aaa aaf aaa @@ -125312,77 +124897,77 @@ aaa aaf aaf aaa -aDz -aES -aDx -aHQ -aHQ -aHQ -aHQ -aHQ -aHQ -aRB -aTa -aVf -aOz -aOz -aOA -aRy -bdj -beI -aZP -bdq -bhE -bjo -blW -bmP -boH -bqm -brX -btQ -bvy -bvy -boH -bAy -bzH -bDw -bEV -bwC -bIY -bIY -bIY -bNn -bNn -bNn -bNn -bNn -bUH -bUH -bWr -bXX -bNn -cFk -ccU -ceE -ceE -ceE -ceE -ceE -ceE -ceE -ceH -cnE -coL -coL -coS -cnE -coL -coL -coS -cnE -coL -coL -cAl +aDl +aEG +aDj +aHF +aHF +aHF +aHF +aHF +aHF +aRb +aSB +aUD +aOf +aOf +aOg +aQY +bcO +bes +aZl +ben +biM +bkq +blM +bnE +bpt +brh +bsS +buI +bwu +bwu +bpt +bBl +bzD +bEm +bFR +bwz +bIU +bIU +bIU +bNi +bNi +bNi +bNi +bNi +bUy +bUy +bXr +bYM +bNi +cbt +ccN +cew +cew +cew +cew +cew +cew +cew +cez +coF +cpN +cpN +coK +coF +cpN +cpN +coK +coF +cpN +cpN +cAb aaa aaf aaa @@ -125547,21 +125132,21 @@ aaa aaa aaa aaa -aam +aal aaa -amF -anu -aob +amR +anF +aoo aaa -amF -anu -aob +amR +anF +aoo aaa -amF -anu -aob +amR +anF +aoo aaf -aaJ +aaG aaf aaa aaa @@ -125569,83 +125154,83 @@ aaa aaa aaf aaf -aDx -aET -aGq -aGs -aII -aKw -aMe -aNV -aGs -aHQ -aHQ -aHQ -aWN -aYq -aZV -aRy -bdj -beJ -aZP -bdq -bhE -bdq -blW -blW -boN -bqo -brZ -bud -bvz -bvz -byP -bpv -bzH -bDz -bEV -bzH -bIe -bJE -bLe -bMq -bNQ -bPe -bQD -bSa -bTr -bzH -bWs -bYe -bwC -cGu -ccV -ceE -ceI -cgi -chv -ciT -ckg -clB -ceH -coO -coP -crk -coS -ctt -cty -ctt -coS -cxC -cxG -cxC -cAl -ceH -ceH -ceH -ceH -ceH -clj +aDj +aEH +aGe +aGg +aJo +aKR +aMv +aOk +aGg +aHF +aHF +aHF +aWi +aXM +aZr +aQY +bcO +bet +aZl +ben +biM +ben +blM +blM +bpu +bri +bsT +buJ +bwv +bwv +bzB +bpq +bzD +bEn +bFR +bzD +bIV +bKt +bLX +bNj +bOM +bQh +bRF +bTc +bUz +bzD +bXs +bYN +bwz +cbu +ccO +cew +cfF +cgZ +cio +cjD +ckX +cmr +cez +coG +cpP +crc +coK +ctl +cuo +ctl +coK +cxs +cyr +cxs +cAb +cez +cez +cez +cez +cez +clb aaa aaa aaa @@ -125804,7 +125389,7 @@ aaa aaa aaa aaa -aam +aal aaa aaf aaf @@ -125818,7 +125403,7 @@ aaf aaf aaa aaa -aaJ +aaG aaa aaa aaa @@ -125826,83 +125411,83 @@ aaa aaa aaa aaf -aDx -aEU -aGr -aGX -aIE -aKv -aMd -aNU -aGs -aQL -aRD -aHQ -aWO -aOz -aZW -aRy -bdj -beK -aZP -bgC -bhE -bdq -bkD -bnM -boM -bqm -boH -btW -boH -boH -boH -bAF -bzP -bDy -bFd -bGE -bId -bJD -bLd -bMl -bNP -bLd -bLd -bRZ -bTq -bUK -bBU -bYd -bwC -cbC -ccW -ceF -ceu -cge -chs -ciK -ckf -clA -ceH -cnG -coN -cqq -cry -cnG -coN -cuD -cvM -cnG -coN -cyx -czi -cAi -cBn -cCE -cCX -coL -ceH +aDj +aEI +aGf +aHG +aJp +aKS +aMw +aOl +aGg +aRc +aSC +aHF +aWj +aOf +aZs +aQY +bcO +beu +aZl +bhv +biM +ben +blW +bnF +bpv +brh +bpt +buK +bpt +bpt +bpt +bBm +bzL +bEo +bFT +bHq +bIW +bKu +bLY +bNk +bON +bLY +bLY +bTd +bUA +bVP +bCG +bYO +bwz +cbv +ccP +cex +cfG +cha +cip +cjE +ckY +cms +cez +coH +cpQ +crd +csl +coH +cpQ +cvs +cwv +coH +cpQ +czh +cAc +cBe +cCh +cDo +cEg +cpN +cez aaa aaa aaa @@ -126061,21 +125646,21 @@ aaa aaa aaa aaa -aam -aam -aaJ -aaJ -aaJ -aam -aaJ -aaJ -aaJ -aam -aaJ -aaJ -aaq -aaJ -aaJ +aal +aal +aaG +aaG +aaG +aal +aaG +aaG +aaG +aal +aaG +aaG +aan +aaG +aaG aaa aaa aaa @@ -126083,83 +125668,83 @@ aaa aaa aaa aaa -aDx -aEV -aGs -aGs -aGs -aGs -aMg -aGs -aGs -aQN -aRF -aUb -aOz -aYr -aZX -aRy -bdl -beL -aZP -bgE -bhE -bdq -bkE -bnN -boQ -bqq -bsb -bug -bvC -bvC -bvC -bAH -bBT -bDB -bFf -bzH -bIf -bJF -bJF -bMr -bNR -bPf -bQE -bQE -bIf -bzH -bWu -bAL -bwC -cbD -ccX -ceG -ceu -cge -chs -ciW -cki -clD -ceH -cnH -coQ -cqr -coQ -cqr -ctz -cuE -coQ -cuE -coQ -cyu -czk -cAm -cBo -coL -coL -coL -ceH +aDj +aEJ +aGg +aGg +aGg +aGg +aMx +aGg +aGg +aRd +aSD +aUE +aOf +aXN +aZt +aQY +bcQ +bev +aZl +bhw +biM +ben +blX +bnG +bpw +brj +bsU +buL +bww +bww +bww +bBn +bCD +bEp +bFU +bzD +bIX +bKv +bKv +bNl +bOO +bQi +bRG +bRG +bIX +bzD +bXt +bBu +bwz +cbw +ccQ +cey +cfG +cha +cip +cjF +ckZ +cmt +cez +coI +cpR +cre +cpR +cre +cup +cvt +cpR +cvt +cpR +czi +cAd +cBf +cCi +cpN +cpN +cpN +cez aaa aaa aaa @@ -126340,83 +125925,83 @@ aaa aaa aaa aaa -aDx -aEV -aGs -aGU -aIJ -aKy -aMf -aNW -aGs -aQM -aRE -aHQ -aWP -aTT -aZY -aRy -bdm -aOz -aZP -bgD -bhE -bdq -bkE -bnM -boP -bqp -bsa -bue -bvA -bxe -byG -bAG -bCI -bDA -bFe -bzH -bJc -bJF -bJF -bMr -bNR -bPf -bQE -bQE -bJc -bzH -bWt -bYf -bwC -cbE -ccU -ceE -ceJ -cgm -chw -ciV -ckh -clC -ceH -cnz -coI -coT -crx -crx -ctx -cuC -cuC -cwD -crx -crx -czh -cAj -cCt -coL -coL -coL -ceH +aDj +aEJ +aGg +aHH +aJq +aKT +aMy +aOm +aGg +aRe +aSE +aHF +aWk +aXO +aZu +aQY +bcR +aOf +aZl +bhx +biM +ben +blX +bnF +bpx +brk +bsV +buM +bwx +byc +bzC +bBo +bCE +bEq +bFV +bzD +bIY +bKv +bKv +bNl +bOO +bQi +bRG +bRG +bIY +bzD +bXu +bYP +bwz +cbx +ccN +cew +cfH +chb +ciq +cjG +cla +cmu +cez +coJ +cpS +crf +csm +csm +cuq +cvu +cvu +cxt +csm +csm +cAe +cBg +cCj +cpN +cpN +cpN +cez aaa aaa aaa @@ -126579,8 +126164,8 @@ aaa aaa aaa aaa -ahH -ahH +ahF +ahF aaa aaa aaa @@ -126597,83 +126182,83 @@ aaa aaa aaa aaa -aDx -aEV -aGs -aGW -aIL -aHv -aMi -aNY -aGs -aGt -aGt -aGt -aGt -aGt -aGt -aGt -bck -aGt -aZP -bgG -bhE -bdq -bkG -blW -blW -brq -brq -brq -bwB -bwC -bzH -bBu +aDj +aEJ +aGg +aHI +aJr +aKU +aMz +aOn +aGg +aGh +aGh +aGh +aGh +aGh +aGh +aGh +bcS +aGh +aZl +bhy +biM +ben +blY +blM +blM +brl +brl +brl +bwy +bwz +bzD +bBp +bCF +bEr +bFW +bHr +bzD +bzD +bzD +bzD +bzD +bzD +bzD +bzD +bzD +bVQ bCJ -bDC -bFg -bGz -bzH -bzH -bzH -bzH -bzH -bzH -bzH -bzH -bzH -bUJ -bBW -bYh -bwC -bwC -ccY -ceH -ceH -chk -chB -cja -clj -ceH -ceH -coS -coS -cqt -crx -crx -ctB -cuH -cvN -cwE -crx -crx -czm -cAo -coS -coS -coS -coS -ceH +bYQ +bwz +bwz +ccR +cez +cez +chc +cir +cjH +clb +cez +cez +coK +coK +crg +csm +csm +cur +cvv +cww +cxu +csm +csm +cAf +cBh +coK +coK +coK +coK +cez aaa aaa aaa @@ -126826,19 +126411,19 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -126854,83 +126439,83 @@ aaa aaa aaa aaa -aDx -aEV -aGs -aGV -aIK -aKz -aMh -aNX -aGs -aQO -aHc -aUc -aVG -aHc -aYR -baJ -bcj -aHc -bgj -bgF -bhE -bdq -bkF -bkD -aZP -bqr -bsc -buh -bwC -bxk -byT -bAJ -bAJ -bDD -bFh -bAJ -bIg -bJG -bLf -bMs -bOe -bAJ -bLf -bSb -bIg -bBW -bBW -bAL -bZk -bwC -cbt -cdC -cfQ -cgn -chx -ciX -ceH -clw -cmI -cnI -coS -cqs -crx -crx -ctA -cuG -cvL -cwE -cxF -crx -czl -cAn -cCu -cCF -cCY -cDU -ceH +aDj +aEJ +aGg +aHJ +aJs +aKV +aMA +aOo +aGg +aRf +aHN +aUF +aWl +aHN +aZv +bbr +bcT +aHN +bfR +bhz +biM +ben +blZ +blW +aZl +brm +bsW +buN +bwz +byd +bzE +bBq +bBq +bEs +bFX +bBq +bIZ +bKw +bLZ +bNm +bOP +bBq +bLZ +bTe +bIZ +bCJ +bCJ +bBu +cao +bwz +ccS +ceA +cfI +chd +cis +cjI +cez +cmv +cnG +coL +coK +crh +csm +csm +cus +cvw +cwx +cxu +cys +csm +cAg +cBi +cCk +cDp +cEh +cEU +cez aaa aaa aaa @@ -127084,18 +126669,18 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -127111,83 +126696,83 @@ aaa aaa aaa aaf -aDx -aEV -aGs -aHa -aIN -aIN -aMj -aNZ -aPx -aQQ -aRH -aUd -aVH -aXk -aYT -baL -bcm -aHc -bgk -bdq -bhE -bdq -bdq -bkE -boR -bqt -bse -buj -bvD -bxm -byX -bAI -bBU -bDE -bFk -bGF -bGF -bJC -bLc -bMd -bNs -bLc -bQz -bLc -bLc -bLc -bLc -bYj -bZm -cav -cbw -cdF -ceK -cgr -chH -cjb -cjY -clF -cmL -cnO -coR -cqw -cmL -cmL -ctC -cuI -cvO -cwG -cxH -cxH -czq -cAm -cBp -coL -coL -coL -ceH +aDj +aEJ +aGg +aHK +aJt +aJt +aMB +aOp +aPN +aRg +aSF +aUG +aWm +aXP +aZw +bbs +bcU +aHN +bfS +ben +biM +ben +ben +blX +bpy +brn +bsX +buO +bwA +bye +bzF +bBr +bCG +bEt +bFY +bHs +bHs +bKx +bMa +bNn +bOQ +bMa +bRH +bMa +bMa +bMa +bMa +bYR +cap +cby +ccT +ceB +cfJ +che +cit +cjJ +clc +cmw +cnH +coM +cpT +cri +cnH +cnH +cut +cvx +cwy +cxv +cyt +cyt +cAh +cBf +cCl +cpN +cpN +cpN +cez aaa aac aaa @@ -127341,18 +126926,18 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -127368,83 +126953,83 @@ aaa aaa aaa aaf -aDA -aEV -aGs -aHb -aHb -aKB -aGs -aGs -aGs -aQP -aRG -aVj -aTg -aXg -aYS -baK -bcl -bds -beV -bgH -bhX -bdq -bkH -bkJ -bpE -bqs -bsd -bui -bwE -bxl -byW -bAK -bBV -bBV -bBV -bBV -bBV -bJH -bBV -bMv -bBV -bBV -bQF -bBV -bTs -bBW -bBW -bYi -bZl -bwC -cbv -cdE -cfS -cgo -chG -ciZ -ceH -clE -cmK -cnM -coS -cqu -crx -crx -crx -crx -crx -cwF -crx -crx -czn -cAp -cCw -coL -coL -coL -ceH +aDm +aEJ +aGg +aHL +aHL +aKW +aGg +aGg +aGg +aRh +aSG +aUH +aSH +aXQ +aZx +bbt +bcV +bew +bfT +bhA +bjb +ben +bma +bmc +bpz +bro +bsY +buP +bwB +byf +bzG +bBs +bCH +bCH +bCH +bCH +bCH +bKy +bCH +bNo +bCH +bCH +bRI +bCH +bUB +bCJ +bCJ +bYS +caq +bwz +ccU +ceC +cfK +chf +ciu +cjK +cez +cmx +cnI +coN +coK +crj +csm +csm +csm +csm +csm +cxw +csm +csm +cAi +cBj +cCm +cpN +cpN +cpN +cez aaa aaa aaa @@ -127597,19 +127182,19 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -127625,83 +127210,83 @@ aaa aaa aaa aaf -aDB -aEV -aGt -aHe -aIP -aIP -aGt -aHc -aHc -aQR -aTg -aVj -aTg -aTg -aTg -aTg -bdr -bdt -bgm -bdq -bhJ -bdq -bkG -blW -blW -bnS -bnS -bnS -bnS -bwC -bzH -bAM -bBX -bEy -bGd -bGd -bJe -bJI -bwC -bwC -bzP -bPg -bQI -bzP -bwC -bVZ -bXC -bZb -bwC -bwC -cbU -ceH -ceH -cho -chI -cje -cll -ceL -ceL -ceH -ceH -cqx -crz -csB -ctD -crx -crx -cwH -cxI -cyA -czs -cAq -coS -coS -coS -coS -ceH +aDn +aEJ +aGh +aHM +aJu +aJu +aGh +aHN +aHN +aRi +aSH +aUH +aSH +aSH +aSH +aSH +bcW +bex +bfU +ben +biR +ben +blY +blM +blM +bnL +bnL +bnL +bnL +bwz +bzD +bBt +bCI +bEu +bFZ +bFZ +bJa +bKz +bwz +bwz +bzL +bQj +bRJ +bzL +bwz +bVR +bXv +bYT +bwz +bwz +ccV +cez +cez +chg +civ +cjL +cld +ceD +ceD +cez +cez +crk +csn +ctm +cuu +csm +csm +cxx +cyu +czj +cAj +cBk +coK +coK +coK +coK +cez aaa aaa aaa @@ -127858,19 +127443,19 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -127882,84 +127467,84 @@ aaa aaa aaa aaa -aDB -aEW -aGt -aHc -aHc -aHc -aMn -aHc -aHc -aQR -aRI -aVj -aTg -aXn -aYU -baU -bcn -baV -beW -bgI -bia -bgd -bkI -bnO -boS -bqw -bsf -buk -bvE -bxj -bzL -bAL -bBW -bEz -bFs -bGH -bIh -bJJ -bLh -bNu -bOf -bOU -bQG -bRY -bNu +aDn +aEK +aGh +aHN +aHN +aHN +aMC +aHN +aHN +aRi +aSI +aUH +aSH +aXR +aZy +bbu +bcX +bbv +bfV +bhB +bjc +bhr +bmb +bnH +bpA +brp +bsZ +buQ +bwC +byg +bzH +bBu +bCJ +bEv +bGa +bHt +bJb +bKA +bMb +bNp +bOR +bQk +bRK +bTf +bNp aaf aaf aaf -bNu -cKN -cbI -ceL -ceS -cgs -chJ -cjd -ckl -clJ -ceL -aap -ceH -ceH -ceH -ceH -ceH -cuK -cvQ -cwI -coS -crx -czr -cAn -cCx -cCF -cCY -cDU +bNp +cbz +ccW +ceD +cfL +chh +ciw +cjM +cle +cmy +ceD +aai +cez +cez +cez +cez +cez +cvy +cwz +cxy +coK +csm +cAk +cBi +cCn +cDp +cEh cEU -cFC +cFz +cGo aaa aaa aaa @@ -128115,19 +127700,19 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -128139,84 +127724,84 @@ aaa aaa aaa aaa -aDB -aEX -aFT -aHR -aIR -aIR -aIR -aIR -aIR -aQT -aRJ -aUg -aRJ -aXp -aYV -aYU -bco -aHc -bgj -bdq -bhH -bdq -bkE -bnP -boU -boV -bsh -bun -bvG -bxu -bzM -bAL -bBW -bEA -bFu -bGJ -bIj -bJM -bLj -bNu -bOh -bOU -bQL -bSe -bNu -bUR -bUR -bUR -bNu -cbH -cdh -ceM -ceU -cgt -chL -cjf -ckn -clK -cnR +aDn +aEL +aGi +aHO +aJv +aJv +aJv +aJv +aJv +aRj +aSJ +aUI +aSJ +aXS +aZz +aZy +bcY +aHN +bfR +ben +biQ +ben +blX +bnI +bpB +bpE +bta +buR +bwD +byh +bzI +bBu +bCJ +bEw +bGb +bHu +bJc +bKB +bMc +bNp +bOS +bQk +bRL +bTg +bNp +bVS +bVS +bVS +bNp +cbA +ccX +ceE +cfM +chi +cix +cjN +clf +cmz +cnJ aaf aaa aaa aaa aaa -ceH -cuM -crx -cwM -coS -cyB -czt -cAm -cBq -coL -coL -coL -cEU -cFC +cez +cvz +csm +cxz +coK +czk +cAl +cBf +cCo +cpN +cpN +cpN +cFz +cGo aaa aaa aaa @@ -128370,22 +127955,22 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -128396,84 +127981,84 @@ aaa aaa aaa aaa -aDC -aEt -aGt -aHf -aIQ -aHc -aHc -aHc -aHc -aQS -aHc -aUf -aHc -aXo -aRG -baV -bco -aHc -bgk -bdq -bib -bdq -bkJ -bnO -boT -bqx -bsg -bul -bvF -bxq -bzN -bAN -bBW -bwC -bFt -bGI -bIi -bJL -bLi -bNu -bOg -bPh -bQJ -bSc -bUL -bUO -bWF -bYl -bNu -caz -cbV -ceN -ceU -cgt -chL -cjd -ckm -clK -cnS +aDo +aEM +aGh +aHP +aJw +aHN +aHN +aHN +aHN +aRk +aHN +aUJ +aHN +aXT +aSG +bbv +bcY +aHN +bfS +ben +bjd +ben +bmc +bnH +bpC +brq +btb +buS +bwE +byi +bzJ +bBv +bCJ +bwz +bGc +bHv +bJd +bKC +bMd +bNp +bOT +bQl +bRM +bTh +bUC +bVT +bXw +bYU +bNp +cbB +ccY +ceF +cfM +chi +cix +cjM +clg +cmz +cnK aaf aaa aaa aaa aaa -ceH -cuL -cvR -cwK -coS -crx -cnH -cAr -cCz -coL -coL -coL -cEU -cFC +cez +cvA +cwA +cxA +coK +csm +coI +cBl +cCp +cpN +cpN +cpN +cFz +cGo aaa aaa aaa @@ -128625,25 +128210,25 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -128655,81 +128240,81 @@ aaa aaa aaf aaf -aGt -aHh -aGt -aKD -aMp -aGt -aPz -aGt -aRL -aGt -aVJ -aXq -aHc -baW -bcA -aHc -aZP -bgK -bij -bgK -blW -blW -boW -bqy -bsj -buo -bvH -bxw -byS -bAP -bBZ -bwC -bFv -bGM -bIl -bJO -bLl -bNv -bOk -bPo -bQO -bPp -bUM -bUV -bWF -bYn -bNu -cbJ -cdg -ceO -ceU -cgt -chL -cjd -ckm -clK -cnT +aGh +aHQ +aGh +aKX +aMD +aGh +aPO +aGh +aSK +aGh +aWn +aXU +aHN +bbw +bcZ +aHN +aZl +bhC +bje +bhC +blM +blM +bpD +brr +btc +buT +bwF +byj +bzK +bBw +bCK +bwz +bGd +bHw +bJe +bKD +bMe +bNq +bOU +bQm +bRN +bQo +bUD +bVU +bXw +bYV +bNp +cbC +ccZ +ceG +cfM +chi +cix +cjM +clg +cmz +cnL aaf aaa aaa aaa aaa -ceH -ceH -ceH -ceH -ceH -czv -cAw -ceH -ceH -ceH -ceH -ceH -clj +cez +cez +cez +cez +cez +czl +cAm +cez +cez +cez +cez +cez +clb aaa aaa aaa @@ -128883,24 +128468,24 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -128912,63 +128497,63 @@ aaa aaa aaa aaa -aGt -aHg -aGt -aKC -aMo -aGt -aPy -aQU -aRK -aGt -aGt -aYz -bad -aGt -bcp -aGt -aRM -bgJ -bic -bjM -bml -bmS -boV -boV -bsi -boV -boV -bxv -bzP -bAO -bBY -bwC -bFl -bGG -aJa -bJN -bLk -bNw -bOj -bPi -bQM -bSf -bNu -bUU -bWN -bYm -bNu -cbK -cdh -ceL -ceV -cgu -chL -cjg -cko -clL -ceL +aGh +aHR +aGh +aKY +aME +aGh +aPP +aRl +aSL +aGh +aGh +aXV +aZA +aGh +bda +aGh +aRm +bhD +bjf +bkD +bmd +bnJ +bpE +bpE +btd +bpE +bpE +byk +bzL +bBx +bCL +bwz +bGe +bHx +bJf +bKE +bMf +bNr +bOV +bQn +bRO +bTi +bNp +bVV +bXx +bYW +bNp +cbD +ccX +ceD +cfN +chj +cix +cjO +clh +cmA +ceD aaf aaf aaa @@ -129140,24 +128725,24 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -129169,63 +128754,63 @@ aaa aaa aaa aaf -aGt -aId -aGt -aLm -aMS -aGt -aGt -aGt -aGt -aGt -aVL -aXs -aYX -baX -bcB -bdu -beY -aVK -bik -bjO -bml -bmT -boX -bqz -bsA -bup -bvI -bxC -bwC -bAR -bCa -bwC -bFw -bGN -bIm -bJP -bLm -bNx -bOm -bPp -bQQ -bSh -bNu -bWe -bWP -bWe -bNu -cbL -cdi -ceL -ceZ -cgx -chN -cji -cgx -clO -ceL +aGh +aHS +aGh +aKZ +aMF +aGh +aGh +aGh +aGh +aGh +aWo +aXW +aZB +bbx +bdb +bey +bfW +aWp +bjg +bkE +bmd +bnK +bpF +brs +bte +buU +bwG +byl +bwz +bBy +bCM +bwz +bGf +bHy +bJg +bKF +bMg +bNs +bOW +bQo +bRP +bTj +bNp +bVW +bXy +bVW +bNp +cbE +cda +ceD +cfO +chk +ciy +cjP +chk +cmB +ceD aaa aaf aaf @@ -129397,24 +128982,24 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -129433,74 +129018,74 @@ aaa aaa aaa aaa -aRM -aRT -aUh -aVK -aXr -aUr -aUr -aUr -aUr -aUr -aUr -bik -bjN -bml -bnS -bnS -bnS -bnS -bnS -bnS -bnS -bwC -bAQ -bCb -bwC -bGk -bGk -bGk -bGk -bGk -bNu -bOl -bPq -bQP -bSd -bNu -bUW -bWO -bYo -bNu -cbM -cdj -ceL -ceY -cgx -chM -cjh -cgx -clN -ceL +aRm +aSM +aUK +aWp +aXX +aUN +aUN +aUN +aUN +aUN +aUN +bjg +bkF +bmd +bnL +bnL +bnL +bnL +bnL +bnL +bnL +bwz +bBz +bCN +bwz +bGg +bGg +bGg +bGg +bGg +bNp +bOX +bQp +bRQ +bTk +bNp +bVX +bXz +bYX +bNp +cbF +cdb +ceD +cfP +chk +ciz +cjQ +chk +cmC +ceD aaa aaa aaf -csw -csw -csw -csw -csw -csw -csw -csw -csw -caB -csw -csw -csw -csw -csw +cso +cso +cso +cso +cso +cso +cso +cso +cso +cau +cso +cso +cso +cso +cso aaa aaa aaa @@ -129654,24 +129239,24 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -129690,60 +129275,60 @@ aaa aaa aaf aaf -aRM -aRU -aUn -aVN -aXt -aYZ -aYZ -aYZ -aYZ -aYZ -aYZ -bim -bjZ -bmm -bnT -bpL -bry -btm -buZ -bwK -byp -bzQ -bAT -bCf -bEB -bGl -bGl -bGl -bGl -bMm -bNu -bOo -bPt -bQY -bSi -bNu -bWg -bWR -bZg -bNu -cbN -cdh -ceL -cfa -cgy -chL -cgx -ckq -clP -ceL +aRm +aSN +aUL +aWq +aXY +aZC +aZC +aZC +aZC +aZC +aZC +bjh +bkG +bme +bnM +bpG +brt +btf +buV +bwH +bym +bzM +bBA +bCO +bEx +bGh +bGh +bGh +bGh +bMh +bNp +bOY +bQq +bRR +bTl +bNp +bVY +bXA +bYY +bNp +cbG +ccX +ceD +cfQ +chl +cix +chk +cli +cmD +ceD aaa aac aaa -csw +cso aaa aaa aaf @@ -129757,7 +129342,7 @@ aaa aaf aaf aaa -csw +cso aaa aaa aaa @@ -129911,24 +129496,24 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -129947,74 +129532,74 @@ aaa aaa aaa aaa -aRM -aRM -aUl -aVM -aUr -aUr -aUr -bcC -aUr -aUr -aUr -bil -bjX -aRM -bnU -bpM -brz -btn -bva -bwL -bSL -bnW -bAS -bCe -bEC -bGm -bGm -bJl -bKL -bMn -bNu -bOn -bPs -bQX -bSg -bTp -bUN -bWE -bYk -bNu -cbO -cdk -ceP -ceX -cgw -chO -cjk -ckp -clM -cnU -cnQ +aRm +aRm +aUM +aWr +aUN +aUN +aUN +bdc +aUN +aUN +aUN +bji +bkH +aRm +bnN +bpH +bru +btg +buW +bwI +byn +bnP +bBB +bCP +bEy +bGi +bGi +bJh +bKG +bMi +bNp +bOZ +bQr +bRS +bTm +bUE +bVZ +bXB +bYZ +bNp +cbH +cdc +ceH +cfR +chm +ciA +cjR +clj +cmE +cnM +coO aaa aaa -csw +cso aaf -ctF -cuN -cvS +cuv +cvB +cwB aaf -ctF -cuN -cvS +cuv +cvB +cwB aaf -ctF -cuN -cvS +cuv +cvB +cwB aaa -csw +cso aaa aaa aaa @@ -130167,25 +129752,25 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -130204,74 +129789,74 @@ aaa aaa aaa aaa -aRN -aRX -aUr -aUr -aXv -aZc -aZc -aZc -aZc -aZc -bgM -aZc -bkc -bmn -bnV -bpN -brA -byA -bRq -bnW -bnW -bnW -bAV -bCh -bED -bGn -bHD -bED -bED -bMo -bNu -bOt -bPt -bRf -bSl -bTt -bVf -bOU -bYp -bNu -cbP -cdl -ceN -cfc -cgA -chL -cgx -ckm -clK -cnS +aRn +aSO +aUN +aUN +aXZ +aZD +aZD +aZD +aZD +aZD +bhE +aZD +bkI +bmf +bnO +bpI +brv +bth +buX +bnP +bnP +bnP +bBC +bCQ +bEz +bGj +bHz +bEz +bEz +bMj +bNp +bPa +bQq +bRT +bTn +bUF +bWa +bQk +bZa +bNp +cbI +cdd +ceF +cfS +chn +cix +chk +clg +cmz +cnK aaa aaa aaa -caB +cau aaa -ctF -cuO -cvS +cuv +cvC +cwB aaa -ctF -cuO -cvS +cuv +cvC +cwB aaa -ctF -cuO -cvS +cuv +cvC +cwB aaf -csw +cso aaa aaa aaa @@ -130426,22 +130011,22 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -130461,74 +130046,74 @@ aaa aaa aaa aaa -aRO -aRW -aUq -aVT -aXu -aZb -baY -aUr -bdv -aZb -bgL -aVT -bka -aRM -bnW -bnW -bnW -bnW -bnW -bnW +aRo +aSP +aUO +aWs +aYa +aZE +bby +aUN +bez +aZE +bhF +aWs +bkJ +aRm +bnP +bnP +bnP +bnP +bnP +bnP aaa -bzR -bAU -bCg -bzR +bzN +bBD +bCR +bzN aaf aaa -bED -cbA -bMo -bNu -bOp -bPG -bRe -bSj -bTu -bVg -bWS -bYq -bNu -cbQ -cdm -ceO -cfb -cgz -chP -cjl -cks -clK -cnT +bEz +bKH +bMj +bNp +bPb +bQs +bRU +bTo +bUG +bWb +bXC +bZb +bNp +cbJ +cde +ceG +cfT +cho +ciB +cjS +clk +cmz +cnL aaa aaa aaa aaf aaf -ctF -cuO -cvS +cuv +cvC +cwB aaf -ctF -cuO -cvS +cuv +cvC +cwB aaf -ctF -cuO -cvS +cuv +cvC +cwB aaf -csw +cso aaa aaa aaa @@ -130685,19 +130270,19 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -130718,20 +130303,20 @@ aaa aaa aaa aaa -aRP -aTp -aVr -aWX -aYF -bai -bba -bcD -bdw -bgp -bhQ -bjv -bkT -aRM +aRp +aSQ +aUP +aWt +aYb +aZF +bbz +bdd +beA +bfX +bhG +bjj +bkK +aRm aaa aaa aaa @@ -130739,51 +130324,51 @@ aaa aaa aaa aaa -bzS -bAX -bCj -bzT +bzO +bBE +bCS +bzP aaf aaa -bED -cbG -bMo -bNu -bNu -bNu -bRg -bNu -bNu -bNu -bNu -bNu -bNu -cbR -cdn -ceL -cfk -cgC -chQ -cjm -ckt -clQ -ceL +bEz +bKI +bMj +bNp +bNp +bNp +bRV +bNp +bNp +bNp +bNp +bNp +bNp +cbK +cdf +ceD +cfU +chp +ciC +cjT +cll +cmF +ceD aaa aaa aaa aaf aaa -ctF -cuO -cvS +cuv +cvC +cwB aaf -ctF -cuO -cvS +cuv +cvC +cwB aaa -ctF -cuO -cvS +cuv +cvC +cwB aaf aaa aaa @@ -130942,19 +130527,19 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -130978,15 +130563,15 @@ aaa aaa aaf aaf -aWY -aXw -baj -bbY -bbY -bbY -bgq -bgN -aWY +aWu +aYc +aZG +bbA +bbA +bbA +bfY +bhH +aWu aaf aaa aaa @@ -130996,56 +130581,56 @@ aaa aaa aaa aaa -bzS -bAW -bCi -bzU -bzU -bzU -bzU -cbB -bMp -bNy -bPj -bPH -bRh -bPH -bUP -bWk -bWk -bWk -cay -cbS -cdo -ceL -ceL -ceL -ceL -ceL -ceL -ceL -ceL +bzO +bBF +bCT +bzQ +bzQ +bzQ +bzQ +bKJ +bMk +bNt +bPc +bQt +bRW +bQt +bUH +bWc +bWc +bWc +car +cbL +cdg +ceD +ceD +ceD +ceD +ceD +ceD +ceD +ceD aaf aaf aaf aaf aaa -ctF -cuO -cvS +cuv +cvC +cwB aaf -ctF -cuO -cvS +cuv +cvC +cwB aaf -ctF -cuO -cvS +cuv +cvC +cwB aaa aaa -csw -csw -csw +cso +cso +cso aaa aaa aaa @@ -131195,19 +130780,19 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -131235,15 +130820,15 @@ aaa aaa aaa aaf -aWY -aXB -aWY +aWu +aYd +aWu aaf aaf aaf -aWY -bgO -aWY +aWu +bhI +aWu aaa aaa aaa @@ -131253,56 +130838,56 @@ aaa aaa aaa aaa -bzS -bAZ -bCj -bDG -bFy -bGP -bzU -bED -bGn -bNz -bED -bPI -bRk -bSq -bUQ -crX -bXL -bYt -bZw -cbT -cdp -ceQ -cfn -chy -ciL -ckc -ckw -cmO -cnV -coX +bzO +bBG +bCS +bEA +bGk +bHA +bzQ +bEz +bGj +bNu +bEz +bQu +bRX +bTp +bUI +bWd +bXD +bZc +cas +cbM +cdh +ceI +cfV +chq +ciD +cjU +clm +cmG +cnN +coP aaa aaa aaf aaa aaf -cuP +cvD aaa aaa aaf -cuP +cvD aaa aaa aaf -cuP +cvD aaa aaa aaa aaf aaa -csw +cso aaa aaa aaa @@ -131453,18 +131038,18 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -131492,15 +131077,15 @@ aaa aaa aaa aaa -aWZ -aYI -bak +aWv +aYe +aZH aaf aaa aaf -bak -bhT -aWZ +aZH +bhJ +aWv aaf aaa aaa @@ -131510,56 +131095,56 @@ aaa aaa aaa aaa -bzT -bAY -bCk -bDF -bFx -bGO -bzU +bzP +bBH +bCU +bEB +bGl +bHB +bzQ aaf aaa -aap -bPk -bPk -bRj -bPk -bPk -bPk -bPk -bYs -bZv -bUQ -cdq -ceR -cfm -chz -ciM -ckd -ckv -cmP -cnW -coY -coU -cqz -crB -csD -csD -csD -csD -csD -csD -csD -csD -csD -csD -csD -csD -cDY -cqz -cFD +aai +bPd +bPd +bRY +bPd +bPd +bPd +bPd +bZd +ail +bUI +cdi +ceJ +cfW +chr +ciE +cjV +cln +cmH +cnO +coQ +cpU +crl +csp +ctn +ctn +ctn +ctn +ctn +ctn +ctn +ctn +ctn +ctn +ctn +ctn +cEV +crl +cGp aaf -csw +cso aaa aaa aaa @@ -131710,18 +131295,18 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -131748,75 +131333,75 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaa aaa -bvc +buY aaf aaf -bzU -bBN -bCZ -bzU -bFx -bDG -bJm +bzQ +bBI +bCV +bzQ +bGl +bEA +bJi aaf aaa -aap -bPk -bPK -bRm -bSv -bTw -bVp -bPk -bYv -bZy -bUQ -cbW -cdI -cfo -chA -ciN -cke -ckx -cmQ -cnV -coX +aai +bPd +bQv +bRZ +bTq +bUJ +bWe +bPd +bZe +aim +bUI +cdj +ceK +cfX +chs +ciF +cjW +clo +cmI +cnN +coP aaa aaa aaf aaa aaf -cuR +cvE aaa aaa aaf -cuR +cvE aaf aaa aaf -cuR +cvE aaa aaf aaa aaf aaa -csw +cso aaa aaa aaa @@ -131966,19 +131551,19 @@ aaa aaa aaa aaa -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH -ahH +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF +ahF aaa aaa aaa @@ -131999,81 +131584,81 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaa aaa aaf -bvP -bxE -bzV -bxE -bCo +bwJ +bwJ bzR -bFz -bAZ -bJn +bwJ +bwJ +bzN +bGm +bBG +bJj aaf aaa -aap -bPk -bPJ -bRl -bSu -bUS -bVo -bPk -bYu -bZx -bUQ -bUQ -ceT -bUQ -chy -chy -chy -chy -cmR +aai +bPd +bQw +bSa +bTr +bUK +bWf +bPd +bZf +cat +bUI +bUI +ceL +bUI +chq +chq +chq +chq +cmJ aaf aaf aaf aaf aaf aaf -ctF -cuQ -cvS +cuv +cvF +cwB aaf -ctF -cuQ -cvS +cuv +cvF +cwB aaf -ctF -cuQ -cvS +cuv +cvF +cwB aaa aaa -csw -csw -csw +cso +cso +cso aaa aaa aaa @@ -132233,8 +131818,8 @@ aaa aaa aaa aaa -ahH -ahH +ahF +ahF aaa aaa aaa @@ -132255,55 +131840,55 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaa aaa aaf -bvO -bys -byZ -byv -bvO +bwJ +byp bzS -bFA -bHG -bzU +bys +bwJ +bzO +bGn +bHC +bzQ aaf aaa -aap -bPk -bPL -bPL -bSD -bUT -bVr -bPk -bUQ -bUQ -bUQ -bUQ -cdK -bUQ +aai +bPd +bQx +bQx +bTs +bUL +bWg +bPd +bUI +bUI +bUI +bUI +ceM +bUI aaa aaa aaa @@ -132315,17 +131900,17 @@ aaf aaf aaf aaf -ctF -cuQ -cvS +cuv +cvF +cwB aaa -ctF -cuQ -cvS +cuv +cvF +cwB aaa -ctF -cuQ -cvS +cuv +cvF +cwB aaa aaa aaa @@ -132511,56 +132096,56 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaa aaf -bwO -byt -byt -byt -bwO -bzT -bFB -bGR -bzU +bwL +byq +byq +byq +bwL +bzP +bGo +bHD +bzQ aaf aaf -aap -bPk -bQH -bSk -bTB -bPk -bVq -bPk +aai +bPd +bQy +bSb +bTt +bPd +bWh +bPd aaf aaa aaf -bUQ -cdJ -bUQ +bUI +ceN +bUI aaa aaa aaa @@ -132572,19 +132157,19 @@ aaf aaa aaf aaa -ctF -cuQ -cvS +cuv +cvF +cwB aaf -ctF -cuQ -cvS +cuv +cvF +cwB aaf -ctF -cuQ -cvS +cuv +cvF +cwB aaf -csw +cso aaa aaa aaa @@ -132768,56 +132353,56 @@ aac aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaf -bvO -byu -byv -byv -bDb -bEG -bFD -bGS -bHG +bwJ +byr +bys +bys +bCX +bEC +bGp +bHE +bHC aaf aaa -aap +aai aaa aaf aaf aaf aaf -aap +aai aaf aaf aaa aaf -bUQ -ceW -bUQ +bUI +ceO +bUI aaa aaa aaa @@ -132829,19 +132414,19 @@ aaf aaa aaf aaa -ctF -cuQ -cvS +cuv +cvF +cwB aaa -ctF -cuQ -cvS +cuv +cvF +cwB aaf -ctF -cuQ -cvS +cuv +cvF +cwB aaf -csw +cso aaa aaa aaa @@ -133025,55 +132610,55 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaf -bwO -byv -byt -byv -bwO -bzU -bGu -bzU -bzU +bwL +bys +byq +bys +bwL +bzQ +bGq +bzQ +bzQ aaf aaa -aap +aai aaa aaf aaa aaf aaa -aap +aai aaf aaf aaa aaf aaa -cdL +ceP aaa aaf aaa @@ -133084,21 +132669,21 @@ aaa aaa aaf aaa -aaq +aan aaa -ctF -cuS -cvS +cuv +cvG +cwB aaf -ctF -cuS -cvS +cuv +cvG +cwB aaf -ctF -cuS -cvS +cuv +cvG +cwB aaa -csw +cso aaa aaa aaa @@ -133282,43 +132867,43 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaf -bvO -byw -bzX -bBO -bvO -bEH +bwJ +byt +bzT +bBJ +bwJ +bED aaa aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -133330,7 +132915,7 @@ aaf aaa aaf aaf -cdM +ceQ aaf aaf aaa @@ -133341,7 +132926,7 @@ aaf aaf aaf aaf -csw +cso aaa aaa aaf @@ -133355,7 +132940,7 @@ aaf aaf aaa aaa -caB +cau aaa aaa aaa @@ -133539,43 +133124,43 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaf -bvS -bxE -bwO -bxE -bCp +bwJ +bwJ +bwL +bwJ +bwJ aaf aaa aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -133587,7 +133172,7 @@ aaf aaa aaf aaa -cdM +ceQ aaa aaf aaa @@ -133598,21 +133183,21 @@ aaa aaa aaa aaa -csw -csw -csw -csw -csw -csw -csw -csw -csw -csw -csw -csw -csw -csw -csw +cso +cso +cso +cso +cso +cso +cso +cso +cso +cso +cso +cso +cso +cso +cso aaa aaa aaa @@ -133796,43 +133381,43 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaf aaf aaf aaf aaf aaf -bvc +buY aaf aaf aaf aaf aaf -aap +aai aaa aaf aaa @@ -133844,7 +133429,7 @@ aaf aaa aaf aaa -cdM +ceQ aaa aaa aaa @@ -133871,8 +133456,8 @@ aaa aaa aaa aaa -cyF -cyF +cyv +cyv aaa aaa aaa @@ -134053,29 +133638,29 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaa aaa aaa @@ -134089,7 +133674,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -134101,7 +133686,7 @@ aaf aaa aaf aaa -cdM +ceQ aaa aaa aaa @@ -134118,19 +133703,19 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -134311,27 +133896,27 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaa aaa aaa @@ -134346,7 +133931,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -134358,7 +133943,7 @@ aaf aaa aaf aah -cdM +ceQ aah aaa aaa @@ -134376,18 +133961,18 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -134569,26 +134154,26 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaa aaa aaa @@ -134603,7 +134188,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -134615,7 +134200,7 @@ aaf aaa aaf aah -cdM +ceQ aah aaa aaa @@ -134633,18 +134218,18 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -134832,20 +134417,20 @@ aaa aaa aaa aaa -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe -aIe +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT aaa aaa aaa @@ -134860,7 +134445,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -134872,7 +134457,7 @@ aaf aaa aaf aah -cdM +ceQ aah aaa aaa @@ -134889,19 +134474,19 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -134928,17 +134513,17 @@ aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -135117,7 +134702,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -135129,7 +134714,7 @@ aaf aaa aaf aaf -cdM +ceQ aaf aaa aaa @@ -135150,19 +134735,19 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -135178,24 +134763,24 @@ aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -135374,7 +134959,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -135386,7 +134971,7 @@ aaf aaa aaf aaa -cdM +ceQ aaa aaa aaa @@ -135407,19 +134992,19 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -135435,24 +135020,24 @@ aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -135631,7 +135216,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -135643,7 +135228,7 @@ aaf aaa aaf aaa -cdM +ceQ aaa aaa aaa @@ -135662,22 +135247,22 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -135692,24 +135277,24 @@ aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -135888,7 +135473,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -135900,7 +135485,7 @@ aaf aaa aaf aaf -cdM +ceQ aaf aaa aaa @@ -135917,56 +135502,56 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -136145,7 +135730,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -136157,7 +135742,7 @@ aaf aaa aaf aaa -cdM +ceQ aaa aaa aaa @@ -136175,52 +135760,52 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -136402,7 +135987,7 @@ aaa aaa aaa aaa -aap +aai aaa aaf aaa @@ -136414,7 +135999,7 @@ aaf aaa aaf aaa -cdM +ceQ aaa aaa aaa @@ -136432,54 +136017,54 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aac aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -136659,7 +136244,7 @@ aaa aaa aaa aaf -aap +aai aaf aaf aaf @@ -136671,7 +136256,7 @@ aaf aaf aaf aaf -cdM +ceQ aaf aaa aaa @@ -136689,54 +136274,54 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -136916,7 +136501,7 @@ aaa aaa aaf aaf -aap +aai aaa aaf aaa @@ -136928,7 +136513,7 @@ aaf aaa aaf aaa -cdM +ceQ aaf aaf aaa @@ -136946,54 +136531,54 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -137173,7 +136758,7 @@ aaa aaf aaf aaf -aap +aai aaa aaf aaa @@ -137185,7 +136770,7 @@ aaf aaa aaf aaa -cdM +ceQ aaf aaf aaf @@ -137203,54 +136788,54 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -137428,23 +137013,23 @@ aaa aaa aaa aaf -bJR -bLn -bMD -bPl -bKS -bKT -bKT -bKT -bVs -bKT -bKT -bKT -bKS -bPl -cdU -cfq -cgE +bKK +bMl +bNv +bPe +bKN +bKO +bKO +bKO +bWi +bKO +bKO +bKO +bKN +bPe +ceR +cfY +cht aaf aaa aaa @@ -137459,55 +137044,55 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -137685,23 +137270,23 @@ aaa aaa aaa aaf -bJQ -bMt -bMt -bKT -bKT -bKT -bLp -bTx -bMt -bPM -bLp -bKT -bKT -bKT -cdN -cfp -bJQ +bKL +bMm +bMm +bKO +bKO +bKO +bMo +bUM +bMm +bQA +bMo +bKO +bKO +bKO +ceS +cfZ +bKL aaf aaa aaa @@ -137718,51 +137303,51 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -137942,23 +137527,23 @@ aaa aaa aaa aaf -bJQ -bLo -bMt -bMD -bPN -bRn -bLp -bTx -bMt -bPM -bLp -bRn -bTz -bMD -cdN -cfr -bJQ +bKL +bMn +bMm +bNv +bQz +bSc +bMo +bUM +bMm +bQA +bMo +bSc +bUO +bNv +ceS +cga +bKL aaf aaa aaa @@ -137977,19 +137562,19 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -137997,32 +137582,32 @@ aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -138199,23 +137784,23 @@ aaa aaa aaa aaf -bJS -bMt -bWl -bKT -bPM -bLp -bLp -bTx -bMt -bPM -bLp -bLp -bTx -bKT -cdV -bWl -bJS +bKM +bMm +bNw +bKO +bQA +bMo +bMo +bUM +bMm +bQA +bMo +bMo +bUM +bKO +ceT +bNw +bKM aaf aaa aaa @@ -138234,19 +137819,19 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -138262,24 +137847,24 @@ aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -138456,23 +138041,23 @@ aaa aaa aaa aaa -bKS -bKS -bKT -bKT -bPM -bLp -bLp -bTx -bMt -bPM -bLp -bLp -bTx -bKT -bKT -bKS -bKS +bKN +bKN +bKO +bKO +bQA +bMo +bMo +bUM +bMm +bQA +bMo +bMo +bUM +bKO +bKO +bKN +bKN aaa aaa aaa @@ -138487,19 +138072,19 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -138519,24 +138104,24 @@ aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -138713,23 +138298,23 @@ aaa aaa aaa aaa -bKS -bKT -bKT -bLp -bLp -bLp -bLp -bTx -bMt -bPM -bLp -bLp -bLp -bLp -bKT -bKT -bKS +bKN +bKO +bKO +bMo +bMo +bMo +bMo +bUM +bMm +bQA +bMo +bMo +bMo +bMo +bKO +bKO +bKN aaa aaa aaa @@ -138745,18 +138330,18 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -138776,24 +138361,24 @@ aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -138970,23 +138555,23 @@ aaa aaa aaa aaa -bKT -bKT -bLp -bLp -bLp -bLp -bLp -bTx -bMt -bPM -bLp -bLp -bLp -bLp -bLp -bKT -bKT +bKO +bKO +bMo +bMo +bMo +bMo +bMo +bUM +bMm +bQA +bMo +bMo +bMo +bMo +bMo +bKO +bKO aaa aaa aaa @@ -139002,18 +138587,18 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -139040,17 +138625,17 @@ aaa aaa aaa aaa -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj -cMj +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM +cLM aaa aaa aaa @@ -139227,23 +138812,23 @@ aaa aaa aaa aaa -bKT -bLp -bLp -bLp -bLp -bLp -bSE -bTy -bMt -bWT -bSE -bLp -bLp -bLp -bLp -bLp -bKT +bKO +bMo +bMo +bMo +bMo +bMo +bTu +bUN +bMm +bXE +bTu +bMo +bMo +bMo +bMo +bMo +bKO aaa aaa aaa @@ -139258,19 +138843,19 @@ aaa aaa aaa aaa -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF -cyF +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv +cyv aaa aaa aaa @@ -139484,23 +139069,23 @@ aaa aaa aaa aaf -bKT -bLq -bMF -bLp -bLp -bLp -bMt -bMt -bVu -bMt -bMt -bLp -bLp -bLp -cdW -bLq -bKT +bKO +bMp +bNx +bMo +bMo +bMo +bMm +bMm +bWj +bMm +bMm +bMo +bMo +bMo +ceU +bMp +bKO aaf aaa aaa @@ -139525,8 +139110,8 @@ aaa aaa aaa aaa -cyF -cyF +cyv +cyv aaa aaa aaa @@ -139741,23 +139326,23 @@ aaa aaa aaa aaf -bKT -bLp -bLp -bLp -bLp -bLp -bRn -bTz -bMu -bWU -bRn -bLp -bLp -bLp -bLp -bLp -bKT +bKO +bMo +bMo +bMo +bMo +bMo +bSc +bUO +bWk +bXF +bSc +bMo +bMo +bMo +bMo +bMo +bKO aaf aaa aaa @@ -139998,23 +139583,23 @@ aaa aaa aaa aaf -bKU -bKT -bLp -bLp -bLp -bLp -bLp -bTx -bMt -bPM -bLp -bLp -bLp -bLp -bLp -bKT -bKU +bKP +bKO +bMo +bMo +bMo +bMo +bMo +bUM +bMm +bQA +bMo +bMo +bMo +bMo +bMo +bKO +bKP aaf aaa aaa @@ -140256,21 +139841,21 @@ aaa aaa aaf aaf -bKT -bKT -bLp -bLp -bLp -bLp -bTx -bMt -bPM -bLp -bLp -bLp -bLp -bKT -bKT +bKO +bKO +bMo +bMo +bMo +bMo +bUM +bMm +bQA +bMo +bMo +bMo +bMo +bKO +bKO aaf aaf aaa @@ -140514,19 +140099,19 @@ aaa aaa aaf aaf -bKT -bKT -bLp -bLp -bLp -bLp -bLp -bLp -bLp -bLp -bLp -bKT -bKT +bKO +bKO +bMo +bMo +bMo +bMo +bMo +bMo +bMo +bMo +bMo +bKO +bKO aaf aaf aaa @@ -140772,17 +140357,17 @@ aaa aaa aaf aaf -bKT -bKT -bLp -bLp -bLp -bLp -bLp -bLp -bLp -bKT -bKT +bKO +bKO +bMo +bMo +bMo +bMo +bMo +bMo +bMo +bKO +bKO aaf aaf aaa @@ -141030,15 +140615,15 @@ aaa aaa aaf aaf -bKT -bKT -bLp -bLp -bVv -bLp -bLp -bKT -bKT +bKO +bKO +bMo +bMo +bWl +bMo +bMo +bKO +bKO aaf aaf aaa @@ -141288,13 +140873,13 @@ aaa aaa aaf aaf -bKT -bKT -bLp -bLq -bLp -bKT -bKT +bKO +bKO +bMo +bMp +bMo +bKO +bKO aaf aaf aaa @@ -141546,11 +141131,11 @@ aaa aaa aaf aaf -bKT -bKT -bKU -bKT -bKT +bKO +bKO +bKP +bKO +bKO aaf aaf aaa @@ -142541,7 +142126,7 @@ aaa aaa aaa aaa -aIf +aHU aaa aaa aaa @@ -142813,7 +142398,7 @@ aaa aaa aaa aaa -aIf +aHU aaa aaa aaa @@ -143103,7 +142688,7 @@ aaa aaa aaa aaa -aIf +aHU aaa aaa aaa @@ -144333,7 +143918,7 @@ aaa aaa aaa aaa -aIf +aHU aaa aaa aaa @@ -144366,7 +143951,7 @@ aaa aaa aaa aaa -aIf +aHU aaa aaa aaa @@ -144658,7 +144243,7 @@ aaa aaa aaa aaa -aIf +aHU aaa aaa aaa diff --git a/maps/exodus/exodus-2.dmm b/maps/exodus/exodus-2_centcomm.dmm similarity index 91% rename from maps/exodus/exodus-2.dmm rename to maps/exodus/exodus-2_centcomm.dmm index cc603b7c425..18dd6ecb4f4 100644 --- a/maps/exodus/exodus-2.dmm +++ b/maps/exodus/exodus-2_centcomm.dmm @@ -11,7 +11,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns15, -/area/space) +/area/template_noop) "ab" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -24,7 +24,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns9, -/area/space) +/area/template_noop) "ac" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -37,7 +37,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns5, -/area/space) +/area/template_noop) "ad" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -50,7 +50,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns12, -/area/space) +/area/template_noop) "ae" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -63,7 +63,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns8, -/area/space) +/area/template_noop) "af" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -76,7 +76,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns3, -/area/space) +/area/template_noop) "ag" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -89,7 +89,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns6, -/area/space) +/area/template_noop) "ah" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -102,7 +102,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns7, -/area/space) +/area/template_noop) "ai" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -115,7 +115,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns4, -/area/space) +/area/template_noop) "aj" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -128,7 +128,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns14, -/area/space) +/area/template_noop) "ak" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -141,7 +141,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns1, -/area/space) +/area/template_noop) "al" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -154,7 +154,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns11, -/area/space) +/area/template_noop) "am" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -167,7 +167,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns13, -/area/space) +/area/template_noop) "an" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -180,7 +180,7 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns2, -/area/space) +/area/template_noop) "ao" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -193,29 +193,8 @@ teleport_z_offset = 6 }, /turf/space/transit/north/shuttlespace_ns10, -/area/space) +/area/template_noop) "ap" = ( -/turf/space/transit/east/shuttlespace_ew13, -/area/space) -"aq" = ( -/turf/space/transit/east/shuttlespace_ew14, -/area/space) -"ar" = ( -/turf/space/transit/east/shuttlespace_ew15, -/area/space) -"as" = ( -/turf/space/transit/east/shuttlespace_ew1, -/area/space) -"at" = ( -/turf/space/transit/east/shuttlespace_ew2, -/area/space) -"au" = ( -/turf/space/transit/east/shuttlespace_ew3, -/area/space) -"av" = ( -/turf/space/transit/east/shuttlespace_ew4, -/area/space) -"aw" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; name = "escapeshuttle_leave"; @@ -226,8 +205,39 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew5, -/area/space) +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/turf/space/transit/north/shuttlespace_ns10, +/area/template_noop) +"aq" = ( +/turf/space/transit/east/shuttlespace_ew13, +/area/template_noop) +"ar" = ( +/turf/space/transit/east/shuttlespace_ew14, +/area/template_noop) +"as" = ( +/turf/space/transit/east/shuttlespace_ew15, +/area/template_noop) +"at" = ( +/turf/space/transit/east/shuttlespace_ew1, +/area/template_noop) +"au" = ( +/turf/space/transit/east/shuttlespace_ew2, +/area/template_noop) +"av" = ( +/turf/space/transit/east/shuttlespace_ew3, +/area/template_noop) +"aw" = ( +/turf/space/transit/east/shuttlespace_ew4, +/area/template_noop) "ax" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -239,8 +249,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew6, -/area/space) +/turf/space/transit/east/shuttlespace_ew5, +/area/template_noop) "ay" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -252,8 +262,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew7, -/area/space) +/turf/space/transit/east/shuttlespace_ew6, +/area/template_noop) "az" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -265,8 +275,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew8, -/area/space) +/turf/space/transit/east/shuttlespace_ew7, +/area/template_noop) "aA" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -278,8 +288,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew9, -/area/space) +/turf/space/transit/east/shuttlespace_ew8, +/area/template_noop) "aB" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -291,8 +301,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew10, -/area/space) +/turf/space/transit/east/shuttlespace_ew9, +/area/template_noop) "aC" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -304,8 +314,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew11, -/area/space) +/turf/space/transit/east/shuttlespace_ew10, +/area/template_noop) "aD" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -317,8 +327,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew12, -/area/space) +/turf/space/transit/east/shuttlespace_ew11, +/area/template_noop) "aE" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -330,8 +340,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew13, -/area/space) +/turf/space/transit/east/shuttlespace_ew12, +/area/template_noop) "aF" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -343,8 +353,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew14, -/area/space) +/turf/space/transit/east/shuttlespace_ew13, +/area/template_noop) "aG" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -356,8 +366,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew15, -/area/space) +/turf/space/transit/east/shuttlespace_ew14, +/area/template_noop) "aH" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -369,8 +379,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew1, -/area/space) +/turf/space/transit/east/shuttlespace_ew15, +/area/template_noop) "aI" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -382,8 +392,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew2, -/area/space) +/turf/space/transit/east/shuttlespace_ew1, +/area/template_noop) "aJ" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -395,8 +405,8 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew3, -/area/space) +/turf/space/transit/east/shuttlespace_ew2, +/area/template_noop) "aK" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -408,126 +418,140 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space/transit/east/shuttlespace_ew4, -/area/space) +/turf/space/transit/east/shuttlespace_ew3, +/area/template_noop) "aL" = ( -/turf/space{ - icon_state = "black" +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 }, -/area/space) +/turf/space/transit/east/shuttlespace_ew4, +/area/template_noop) "aM" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aN" = ( +/turf/unsimulated/wall, +/area/prison/solitary) +"aO" = ( +/turf/unsimulated/wall, +/area/template_noop) +"aP" = ( /obj/structure/window/reinforced, /turf/unsimulated/wall, -/area/space) -"aO" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/prison/solitary) -"aP" = ( +/area/template_noop) +"aQ" = ( +/turf/space/transit/north/shuttlespace_ns8, +/area/template_noop) +"aR" = ( +/turf/space/transit/north/shuttlespace_ns4, +/area/template_noop) +"aS" = ( +/turf/space/transit/north/shuttlespace_ns11, +/area/template_noop) +"aT" = ( +/turf/space/transit/north/shuttlespace_ns7, +/area/template_noop) +"aU" = ( +/turf/space/transit/north/shuttlespace_ns2, +/area/template_noop) +"aV" = ( +/turf/space/transit/north/shuttlespace_ns5, +/area/template_noop) +"aW" = ( +/turf/space/transit/north/shuttlespace_ns6, +/area/template_noop) +"aX" = ( +/turf/space/transit/north/shuttlespace_ns14, +/area/template_noop) +"aY" = ( +/turf/space/transit/north/shuttlespace_ns3, +/area/template_noop) +"aZ" = ( +/turf/space/transit/north/shuttlespace_ns13, +/area/template_noop) +"ba" = ( +/turf/space/transit/north/shuttlespace_ns15, +/area/template_noop) +"bb" = ( +/turf/space/transit/north/shuttlespace_ns10, +/area/template_noop) +"bc" = ( +/turf/space/transit/north/shuttlespace_ns12, +/area/template_noop) +"bd" = ( +/turf/space/transit/north/shuttlespace_ns1, +/area/template_noop) +"be" = ( +/turf/space/transit/north/shuttlespace_ns9, +/area/template_noop) +"bf" = ( +/turf/space/transit/east/shuttlespace_ew5, +/area/template_noop) +"bg" = ( +/turf/space/transit/east/shuttlespace_ew6, +/area/template_noop) +"bh" = ( +/turf/space/transit/east/shuttlespace_ew7, +/area/template_noop) +"bi" = ( +/turf/space/transit/east/shuttlespace_ew8, +/area/template_noop) +"bj" = ( +/turf/space/transit/east/shuttlespace_ew10, +/area/template_noop) +"bk" = ( +/turf/space/transit/east/shuttlespace_ew11, +/area/template_noop) +"bl" = ( +/turf/space/transit/east/shuttlespace_ew12, +/area/template_noop) +"bm" = ( +/turf/space/transit/east/shuttlespace_ew9, +/area/template_noop) +"bn" = ( /obj/structure/bed, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/prison/solitary) -"aQ" = ( -/obj/effect/decal/cleanable/cobweb2, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/prison/solitary) -"aR" = ( -/turf/space/transit/north/shuttlespace_ns8, -/area/space) -"aS" = ( -/turf/space/transit/north/shuttlespace_ns4, -/area/space) -"aT" = ( -/turf/space/transit/north/shuttlespace_ns11, -/area/space) -"aU" = ( -/turf/space/transit/north/shuttlespace_ns7, -/area/space) -"aV" = ( -/turf/space/transit/north/shuttlespace_ns2, -/area/space) -"aW" = ( -/turf/space/transit/north/shuttlespace_ns5, -/area/space) -"aX" = ( -/turf/space/transit/north/shuttlespace_ns6, -/area/space) -"aY" = ( -/turf/space/transit/north/shuttlespace_ns14, -/area/space) -"aZ" = ( -/turf/space/transit/north/shuttlespace_ns3, -/area/space) -"ba" = ( -/turf/space/transit/north/shuttlespace_ns13, -/area/space) -"bb" = ( -/turf/space/transit/north/shuttlespace_ns15, -/area/space) -"bc" = ( -/turf/space/transit/north/shuttlespace_ns10, -/area/space) -"bd" = ( -/turf/space/transit/north/shuttlespace_ns12, -/area/space) -"be" = ( -/turf/space/transit/north/shuttlespace_ns1, -/area/space) -"bf" = ( -/turf/space/transit/north/shuttlespace_ns9, -/area/space) -"bg" = ( -/turf/space/transit/east/shuttlespace_ew5, -/area/space) -"bh" = ( -/turf/space/transit/east/shuttlespace_ew6, -/area/space) -"bi" = ( -/turf/space/transit/east/shuttlespace_ew7, -/area/space) -"bj" = ( -/turf/space/transit/east/shuttlespace_ew8, -/area/space) -"bk" = ( -/turf/space/transit/east/shuttlespace_ew10, -/area/space) -"bl" = ( -/turf/space/transit/east/shuttlespace_ew11, -/area/space) -"bm" = ( -/turf/space/transit/east/shuttlespace_ew12, -/area/space) -"bn" = ( -/turf/space/transit/east/shuttlespace_ew9, -/area/space) "bo" = ( -/obj/effect/decal/cleanable/blood, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/prison/solitary) "bp" = ( -/turf/simulated/floor/holofloor/desert, -/area/holodeck/source_desert) +/obj/effect/decal/cleanable/cobweb2, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/prison/solitary) "bq" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/prison/solitary) +"br" = ( /obj/structure/window/reinforced{ dir = 4 }, /turf/unsimulated/wall, -/area/space) -"br" = ( +/area/template_noop) +"bs" = ( +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_desert) +"bt" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_desert) +"bu" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -535,312 +559,176 @@ dir = 8 }, /turf/unsimulated/wall, -/area/space) -"bs" = ( +/area/template_noop) +"bv" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"bt" = ( +"bw" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"bu" = ( +"bx" = ( /obj/structure/table/rack/holorack, /obj/item/clothing/under/dress/dress_saloon, /obj/item/clothing/head/hairflower, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_theatre) -"bv" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/floor/holofloor/desert, -/area/holodeck/source_desert) -"bw" = ( +"by" = ( /obj/effect/landmark/costume, /obj/structure/table/rack/holorack, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_theatre) -"bx" = ( +"bz" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_courtroom) +"bA" = ( /obj/structure/window/reinforced/holowindow{ dir = 4 }, /obj/structure/flora/pottedplant{ - tag = "icon-plant-10"; icon_state = "plant-10" }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_courtroom) -"by" = ( -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_courtroom) -"bz" = ( +"bB" = ( /obj/structure/table/woodentable/holotable, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_courtroom) -"bA" = ( +"bC" = ( /turf/simulated/floor/holofloor/reinforced, /area/holodeck/source_wildlife) -"bB" = ( +"bD" = ( /turf/simulated/floor/holofloor/reinforced, /area/holodeck/source_plating) -"bC" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/holofloor/desert, -/area/holodeck/source_desert) -"bD" = ( -/turf/space, -/area/syndicate_mothership) "bE" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"bF" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"bG" = ( /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_emptycourt) -"bH" = ( +"bF" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"bG" = ( /obj/structure/holostool, /obj/structure/window/reinforced/holowindow{ dir = 4 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"bI" = ( -/obj/structure/holostool, +"bH" = ( +/obj/effect/floor_decal/corner/green/full{ + icon_state = "corner_white_full"; + dir = 8 + }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"bJ" = ( +"bI" = ( /obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (NORTHEAST)"; icon_state = "corner_white"; dir = 5 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"bK" = ( +"bJ" = ( /obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_emptycourt) -"bL" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/syndicate/black/med, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/syndicate/black/med, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"bM" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/wall, -/area/space) -"bN" = ( -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (NORTH)"; icon_state = "corner_white_full"; dir = 1 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"bO" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/syndicate/black/green, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/syndicate/black/green, -/turf/unsimulated/floor{ - icon_state = "dark" +"bK" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/area/syndicate_mothership) -"bP" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/syndicate/black/engie, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/syndicate/black/engie, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"bQ" = ( +/turf/unsimulated/wall, +/area/template_noop) +"bL" = ( /obj/effect/landmark{ name = "prisonwarp" }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/prison/solitary) -"bR" = ( +"bM" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_desert) +"bN" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"bO" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"bP" = ( /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_theatre) -"bS" = ( -/turf/space, -/area/shuttle/escape/transit) -"bT" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/syndicate/black/blue, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/syndicate/black/blue, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"bU" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns13, -/area/space) -"bV" = ( +"bQ" = ( /obj/machinery/door/window/holowindoor, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_courtroom) -"bW" = ( -/turf/simulated/floor/holofloor/space, -/area/holodeck/source_space) -"bX" = ( -/obj/effect/landmark{ - name = "Holocarp Spawn Random" - }, -/turf/simulated/floor/holofloor/space, -/area/holodeck/source_space) -"bY" = ( +"bR" = ( /turf/simulated/floor/holofloor/wood, /area/holodeck/source_courtroom) -"bZ" = ( +"bS" = ( /obj/effect/landmark{ name = "Holocarp Spawn" }, /turf/simulated/floor/holofloor/reinforced, /area/holodeck/source_wildlife) -"ca" = ( -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_emptycourt) -"cb" = ( +"bT" = ( /obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (NORTHWEST)"; icon_state = "corner_white"; dir = 9 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"cc" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - stopper = 0; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns8, -/area/space) -"cd" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 8; - name = "thrower_escapeshuttletop(left)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns10, -/area/space) -"ce" = ( +"bU" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"bV" = ( /obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; dir = 6 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"cf" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns7, -/area/space) -"cg" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns11, -/area/space) -"ch" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - stopper = 0; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns4, -/area/space) -"ci" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/syndicate/black, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/syndicate/black, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"cj" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"ck" = ( +"bW" = ( /obj/structure/flora/ausbushes/brflowers, /obj/effect/floor_decal/spline/fancy/wood/corner, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"cl" = ( +"bX" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"bY" = ( /obj/structure/flora/ausbushes/brflowers, /obj/effect/floor_decal/spline/fancy/wood, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"cm" = ( +"bZ" = ( /obj/structure/flora/ausbushes/ywflowers, /obj/effect/floor_decal/spline/fancy/wood/corner{ - tag = "icon-spline_fancy_corner (WEST)"; icon_state = "spline_fancy_corner"; dir = 8 }, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"cn" = ( +"ca" = ( /obj/structure/window/reinforced/holowindow{ dir = 4 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_courtroom) -"co" = ( +"cb" = ( /obj/structure/bed/chair/holochair, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_courtroom) -"cp" = ( +"cc" = ( /obj/structure/window/reinforced/holowindow{ dir = 1 }, @@ -850,233 +738,104 @@ /obj/structure/table/woodentable/holotable, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_courtroom) -"cq" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - stopper = 0; - tiles = 0 +"cd" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 1 }, -/turf/space/transit/north/shuttlespace_ns12, -/area/space) -"cr" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"ce" = ( /obj/machinery/door/window/holowindoor{ dir = 1; name = "Jury Box" }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; icon_state = "carpet_edges"; dir = 9 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; icon_state = "carpet_edges"; dir = 5 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"cs" = ( -/obj/structure/window/reinforced/holowindow{ - dir = 1 - }, -/obj/structure/table/woodentable/holotable, -/turf/simulated/floor/holofloor/wood, -/area/holodeck/source_courtroom) -"ct" = ( +"cf" = ( /obj/machinery/door/window/holowindoor{ name = "Red Team" }, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_emptycourt) -"cu" = ( +"cg" = ( /obj/structure/bed, /obj/effect/decal/cleanable/cobweb, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/prison/solitary) -"cv" = ( -/turf/simulated/floor/holofloor/desert, -/area/holodeck/source_picnicarea) -"cw" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns3, -/area/space) -"cx" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - stopper = 0; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns14, -/area/space) -"cy" = ( +"ch" = ( /obj/structure/flora/ausbushes/ywflowers, /obj/effect/floor_decal/spline/fancy/wood{ - tag = "icon-spline_fancy (SOUTHEAST)"; icon_state = "spline_fancy"; dir = 6 }, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"cz" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - stopper = 0; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns11, -/area/space) -"cA" = ( +"ci" = ( +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_picnicarea) +"cj" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/holostool, /turf/simulated/floor/holofloor/desert, /area/holodeck/source_picnicarea) -"cB" = ( +"ck" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_picnicarea) +"cl" = ( /obj/structure/flora/ausbushes/brflowers, /obj/effect/floor_decal/spline/fancy/wood{ - tag = "icon-spline_fancy (WEST)"; icon_state = "spline_fancy"; dir = 8 }, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"cC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/holofloor/desert, -/area/holodeck/source_picnicarea) -"cD" = ( -/turf/space/transit/east/shuttlespace_ew1, -/area/shuttle/escape_pod3/transit) -"cE" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - stopper = 0; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns13, -/area/space) -"cF" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - name = "thrower_leftnostop" - }, -/turf/space/transit/east/shuttlespace_ew4, -/area/space) -"cG" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - name = "thrower_leftnostop" - }, -/turf/space/transit/east/shuttlespace_ew13, -/area/space) -"cH" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - name = "thrower_leftnostop" - }, -/turf/space/transit/east/shuttlespace_ew14, -/area/space) -"cI" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - name = "thrower_leftnostop" - }, -/turf/space/transit/east/shuttlespace_ew15, -/area/space) -"cJ" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - name = "thrower_leftnostop" - }, -/turf/space/transit/east/shuttlespace_ew1, -/area/space) -"cK" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - name = "thrower_leftnostop" - }, -/turf/space/transit/east/shuttlespace_ew9, -/area/space) -"cL" = ( +"cm" = ( /obj/effect/floor_decal/spline/plain{ - tag = "icon-spline_plain (NORTH)"; icon_state = "spline_plain"; dir = 1 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_theatre) -"cM" = ( +"cn" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; icon_state = "carpet_edges"; dir = 9 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; icon_state = "carpet_edges"; dir = 5 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"cN" = ( -/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) -"cO" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - stopper = 0; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns5, -/area/space) -"cP" = ( +"co" = ( /obj/structure/window/reinforced/holowindow, /obj/machinery/door/window/holowindoor{ dir = 1; @@ -1085,7 +844,20 @@ /obj/structure/bed/chair/holochair, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_courtroom) -"cQ" = ( +"cp" = ( +/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) +"cq" = ( +/obj/structure/table/woodentable/holotable, +/obj/structure/window/reinforced/holowindow, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"cr" = ( /obj/structure/table/woodentable/holotable, /obj/structure/window/reinforced/holowindow, /obj/structure/window/reinforced/holowindow{ @@ -1093,36 +865,7 @@ }, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_courtroom) -"cR" = ( -/obj/structure/table/woodentable/holotable, -/obj/structure/window/reinforced/holowindow, -/turf/simulated/floor/holofloor/wood, -/area/holodeck/source_courtroom) -"cS" = ( -/turf/space/transit/east/shuttlespace_ew15, -/area/shuttle/escape_pod3/transit) -"cT" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - stopper = 0; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns10, -/area/space) -"cU" = ( -/turf/space/transit/east/shuttlespace_ew7, -/area/shuttle/escape_pod5/transit) -"cV" = ( -/obj/structure/window/reinforced/holowindow{ - dir = 8 - }, -/obj/structure/table/woodentable/holotable, -/turf/simulated/floor/holofloor/wood, -/area/holodeck/source_courtroom) -"cW" = ( +"cs" = ( /obj/structure/window/reinforced/holowindow, /obj/machinery/door/window/holowindoor{ base_state = "right"; @@ -1133,51 +876,46 @@ /obj/structure/bed/chair/holochair, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_courtroom) -"cX" = ( -/obj/item/weapon/inflatable_duck, -/turf/simulated/floor/beach/sand{ - tag = "icon-desert"; - icon_state = "desert" +"ct" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 8 }, -/area/holodeck/source_beach) -"cY" = ( -/obj/effect/step_trigger/thrower{ - direction = 1; - name = "thrower_throwup"; - nostop = 0; - tiles = 0 - }, -/turf/space/transit/east/shuttlespace_ew14, -/area/space) -"cZ" = ( -/turf/space/transit/north/shuttlespace_ns14, -/area/skipjack_station/transit) -"da" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_courtroom) +"cu" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"cv" = ( /obj/structure/bed/chair/holochair{ dir = 8 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet/corners{ - tag = "icon-carpet_corners (NORTHWEST)"; icon_state = "carpet_corners"; dir = 9 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"db" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns9, -/area/space) -"dc" = ( +"cw" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; direction = 2; @@ -1186,161 +924,216 @@ stopper = 0; tiles = 0 }, -/turf/space/transit/north/shuttlespace_ns15, -/area/space) -"dd" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - name = "thrower_leftnostop" - }, -/turf/space/transit/east/shuttlespace_ew11, -/area/space) -"de" = ( -/obj/structure/bed/chair/holochair{ - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; - icon_state = "carpet_edges"; - dir = 9 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"df" = ( -/obj/structure/table/woodentable/holotable, -/turf/simulated/floor/holofloor/desert, -/area/holodeck/source_picnicarea) -"dg" = ( -/turf/space/transit/east/shuttlespace_ew4, -/area/shuttle/escape_pod5/transit) -"dh" = ( -/turf/space/transit/east/shuttlespace_ew5, -/area/shuttle/escape_pod5/transit) -"di" = ( +/turf/space/transit/north/shuttlespace_ns14, +/area/template_noop) +"cx" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; direction = 2; - name = "thrower_throwdown"; + name = "thrower_throwdownside"; + nostop = 1; stopper = 0; tiles = 0 }, -/turf/space/transit/east/shuttlespace_ew1, -/area/space) -"dj" = ( -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" +/turf/space/transit/north/shuttlespace_ns6, +/area/template_noop) +"cy" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + stopper = 0; + tiles = 0 }, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"dk" = ( +/turf/space/transit/north/shuttlespace_ns8, +/area/template_noop) +"cz" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + stopper = 0; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns12, +/area/template_noop) +"cA" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns5, +/area/template_noop) +"cB" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns1, +/area/template_noop) +"cC" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns13, +/area/template_noop) +"cD" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns9, +/area/template_noop) +"cE" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns15, +/area/template_noop) +"cF" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/wall, +/area/prison/solitary) +"cG" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/desert, +/area/holodeck/source_picnicarea) +"cH" = ( /obj/structure/flora/ausbushes/ywflowers, /obj/effect/floor_decal/spline/fancy/wood{ - tag = "icon-spline_fancy (WEST)"; icon_state = "spline_fancy"; dir = 8 }, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"dl" = ( +"cI" = ( /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_theatre) -"dm" = ( +"cJ" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; icon_state = "carpet_edges"; dir = 9 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"dn" = ( -/turf/space/transit/east/shuttlespace_ew14, -/area/shuttle/escape_pod3/transit) -"do" = ( +"cK" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"dp" = ( +"cL" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; icon_state = "carpet_edges"; dir = 5 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"dq" = ( +"cM" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"dr" = ( +"cN" = ( +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"cO" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"ds" = ( -/obj/item/weapon/beach_ball, -/turf/simulated/floor/beach/sand{ - tag = "icon-desert0"; - icon_state = "desert0" +"cP" = ( +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 }, -/area/holodeck/source_beach) -"dt" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 4 }, -/turf/space/transit/north/shuttlespace_ns14, -/area/space) -"du" = ( +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"cQ" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"cR" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"cS" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; direction = 2; @@ -1349,266 +1142,69 @@ stopper = 0; tiles = 0 }, -/turf/space/transit/north/shuttlespace_ns3, -/area/space) -"dv" = ( -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; - icon_state = "carpet_edges"; - dir = 9 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"dw" = ( -/turf/space/transit/east/shuttlespace_ew14, -/area/shuttle/escape_pod5/transit) -"dx" = ( -/turf/space/transit/east/shuttlespace_ew15, -/area/shuttle/escape_pod5/transit) -"dy" = ( -/turf/space/transit/east/shuttlespace_ew1, -/area/shuttle/escape_pod5/transit) -"dz" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - stopper = 0; - tiles = 0 - }, -/turf/space/transit/east/shuttlespace_ew10, -/area/space) -"dA" = ( -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; - icon_state = "carpet_edges"; - dir = 4 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; - icon_state = "carpet_edges"; - dir = 5 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"dB" = ( -/obj/structure/bed/chair/holochair{ - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; - icon_state = "carpet_edges"; - dir = 4 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"dC" = ( -/turf/unsimulated/wall, -/area/space) -"dD" = ( -/obj/structure/bed/chair/holochair{ - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"dE" = ( +/turf/space/transit/north/shuttlespace_ns13, +/area/template_noop) +"cT" = ( +/turf/template_noop, +/area/shuttle/escape/transit) +"cU" = ( /obj/structure/holostool, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"dF" = ( +"cV" = ( /obj/structure/holostool, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"dG" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - stopper = 0; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns2, -/area/space) -"dH" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - name = "thrower_leftnostop" - }, -/turf/space/transit/east/shuttlespace_ew10, -/area/space) -"dI" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - name = "thrower_leftnostop" - }, -/turf/space/transit/east/shuttlespace_ew12, -/area/space) -"dJ" = ( +"cW" = ( /obj/structure/holostool, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"dK" = ( -/obj/structure/table/woodentable/holotable, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"dL" = ( +"cX" = ( /obj/structure/table/woodentable/holotable, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"dM" = ( +"cY" = ( +/obj/structure/table/woodentable/holotable, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"dN" = ( +"cZ" = ( +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"da" = ( /obj/structure/table/woodentable/holotable, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"dO" = ( +"db" = ( /obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHWEST)"; icon_state = "corner_white"; dir = 9 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"dP" = ( +"dc" = ( /obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; dir = 6 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"dQ" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/effect/floor_decal/spline/fancy/wood{ - tag = "icon-spline_fancy (NORTH)"; - icon_state = "spline_fancy"; - dir = 1 - }, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"dR" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-desert"; - icon_state = "desert" - }, -/area/holodeck/source_beach) -"dS" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-desert1"; - icon_state = "desert1" - }, -/area/holodeck/source_beach) -"dT" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-desert4"; - icon_state = "desert4" - }, -/area/holodeck/source_beach) -"dU" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-desert0"; - icon_state = "desert0" - }, -/area/holodeck/source_beach) -"dV" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/effect/floor_decal/spline/fancy/wood{ - tag = "icon-spline_fancy (NORTH)"; - icon_state = "spline_fancy"; - dir = 1 - }, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"dW" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/effect/floor_decal/spline/fancy/wood{ - tag = "icon-spline_fancy (NORTHEAST)"; - icon_state = "spline_fancy"; - dir = 5 - }, -/turf/simulated/floor/holofloor/grass, -/area/holodeck/source_picnicarea) -"dX" = ( -/obj/structure/bed/chair/holochair{ - dir = 1 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"dY" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns12, -/area/space) -"dZ" = ( -/obj/structure/bed/chair/holochair{ - dir = 1 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"ea" = ( -/obj/structure/bed/chair/holochair{ - dir = 1 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; - icon_state = "carpet_edges"; - dir = 4 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"eb" = ( +"dd" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; direction = 2; @@ -1618,49 +1214,168 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns1, -/area/space) -"ec" = ( +/area/template_noop) +"de" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + stopper = 0; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns11, +/area/template_noop) +"df" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/template_noop, +/area/template_noop) +"dg" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"dh" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 1 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"di" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 5 + }, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"dj" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"dk" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"dl" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"dm" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns7, +/area/template_noop) +"dn" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + name = "thrower_leftnostop" + }, +/turf/space/transit/east/shuttlespace_ew4, +/area/template_noop) +"do" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + name = "thrower_leftnostop" + }, +/turf/space/transit/east/shuttlespace_ew13, +/area/template_noop) +"dp" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + name = "thrower_leftnostop" + }, +/turf/space/transit/east/shuttlespace_ew14, +/area/template_noop) +"dq" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + name = "thrower_leftnostop" + }, +/turf/space/transit/east/shuttlespace_ew15, +/area/template_noop) +"dr" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + name = "thrower_leftnostop" + }, +/turf/space/transit/east/shuttlespace_ew1, +/area/template_noop) +"ds" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + name = "thrower_leftnostop" + }, +/turf/space/transit/east/shuttlespace_ew9, +/area/template_noop) +"dt" = ( /obj/structure/flora/ausbushes/brflowers, /obj/effect/floor_decal/spline/fancy/wood/corner{ - tag = "icon-spline_fancy_corner (NORTH)"; icon_state = "spline_fancy_corner"; dir = 1 }, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"ed" = ( +"du" = ( /obj/structure/flora/ausbushes/ywflowers, /obj/effect/floor_decal/spline/fancy/wood/corner{ - tag = "icon-spline_fancy_corner (EAST)"; icon_state = "spline_fancy_corner"; dir = 4 }, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"ee" = ( +"dv" = ( /obj/machinery/door/window/holowindoor{ base_state = "right"; icon_state = "right" }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_courtroom) -"ef" = ( +"dw" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"eg" = ( +"dx" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"eh" = ( +"dy" = ( /obj/machinery/door/window/holowindoor{ base_state = "right"; icon_state = "right"; @@ -1668,494 +1383,428 @@ }, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_emptycourt) -"ei" = ( +"dz" = ( +/turf/space/transit/east/shuttlespace_ew7, +/area/shuttle/escape_pod5/transit) +"dA" = ( +/turf/space/transit/east/shuttlespace_ew8, +/area/shuttle/escape_pod5/transit) +"dB" = ( +/turf/space/transit/east/shuttlespace_ew9, +/area/shuttle/escape_pod5/transit) +"dC" = ( +/turf/space/transit/east/shuttlespace_ew10, +/area/shuttle/escape_pod5/transit) +"dD" = ( +/obj/effect/step_trigger/thrower{ + direction = 1; + name = "thrower_throwup"; + nostop = 0; + tiles = 0 + }, +/turf/space/transit/east/shuttlespace_ew14, +/area/template_noop) +"dE" = ( /obj/structure/holostool, /obj/effect/floor_decal/carpet, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHWEST)"; icon_state = "carpet_edges"; dir = 10 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"ej" = ( -/obj/effect/overlay/palmtree_r, -/turf/simulated/floor/beach/sand{ - tag = "icon-desert"; - icon_state = "desert" - }, -/area/holodeck/source_beach) -"ek" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-desert3"; - icon_state = "desert3" - }, -/area/holodeck/source_beach) -"el" = ( -/obj/effect/overlay/palmtree_l, -/obj/effect/overlay/coconut, -/turf/simulated/floor/beach/sand{ - tag = "icon-desert0"; - icon_state = "desert0" - }, -/area/holodeck/source_beach) -"em" = ( +"dF" = ( /obj/structure/holostool, /obj/effect/floor_decal/carpet, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"en" = ( +"dG" = ( /obj/structure/holostool, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHEAST)"; icon_state = "carpet_edges"; dir = 6 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"eo" = ( -/obj/structure/bed/chair/holochair{ - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; - icon_state = "carpet_edges"; - dir = 4 - }, -/obj/effect/floor_decal/carpet, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHEAST)"; - icon_state = "carpet_edges"; - dir = 6 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"ep" = ( +"dH" = ( /obj/structure/bed/chair/holochair{ dir = 8 }, /obj/effect/floor_decal/carpet, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHWEST)"; icon_state = "carpet_edges"; dir = 10 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"eq" = ( +"dI" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"dJ" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns14, +/area/template_noop) +"dK" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + name = "thrower_leftnostop" + }, +/turf/space/transit/east/shuttlespace_ew11, +/area/template_noop) +"dL" = ( +/turf/space/transit/east/shuttlespace_ew2, +/area/shuttle/escape_pod5/transit) +"dM" = ( +/turf/space/transit/east/shuttlespace_ew3, +/area/shuttle/escape_pod5/transit) +"dN" = ( +/turf/space/transit/east/shuttlespace_ew4, +/area/shuttle/escape_pod5/transit) +"dO" = ( +/turf/space/transit/east/shuttlespace_ew5, +/area/shuttle/escape_pod5/transit) +"dP" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + stopper = 0; + tiles = 0 + }, +/turf/space/transit/east/shuttlespace_ew1, +/area/template_noop) +"dQ" = ( /obj/structure/flora/pottedplant{ - tag = "icon-plant-06"; icon_state = "plant-06" }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_theatre) -"er" = ( +"dR" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHWEST)"; icon_state = "carpet_edges"; dir = 10 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHEAST)"; icon_state = "carpet_edges"; dir = 6 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; icon_state = "carpet_edges"; dir = 9 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; icon_state = "carpet_edges"; dir = 5 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_theatre) -"es" = ( -/obj/structure/bed/chair/holochair{ - dir = 1 - }, -/obj/effect/floor_decal/carpet, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_courtroom) -"et" = ( +"dS" = ( /obj/structure/bed/chair/holochair{ dir = 1 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /obj/effect/floor_decal/carpet, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHWEST)"; icon_state = "carpet_edges"; dir = 10 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"eu" = ( +"dT" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_courtroom) +"dU" = ( /obj/structure/bed/chair/holochair{ dir = 1 }, /obj/effect/floor_decal/carpet, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHEAST)"; icon_state = "carpet_edges"; dir = 6 }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_courtroom) -"ev" = ( +"dV" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_emptycourt) +"dW" = ( /obj/structure/window/reinforced/holowindow/disappearing, /obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHWEST)"; icon_state = "corner_white"; dir = 10 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"ew" = ( -/obj/item/clothing/glasses/sunglasses, -/turf/simulated/floor/beach/sand{ - tag = "icon-desert0"; - icon_state = "desert0" - }, -/area/holodeck/source_beach) -"ex" = ( -/turf/space/transit/east/shuttlespace_ew7, -/area/shuttle/escape_pod3/transit) -"ey" = ( -/turf/space/transit/east/shuttlespace_ew8, -/area/shuttle/escape_pod3/transit) -"ez" = ( -/turf/space/transit/east/shuttlespace_ew9, -/area/shuttle/escape_pod3/transit) -"eA" = ( -/turf/space/transit/east/shuttlespace_ew10, -/area/shuttle/escape_pod3/transit) -"eB" = ( -/turf/space/transit/east/shuttlespace_ew2, -/area/shuttle/escape_pod3/transit) -"eC" = ( -/turf/space/transit/east/shuttlespace_ew3, -/area/shuttle/escape_pod3/transit) -"eD" = ( -/turf/space/transit/east/shuttlespace_ew4, -/area/shuttle/escape_pod3/transit) -"eE" = ( -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/turf/space/transit/north/shuttlespace_ns10, -/area/space) -"eF" = ( +"dX" = ( /obj/structure/window/reinforced/holowindow/disappearing, -/obj/effect/floor_decal/corner/red/full, +/obj/effect/floor_decal/corner/red/full{ + icon_state = "corner_white_full"; + dir = 4 + }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_emptycourt) -"eG" = ( +"dY" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; name = "thrower_leftnostop" }, /turf/space/transit/east/shuttlespace_ew5, -/area/space) -"eH" = ( -/turf/space/transit/east/shuttlespace_ew5, -/area/shuttle/escape_pod3/transit) -"eI" = ( -/turf/space/transit/north/shuttlespace_ns14, -/area/shuttle/escape/transit) -"eJ" = ( -/obj/structure/window/reinforced/holowindow/disappearing, -/obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 +/area/template_noop) +"dZ" = ( +/turf/space/transit/east/shuttlespace_ew14, +/area/shuttle/escape_pod5/transit) +"ea" = ( +/turf/space/transit/east/shuttlespace_ew15, +/area/shuttle/escape_pod5/transit) +"eb" = ( +/turf/space/transit/east/shuttlespace_ew1, +/area/shuttle/escape_pod5/transit) +"ec" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + stopper = 0; + tiles = 0 }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_emptycourt) -"eK" = ( +/turf/space/transit/east/shuttlespace_ew10, +/area/template_noop) +"ed" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, /turf/unsimulated/wall, -/area/space) -"eL" = ( +/area/template_noop) +"ee" = ( /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/window/reinforced, /turf/unsimulated/wall, -/area/space) -"eM" = ( -/turf/space/transit/north/shuttlespace_ns3, -/area/shuttle/escape/transit) -"eN" = ( -/turf/space/transit/north/shuttlespace_ns7, -/area/shuttle/escape/transit) -"eO" = ( -/turf/space/transit/north/shuttlespace_ns11, -/area/shuttle/escape/transit) -"eP" = ( +/area/template_noop) +"ef" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + stopper = 0; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns10, +/area/template_noop) +"eg" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns12, +/area/template_noop) +"eh" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + name = "thrower_leftnostop" + }, +/turf/space/transit/east/shuttlespace_ew10, +/area/template_noop) +"ei" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + name = "thrower_leftnostop" + }, +/turf/space/transit/east/shuttlespace_ew12, +/area/template_noop) +"ej" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"ek" = ( /turf/simulated/floor/holofloor/snow, /area/holodeck/source_snowfield) -"eQ" = ( +"el" = ( /turf/simulated/floor/holofloor/wood, /area/holodeck/source_meetinghall) -"eR" = ( +"em" = ( /obj/structure/flora/pottedplant{ - tag = "icon-plant-06"; icon_state = "plant-06" }, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_meetinghall) -"eS" = ( +"en" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_basketball) +"eo" = ( /obj/structure/holostool, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_basketball) -"eT" = ( -/turf/simulated/floor/holofloor/tiled/dark, -/area/holodeck/source_basketball) -"eU" = ( -/obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"eV" = ( +"ep" = ( /obj/structure/holostool, /obj/structure/window/reinforced/holowindow{ dir = 4 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_basketball) -"eW" = ( +"eq" = ( +/obj/effect/floor_decal/corner/red/full{ + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"er" = ( /obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHEAST)"; icon_state = "corner_white"; dir = 5 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_basketball) -"eX" = ( +"es" = ( +/obj/structure/holohoop, +/obj/effect/floor_decal/corner/red{ + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"et" = ( /obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (NORTH)"; icon_state = "corner_white_full"; dir = 1 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_basketball) -"eY" = ( -/obj/structure/holohoop, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 +"eu" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert" }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"eZ" = ( +/area/holodeck/source_beach) +"ev" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert1" + }, +/area/holodeck/source_beach) +"ew" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert4" + }, +/area/holodeck/source_beach) +"ex" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert0" + }, +/area/holodeck/source_beach) +"ey" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_thunderdomecourt) +"ez" = ( /obj/structure/holostool, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_thunderdomecourt) -"fa" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-beachcorner"; - icon_state = "beachcorner"; - dir = 2 +"eA" = ( +/obj/structure/holostool, +/obj/structure/window/reinforced/holowindow{ + dir = 4 }, -/area/holodeck/source_beach) -"fb" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-beach"; - icon_state = "beach" - }, -/area/holodeck/source_beach) -"fc" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-beachcorner (NORTH)"; - icon_state = "beachcorner"; - dir = 1 - }, -/area/holodeck/source_beach) -"fd" = ( -/turf/simulated/floor/holofloor/tiled/dark, +/turf/simulated/floor/holofloor/tiled, /area/holodeck/source_thunderdomecourt) -"fe" = ( +"eB" = ( /obj/structure/table/holotable, /obj/machinery/readybutton{ pixel_y = 0 }, /obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (WEST)"; icon_state = "corner_white_full"; dir = 8 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_thunderdomecourt) -"ff" = ( -/obj/structure/holostool, -/obj/structure/window/reinforced/holowindow{ - dir = 4 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"fg" = ( +"eC" = ( /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/weapon/holo/esword/red, /obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHEAST)"; icon_state = "corner_white"; dir = 5 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_thunderdomecourt) -"fh" = ( +"eD" = ( /obj/structure/table/holotable, /obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (NORTH)"; icon_state = "corner_white_full"; dir = 1 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_thunderdomecourt) -"fi" = ( +"eE" = ( /obj/structure/table/holotable, /obj/item/clothing/gloves/boxing/hologlove, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_boxingcourt) -"fj" = ( +"eF" = ( /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_boxingcourt) -"fk" = ( -/obj/structure/flora/grass/both, -/turf/simulated/floor/holofloor/snow, -/area/holodeck/source_snowfield) -"fl" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-beach (SOUTHEAST)"; - icon_state = "beach"; - dir = 6 +"eG" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + stopper = 0; + tiles = 0 }, -/area/holodeck/source_beach) -"fm" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-seashallow"; - icon_state = "seashallow"; - dir = 2 - }, -/area/holodeck/source_beach) -"fn" = ( -/turf/simulated/floor/beach/sand{ - tag = "icon-beach (SOUTHWEST)"; - icon_state = "beach"; - dir = 10 - }, -/area/holodeck/source_beach) -"fo" = ( -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/obj/effect/floor_decal/carpet, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHWEST)"; - icon_state = "carpet_edges"; - dir = 10 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; - icon_state = "carpet_edges"; - dir = 9 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"fp" = ( -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/obj/effect/floor_decal/carpet, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"fq" = ( -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/obj/effect/floor_decal/carpet, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHEAST)"; - icon_state = "carpet_edges"; - dir = 6 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; - icon_state = "carpet_edges"; - dir = 5 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"fr" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"fs" = ( +/turf/space/transit/north/shuttlespace_ns2, +/area/template_noop) +"eH" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; direction = 2; @@ -2165,66 +1814,170 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns9, -/area/space) -"ft" = ( +/area/template_noop) +"eI" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns11, +/area/template_noop) +"eJ" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns3, +/area/template_noop) +"eK" = ( +/obj/effect/landmark{ + name = "Holocarp Spawn Random" + }, +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"eL" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"eM" = ( +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 10 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"eN" = ( +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"eO" = ( +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 6 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"eP" = ( +/obj/effect/floor_decal/corner/red{ + icon_state = "corner_white"; + dir = 9 + }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_basketball) -"fu" = ( +"eQ" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"eR" = ( /obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; dir = 6 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_basketball) -"fv" = ( +"eS" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert3" + }, +/area/holodeck/source_beach) +"eT" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/holodeck/source_beach) +"eU" = ( /obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHWEST)"; icon_state = "corner_white"; dir = 9 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_thunderdomecourt) -"fw" = ( +"eV" = ( /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_thunderdomecourt) -"fx" = ( +"eW" = ( /obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHEAST)"; icon_state = "corner_white"; dir = 6 }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_thunderdomecourt) -"fy" = ( +"eX" = ( /obj/structure/holostool, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_boxingcourt) -"fz" = ( +"eY" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns2, +/area/template_noop) +"eZ" = ( /obj/structure/flora/tree/pine, /turf/simulated/floor/holofloor/snow, /area/holodeck/source_snowfield) -"fA" = ( +"fa" = ( /obj/structure/table/woodentable/holotable, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_meetinghall) -"fB" = ( +"fb" = ( /obj/machinery/door/window/holowindoor{ name = "Red Team" }, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_basketball) -"fC" = ( +"fc" = ( +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/beach/sand{ + icon_state = "desert0" + }, +/area/holodeck/source_beach) +"fd" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand{ + icon_state = "desert0" + }, +/area/holodeck/source_beach) +"fe" = ( /obj/machinery/door/window/holowindoor{ name = "Red Team" }, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_thunderdomecourt) -"fD" = ( -/obj/structure/window/reinforced/holowindow, -/turf/simulated/floor/holofloor/tiled/dark, -/area/holodeck/source_boxingcourt) -"fE" = ( +"ff" = ( /obj/machinery/door/window/holowindoor{ base_state = "right"; dir = 2; @@ -2233,7 +1986,547 @@ }, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_boxingcourt) +"fg" = ( +/obj/structure/window/reinforced/holowindow, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"fh" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + stopper = 0; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns15, +/area/template_noop) +"fi" = ( +/turf/space/transit/east/shuttlespace_ew7, +/area/shuttle/escape_pod3/transit) +"fj" = ( +/turf/space/transit/east/shuttlespace_ew8, +/area/shuttle/escape_pod3/transit) +"fk" = ( +/turf/space/transit/east/shuttlespace_ew9, +/area/shuttle/escape_pod3/transit) +"fl" = ( +/turf/space/transit/east/shuttlespace_ew10, +/area/shuttle/escape_pod3/transit) +"fm" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"fn" = ( +/turf/simulated/floor/holofloor/lino, +/area/holodeck/source_meetinghall) +"fo" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_meetinghall) +"fp" = ( +/obj/item/weapon/beach_ball, +/turf/simulated/floor/beach/sand{ + icon_state = "desert0" + }, +/area/holodeck/source_beach) +"fq" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"fr" = ( +/obj/effect/floor_decal/corner/red/full{ + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"fs" = ( +/obj/effect/floor_decal/corner/red{ + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"ft" = ( +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"fu" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"fv" = ( +/turf/space/transit/east/shuttlespace_ew2, +/area/shuttle/escape_pod3/transit) +"fw" = ( +/turf/space/transit/east/shuttlespace_ew3, +/area/shuttle/escape_pod3/transit) +"fx" = ( +/turf/space/transit/east/shuttlespace_ew4, +/area/shuttle/escape_pod3/transit) +"fy" = ( +/turf/space/transit/east/shuttlespace_ew5, +/area/shuttle/escape_pod3/transit) +"fz" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"fA" = ( +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 10 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 6 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 9 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"fB" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"fC" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"fD" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"fE" = ( +/obj/effect/floor_decal/corner/red/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) "fF" = ( +/obj/effect/floor_decal/corner/red{ + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"fG" = ( +/obj/item/weapon/beach_ball/holoball, +/obj/effect/floor_decal/corner/red{ + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"fH" = ( +/obj/effect/floor_decal/corner/red/full{ + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"fI" = ( +/obj/item/weapon/inflatable_duck, +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/holodeck/source_beach) +"fJ" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "beachcorner"; + dir = 2 + }, +/area/holodeck/source_beach) +"fK" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"fL" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red{ + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"fM" = ( +/obj/structure/window/reinforced/holowindow/disappearing, +/obj/effect/floor_decal/corner/red/full{ + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"fN" = ( +/obj/effect/floor_decal/corner/red{ + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"fO" = ( +/obj/effect/floor_decal/corner/blue/full{ + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"fP" = ( +/obj/effect/floor_decal/corner/blue/full{ + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"fQ" = ( +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"fR" = ( +/turf/space/transit/east/shuttlespace_ew14, +/area/shuttle/escape_pod3/transit) +"fS" = ( +/turf/space/transit/east/shuttlespace_ew15, +/area/shuttle/escape_pod3/transit) +"fT" = ( +/turf/space/transit/east/shuttlespace_ew1, +/area/shuttle/escape_pod3/transit) +"fU" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"fV" = ( +/obj/structure/holostool, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"fW" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"fX" = ( +/obj/effect/floor_decal/corner/green/full{ + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"fY" = ( +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"fZ" = ( +/obj/effect/floor_decal/corner/green/full{ + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"ga" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "beach" + }, +/area/holodeck/source_beach) +"gb" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "beachcorner"; + dir = 1 + }, +/area/holodeck/source_beach) +"gc" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "beach"; + dir = 6 + }, +/area/holodeck/source_beach) +"gd" = ( +/obj/structure/window/reinforced/holowindow/disappearing{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/full{ + icon_state = "corner_white_full"; + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"ge" = ( +/obj/structure/window/reinforced/holowindow/disappearing{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"gf" = ( +/obj/structure/window/reinforced/holowindow/disappearing{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/full{ + icon_state = "corner_white_full"; + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"gg" = ( +/obj/effect/floor_decal/corner/blue/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"gh" = ( +/obj/effect/floor_decal/corner/blue/full{ + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"gi" = ( +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"gj" = ( +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"gk" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "seashallow"; + dir = 2 + }, +/area/holodeck/source_beach) +"gl" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "beach"; + dir = 10 + }, +/area/holodeck/source_beach) +"gm" = ( +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"gn" = ( +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"go" = ( +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"gp" = ( +/obj/effect/floor_decal/corner/green/full{ + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_boxingcourt) +"gq" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor/snow, +/area/holodeck/source_snowfield) +"gr" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + name = "Green Team" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_basketball) +"gs" = ( +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"gt" = ( +/obj/machinery/door/window/holowindoor{ + base_state = "right"; + icon_state = "right"; + name = "Green Team" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_thunderdomecourt) +"gu" = ( +/obj/structure/window/reinforced/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"gv" = ( +/obj/machinery/door/window/holowindoor{ + dir = 1; + name = "Green Corner" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_boxingcourt) +"gw" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"gx" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"gy" = ( +/obj/structure/holostool, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 4 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"gz" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns10, +/area/template_noop) +"gA" = ( +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"gB" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"gC" = ( +/obj/effect/floor_decal/corner/green/full{ + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_basketball) +"gD" = ( +/obj/structure/table/holotable, +/obj/effect/floor_decal/corner/green/full, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"gE" = ( +/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/weapon/holo/esword/green, +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"gF" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton{ + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/green/full{ + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled, +/area/holodeck/source_thunderdomecourt) +"gG" = ( +/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) +"gH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/wall, +/area/template_noop) +"gI" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; direction = 2; @@ -2243,24 +2536,18 @@ tiles = 0 }, /turf/space/transit/north/shuttlespace_ns7, -/area/space) -"fG" = ( -/obj/structure/flora/tree/dead, -/turf/simulated/floor/holofloor/snow, -/area/holodeck/source_snowfield) -"fH" = ( -/turf/simulated/floor/holofloor/lino, -/area/holodeck/source_meetinghall) -"fI" = ( -/turf/simulated/floor/holofloor/tiled/dark, -/area/holodeck/source_meetinghall) -"fJ" = ( -/obj/structure/window/reinforced/holowindow{ - dir = 4 +/area/template_noop) +"gJ" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 }, -/turf/simulated/floor/holofloor/tiled/dark, -/area/holodeck/source_boxingcourt) -"fK" = ( +/turf/space/transit/north/shuttlespace_ns8, +/area/template_noop) +"gK" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; direction = 2; @@ -2269,9 +2556,51 @@ stopper = 0; tiles = 0 }, +/turf/space/transit/north/shuttlespace_ns5, +/area/template_noop) +"gL" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, /turf/space/transit/north/shuttlespace_ns6, -/area/space) -"fL" = ( +/area/template_noop) +"gM" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + stopper = 0; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns4, +/area/template_noop) +"gN" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + stopper = 0; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns3, +/area/template_noop) +"gO" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdownside"; + nostop = 1; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns4, +/area/template_noop) +"gP" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; name = "escapeshuttle_leave"; @@ -2282,1940 +2611,78 @@ teleport_z = 6; teleport_z_offset = 6 }, -/turf/space, -/area/space) -"fM" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/syndicate_mothership) -"fN" = ( -/turf/unsimulated/wall{ - desc = "That looks like it doesn't open easily."; - icon = 'icons/obj/doors/rapid_pdoor.dmi'; - icon_state = "pdoor1"; - name = "Shuttle Bay Blast Door" - }, -/area/syndicate_mothership) -"fO" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/syndicate_mothership) -"fP" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_elite/mothership) -"fQ" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion_r"; - dir = 1 - }, -/turf/space, -/area/shuttle/syndicate_elite/mothership) -"fR" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion"; - dir = 1 - }, -/turf/space, -/area/shuttle/syndicate_elite/mothership) -"fS" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion_l"; - dir = 1 - }, -/turf/space, -/area/shuttle/syndicate_elite/mothership) -"fT" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_elite/mothership) -"fU" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/syndicate_elite/mothership) -"fV" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"fW" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns12, -/area/space) -"fX" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns4, -/area/space) -"fY" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns6, -/area/space) -"fZ" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns10, -/area/space) -"ga" = ( -/obj/effect/landmark{ - name = "Syndicate-Commando-Bomb" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite/mothership) -"gb" = ( -/obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"gc" = ( -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"gd" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns7, -/area/space) -"ge" = ( -/obj/structure/window/reinforced/holowindow{ - dir = 8 - }, -/turf/simulated/floor/holofloor/tiled/dark, -/area/holodeck/source_boxingcourt) -"gf" = ( -/turf/space/transit/north/shuttlespace_ns6, -/area/syndicate_station/transit) -"gg" = ( -/turf/space/transit/north/shuttlespace_ns8, -/area/syndicate_station/transit) -"gh" = ( -/turf/space/transit/north/shuttlespace_ns3, -/area/syndicate_station/transit) -"gi" = ( -/turf/space/transit/north/shuttlespace_ns5, -/area/syndicate_station/transit) -"gj" = ( -/turf/space/transit/north/shuttlespace_ns9, -/area/syndicate_station/transit) -"gk" = ( -/turf/space/transit/north/shuttlespace_ns2, -/area/syndicate_station/transit) -"gl" = ( -/turf/space/transit/north/shuttlespace_ns13, -/area/syndicate_station/transit) -"gm" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns6, -/area/space) -"gn" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite/mothership) -"go" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite/mothership) -"gp" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite/mothership) -"gq" = ( -/turf/space/transit/north/shuttlespace_ns11, -/area/syndicate_station/transit) -"gr" = ( -/turf/space/transit/north/shuttlespace_ns7, -/area/syndicate_station/transit) -"gs" = ( -/turf/space/transit/north/shuttlespace_ns14, -/area/syndicate_station/transit) -"gt" = ( -/turf/space/transit/north/shuttlespace_ns4, -/area/syndicate_station/transit) -"gu" = ( -/turf/space/transit/north/shuttlespace_ns10, -/area/syndicate_station/transit) -"gv" = ( -/turf/space/transit/north/shuttlespace_ns1, -/area/syndicate_station/transit) -"gw" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns5, -/area/space) -"gx" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns10, -/area/space) -"gy" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns15, -/area/space) -"gz" = ( -/turf/space, -/area/syndicate_mothership/elite_squad) -"gA" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/syndicate_mothership/elite_squad) -"gB" = ( -/obj/structure/flora/grass/green, -/turf/simulated/floor/holofloor/snow, -/area/holodeck/source_snowfield) -"gC" = ( -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHWEST)"; - icon_state = "carpet_edges"; - dir = 10 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHEAST)"; - icon_state = "carpet_edges"; - dir = 6 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; - icon_state = "carpet_edges"; - dir = 9 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; - icon_state = "carpet_edges"; - dir = 5 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"gD" = ( -/obj/structure/holostool, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"gE" = ( -/obj/structure/holostool, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; - icon_state = "carpet_edges"; - dir = 9 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"gF" = ( -/obj/structure/holostool, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; - icon_state = "carpet_edges"; - dir = 4 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; - icon_state = "carpet_edges"; - dir = 5 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"gG" = ( -/obj/effect/floor_decal/corner/red/full, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"gH" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"gI" = ( -/turf/space/transit/north/shuttlespace_ns12, -/area/syndicate_station/transit) -"gJ" = ( -/turf/space/transit/north/shuttlespace_ns15, -/area/syndicate_station/transit) -"gK" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns4, -/area/space) -"gL" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns9, -/area/space) -"gM" = ( -/turf/space/transit/north/shuttlespace_ns9, -/area/skipjack_station/transit) -"gN" = ( -/turf/space/transit/north/shuttlespace_ns13, -/area/skipjack_station/transit) -"gO" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns14, -/area/space) -"gP" = ( -/obj/item/weapon/beach_ball/holoball, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) +/turf/template_noop, +/area/template_noop) "gQ" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns3, -/area/space) +/turf/space/transit/north/shuttlespace_ns14, +/area/shuttle/escape/transit) "gR" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns8, -/area/space) -"gS" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns13, -/area/space) -"gT" = ( -/turf/space/transit/north/shuttlespace_ns4, -/area/skipjack_station/transit) -"gU" = ( -/turf/space/transit/north/shuttlespace_ns8, -/area/skipjack_station/transit) -"gV" = ( -/obj/machinery/door/airlock/external{ - name = "Shuttle Airlock"; - req_access = list(150) - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "syndicate_elite"; - name = "Side Hull Door"; - opacity = 0 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite/mothership) -"gW" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"gX" = ( -/obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"gY" = ( -/obj/structure/window/reinforced/holowindow/disappearing, -/obj/effect/floor_decal/corner/red/full, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"gZ" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns2, -/area/space) -"ha" = ( -/turf/space/transit/north/shuttlespace_ns12, -/area/skipjack_station/transit) -"hb" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns12, -/area/space) -"hc" = ( -/turf/space/transit/north/shuttlespace_ns7, -/area/skipjack_station/transit) -"hd" = ( /turf/space/transit/north/shuttlespace_ns3, -/area/skipjack_station/transit) -"he" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"hf" = ( -/turf/space, -/area/shuttle/escape_pod1/centcom) -"hg" = ( -/turf/space, -/area/shuttle/escape_pod2/centcom) -"hh" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns1, -/area/space) -"hi" = ( -/obj/structure/window/reinforced/holowindow/disappearing, -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"hj" = ( +/area/shuttle/escape/transit) +"gS" = ( /turf/space/transit/north/shuttlespace_ns11, -/area/skipjack_station/transit) -"hk" = ( -/turf/space/transit/north/shuttlespace_ns6, -/area/skipjack_station/transit) -"hl" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns11, -/area/space) -"hm" = ( -/obj/machinery/computer/pod{ - id = "syndicate_elite"; - name = "Hull Door Control" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite/mothership) -"hn" = ( -/obj/machinery/computer/syndicate_elite_shuttle, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/syndicate_elite/mothership) -"ho" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns15, -/area/space) -"hp" = ( -/turf/space/transit/north/shuttlespace_ns2, -/area/skipjack_station/transit) -"hq" = ( -/turf/space/transit/north/shuttlespace_ns10, -/area/skipjack_station/transit) -"hr" = ( -/turf/space/transit/north/shuttlespace_ns5, -/area/skipjack_station/transit) -"hs" = ( -/turf/space, +/area/shuttle/escape/transit) +"gT" = ( +/turf/space/transit/north/shuttlespace_ns7, +/area/shuttle/escape/transit) +"gU" = ( +/turf/space/transit/north/shuttlespace_ns4, +/area/shuttle/escape/transit) +"gV" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ + dir = 8; icon_state = "diagonalWall3" }, -/area/shuttle/syndicate_elite/mothership) -"ht" = ( -/turf/space/transit/north/shuttlespace_ns1, -/area/skipjack_station/transit) -"hu" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/shuttle/syndicate_elite/mothership) -"hv" = ( -/obj/machinery/door/airlock/external{ - name = "Shuttle Airlock"; - req_access = list(150) - }, -/obj/machinery/door/blast/regular{ +/area/syndicate_mothership) +"gW" = ( +/turf/unsimulated/wall{ + desc = "That looks like it doesn't open easily."; + icon = 'icons/obj/doors/rapid_pdoor.dmi'; icon_state = "pdoor1"; - id = "syndicate_elite"; - name = "Front Hull Door"; - opacity = 1 + name = "Shuttle Bay Blast Door" }, -/turf/simulated/shuttle/plating, +/area/syndicate_mothership) +"gX" = ( +/turf/simulated/shuttle/wall/dark, +/area/syndicate_mothership) +"gY" = ( +/turf/simulated/shuttle/wall/dark, /area/shuttle/syndicate_elite/mothership) -"hw" = ( -/obj/structure/window/reinforced/holowindow/disappearing, -/obj/effect/floor_decal/corner/red/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"hx" = ( -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"hy" = ( +"gZ" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_r"; dir = 1 }, -/turf/space, -/area/centcom/evac) -"hz" = ( +/turf/template_noop, +/area/shuttle/syndicate_elite/mothership) +"ha" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion"; dir = 1 }, -/turf/space, -/area/centcom/evac) -"hA" = ( +/turf/template_noop, +/area/shuttle/syndicate_elite/mothership) +"hb" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_l"; dir = 1 }, -/turf/space, -/area/centcom/evac) -"hB" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"hC" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns5, -/area/space) -"hD" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns13, -/area/space) -"hE" = ( -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"hF" = ( -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"hG" = ( -/obj/structure/holostool, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"hH" = ( -/obj/structure/holostool, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"hI" = ( -/turf/space/transit/north/shuttlespace_ns15, -/area/skipjack_station/transit) -"hJ" = ( -/obj/structure/holostool, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; - icon_state = "carpet_edges"; - dir = 4 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"hK" = ( -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"hL" = ( -/obj/machinery/portable_atmospherics/powered/pump, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"hM" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"hN" = ( -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"hO" = ( -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"hP" = ( -/obj/structure/closet/emcloset, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"hQ" = ( -/obj/structure/window/reinforced/holowindow/disappearing{ - dir = 1 - }, -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (WEST)"; - icon_state = "corner_white_full"; - dir = 8 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"hR" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/toxin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/weapon/storage/firstaid/toxin, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"hS" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "escape_pod_1_recovery"; - pixel_x = 25; - pixel_y = 30; - req_one_access = list(13); - tag_door = "escape_pod_1_recovery_hatch" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor2" - }, -/area/centcom/evac) -"hT" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/regular{ - pixel_x = 2; - pixel_y = 0 - }, -/obj/item/weapon/storage/firstaid/regular{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"hU" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/fire, -/obj/item/weapon/storage/firstaid/fire{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"hV" = ( -/obj/structure/window/reinforced/holowindow/disappearing{ - dir = 1 - }, -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"hW" = ( -/obj/structure/window/reinforced/holowindow/disappearing{ - dir = 1 - }, -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (NORTH)"; - icon_state = "corner_white_full"; - dir = 1 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"hX" = ( -/obj/machinery/portable_atmospherics/powered/scrubber, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"hY" = ( -/obj/machinery/vending/engineering, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"hZ" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns15, -/area/space) -"ia" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 8; - name = "thrower_escapeshuttletop(left)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns4, -/area/space) -"ib" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 8; - name = "thrower_escapeshuttletop(left)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns14, -/area/space) -"ic" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns1, -/area/space) -"id" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns11, -/area/space) -"ie" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns2, -/area/space) -"if" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 8; - name = "thrower_escapeshuttletop(left)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns6, -/area/space) -"ig" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns14, -/area/space) -"ih" = ( -/turf/unsimulated/wall, -/area/syndicate_mothership) -"ii" = ( -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"ij" = ( -/obj/effect/floor_decal/corner/blue/full, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"ik" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "escape_pod_2_recovery"; - pixel_x = -25; - pixel_y = 30; - req_one_access = list(13); - tag_door = "escape_pod_2_recovery_hatch" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor2" - }, -/area/centcom/evac) -"il" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"im" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor2" - }, -/area/centcom/evac) -"in" = ( -/obj/item/weapon/stool, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"io" = ( -/obj/machinery/vending/wallmed1{ - name = "Emergency NanoMed"; - pixel_x = -30; - pixel_y = 0 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"ip" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns8, -/area/space) -"iq" = ( -/turf/space/transit/north/shuttlespace_ns12, -/area/shuttle/escape_pod1/transit) -"ir" = ( -/turf/space/transit/north/shuttlespace_ns7, -/area/shuttle/escape_pod1/transit) -"is" = ( -/turf/space/transit/north/shuttlespace_ns9, -/area/shuttle/escape_pod1/transit) -"it" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns4, -/area/space) -"iu" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns10, -/area/space) -"iv" = ( -/turf/space/transit/north/shuttlespace_ns3, -/area/shuttle/escape_pod2/transit) -"iw" = ( -/turf/space/transit/north/shuttlespace_ns14, -/area/shuttle/escape_pod2/transit) -"ix" = ( -/turf/space/transit/north/shuttlespace_ns11, -/area/shuttle/escape_pod2/transit) -"iy" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns7, -/area/space) -"iz" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns2, -/area/space) -"iA" = ( +/turf/template_noop, +/area/shuttle/syndicate_elite/mothership) +"hc" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ dir = 1; icon_state = "diagonalWall3" }, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"iB" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"iC" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, +/area/shuttle/syndicate_elite/mothership) +"hd" = ( /turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" + icon_state = "wall3" }, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"iD" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" - }, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"iE" = ( -/obj/effect/floor_decal/corner/blue/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"iF" = ( -/obj/machinery/vending/wallmed1{ - name = "Emergency NanoMed"; - pixel_x = 30; - pixel_y = 0 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"iG" = ( -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"iH" = ( -/turf/space/transit/north/shuttlespace_ns11, -/area/shuttle/escape_pod1/transit) -"iI" = ( -/turf/space/transit/north/shuttlespace_ns6, -/area/shuttle/escape_pod1/transit) -"iJ" = ( -/turf/space/transit/north/shuttlespace_ns8, -/area/shuttle/escape_pod1/transit) -"iK" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns3, -/area/space) -"iL" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns9, -/area/space) -"iM" = ( -/turf/space/transit/north/shuttlespace_ns2, -/area/shuttle/escape_pod2/transit) -"iN" = ( -/turf/space/transit/north/shuttlespace_ns13, -/area/shuttle/escape_pod2/transit) -"iO" = ( -/turf/space/transit/north/shuttlespace_ns10, -/area/shuttle/escape_pod2/transit) -"iP" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns6, -/area/space) -"iQ" = ( -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"iR" = ( -/obj/machinery/vending/cigarette, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"iS" = ( -/obj/structure/bed/chair, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"iT" = ( -/obj/machinery/vending/cola, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"iU" = ( -/turf/space/transit/north/shuttlespace_ns10, -/area/shuttle/escape_pod1/transit) -"iV" = ( -/turf/space/transit/north/shuttlespace_ns5, -/area/shuttle/escape_pod1/transit) -"iW" = ( -/turf/space/transit/north/shuttlespace_ns1, -/area/shuttle/escape_pod2/transit) -"iX" = ( -/turf/space/transit/north/shuttlespace_ns12, -/area/shuttle/escape_pod2/transit) -"iY" = ( -/turf/space/transit/north/shuttlespace_ns9, -/area/shuttle/escape_pod2/transit) -"iZ" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns5, -/area/space) -"ja" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jb" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_access = list(101) - }, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"jc" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"jd" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"je" = ( -/obj/machinery/vending/snack, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"jf" = ( -/turf/space/transit/north/shuttlespace_ns4, -/area/shuttle/escape_pod1/transit) -"jg" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns1, -/area/space) -"jh" = ( -/turf/space/transit/north/shuttlespace_ns15, -/area/shuttle/escape_pod2/transit) -"ji" = ( -/turf/space/transit/north/shuttlespace_ns8, -/area/shuttle/escape_pod2/transit) -"jj" = ( -/turf/space, -/area/shuttle/escape_pod5/centcom) -"jk" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"jl" = ( -/turf/space, -/area/shuttle/escape_pod3/centcom) -"jm" = ( -/obj/structure/table/standard, -/obj/item/weapon/hand_labeler, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"jn" = ( -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"jo" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"jp" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "escape_pod_5_recovery"; - pixel_x = -25; - pixel_y = 25; - req_one_access = list(13); - tag_door = "escape_pod_5_recovery_hatch" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor2" - }, -/area/centcom/evac) -"jq" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "escape_pod_3_recovery_hatch"; - locked = 1; - name = "Recovery Shuttle Dock"; - req_access = list(13) - }, -/turf/unsimulated/floor, -/area/centcom/evac) -"jr" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/landmark{ - name = "ninjastart" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"js" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"jt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"ju" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "escape_pod_3_recovery"; - pixel_x = 25; - pixel_y = -25; - req_one_access = list(13); - tag_door = "escape_pod_3_recovery_hatch" - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor2" - }, -/area/centcom/evac) -"jv" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jw" = ( -/obj/machinery/teleport/station, -/turf/simulated/floor/plating, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jx" = ( -/obj/machinery/computer/teleporter, -/turf/simulated/floor/plating, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jy" = ( -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"jz" = ( -/obj/machinery/computer/arcade, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"jA" = ( -/obj/machinery/teleport/hub, -/turf/simulated/floor/plating, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jB" = ( -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"jC" = ( -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" - }, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jD" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/space, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jE" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion_l" - }, -/turf/space, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jF" = ( -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jG" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion_r" - }, -/turf/space, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"jH" = ( -/turf/unsimulated/wall{ - desc = "That looks like it doesn't open easily."; - icon = 'icons/obj/doors/rapid_pdoor.dmi'; - icon_state = "pdoor1"; - name = "Shuttle Bay Blast Door" - }, -/area/centcom) -"jI" = ( -/turf/unsimulated/wall{ - desc = "That looks like it doesn't open easily."; - icon = 'icons/obj/doors/rapid_pdoor.dmi'; - icon_state = "pdoor1"; - name = "Shuttle Bay Blast Door" - }, -/area/centcom/suppy) -"jJ" = ( -/obj/structure/closet/secure_closet/personal/patient, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor3" - }, -/area/centcom/evac) -"jK" = ( -/obj/item/weapon/storage/firstaid/regular{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/weapon/storage/firstaid/regular{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor3" - }, -/area/centcom/evac) -"jL" = ( -/obj/structure/window/shuttle{ - icon_state = "window2" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"jM" = ( -/obj/structure/grille, -/obj/structure/window/shuttle, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"jN" = ( -/turf/unsimulated/wall{ - desc = "That looks like it doesn't open easily."; - icon = 'icons/obj/doors/rapid_pdoor.dmi'; - icon_state = "pdoor1"; - name = "Shuttle Bay Blast Door" - }, -/area/centcom/living) -"jO" = ( -/turf/unsimulated/wall{ - desc = "That looks like it doesn't open easily."; - icon = 'icons/obj/doors/rapid_pdoor.dmi'; - icon_state = "pdoor1"; - name = "Shuttle Bay Blast Door" - }, -/area/centcom/ferry) -"jP" = ( -/turf/space, -/area/skipjack_station/transit) -"jQ" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space, -/area/space) -"jR" = ( -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_boxingcourt) -"jS" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/machinery/light/small{ - brightness_color = "#DA0205"; - brightness_power = 1; - brightness_range = 5 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"jT" = ( -/obj/structure/window/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"jU" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor3" - }, -/area/centcom/evac) -"jV" = ( -/obj/structure/window/shuttle{ - icon_state = "window1" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"jW" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/paper_bin, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"jX" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"jY" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/pen, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"jZ" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 32 - }, -/obj/machinery/vending/wallmed1{ - layer = 3.3; - name = "Emergency NanoMed"; - pixel_x = 28; - pixel_y = 0 - }, -/obj/machinery/light/small/readylight{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"ka" = ( -/obj/structure/flora/grass/brown, -/turf/simulated/floor/holofloor/snow, -/area/holodeck/source_snowfield) -"kb" = ( -/obj/machinery/door/window/holowindoor{ - base_state = "right"; - icon_state = "right"; - name = "Green Team" - }, -/turf/simulated/floor/holofloor/tiled/dark, -/area/holodeck/source_basketball) -"kc" = ( -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows2"; - dir = 1 - }, -/area/syndicate_mothership) -"kd" = ( -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"ke" = ( -/obj/machinery/door/window/holowindoor{ - base_state = "right"; - icon_state = "right"; - name = "Green Team" - }, -/turf/simulated/floor/holofloor/tiled/dark, -/area/holodeck/source_thunderdomecourt) -"kf" = ( -/obj/structure/window/reinforced/holowindow{ - dir = 1 - }, -/turf/simulated/floor/holofloor/tiled/dark, -/area/holodeck/source_boxingcourt) -"kg" = ( -/obj/structure/window/shuttle{ - icon_state = "window12" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/transport1/centcom) -"kh" = ( -/obj/machinery/door/airlock/hatch{ - name = "Infirmary" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/centcom/evac) -"ki" = ( -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor3" - }, -/area/centcom/evac) -"kj" = ( -/obj/machinery/door/window/holowindoor{ - dir = 1; - name = "Green Corner" - }, -/turf/simulated/floor/holofloor/tiled/dark, -/area/holodeck/source_boxingcourt) -"kk" = ( -/obj/structure/window/shuttle{ - icon_state = "window4" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/transport1/centcom) -"kl" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/clipboard, -/obj/item/weapon/stamp, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"km" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"kn" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"ko" = ( -/obj/structure/holostool, -/obj/effect/floor_decal/carpet, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"kp" = ( -/obj/structure/window/shuttle{ - icon_state = "window8" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/transport1/centcom) -"kq" = ( -/obj/structure/holostool, -/obj/effect/floor_decal/carpet, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHWEST)"; - icon_state = "carpet_edges"; - dir = 10 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"kr" = ( -/obj/structure/holostool, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; - icon_state = "carpet_edges"; - dir = 4 - }, -/obj/effect/floor_decal/carpet, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHEAST)"; - icon_state = "carpet_edges"; - dir = 6 - }, -/turf/simulated/floor/holofloor/carpet, -/area/holodeck/source_meetinghall) -"ks" = ( -/obj/machinery/microwave, -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"kt" = ( -/obj/effect/floor_decal/corner/green/full, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"ku" = ( -/obj/machinery/vending/wallmed1{ - name = "Emergency NanoMed"; - pixel_x = -30; - pixel_y = 0 - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor3" - }, -/area/centcom/evac) -"kv" = ( -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"kw" = ( -/obj/structure/holohoop{ - dir = 1 - }, -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_basketball) -"kx" = ( -/obj/structure/bed/chair, -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"ky" = ( -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"kz" = ( -/obj/machinery/computer/secure_data, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"kA" = ( -/obj/structure/table/holotable, -/obj/effect/floor_decal/corner/green/full, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"kB" = ( -/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/weapon/holo/esword/green, -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (SOUTHWEST)"; - icon_state = "corner_white"; - dir = 10 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"kC" = ( -/obj/structure/window/shuttle, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/transport1/centcom) -"kD" = ( -/turf/unsimulated/wall/fakeglass, -/area/syndicate_mothership) -"kE" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"kF" = ( -/obj/machinery/door/window/northright{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Security Desk"; - req_access = list(103) - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"kG" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"kH" = ( -/obj/machinery/door/unpowered/shuttle, -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"kI" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/handcuffs, -/obj/item/device/flash, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"kJ" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "centcom_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"kK" = ( -/obj/structure/table/holotable, -/obj/machinery/readybutton{ - pixel_y = 0 - }, -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; - dir = 4 - }, -/turf/simulated/floor/holofloor/tiled, -/area/holodeck/source_thunderdomecourt) -"kL" = ( -/obj/item/weapon/storage/toolbox/mechanical, -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"kM" = ( -/obj/machinery/door/airlock/hatch{ - name = "Cockpit"; - req_access = list(109) - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor2" - }, -/area/centcom/evac) -"kN" = ( -/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) -"kO" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/wall, -/area/space) -"kP" = ( +/area/shuttle/syndicate_elite/mothership) +"he" = ( /obj/structure/window/reinforced, /obj/structure/shuttle/engine/heater{ icon_state = "heater"; @@ -4223,12 +2690,105 @@ }, /turf/simulated/floor/airless, /area/shuttle/syndicate_elite/mothership) -"kQ" = ( -/turf/unsimulated/floor{ - icon_state = "dark" +"hf" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 }, -/area/syndicate_mothership) -"kR" = ( +/turf/space/transit/north/shuttlespace_ns12, +/area/template_noop) +"hg" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns7, +/area/template_noop) +"hh" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns9, +/area/template_noop) +"hi" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns4, +/area/template_noop) +"hj" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns6, +/area/template_noop) +"hk" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns10, +/area/template_noop) +"hl" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns3, +/area/template_noop) +"hm" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns14, +/area/template_noop) +"hn" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns11, +/area/template_noop) +"ho" = ( +/obj/effect/landmark{ + name = "Syndicate-Commando-Bomb" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite/mothership) +"hp" = ( +/mob/living/silicon/decoy{ + icon_state = "ai-malf"; + name = "GLaDOS" + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership/control) +"hq" = ( /obj/item/device/radio/intercom{ broadcasting = 1; dir = 1; @@ -4243,109 +2803,146 @@ dir = 4 }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/syndicate_mothership) -"kS" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" +"hr" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 }, -/area/centcom/evac) -"kT" = ( -/obj/structure/urinal{ - pixel_y = 32 +/turf/space/transit/north/shuttlespace_ns7, +/area/template_noop) +"hs" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 +/turf/space/transit/north/shuttlespace_ns11, +/area/template_noop) +"ht" = ( +/turf/space/transit/north/shuttlespace_ns6, +/area/syndicate_station/transit) +"hu" = ( +/turf/space/transit/north/shuttlespace_ns8, +/area/syndicate_station/transit) +"hv" = ( +/turf/space/transit/north/shuttlespace_ns3, +/area/syndicate_station/transit) +"hw" = ( +/turf/space/transit/north/shuttlespace_ns5, +/area/syndicate_station/transit) +"hx" = ( +/turf/space/transit/north/shuttlespace_ns9, +/area/syndicate_station/transit) +"hy" = ( +/turf/space/transit/north/shuttlespace_ns2, +/area/syndicate_station/transit) +"hz" = ( +/turf/space/transit/north/shuttlespace_ns13, +/area/syndicate_station/transit) +"hA" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 }, -/area/syndicate_mothership) -"kU" = ( +/turf/space/transit/north/shuttlespace_ns6, +/area/template_noop) +"hB" = ( /obj/structure/bed/chair{ - dir = 1 + dir = 4 }, -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"kV" = ( -/obj/machinery/computer/crew, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/centcom/evac) -"kW" = ( +/area/shuttle/syndicate_elite/mothership) +"hC" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite/mothership) +"hD" = ( /obj/structure/bed/chair{ - dir = 4; - name = "Defense" + dir = 8 }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/centcom/evac) -"kX" = ( -/obj/machinery/computer/communications, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" +/area/shuttle/syndicate_elite/mothership) +"hE" = ( +/turf/space/transit/north/shuttlespace_ns11, +/area/syndicate_station/transit) +"hF" = ( +/turf/space/transit/north/shuttlespace_ns7, +/area/syndicate_station/transit) +"hG" = ( +/turf/space/transit/north/shuttlespace_ns14, +/area/syndicate_station/transit) +"hH" = ( +/turf/space/transit/north/shuttlespace_ns4, +/area/syndicate_station/transit) +"hI" = ( +/turf/space/transit/north/shuttlespace_ns10, +/area/syndicate_station/transit) +"hJ" = ( +/turf/space/transit/north/shuttlespace_ns1, +/area/syndicate_station/transit) +"hK" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 }, -/area/centcom/evac) -"kY" = ( -/mob/living/silicon/decoy{ - icon_state = "ai-malf"; - name = "GLaDOS" +/turf/space/transit/north/shuttlespace_ns5, +/area/template_noop) +"hL" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" +/turf/space/transit/north/shuttlespace_ns3, +/area/template_noop) +"hM" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 }, -/area/syndicate_mothership/control) -"kZ" = ( +/turf/space/transit/north/shuttlespace_ns10, +/area/template_noop) +"hN" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns15, +/area/template_noop) +"hO" = ( +/turf/template_noop, +/area/syndicate_mothership/elite_squad) +"hP" = ( +/turf/simulated/shuttle/wall/dark, +/area/syndicate_mothership/elite_squad) +"hQ" = ( /obj/machinery/computer/pod{ id = "syndicate_elite"; name = "Hull Door Control" }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, +/turf/simulated/floor/tiled/dark, /area/syndicate_mothership/elite_squad) -"la" = ( -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership) -"lb" = ( -/obj/effect/landmark{ - name = "Syndicate-Commando" - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership/elite_squad) -"lc" = ( -/obj/item/device/radio/off, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"ld" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 4; - name = "thrower_escapeshuttletop(right)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns8, -/area/space) -"le" = ( +"hR" = ( /obj/item/device/radio/intercom{ broadcasting = 1; dir = 1; @@ -4356,773 +2953,145 @@ subspace_transmission = 1; syndie = 1 }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, +/turf/simulated/floor/tiled/dark, /area/syndicate_mothership/elite_squad) -"lf" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" +"hS" = ( +/obj/effect/landmark{ + name = "Syndicate-Commando" }, +/turf/simulated/floor/tiled/dark, /area/syndicate_mothership/elite_squad) -"lg" = ( -/obj/item/device/multitool, -/obj/item/weapon/reagent_containers/spray/cleaner, -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"lh" = ( -/obj/machinery/cell_charger, -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"li" = ( -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"lj" = ( -/obj/item/weapon/storage/fancy/cigarettes, -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"lk" = ( -/obj/item/weapon/flame/lighter/zippo, -/obj/structure/table/reinforced, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"ll" = ( -/obj/item/weapon/stamp/captain, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"lm" = ( -/obj/item/weapon/storage/lockbox, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"ln" = ( -/obj/machinery/computer/shuttle, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"lo" = ( -/obj/item/weapon/clipboard, -/obj/item/weapon/pen, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"lp" = ( -/obj/item/weapon/paper_bin, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor" - }, -/area/centcom/evac) -"lq" = ( -/obj/machinery/camera/network/crescent{ - c_tag = "Crescent Arrivals - Holding Cell"; - dir = 4 - }, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/centcom/holding) -"lr" = ( -/obj/machinery/computer/shuttle_control{ - req_access = list(101); - shuttle_tag = "Centcom" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"ls" = ( -/obj/structure/bed/chair, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"lt" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "centcom_shuttle"; - pixel_x = 0; - pixel_y = -25; - tag_door = "centcom_shuttle_hatch" - }, -/obj/machinery/light, -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"lu" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/machinery/light, -/turf/simulated/shuttle/floor, -/area/shuttle/transport1/centcom) -"lv" = ( -/obj/structure/table/standard, -/obj/item/weapon/cautery, -/obj/item/weapon/hemostat, -/obj/item/weapon/FixOVein, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"lw" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/skipjack_station/start) -"lx" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/skipjack_station/start) -"ly" = ( -/turf/simulated/wall/voxshuttle, -/area/skipjack_station/start) -"lz" = ( -/obj/structure/window/shuttle{ - icon_state = "window4" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"lA" = ( -/obj/structure/window/shuttle{ - icon_state = "window12" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"lB" = ( -/obj/structure/window/shuttle{ - icon_state = "window8" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/centcom/evac) -"lC" = ( -/obj/machinery/door/airlock/hatch{ - frequency = 1331; - icon_state = "door_closed"; - id_tag = "vox_northwest_lock"; - locked = 0; - req_access = list(150) - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lD" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1331; - master_tag = "vox_west_control"; - req_one_access = list(150) - }, -/turf/simulated/wall/voxshuttle, -/area/skipjack_station/start) -"lE" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 1; - icon_state = "fakewindows" - }, +"hT" = ( +/turf/simulated/floor/tiled/dark, +/area/syndicate_mothership/elite_squad) +"hU" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled/dark, +/area/syndicate_mothership/elite_squad) +"hV" = ( +/obj/mecha/combat/marauder/mauler, +/turf/simulated/floor/tiled/dark, /area/syndicate_mothership) -"lF" = ( +"hW" = ( +/turf/simulated/floor/tiled/dark, +/area/syndicate_mothership) +"hX" = ( +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/turf/space/transit/north/shuttlespace_ns12, +/area/template_noop) +"hY" = ( +/turf/space/transit/north/shuttlespace_ns12, +/area/syndicate_station/transit) +"hZ" = ( +/turf/space/transit/north/shuttlespace_ns15, +/area/syndicate_station/transit) +"ia" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns4, +/area/template_noop) +"ib" = ( +/turf/space/transit/north/shuttlespace_ns3, +/area/skipjack_station/transit) +"ic" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/template_noop, +/area/template_noop) +"id" = ( +/turf/template_noop, +/area/skipjack_station/transit) +"ie" = ( /obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - id = "skipjackshutters"; - name = "Skipjack Blast Shielding" - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/regular{ - id = "skipjackshutters"; - name = "Skipjack Blast Shielding" - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/blast/regular{ - id = "skipjackshutters"; - name = "Skipjack Blast Shielding" - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lI" = ( -/obj/machinery/door/airlock/hatch{ - frequency = 1331; - icon_state = "door_closed"; - id_tag = "vox_northeast_lock"; - locked = 0; - req_access = list(150) - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lJ" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1331; - master_tag = "vox_east_control"; - req_access = list(150) - }, -/turf/simulated/wall/voxshuttle, -/area/skipjack_station/start) -"lK" = ( -/obj/machinery/airlock_sensor{ - frequency = 1331; - id_tag = "vox_west_sensor"; - pixel_x = 25 - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lL" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1331; - id_tag = "vox_west_vent" - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lM" = ( -/obj/machinery/computer/shuttle_control/multi/vox, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"lN" = ( -/obj/machinery/computer/station_alert, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"lO" = ( -/obj/machinery/button/remote/blast_door{ - id = "skipjackshutters"; - name = "remote shutter control"; - req_access = list(150) - }, -/turf/simulated/wall/voxshuttle, -/area/skipjack_station/start) -"lP" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"lQ" = ( -/obj/machinery/airlock_sensor{ - frequency = 1331; - id_tag = "vox_east_sensor"; - pixel_x = -25 - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lR" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1331; - id_tag = "vox_east_vent" - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lS" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - tag_airpump = "vox_west_vent"; - tag_exterior_door = "vox_northwest_lock"; - frequency = 1331; - id_tag = "vox_west_control"; - tag_interior_door = "vox_southwest_lock"; - pixel_x = 24; - req_access = list(150); - tag_chamber_sensor = "vox_west_sensor" - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1331; - id_tag = "vox_west_vent" - }, -/obj/machinery/light/small, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lT" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lU" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"lV" = ( -/obj/structure/bed/chair{ +/obj/structure/window/reinforced{ dir = 1 }, -/obj/item/clothing/glasses/thermal/plain/monocle, -/obj/item/clothing/head/pirate, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 }, -/area/skipjack_station/start) -"lW" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"lX" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"lY" = ( -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - tag_airpump = "vox_east_vent"; - tag_exterior_door = "vox_northeast_lock"; - frequency = 1331; - id_tag = "vox_east_control"; - tag_interior_door = "vox_southeast_lock"; - pixel_x = -24; - req_access = list(150); - tag_chamber_sensor = "vox_east_sensor" - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1331; - id_tag = "vox_east_vent" - }, -/obj/machinery/light/small, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"lZ" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"ma" = ( -/obj/machinery/door/airlock/hatch{ - frequency = 1331; - icon_state = "door_closed"; - id_tag = "vox_southwest_lock"; - locked = 0; - req_access = list(150) - }, -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mb" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"mc" = ( -/obj/structure/table/rack, -/obj/item/weapon/gun/energy/pistol, -/obj/item/weapon/gun/energy/pistol, -/obj/item/weapon/gun/energy/pistol, -/obj/item/weapon/gun/projectile/automatic/x9, -/obj/item/weapon/gun/projectile/automatic/x9, -/obj/item/weapon/gun/projectile/automatic/x9, -/obj/item/weapon/gun/projectile/automatic/x9, /turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 + icon_state = "plating" }, -/area/centcom/specops) -"md" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/d762, -/obj/item/weapon/gun/projectile/dragunov, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"me" = ( -/obj/machinery/door/airlock/hatch{ - frequency = 1331; - icon_state = "door_closed"; - id_tag = "vox_southeast_lock"; - locked = 0; +/area/syndicate_mothership/elite_squad) +"if" = ( +/turf/space/transit/north/shuttlespace_ns2, +/area/skipjack_station/transit) +"ig" = ( +/turf/space/transit/north/shuttlespace_ns6, +/area/skipjack_station/transit) +"ih" = ( +/turf/space/transit/north/shuttlespace_ns11, +/area/skipjack_station/transit) +"ii" = ( +/obj/machinery/door/airlock/external{ + name = "Shuttle Airlock"; req_access = list(150) }, -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mf" = ( -/obj/structure/table/rack, -/obj/item/weapon/gun/energy/ionrifle, -/obj/item/weapon/material/harpoon, -/obj/item/clothing/suit/space/void/merc, -/obj/item/clothing/head/helmet/space/void/merc, -/obj/item/clothing/head/helmet/space/void/engineering, -/obj/item/clothing/suit/space/void/engineering, -/obj/item/weapon/tank/oxygen, -/obj/item/weapon/tank/oxygen, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/weapon/rig/light/stealth, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mg" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1331; - master_tag = "vox_west_control"; - pixel_x = -22; - req_one_access = list(150) - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mh" = ( -/obj/item/seeds/potatoseed, -/obj/item/seeds/potatoseed, -/obj/item/seeds/ambrosiavulgarisseed, -/obj/item/weapon/material/minihoe, -/obj/item/weapon/beartrap, -/obj/structure/table/steel, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mi" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ +/obj/machinery/door/blast/regular{ density = 0; - dir = 4; - icon_state = "shutter0"; - id = "syndieshutters_workshop"; - name = "Blast Shutters"; + icon_state = "pdoor0"; + id = "syndicate_elite"; + name = "Side Hull Door"; opacity = 0 }, -/turf/simulated/shuttle/plating, -/area/syndicate_station/start) -"mj" = ( -/obj/machinery/microwave{ - pixel_x = -1; - pixel_y = 8 - }, -/obj/structure/table/steel, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mk" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/syndicate/black/orange, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/syndicate/black/orange, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"ml" = ( -/obj/machinery/vending/hydroseeds, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mm" = ( -/obj/structure/table/rack, -/obj/random/melee, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"mn" = ( -/obj/machinery/washing_machine, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mo" = ( -/obj/structure/table/rack, -/obj/random/energy_antag, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"mp" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/belt/utility/full, -/obj/item/weapon/storage/belt/utility/full, -/obj/item/device/multitool, -/obj/item/device/multitool, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mq" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/fancy/cigarettes, -/obj/item/weapon/flame/lighter/zippo, -/obj/item/clothing/gloves/yellow, -/obj/item/stack/material/steel{ - amount = 50 - }, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/item/weapon/card/emag, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"mr" = ( -/obj/mecha/combat/marauder/mauler, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"ms" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/turf/space, -/area/space) -"mt" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/turf/space, -/area/space) -"mu" = ( -/turf/simulated/mineral, -/area/space) -"mv" = ( -/obj/machinery/mech_recharger, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership/elite_squad) -"mw" = ( -/turf/unsimulated/wall{ - icon_state = "phoron6" - }, -/area/alien) -"mx" = ( -/turf/unsimulated/wall{ - icon_state = "phoron12" - }, -/area/alien) -"my" = ( -/turf/unsimulated/wall{ - icon_state = "phoron14" - }, -/area/alien) -"mz" = ( -/turf/unsimulated/wall{ - icon_state = "phoron10" - }, -/area/alien) -"mA" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/space, -/area/space) -"mB" = ( -/obj/structure/lattice, -/turf/space, -/area/space) -"mC" = ( -/turf/unsimulated/wall{ - icon_state = "phoron3" - }, -/area/alien) -"mD" = ( -/turf/unsimulated/floor{ - icon_state = "floor5" - }, -/area/alien) -"mE" = ( -/turf/unsimulated/wall{ - icon_state = "phoron1" - }, -/area/alien) -"mF" = ( -/obj/item/weapon/paper{ - info = "Some stuff is missing..."; - name = "Insert alien artifacts here." - }, -/turf/unsimulated/floor{ - icon_state = "floor5" - }, -/area/alien) -"mG" = ( -/obj/machinery/door/airlock/hatch, -/turf/unsimulated/floor{ - icon_state = "floor5" - }, -/area/alien) -"mH" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"mI" = ( -/obj/structure/closet/acloset, -/turf/unsimulated/floor{ - icon_state = "floor5" - }, -/area/alien) -"mJ" = ( -/turf/unsimulated/wall{ - icon_state = "phoron2" - }, -/area/alien) -"mK" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/space, -/area/space) -"mL" = ( -/turf/space, -/area/shuttle/alien/base) -"mM" = ( -/turf/unsimulated/wall{ - icon_state = "phoron4" - }, -/area/alien) -"mN" = ( -/turf/unsimulated/wall{ - icon_state = "phoron13" - }, -/area/alien) -"mO" = ( -/turf/unsimulated/wall{ - icon_state = "phoron9" - }, -/area/alien) -"mP" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/space, -/area/space) -"mQ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership/elite_squad) -"mR" = ( +/turf/simulated/floor/tiled/dark, +/area/shuttle/syndicate_elite/mothership) +"ij" = ( /obj/machinery/door/airlock/external{ req_access = list(150) }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, +/turf/simulated/floor/tiled/dark, /area/syndicate_mothership/elite_squad) -"mS" = ( +"ik" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns2, +/area/template_noop) +"il" = ( +/turf/space/transit/north/shuttlespace_ns1, +/area/skipjack_station/transit) +"im" = ( +/turf/space/transit/north/shuttlespace_ns5, +/area/skipjack_station/transit) +"in" = ( +/turf/space/transit/north/shuttlespace_ns10, +/area/skipjack_station/transit) +"io" = ( /obj/machinery/door/airlock/glass_security{ name = "Airlock"; req_access = list(150) @@ -5131,41 +3100,179 @@ id = "syndicate_elite_mech_room"; name = "Mech Room Door" }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, +/turf/simulated/floor/tiled/dark, /area/syndicate_mothership/elite_squad) -"mT" = ( -/obj/structure/bed/alien, -/turf/unsimulated/floor{ - icon_state = "floor5" +"ip" = ( +/turf/template_noop, +/area/shuttle/escape_pod1/centcom) +"iq" = ( +/turf/template_noop, +/area/shuttle/escape_pod2/centcom) +"ir" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 }, -/area/alien) -"mU" = ( +/turf/space/transit/north/shuttlespace_ns1, +/area/template_noop) +"is" = ( +/turf/space/transit/north/shuttlespace_ns15, +/area/skipjack_station/transit) +"it" = ( +/turf/space/transit/north/shuttlespace_ns4, +/area/skipjack_station/transit) +"iu" = ( +/turf/space/transit/north/shuttlespace_ns9, +/area/skipjack_station/transit) +"iv" = ( +/obj/machinery/computer/pod{ + id = "syndicate_elite"; + name = "Hull Door Control" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite/mothership) +"iw" = ( +/obj/machinery/computer/syndicate_elite_shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/syndicate_elite/mothership) +"ix" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns15, +/area/template_noop) +"iy" = ( +/turf/space/transit/north/shuttlespace_ns8, +/area/skipjack_station/transit) +"iz" = ( +/turf/space/transit/north/shuttlespace_ns14, +/area/skipjack_station/transit) +"iA" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite/mothership) +"iB" = ( +/obj/machinery/door/airlock/external{ + name = "Shuttle Airlock"; + req_access = list(150) + }, +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "syndicate_elite"; + name = "Front Hull Door"; + opacity = 1 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/syndicate_elite/mothership) +"iC" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/syndicate_elite/mothership) +"iD" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns14, +/area/template_noop) +"iE" = ( +/turf/space/transit/north/shuttlespace_ns7, +/area/skipjack_station/transit) +"iF" = ( +/turf/space/transit/north/shuttlespace_ns13, +/area/skipjack_station/transit) +"iG" = ( +/turf/template_noop, +/area/syndicate_mothership) +"iH" = ( /turf/simulated/floor/airless, /area/shuttle/syndicate_elite/mothership) -"mV" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, +"iI" = ( +/obj/item/modular_computer/console/preset/mercenary, +/turf/simulated/floor/tiled/dark, +/area/syndicate_mothership/elite_squad) +"iJ" = ( +/turf/simulated/shuttle/wall, /area/centcom/evac) -"mW" = ( -/turf/space, +"iK" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_r"; + dir = 1 + }, +/turf/template_noop, +/area/centcom/evac) +"iL" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion"; + dir = 1 + }, +/turf/template_noop, +/area/centcom/evac) +"iM" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + dir = 1 + }, +/turf/template_noop, +/area/centcom/evac) +"iN" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; icon_state = "swall_c" }, /area/centcom/evac) -"mX" = ( -/turf/unsimulated/wall{ - icon_state = "phoron5" +"iO" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 }, -/area/alien) -"mY" = ( +/turf/space/transit/north/shuttlespace_ns1, +/area/template_noop) +"iP" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns5, +/area/template_noop) +"iQ" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns13, +/area/template_noop) +"iR" = ( +/turf/space/transit/north/shuttlespace_ns12, +/area/skipjack_station/transit) +"iS" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_straight" + }, +/area/centcom/evac) +"iT" = ( /obj/structure/window/reinforced, /obj/structure/shuttle/engine/heater{ icon_state = "heater"; @@ -5173,27 +3280,19 @@ }, /turf/simulated/floor/airless, /area/centcom/evac) -"mZ" = ( +"iU" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_straight"; - icon_state = "swall_straight" - }, -/area/centcom/evac) -"na" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (EAST)"; - icon_state = "swall_straight"; - dir = 4 - }, -/area/centcom/evac) -"nb" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (WEST)"; icon_state = "swall_t"; dir = 8 }, /area/centcom/evac) -"nc" = ( +"iV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_straight"; + dir = 4 + }, +/area/centcom/evac) +"iW" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -5207,7 +3306,7 @@ icon_state = "floor2" }, /area/centcom/evac) -"nd" = ( +"iX" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -5221,52 +3320,1375 @@ icon_state = "floor2" }, /area/centcom/evac) -"ne" = ( -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" +"iY" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t"; + dir = 4 }, -/area/syndicate_mothership) -"nf" = ( -/obj/structure/sign/double/map/left{ - pixel_y = 32 +/area/centcom/evac) +"iZ" = ( +/obj/machinery/portable_atmospherics/powered/pump, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"ja" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"jb" = ( +/turf/simulated/shuttle/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 4 + }, +/area/centcom/evac) +"jc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f"; + dir = 8 + }, +/area/centcom/evac) +"jd" = ( +/obj/structure/closet/emcloset, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"je" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "escape_pod_1_recovery"; + pixel_x = 25; + pixel_y = 30; + req_one_access = list(13); + tag_door = "escape_pod_1_recovery_hatch" }, /turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor2" }, -/area/syndicate_mothership) -"ng" = ( -/obj/structure/sign/double/map/right{ - pixel_y = 32 +/area/centcom/evac) +"jf" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/toxin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/weapon/storage/firstaid/toxin, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"jg" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/fire, +/obj/item/weapon/storage/firstaid/fire{ + pixel_x = -2; + pixel_y = 4 }, /turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"jh" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 0 + }, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"ji" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "escape_pod_2_recovery"; + pixel_x = -25; + pixel_y = 30; + req_one_access = list(13); + tag_door = "escape_pod_2_recovery_hatch" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor2" + }, +/area/centcom/evac) +"jj" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f"; + dir = 1 + }, +/area/centcom/evac) +"jk" = ( +/turf/simulated/shuttle/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c" + }, +/area/centcom/evac) +"jl" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"jm" = ( +/obj/machinery/vending/engineering, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"jn" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns4, +/area/template_noop) +"jo" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns14, +/area/template_noop) +"jp" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns10, +/area/template_noop) +"jq" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns6, +/area/template_noop) +"jr" = ( +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"js" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall"; + dir = 1 + }, +/area/centcom/evac) +"jt" = ( +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_x = -30; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"ju" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"jv" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor2" + }, +/area/centcom/evac) +"jw" = ( +/obj/item/weapon/stool, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"jx" = ( +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_x = 30; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"jy" = ( +/turf/space/transit/north/shuttlespace_ns12, +/area/shuttle/escape_pod1/transit) +"jz" = ( +/turf/space/transit/north/shuttlespace_ns7, +/area/shuttle/escape_pod1/transit) +"jA" = ( +/turf/space/transit/north/shuttlespace_ns9, +/area/shuttle/escape_pod1/transit) +"jB" = ( +/turf/space/transit/north/shuttlespace_ns3, +/area/shuttle/escape_pod2/transit) +"jC" = ( +/turf/space/transit/north/shuttlespace_ns14, +/area/shuttle/escape_pod2/transit) +"jD" = ( +/turf/space/transit/north/shuttlespace_ns11, +/area/shuttle/escape_pod2/transit) +"jE" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns13, +/area/template_noop) +"jF" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns2, +/area/template_noop) +"jG" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access = list(101) + }, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"jH" = ( +/turf/space/transit/north/shuttlespace_ns11, +/area/shuttle/escape_pod1/transit) +"jI" = ( +/turf/space/transit/north/shuttlespace_ns6, +/area/shuttle/escape_pod1/transit) +"jJ" = ( +/turf/space/transit/north/shuttlespace_ns8, +/area/shuttle/escape_pod1/transit) +"jK" = ( +/turf/space/transit/north/shuttlespace_ns2, +/area/shuttle/escape_pod2/transit) +"jL" = ( +/turf/space/transit/north/shuttlespace_ns13, +/area/shuttle/escape_pod2/transit) +"jM" = ( +/turf/space/transit/north/shuttlespace_ns10, +/area/shuttle/escape_pod2/transit) +"jN" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 8; + name = "thrower_escapeshuttletop(left)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns12, +/area/template_noop) +"jO" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 1 + }, +/area/centcom/evac) +"jP" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"jQ" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"jR" = ( +/obj/machinery/vending/cola, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"jS" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 8 + }, +/area/centcom/evac) +"jT" = ( +/turf/space/transit/north/shuttlespace_ns10, +/area/shuttle/escape_pod1/transit) +"jU" = ( +/turf/space/transit/north/shuttlespace_ns5, +/area/shuttle/escape_pod1/transit) +"jV" = ( +/turf/space/transit/north/shuttlespace_ns1, +/area/shuttle/escape_pod2/transit) +"jW" = ( +/turf/space/transit/north/shuttlespace_ns12, +/area/shuttle/escape_pod2/transit) +"jX" = ( +/turf/space/transit/north/shuttlespace_ns9, +/area/shuttle/escape_pod2/transit) +"jY" = ( +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"jZ" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"ka" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kb" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kc" = ( +/turf/space/transit/north/shuttlespace_ns4, +/area/shuttle/escape_pod1/transit) +"kd" = ( +/turf/space/transit/north/shuttlespace_ns15, +/area/shuttle/escape_pod2/transit) +"ke" = ( +/turf/space/transit/north/shuttlespace_ns8, +/area/shuttle/escape_pod2/transit) +"kf" = ( +/turf/template_noop, +/area/shuttle/escape_pod5/centcom) +"kg" = ( +/obj/structure/table/standard, +/obj/item/weapon/hand_labeler, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kh" = ( +/turf/template_noop, +/area/shuttle/escape_pod3/centcom) +"ki" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_pod_5_recovery_hatch"; + locked = 1; + name = "Recovery Shuttle Dock"; + req_access = list(13) + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor2" + }, +/area/centcom/evac) +"kj" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "escape_pod_5_recovery"; + pixel_x = -25; + pixel_y = 25; + req_one_access = list(13); + tag_door = "escape_pod_5_recovery_hatch" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor2" + }, +/area/centcom/evac) +"kk" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kl" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "escape_pod_3_recovery"; + pixel_x = 25; + pixel_y = -25; + req_one_access = list(13); + tag_door = "escape_pod_3_recovery_hatch" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor2" + }, +/area/centcom/evac) +"km" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_pod_3_recovery_hatch"; + locked = 1; + name = "Recovery Shuttle Dock"; + req_access = list(13) + }, +/turf/unsimulated/floor, +/area/centcom/evac) +"kn" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"ko" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns12, +/area/template_noop) +"kp" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall"; + dir = 10 + }, +/area/centcom/evac) +"kq" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kr" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns11, +/area/template_noop) +"ks" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor3" + }, +/area/centcom/evac) +"kt" = ( +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor3" + }, +/area/centcom/evac) +"ku" = ( +/obj/structure/window/shuttle{ + icon_state = "window2" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"kv" = ( +/obj/structure/grille, +/obj/structure/window/shuttle, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"kw" = ( +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"kx" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor3" + }, +/area/centcom/evac) +"ky" = ( +/obj/structure/window/shuttle{ + icon_state = "window1" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"kz" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kA" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kB" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/pen, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kC" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns9, +/area/template_noop) +"kD" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor3" + }, +/area/centcom/evac) +"kE" = ( +/obj/machinery/door/airlock/hatch{ + name = "Infirmary" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/centcom/evac) +"kF" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/clipboard, +/obj/item/weapon/stamp, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kG" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kH" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kI" = ( +/obj/item/modular_computer/console/preset/command, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kJ" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns8, +/area/template_noop) +"kK" = ( +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_x = -30; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor3" + }, +/area/centcom/evac) +"kL" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kM" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kN" = ( +/obj/machinery/door/window/northright{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Security Desk"; + req_access = list(103) + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kO" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/handcuffs, +/obj/item/device/flash, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor4" + }, +/area/centcom/evac) +"kP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t"; + dir = 1 + }, +/area/centcom/evac) +"kQ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t" + }, +/area/centcom/evac) +"kR" = ( +/obj/machinery/door/airlock/hatch{ + name = "Cockpit"; + req_access = list(109) + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor2" + }, +/area/centcom/evac) +"kS" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kT" = ( +/obj/structure/bed/chair{ + dir = 4; + name = "Defense" + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kU" = ( +/obj/item/modular_computer/console/preset/command, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kV" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kW" = ( +/obj/item/device/radio/off, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kX" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 4; + name = "thrower_escapeshuttletop(right)"; + tiles = 0 + }, +/turf/space/transit/north/shuttlespace_ns8, +/area/template_noop) +"kY" = ( +/obj/item/weapon/storage/lockbox, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"kZ" = ( +/obj/item/weapon/stamp/captain, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"la" = ( +/obj/machinery/computer/shuttle, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"lb" = ( +/obj/item/weapon/clipboard, +/obj/item/weapon/pen, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"lc" = ( +/obj/item/weapon/paper_bin, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "floor" + }, +/area/centcom/evac) +"ld" = ( +/obj/structure/window/shuttle{ + icon_state = "window4" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"le" = ( +/obj/structure/window/shuttle{ + icon_state = "window12" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"lf" = ( +/obj/structure/window/shuttle{ + icon_state = "window8" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/centcom/evac) +"lg" = ( +/turf/simulated/shuttle/wall/dark, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lh" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"li" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/area/syndicate_mothership) -"nh" = ( /obj/structure/window/reinforced{ dir = 8 }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lj" = ( +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lk" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"ll" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lm" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"ln" = ( +/obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lo" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/landmark{ + name = "ninjastart" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lp" = ( /obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lr" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plating, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"ls" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plating, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lt" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plating, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lu" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lv" = ( +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lw" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l" + }, +/turf/template_noop, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lx" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/template_noop, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"ly" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_r" + }, +/turf/template_noop, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lz" = ( +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/syndicate_mothership{ + name = "\improper Ninja Base" + }) +"lA" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/turf/template_noop, +/area/template_noop) +"lB" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/turf/template_noop, +/area/template_noop) +"lC" = ( +/turf/simulated/mineral, +/area/template_noop) +"lD" = ( +/turf/template_noop, +/area/alien) +"lE" = ( +/turf/unsimulated/wall{ + icon_state = "phoron12" + }, +/area/alien) +"lF" = ( +/turf/unsimulated/wall{ + icon_state = "phoron14" + }, +/area/alien) +"lG" = ( +/turf/unsimulated/wall{ + icon_state = "phoron10" + }, +/area/alien) +"lH" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"lI" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"lJ" = ( +/turf/unsimulated/wall{ + icon_state = "phoron3" + }, +/area/alien) +"lK" = ( +/turf/unsimulated/floor{ + icon_state = "floor5" + }, +/area/alien) +"lL" = ( +/turf/unsimulated/wall{ + icon_state = "phoron1" + }, +/area/alien) +"lM" = ( +/obj/item/weapon/paper{ + info = "Some stuff is missing..."; + name = "Insert alien artifacts here." + }, +/turf/unsimulated/floor{ + icon_state = "floor5" + }, +/area/alien) +"lN" = ( +/obj/machinery/door/airlock/hatch, +/turf/unsimulated/floor{ + icon_state = "floor5" + }, +/area/alien) +"lO" = ( +/obj/structure/closet/acloset, +/turf/unsimulated/floor{ + icon_state = "floor5" + }, +/area/alien) +"lP" = ( +/turf/unsimulated/wall{ + icon_state = "phoron2" + }, +/area/alien) +"lQ" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/template_noop, +/area/template_noop) +"lR" = ( +/turf/template_noop, +/area/shuttle/alien/base) +"lS" = ( +/turf/unsimulated/wall{ + icon_state = "phoron4" + }, +/area/alien) +"lT" = ( +/turf/unsimulated/wall{ + icon_state = "phoron13" + }, +/area/alien) +"lU" = ( +/turf/unsimulated/wall{ + icon_state = "phoron9" + }, +/area/alien) +"lV" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/template_noop, +/area/template_noop) +"lW" = ( +/turf/unsimulated/wall, +/area/syndicate_mothership) +"lX" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp{ + pixel_x = 4; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"lY" = ( +/obj/structure/table/standard, +/obj/effect/landmark{ + name = "Nuclear-Code" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"lZ" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/weapon/pen{ + pixel_y = 4 + }, +/obj/item/device/holowarrant, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ma" = ( +/obj/structure/bed/alien, +/turf/unsimulated/floor{ + icon_state = "floor5" + }, +/area/alien) +"mb" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows" + }, +/area/syndicate_mothership) +"mc" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet/hos, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"md" = ( +/obj/effect/landmark{ + name = "Syndicate-Spawn" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"me" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mf" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + dir = 1 + }, +/area/syndicate_mothership) +"mg" = ( +/turf/unsimulated/wall/fakeglass, +/area/syndicate_mothership) +"mh" = ( +/turf/unsimulated/wall{ + icon_state = "phoron5" + }, +/area/alien) +"mi" = ( +/obj/item/device/pda/syndicate, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mj" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership) +"mk" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership) +"ml" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership) +"mm" = ( +/obj/machinery/door/airlock/centcom{ + name = "Barracks"; + opacity = 1; + req_access = list(150) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mn" = ( +/turf/simulated/shuttle/wall/dark, +/area/syndicate_station/start) +"mo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, /obj/machinery/door/blast/shutters{ density = 0; - dir = 8; icon_state = "shutter0"; - id = "syndieshutters_infirmary"; + id = "syndieshutters"; name = "Blast Shutters"; opacity = 0 }, /turf/simulated/shuttle/plating, /area/syndicate_station/start) -"ni" = ( +"mp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + icon_state = "shutter0"; + id = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_station/start) +"mq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/shutters{ + density = 0; + icon_state = "shutter0"; + id = "syndieshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_station/start) +"mr" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/syndicate_station/start) +"ms" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership) +"mt" = ( +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/syndicate_mothership) +"mu" = ( +/obj/structure/sign/double/map/left{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/syndicate_mothership) +"mv" = ( +/obj/structure/sign/double/map/right{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/syndicate_mothership) +"mw" = ( +/obj/machinery/vending/snack{ + name = "hacked Getmore Chocolate Corp"; + prices = list() + }, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/syndicate_mothership) +"mx" = ( /obj/structure/table/standard, /obj/machinery/chemical_dispenser/bar_soft/full{ pixel_x = 2; @@ -5276,7 +4698,7 @@ icon_state = "white" }, /area/syndicate_mothership) -"nj" = ( +"my" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/drinkingglasses{ pixel_x = 1; @@ -5286,7 +4708,7 @@ icon_state = "white" }, /area/syndicate_mothership) -"nk" = ( +"mz" = ( /obj/structure/sink/kitchen{ pixel_y = 28 }, @@ -5294,59 +4716,43 @@ icon_state = "white" }, /area/syndicate_mothership) -"nl" = ( +"mA" = ( /obj/structure/closet/secure_closet/freezer/fridge, /turf/unsimulated/floor{ icon_state = "white" }, /area/syndicate_mothership) -"nm" = ( -/obj/structure/bed/chair/comfy/black, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" +"mB" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" }, -/area/syndicate_mothership) -"nn" = ( +/area/syndicate_station/start) +"mC" = ( /obj/machinery/recharger, /obj/structure/table/reinforced, /turf/simulated/shuttle/floor{ icon_state = "floor6" }, /area/syndicate_station/start) -"no" = ( -/turf/unsimulated/floor{ - icon_state = "white" +"mD" = ( +/obj/machinery/computer/security/nuclear, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" }, -/area/syndicate_mothership) -"np" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave{ - pixel_x = -1; - pixel_y = 8 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/syndicate_mothership) -"nq" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 4 - }, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/syndicate_mothership) -"nr" = ( +/area/syndicate_station/start) +"mE" = ( /obj/machinery/computer/shuttle_control/multi/syndicate, /turf/simulated/shuttle/floor{ icon_state = "floor6" }, /area/syndicate_station/start) -"ns" = ( +"mF" = ( +/obj/structure/computerframe, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"mG" = ( /obj/machinery/button/remote/blast_door{ id = "syndieshutters"; name = "remote shutter control"; @@ -5357,131 +4763,14 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"nt" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 8 - }, +"mH" = ( +/obj/structure/bed/chair/comfy/black, /turf/unsimulated/floor{ - tag = "icon-cult"; name = "plating"; icon_state = "cult" }, /area/syndicate_mothership) -"nu" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/syndicate_mothership) -"nv" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/syndicate_station/start) -"nw" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "syndieshutters_workshop"; - name = "Blast Shutters"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_station/start) -"nx" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "syndieshutters_infirmary"; - name = "Blast Shutters"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_station/start) -"ny" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "syndieshutters_infirmary"; - name = "Blast Shutters"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_station/start) -"nz" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/syndicate_station/start) -"nA" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/syndicate_mothership) -"nB" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "syndieshutters_workshop"; - name = "Blast Shutters"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_station/start) -"nC" = ( +"mI" = ( /obj/machinery/door/airlock/centcom{ name = "Kitchen"; opacity = 1; @@ -5491,22 +4780,14 @@ icon_state = "white" }, /area/syndicate_mothership) -"nD" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/tray{ - pixel_y = 5 - }, +"mJ" = ( /turf/unsimulated/floor{ icon_state = "white" }, /area/syndicate_mothership) -"nE" = ( +"mK" = ( /obj/structure/table/reinforced, -/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 3; - pixel_y = 12 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/wine{ +/obj/machinery/microwave{ pixel_x = -1; pixel_y = 8 }, @@ -5514,32 +4795,7 @@ icon_state = "white" }, /area/syndicate_mothership) -"nF" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/belt/military, -/obj/item/weapon/storage/belt/military, -/obj/item/ammo_magazine/mc9mm, -/obj/item/weapon/gun/projectile/pistol, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"nG" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/syndicate/black/red, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/syndicate/black/red, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"nH" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/syndicate_station/start) -"nI" = ( +"mL" = ( /obj/machinery/microwave{ pixel_x = -1; pixel_y = 2 @@ -5549,13 +4805,39 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"nJ" = ( -/obj/machinery/computer/security/nuclear, +"mM" = ( /turf/simulated/shuttle/floor{ icon_state = "floor6" }, /area/syndicate_station/start) -"nK" = ( +"mN" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"mO" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/syndicate_mothership) +"mP" = ( +/obj/item/weapon/folder{ + pixel_y = 2 + }, +/obj/structure/table/glass, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/syndicate_mothership) +"mQ" = ( /obj/item/weapon/paper_bin{ pixel_x = -3; pixel_y = 7 @@ -5565,50 +4847,50 @@ }, /obj/structure/table/glass, /turf/unsimulated/floor{ - tag = "icon-cult"; name = "plating"; icon_state = "cult" }, /area/syndicate_mothership) -"nL" = ( -/obj/structure/computerframe, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" +"mR" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 }, -/area/syndicate_station/start) -"nM" = ( -/obj/item/weapon/folder{ - pixel_y = 2 - }, -/obj/structure/table/glass, /turf/unsimulated/floor{ - tag = "icon-cult"; name = "plating"; icon_state = "cult" }, /area/syndicate_mothership) -"nN" = ( -/obj/machinery/door/blast/regular{ - id = "syndieshutters_telebay"; - name = "Outer Airlock" +"mS" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 }, -/turf/simulated/shuttle/plating, -/area/syndicate_station/start) -"nO" = ( -/obj/item/modular_computer/console/preset/mercenary, /turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" + icon_state = "white" }, -/area/syndicate_mothership/elite_squad) -"nP" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (EAST)"; - icon_state = "swall_t"; - dir = 4 +/area/syndicate_mothership) +"mT" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/syndicate/black/green, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/syndicate/black/green, +/turf/unsimulated/floor{ + icon_state = "dark" }, -/area/centcom/evac) -"nQ" = ( +/area/syndicate_mothership) +"mU" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/syndicate/black/blue, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/syndicate/black/blue, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mV" = ( /obj/item/weapon/storage/box/donkpockets{ pixel_x = 2; pixel_y = 3 @@ -5623,88 +4905,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"nR" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"nS" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"nT" = ( -/turf/simulated/shuttle/plating, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, -/area/centcom/evac) -"nU" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_f (WEST)"; - icon_state = "swall_f"; - dir = 8 - }, -/area/centcom/evac) -"nV" = ( -/obj/machinery/shower{ - pixel_y = 32 - }, -/obj/structure/window/basic{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership) -"nW" = ( -/obj/machinery/shower{ - pixel_y = 32 - }, -/obj/item/weapon/soap/syndie, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership) -"nX" = ( -/obj/structure/table/rack, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"nY" = ( -/obj/structure/table/rack, -/obj/item/clothing/accessory/storage/brown_vest, -/obj/item/clothing/accessory/storage/brown_vest, -/obj/item/clothing/accessory/storage/brown_vest, -/obj/item/clothing/accessory/storage/brown_vest, -/obj/item/clothing/accessory/storage/brown_vest, -/obj/item/clothing/accessory/storage/brown_vest, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"nZ" = ( -/obj/item/modular_computer/console/preset/command, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor4" - }, -/area/centcom/evac) -"oa" = ( +"mW" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -5712,47 +4913,32 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"ob" = ( -/turf/simulated/shuttle/plating, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; - icon_state = "swall_c" +"mX" = ( +/obj/item/modular_computer/console/preset/mercenary, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" }, -/area/centcom/evac) -"oc" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bathroom"; - opacity = 1 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership) -"od" = ( -/obj/machinery/shower{ +/area/syndicate_station/start) +"mY" = ( +/obj/structure/bed/chair/comfy/black{ dir = 1 }, /turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 + name = "plating"; + icon_state = "cult" }, /area/syndicate_mothership) -"oe" = ( -/obj/structure/table/rack, -/obj/item/device/suit_cooling_unit/improved, -/obj/item/device/suit_cooling_unit/improved, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, +"mZ" = ( +/obj/machinery/vending/cola{ + name = "hacked Robust Softdrinks"; + prices = list() + }, /turf/unsimulated/floor{ - icon_state = "dark" + name = "plating"; + icon_state = "cult" }, /area/syndicate_mothership) -"of" = ( +"na" = ( /obj/structure/closet/secure_closet/freezer/kitchen{ req_access = list(150) }, @@ -5760,7 +4946,50 @@ icon_state = "white" }, /area/syndicate_mothership) -"og" = ( +"nb" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/tray{ + pixel_y = 5 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/syndicate_mothership) +"nc" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/weapon/reagent_containers/food/drinks/bottle/wine{ + pixel_x = -1; + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/syndicate_mothership) +"nd" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/syndicate/black/med, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/syndicate/black/med, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ne" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/syndicate/black/orange, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/syndicate/black/orange, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nf" = ( /obj/item/stack/material/glass{ amount = 15 }, @@ -5773,201 +5002,71 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"oh" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_f (NORTH)"; - icon_state = "swall_f"; - dir = 1 +"ng" = ( +/obj/item/device/radio/intercom{ + desc = "Talk through this. Evilly"; + frequency = 1213; + name = "Syndicate Intercom"; + pixel_y = -32; + subspace_transmission = 1; + syndie = 1 }, -/area/centcom/evac) -"oi" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall (NORTH)"; - icon_state = "swall"; - dir = 1 +/obj/machinery/light, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" }, -/area/centcom/evac) -"oj" = ( -/obj/structure/mirror{ - dir = 4; - pixel_x = -32; - pixel_y = 0 +/area/syndicate_station/start) +"nh" = ( +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 8 }, -/obj/structure/sink{ - icon_state = "sink"; - dir = 8; - pixel_x = -12; - pixel_y = 2 +/obj/item/weapon/pen{ + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"ni" = ( +/obj/machinery/vending/cigarette{ + name = "hacked cigarette machine"; + prices = list(); + products = list(/obj/item/weapon/storage/fancy/cigarettes = 10, /obj/item/weapon/storage/box/matches = 10, /obj/item/weapon/flame/lighter/zippo = 4, /obj/item/clothing/mask/smokable/cigarette/cigar/havana = 2) }, /turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 + name = "plating"; + icon_state = "cult" }, /area/syndicate_mothership) -"ok" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (NORTH)"; - icon_state = "swall_c"; - dir = 1 - }, -/area/centcom/evac) -"ol" = ( -/obj/machinery/door/airlock/centcom{ - name = "Suit Storage"; - opacity = 1 - }, +"nj" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/syndicate/black/engie, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/syndicate/black/engie, /turf/unsimulated/floor{ icon_state = "dark" }, /area/syndicate_mothership) -"om" = ( -/turf/space, +"nk" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/syndicate/black/red, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/syndicate/black/red, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nl" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ icon_state = "diagonalWall3" }, /area/syndicate_station/start) -"on" = ( -/obj/item/modular_computer/console/preset/mercenary, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"oo" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/syndicate_station/start) -"op" = ( -/obj/structure/table/rack, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"oq" = ( -/obj/structure/table/rack, -/obj/item/weapon/tank/jetpack/oxygen, -/obj/item/weapon/tank/jetpack/oxygen, -/obj/item/weapon/tank/jetpack/oxygen, -/obj/item/weapon/tank/jetpack/oxygen, -/obj/item/weapon/tank/jetpack/oxygen, -/obj/item/weapon/tank/jetpack/oxygen, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"or" = ( -/obj/structure/closet, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"os" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (WEST)"; - icon_state = "swall_c"; - dir = 8 - }, -/area/centcom/evac) -"ot" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice, -/turf/space, -/area/space) -"ou" = ( -/obj/structure/closet/hydrant{ - pixel_y = 32 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"ov" = ( -/obj/structure/table/rack, -/obj/item/weapon/pinpointer/nukeop, -/obj/item/weapon/pinpointer/nukeop, -/obj/item/weapon/pinpointer/nukeop, -/obj/item/weapon/pinpointer/nukeop, -/obj/item/weapon/pinpointer/nukeop, -/obj/item/weapon/pinpointer/nukeop, -/obj/item/weapon/shield/energy, -/obj/item/weapon/shield/energy, -/obj/item/weapon/shield/energy, -/obj/item/weapon/shield/energy, -/obj/item/weapon/shield/energy, -/obj/item/weapon/shield/energy, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"ow" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/box/handcuffs{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/weapon/storage/box/flashbangs, -/obj/item/weapon/storage/box/smokebombs, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"ox" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"oy" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"oz" = ( -/obj/structure/table/rack, -/obj/item/weapon/gun/energy/gun, -/obj/item/weapon/gun/energy/gun, -/obj/item/weapon/gun/energy/gun, -/obj/machinery/recharger/wallcharger{ - pixel_x = 5; - pixel_y = -32 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"oA" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"oB" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = -25 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"oC" = ( +"nm" = ( /obj/machinery/door/window/northright{ name = "Flight Deck"; req_access = list(150) @@ -5976,31 +5075,90 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"oD" = ( -/obj/effect/landmark{ - name = "Syndicate-Uplink" +"nn" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" }, +/area/syndicate_station/start) +"no" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "plating" }, /area/syndicate_mothership) -"oE" = ( +"np" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership) +"nq" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership) +"nr" = ( +/obj/machinery/shower{ + pixel_y = 32 + }, +/obj/structure/window/basic{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership) +"ns" = ( +/obj/machinery/shower{ + pixel_y = 32 + }, +/obj/item/weapon/soap/syndie, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership) +"nt" = ( /obj/structure/table/rack, /obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/merc, -/obj/item/clothing/mask/gas/syndicate, -/obj/item/clothing/head/helmet/space/void/merc, +/obj/item/clothing/suit/space/syndicate/black, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/syndicate/black, /turf/unsimulated/floor{ icon_state = "dark" }, /area/syndicate_mothership) -"oF" = ( -/obj/structure/lattice, -/obj/structure/grille, -/obj/structure/lattice, -/turf/space, -/area/space) -"oG" = ( +"nu" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/storage/vest/merc, +/obj/item/clothing/suit/storage/vest/merc, +/obj/item/clothing/suit/storage/vest/merc, +/obj/item/clothing/head/helmet/merc, +/obj/item/clothing/head/helmet/merc, +/obj/item/clothing/head/helmet/merc, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nv" = ( /obj/structure/closet/secure_closet/medical_wall{ pixel_x = -32; pixel_y = 0; @@ -6018,44 +5176,15 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"oH" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "escape_pod_5_recovery_hatch"; - locked = 1; - name = "Recovery Shuttle Dock"; - req_access = list(13) - }, -/turf/unsimulated/floor{ - icon = 'icons/turf/shuttle.dmi'; - icon_state = "floor2" - }, -/area/centcom/evac) -"oI" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/lattice, -/turf/space, -/area/space) -"oJ" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 +"nw" = ( +/obj/structure/bed/chair{ + dir = 8 }, /turf/simulated/shuttle/floor{ icon_state = "floor6" }, /area/syndicate_station/start) -"oK" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/belt/utility/full, -/obj/item/device/multitool, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"oL" = ( +"nx" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -6066,16 +5195,145 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"oM" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, +"ny" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"nz" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/belt/military, +/obj/item/weapon/storage/belt/military, +/obj/item/ammo_magazine/mc9mm, +/obj/item/weapon/gun/projectile/pistol, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"nA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership) +"nB" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bathroom"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership) +"nC" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership) +"nD" = ( +/obj/machinery/shower{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership) +"nE" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = -25 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"nF" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"nG" = ( +/obj/structure/closet, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"nH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership) +"nI" = ( +/obj/structure/mirror{ + dir = 4; + pixel_x = -32; + pixel_y = 0 + }, +/obj/structure/sink{ + icon_state = "sink"; + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership) +"nJ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership) +"nK" = ( +/obj/machinery/door/airlock/centcom{ + name = "Suit Storage"; + opacity = 1 + }, /turf/unsimulated/floor{ icon_state = "dark" }, /area/syndicate_mothership) -"oN" = ( -/turf/unsimulated/wall, -/area/centcom) -"oO" = ( +"nL" = ( /obj/machinery/recharger/wallcharger{ pixel_x = -25 }, @@ -6088,14 +5346,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"oP" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall (SOUTHWEST)"; - icon_state = "swall"; - dir = 10 - }, -/area/centcom/evac) -"oQ" = ( +"nM" = ( /obj/structure/closet, /obj/item/weapon/reagent_containers/food/snacks/liquidfood, /obj/item/weapon/reagent_containers/food/snacks/liquidfood, @@ -6108,20 +5359,127 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"oR" = ( -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 8 +"nN" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"nO" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/ionrifle, +/obj/machinery/recharger/wallcharger{ + pixel_x = 5; + pixel_y = 32 }, -/obj/item/weapon/pen{ - pixel_y = 4 +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nP" = ( +/obj/structure/table/rack, +/obj/item/ammo_magazine/a10mm, +/obj/item/ammo_magazine/a10mm, +/obj/item/ammo_magazine/a10mm, +/obj/item/ammo_magazine/a10mm, +/obj/item/ammo_magazine/a10mm, +/obj/item/ammo_magazine/a10mm, +/obj/item/weapon/gun/projectile/automatic/c20r, +/obj/item/weapon/gun/projectile/automatic/c20r, +/obj/item/weapon/gun/projectile/automatic/c20r, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nQ" = ( +/obj/structure/table/rack, +/obj/item/ammo_magazine/c762, +/obj/item/ammo_magazine/c762, +/obj/item/ammo_magazine/c762, +/obj/item/ammo_magazine/c762, +/obj/item/weapon/gun/projectile/automatic/rifle/sts35, +/obj/item/weapon/gun/projectile/automatic/rifle/sts35, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nR" = ( +/obj/structure/sign/poster{ + icon_state = "bsposter50"; + pixel_x = -32; + tag = "icon-bsposter50" }, -/obj/structure/table/reinforced, /turf/simulated/shuttle/floor{ icon_state = "floor6" }, /area/syndicate_station/start) -"oS" = ( +"nS" = ( +/obj/structure/closet, +/obj/item/weapon/reagent_containers/food/snacks/tastybread, +/obj/item/weapon/reagent_containers/food/snacks/tastybread, +/obj/item/weapon/reagent_containers/food/snacks/tastybread, +/obj/item/weapon/reagent_containers/food/snacks/tastybread, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"nT" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"nU" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1331; + id_tag = "merc_base"; + pixel_x = -25; + pixel_y = -5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nV" = ( +/obj/structure/table/rack, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nW" = ( +/obj/structure/table/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nX" = ( +/obj/machinery/suit_cycler/syndicate{ + locked = 0 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nY" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor7" + }, +/area/syndicate_station/start) +"nZ" = ( /obj/machinery/flasher{ id = "syndieflash"; pixel_x = 0; @@ -6134,44 +5492,45 @@ icon_state = "floor7" }, /area/syndicate_station/start) -"oT" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1331; - master_tag = "vox_east_control"; - pixel_x = 22; - req_access = list(150) - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"oU" = ( -/obj/structure/table/standard, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 8 - }, -/obj/item/weapon/pen{ - pixel_y = 4 - }, -/obj/item/device/holowarrant, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"oV" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (NORTH)"; - icon_state = "swall_t"; - dir = 1 - }, -/area/centcom/evac) -"oW" = ( +"oa" = ( +/obj/item/device/radio/electropack, /turf/simulated/shuttle/floor{ icon_state = "floor7" }, /area/syndicate_station/start) -"oX" = ( +"ob" = ( +/obj/item/device/radio/intercom{ + desc = "Talk through this. Evilly"; + frequency = 1213; + name = "Syndicate Intercom"; + pixel_x = 0; + pixel_y = -32; + subspace_transmission = 1; + syndie = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"oc" = ( +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = 28 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"od" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1331; + id_tag = "merc_shuttle_pump" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"oe" = ( /obj/machinery/atmospherics/pipe/manifold/visible{ dir = 1 }, @@ -6188,71 +5547,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"oY" = ( -/obj/item/device/radio/electropack, -/turf/simulated/shuttle/floor{ - icon_state = "floor7" - }, -/area/syndicate_station/start) -"oZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1331; - id_tag = "merc_shuttle_pump" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"pa" = ( -/obj/machinery/vending/cola{ - name = "hacked Robust Softdrinks"; - prices = list() - }, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/syndicate_mothership) -"pb" = ( -/obj/machinery/door/airlock/external{ - density = 1; - frequency = 1331; - id_tag = "merc_shuttle_outer"; - name = "Ship External Access"; - req_access = list(150) - }, -/obj/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "smindicate"; - name = "Outer Airlock"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_station/start) -"pc" = ( -/obj/machinery/door/airlock/centcom{ - name = "Hardsuit Storage"; - opacity = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"pd" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t"; - icon_state = "swall_t" - }, -/area/centcom/evac) -"pe" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/administration/centcom) -"pf" = ( +"of" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 8; frequency = 1331; @@ -6269,42 +5564,24 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"pg" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/storage/vest/merc, -/obj/item/clothing/suit/storage/vest/merc, -/obj/item/clothing/suit/storage/vest/merc, -/obj/item/clothing/head/helmet/merc, -/obj/item/clothing/head/helmet/merc, -/obj/item/clothing/head/helmet/merc, -/turf/unsimulated/floor{ - icon_state = "dark" +"og" = ( +/obj/machinery/door/airlock/external{ + density = 1; + frequency = 1331; + id_tag = "merc_shuttle_outer"; + name = "Ship External Access"; + req_access = list(150) }, -/area/syndicate_mothership) -"ph" = ( -/obj/structure/shuttle/engine/heater, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/airless, -/area/syndicate_mothership{ - name = "\improper Ninja Base" - }) -"pi" = ( -/obj/structure/toilet{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor7" +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "smindicate"; + name = "Outer Airlock"; + opacity = 0 }, +/turf/simulated/shuttle/plating, /area/syndicate_station/start) -"pj" = ( -/obj/item/weapon/cigbutt, -/turf/simulated/shuttle/floor{ - icon_state = "floor7" - }, -/area/syndicate_station/start) -"pk" = ( +"oh" = ( /obj/machinery/door/airlock/external{ frequency = 1331; id_tag = "merc_base_hatch"; @@ -6314,13 +5591,15 @@ icon_state = "dark" }, /area/syndicate_mothership) -"pl" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" +"oi" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/syndicate_station/start) -"pm" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"oj" = ( /obj/machinery/door/airlock/vault{ name = "Armory"; req_access = list(150) @@ -6329,15 +5608,46 @@ icon_state = "dark" }, /area/syndicate_mothership) -"pn" = ( -/obj/structure/window/reinforced{ - dir = 1 +"ok" = ( +/obj/effect/landmark{ + name = "Syndicate-Uplink" }, /turf/unsimulated/floor{ icon_state = "dark" }, /area/syndicate_mothership) -"po" = ( +"ol" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"om" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor, +/area/syndicate_station/start) +"on" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor7" + }, +/area/syndicate_station/start) +"oo" = ( +/obj/item/weapon/cigbutt, +/turf/simulated/shuttle/floor{ + icon_state = "floor7" + }, +/area/syndicate_station/start) +"op" = ( /obj/machinery/door/window{ dir = 2; name = "Seating"; @@ -6347,28 +5657,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"pp" = ( -/obj/machinery/vending/boozeomat, -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/administration/centcom) -"pq" = ( -/obj/machinery/vending/coffee, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"pr" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"ps" = ( -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"pt" = ( +"oq" = ( /obj/structure/table/standard, /obj/machinery/computer/pod/old/syndicate{ id = "smindicate" @@ -6382,21 +5671,13 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"pu" = ( -/turf/simulated/floor/plating, -/area/shuttle/administration/centcom) -"pv" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"pw" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/light/small{ - dir = 4 +"or" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"px" = ( +/area/syndicate_station/start) +"os" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 8; frequency = 1331; @@ -6406,31 +5687,65 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"py" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp{ - pixel_x = 4; - pixel_y = 8 - }, +"ot" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced, /turf/unsimulated/floor{ icon_state = "dark" }, /area/syndicate_mothership) -"pz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"ou" = ( +/obj/structure/table/rack, +/obj/item/weapon/tank/jetpack/oxygen, +/obj/item/weapon/tank/jetpack/oxygen, +/obj/item/weapon/tank/jetpack/oxygen, +/obj/item/weapon/tank/jetpack/oxygen, +/obj/item/weapon/tank/jetpack/oxygen, +/obj/item/weapon/tank/jetpack/oxygen, +/turf/unsimulated/floor{ + icon_state = "dark" }, -/obj/structure/window/reinforced{ - dir = 1 +/area/syndicate_mothership) +"ov" = ( +/obj/structure/table/rack, +/obj/item/weapon/tank/jetpack/carbondioxide, +/obj/item/weapon/tank/jetpack/carbondioxide, +/obj/item/weapon/tank/jetpack/carbondioxide, +/obj/item/weapon/tank/jetpack/carbondioxide, +/obj/item/weapon/tank/jetpack/carbondioxide, +/obj/item/weapon/tank/jetpack/carbondioxide, +/turf/unsimulated/floor{ + icon_state = "dark" }, -/obj/structure/window/reinforced{ - dir = 8 +/area/syndicate_mothership) +"ow" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ox" = ( +/turf/unsimulated/wall, +/area/centcom) +"oy" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Cell"; + req_access = list(150) + }, +/obj/item/device/radio/intercom{ + desc = "Talk through this. Evilly"; + frequency = 1213; + name = "Syndicate Intercom"; + pixel_x = -32; + subspace_transmission = 1; + syndie = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" }, -/turf/simulated/shuttle/plating, /area/syndicate_station/start) -"pA" = ( +"oz" = ( /obj/machinery/light{ dir = 8; icon_state = "tube1"; @@ -6440,12 +5755,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"pB" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"pC" = ( +"oA" = ( /obj/machinery/vending/assist{ contraband = null; name = "AntagCorpVend"; @@ -6458,7 +5768,21 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"pD" = ( +"oB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor, +/area/syndicate_station/start) +"oC" = ( /obj/machinery/door/airlock/external{ frequency = 1331; id_tag = "merc_shuttle_inner"; @@ -6470,35 +5794,107 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"pE" = ( -/obj/structure/grille, +"oD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"oE" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/blast/regular{ - id = "skipjackshutters"; - name = "Skipjack Blast Shielding" +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/obj/structure/grille, +/turf/unsimulated/floor{ + icon_state = "plating" }, -/area/skipjack_station/start) -"pF" = ( -/turf/unsimulated/wall, -/area/centcom/living) -"pG" = ( +/area/syndicate_mothership) +"oF" = ( /obj/structure/table/rack, -/obj/item/weapon/gun/energy/ionrifle, +/obj/item/weapon/storage/box/handcuffs{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/weapon/storage/box/flashbangs, +/obj/item/weapon/storage/box/smokebombs, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"oG" = ( +/obj/structure/table/rack, +/obj/item/weapon/pinpointer/nukeop, +/obj/item/weapon/pinpointer/nukeop, +/obj/item/weapon/pinpointer/nukeop, +/obj/item/weapon/pinpointer/nukeop, +/obj/item/weapon/pinpointer/nukeop, +/obj/item/weapon/pinpointer/nukeop, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"oH" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/gun, +/obj/item/weapon/gun/energy/gun, +/obj/item/weapon/gun/energy/gun, /obj/machinery/recharger/wallcharger{ pixel_x = 5; - pixel_y = 32 + pixel_y = -32 }, /turf/unsimulated/floor{ icon_state = "dark" }, /area/syndicate_mothership) -"pH" = ( +"oI" = ( +/obj/structure/table/rack, +/obj/item/device/suit_cooling_unit/improved, +/obj/item/device/suit_cooling_unit/improved, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"oJ" = ( +/turf/unsimulated/wall{ + desc = "That looks like it doesn't open easily."; + icon = 'icons/obj/doors/rapid_pdoor.dmi'; + icon_state = "pdoor1"; + name = "Shuttle Bay Blast Door" + }, +/area/centcom) +"oK" = ( +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom) +"oL" = ( +/obj/machinery/vending/cigarette{ + name = "hacked cigarette machine"; + prices = list(); + products = list(/obj/item/weapon/storage/fancy/cigarettes = 10, /obj/item/weapon/storage/box/matches = 10, /obj/item/weapon/flame/lighter/zippo = 4, /obj/item/clothing/mask/smokable/cigarette/cigar/havana = 2) + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"oM" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -6506,22 +5902,31 @@ id = "syndieflash"; name = "Flasher"; pixel_x = 27; - pixel_y = 0; - tag = "permflash" + pixel_y = 0 }, /turf/simulated/shuttle/floor{ icon_state = "floor6" }, /area/syndicate_station/start) -"pI" = ( -/obj/machinery/suit_cycler/syndicate{ - locked = 0 +"oN" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 4; + start_pressure = 740.5 }, /turf/simulated/shuttle/floor{ icon_state = "floor6" }, /area/syndicate_station/start) -"pJ" = ( +"oO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"oP" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1331; @@ -6532,7 +5937,6 @@ req_access = list(150) }, /obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHWEST)"; icon_state = "intact"; dir = 9 }, @@ -6540,80 +5944,38 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"pK" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/c762, -/obj/item/ammo_magazine/c762, -/obj/item/ammo_magazine/c762, -/obj/item/ammo_magazine/c762, -/obj/item/weapon/gun/projectile/automatic/rifle/sts35, -/obj/item/weapon/gun/projectile/automatic/rifle/sts35, +"oQ" = ( +/obj/machinery/suit_cycler/syndicate{ + locked = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"oR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Hardsuit Storage"; + opacity = 1 + }, /turf/unsimulated/floor{ icon_state = "dark" }, /area/syndicate_mothership) -"pL" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced, +"oS" = ( /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "plating" }, -/area/syndicate_mothership) -"pM" = ( -/obj/machinery/door/window/northright, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" }, /area/shuttle/administration/centcom) -"pN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - id = "skipjackshutters"; - name = "Skipjack Blast Shielding" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"pO" = ( -/obj/machinery/door/airlock/hatch{ - req_access = list(150) - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"pP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/regular{ - id = "skipjackshutters"; - name = "Skipjack Blast Shielding" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"pQ" = ( -/obj/machinery/door/airlock/glass, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" +"oT" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" }, /area/shuttle/administration/centcom) -"pR" = ( +"oU" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -6624,7 +5986,16 @@ }, /turf/simulated/floor/plating, /area/shuttle/administration/centcom) -"pS" = ( +"oV" = ( +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/administration/centcom) +"oW" = ( /obj/item/weapon/material/kitchen/utensil/knife{ pixel_x = -6 }, @@ -6650,7 +6021,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"pT" = ( +"oX" = ( /obj/machinery/door/window{ dir = 4; name = "Brig"; @@ -6660,47 +6031,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"pU" = ( -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/living) -"pV" = ( -/obj/structure/closet/secure_closet/personal, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/living) -"pW" = ( -/obj/structure/table/standard, -/obj/effect/landmark{ - name = "Nuclear-Code" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"pX" = ( -/obj/effect/landmark{ - name = "Syndicate-Spawn" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"pY" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet/hos, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"pZ" = ( -/turf/unsimulated/wall, -/area/centcom/suppy) -"qa" = ( +"oY" = ( /obj/machinery/door/window{ base_state = "right"; dir = 8; @@ -6712,7 +6043,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"qb" = ( +"oZ" = ( /obj/structure/closet/syndicate/suit{ name = "suit closet" }, @@ -6723,7 +6054,42 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"qc" = ( +"pa" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/merc, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/head/helmet/space/void/merc, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"pb" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/administration/centcom) +"pc" = ( +/obj/machinery/vending/coffee, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pd" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pe" = ( +/obj/machinery/microwave, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pf" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; id_tag = "admin_shuttle"; @@ -6734,7 +6100,36 @@ }, /turf/simulated/floor/plating, /area/shuttle/administration/centcom) -"qd" = ( +"pg" = ( +/turf/simulated/floor/plating, +/area/shuttle/administration/centcom) +"ph" = ( +/obj/item/device/multitool, +/obj/item/weapon/reagent_containers/spray/cleaner, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pi" = ( +/obj/item/weapon/storage/toolbox/mechanical, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pj" = ( +/obj/structure/closet{ + name = "custodial" + }, +/obj/item/weapon/reagent_containers/glass/bucket, +/obj/item/weapon/mop, +/obj/item/weapon/reagent_containers/spray/cleaner, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"pk" = ( /obj/machinery/door/window{ base_state = "right"; dir = 4; @@ -6746,82 +6141,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"qe" = ( -/obj/item/device/pda/syndicate, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"qf" = ( -/obj/structure/shuttle/engine/heater{ - icon_state = "heater"; - dir = 8 - }, -/turf/simulated/shuttle/wall{ - icon_state = "wall3" - }, -/area/shuttle/administration/centcom) -"qg" = ( -/obj/machinery/vending/snack, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"qh" = ( -/obj/item/weapon/stool, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"qi" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"qj" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"qk" = ( -/obj/machinery/recharge_station, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"ql" = ( -/obj/machinery/robotic_fabricator, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"qm" = ( -/obj/machinery/autolathe{ - desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; - hacked = 1; - name = "Thunderdome Autolathe" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"qn" = ( -/obj/structure/dispenser, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"qo" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/living) -"qp" = ( +"pl" = ( /obj/machinery/door/window{ base_state = "left"; dir = 8; @@ -6833,45 +6153,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"qq" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qr" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qs" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qt" = ( +"pm" = ( /obj/structure/table/standard, /obj/item/weapon/storage/toolbox/syndicate{ pixel_x = -1; @@ -6881,7 +6163,12 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"qu" = ( +"pn" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"po" = ( /obj/machinery/door/airlock/centcom{ name = "General Access"; opacity = 1; @@ -6889,91 +6176,7 @@ }, /turf/simulated/floor/plating, /area/shuttle/administration/centcom) -"qv" = ( -/obj/machinery/door/airlock/centcom{ - name = "Barracks"; - opacity = 1; - req_access = list(150) - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"qw" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qx" = ( -/obj/item/device/radio/intercom{ - desc = "Talk through this. Evilly"; - frequency = 1213; - name = "Syndicate Intercom"; - pixel_y = -32; - subspace_transmission = 1; - syndie = 1 - }, -/obj/machinery/light, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"qy" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qz" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qB" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/syndicate/black/engie, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/syndicate/black/engie, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"qC" = ( -/obj/structure/closet{ - name = "custodial" - }, -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/item/weapon/mop, -/obj/item/weapon/reagent_containers/spray/cleaner, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"qD" = ( +"pp" = ( /obj/structure/table/standard, /obj/machinery/recharger{ pixel_y = 4 @@ -6982,15 +6185,49 @@ icon_state = "floor4" }, /area/shuttle/administration/centcom) -"qE" = ( -/obj/item/stack/material/steel{ - amount = 50 - }, +"pq" = ( +/obj/machinery/cell_charger, +/obj/structure/table/reinforced, /turf/simulated/shuttle/floor{ icon_state = "floor4" }, /area/shuttle/administration/centcom) -"qF" = ( +"pr" = ( +/turf/unsimulated/wall, +/area/centcom/living) +"ps" = ( +/obj/machinery/door/window/northright, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pt" = ( +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pu" = ( +/obj/item/weapon/flame/lighter/zippo, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pv" = ( +/obj/item/weapon/storage/fancy/cigarettes, +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pw" = ( +/obj/machinery/door/airlock/glass, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"px" = ( /obj/item/stack/material/glass{ amount = 50 }, @@ -6998,44 +6235,74 @@ icon_state = "floor4" }, /area/shuttle/administration/centcom) -"qG" = ( -/obj/structure/window/reinforced{ - dir = 4 +"py" = ( +/obj/item/stack/material/steel{ + amount = 50 }, -/obj/structure/window/reinforced{ - dir = 8 +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qH" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qI" = ( +/area/shuttle/administration/centcom) +"pz" = ( /obj/structure/table/standard, /turf/unsimulated/floor{ icon_state = "carpet"; dir = 2 }, /area/centcom/living) -"qJ" = ( +"pA" = ( +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/living) +"pB" = ( +/obj/structure/closet/secure_closet/personal, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/living) +"pC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/living) +"pD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/living) +"pE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/living) +"pF" = ( +/turf/unsimulated/wall, +/area/centcom/suppy) +"pG" = ( /obj/machinery/light{ dir = 8; icon_state = "tube1"; @@ -7048,165 +6315,33 @@ icon_state = "floor3" }, /area/syndicate_station/start) -"qK" = ( -/obj/machinery/suit_cycler/syndicate{ - locked = 0 +"pH" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"qL" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qM" = ( -/obj/structure/table/rack, -/obj/item/ammo_magazine/a10mm, -/obj/item/ammo_magazine/a10mm, -/obj/item/ammo_magazine/a10mm, -/obj/item/ammo_magazine/a10mm, -/obj/item/ammo_magazine/a10mm, -/obj/item/ammo_magazine/a10mm, -/obj/item/weapon/gun/projectile/automatic/c20r, -/obj/item/weapon/gun/projectile/automatic/c20r, -/obj/item/weapon/gun/projectile/automatic/c20r, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"qN" = ( -/obj/item/robot_parts/head, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"qO" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1331; - id_tag = "merc_base"; - pixel_x = -25; - pixel_y = -5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"qP" = ( -/obj/item/device/radio/intercom{ - desc = "Talk through this. Evilly"; - frequency = 1213; - name = "Syndicate Intercom"; - pixel_x = 0; - pixel_y = -32; - subspace_transmission = 1; - syndie = 1 +/area/syndicate_station/start) +"pI" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 }, /turf/simulated/shuttle/floor{ - icon_state = "floor6" + icon_state = "floor3" }, /area/syndicate_station/start) -"qQ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor, -/area/syndicate_station/start) -"qR" = ( -/obj/machinery/door/window{ - dir = 1; - name = "Cell"; - req_access = list(150) - }, -/obj/item/device/radio/intercom{ - desc = "Talk through this. Evilly"; - frequency = 1213; - name = "Syndicate Intercom"; - pixel_x = -32; - subspace_transmission = 1; - syndie = 1 +"pJ" = ( +/obj/structure/table/standard, +/obj/item/roller{ + pixel_y = 8 }, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/item/weapon/reagent_containers/syringe/antiviral, /turf/simulated/shuttle/floor{ - icon_state = "floor6" + icon_state = "floor3" }, /area/syndicate_station/start) -"qS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor, -/area/syndicate_station/start) -"qT" = ( -/obj/machinery/computer/communications, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"qU" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/simulated/shuttle/plating, -/area/shuttle/administration/centcom) -"qV" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership) -"qW" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom) -"qX" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/turf/simulated/shuttle/wall{ - dir = 8; - icon_state = "diagonalWall3" - }, -/area/shuttle/administration/centcom) -"qY" = ( -/turf/simulated/shuttle/floor, -/area/supply/dock) -"qZ" = ( +"pK" = ( /obj/structure/table/standard, /obj/structure/closet/secure_closet/medical_wall{ pixel_y = 32; @@ -7231,172 +6366,7 @@ icon_state = "floor3" }, /area/syndicate_station/start) -"ra" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/shuttle/administration/centcom) -"rb" = ( -/obj/machinery/atmospherics/pipe/tank/air{ - dir = 4; - start_pressure = 740.5 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"rc" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"rd" = ( -/obj/structure/table/standard, -/obj/item/roller{ - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/blood/OMinus, -/obj/item/weapon/reagent_containers/blood/OMinus, -/obj/item/weapon/reagent_containers/syringe/antiviral, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"re" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"rf" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"rg" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"rh" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"ri" = ( -/obj/machinery/vending/cigarette{ - name = "hacked cigarette machine"; - prices = list(); - products = list(/obj/item/weapon/storage/fancy/cigarettes = 10, /obj/item/weapon/storage/box/matches = 10, /obj/item/weapon/flame/lighter/zippo = 4, /obj/item/clothing/mask/smokable/cigarette/cigar/havana = 2) - }, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/syndicate_mothership) -"rj" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"rk" = ( -/obj/item/clothing/gloves/yellow, -/obj/item/device/assembly/signaler{ - pixel_y = 2 - }, -/obj/item/clothing/glasses/night, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - pixel_y = 0 - }, -/obj/structure/table/steel, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"rl" = ( -/obj/machinery/vending/snack{ - name = "hacked Getmore Chocolate Corp"; - prices = list() - }, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/syndicate_mothership) -"rm" = ( -/obj/machinery/dna_scannernew, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration/centcom) -"rn" = ( -/obj/machinery/computer/cloning, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration/centcom) -"ro" = ( -/obj/machinery/clonepod, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration/centcom) -"rp" = ( -/obj/machinery/computer/scan_consolenew, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration/centcom) -"rq" = ( -/obj/item/clothing/gloves/yellow, -/obj/item/device/assembly/signaler{ - pixel_y = 2 - }, -/obj/item/clothing/glasses/night, -/obj/structure/table/steel, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"rr" = ( +"pL" = ( /obj/item/device/radio/intercom{ desc = "Talk through this. Evilly"; frequency = 1213; @@ -7414,14 +6384,54 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"rs" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion_l"; - dir = 8 +"pM" = ( +/obj/machinery/light{ + dir = 4 }, -/turf/space, -/area/shuttle/administration/centcom) -"rt" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"pN" = ( +/obj/item/clothing/gloves/yellow, +/obj/item/device/assembly/signaler{ + pixel_y = 2 + }, +/obj/item/clothing/glasses/night, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_y = 0 + }, +/obj/structure/table/steel, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"pO" = ( +/obj/item/clothing/gloves/yellow, +/obj/item/device/assembly/signaler{ + pixel_y = 2 + }, +/obj/item/clothing/glasses/night, +/obj/structure/table/steel, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"pP" = ( +/obj/item/clothing/gloves/yellow, +/obj/item/device/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/glasses/night, +/obj/structure/table/steel, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"pQ" = ( /obj/item/clothing/gloves/yellow, /obj/item/device/assembly/prox_sensor{ pixel_x = -8; @@ -7436,7 +6446,83 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"ru" = ( +"pR" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + dir = 8 + }, +/turf/template_noop, +/area/shuttle/administration/centcom) +"pS" = ( +/obj/structure/shuttle/engine/heater{ + icon_state = "heater"; + dir = 8 + }, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/administration/centcom) +"pT" = ( +/obj/machinery/vending/snack, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pU" = ( +/obj/item/weapon/stool, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pV" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pW" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pX" = ( +/obj/machinery/recharge_station, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pY" = ( +/obj/machinery/robotic_fabricator, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"pZ" = ( +/obj/machinery/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + hacked = 1; + name = "Thunderdome Autolathe" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"qa" = ( +/obj/structure/dispenser, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"qb" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/living) +"qc" = ( /obj/machinery/door/airlock/centcom{ name = "Living Quarters"; opacity = 1; @@ -7446,92 +6532,12 @@ icon_state = "dark" }, /area/centcom/living) -"rv" = ( -/obj/item/weapon/stool{ - pixel_y = 8 - }, +"qd" = ( /turf/unsimulated/floor{ icon_state = "dark" }, /area/centcom/living) -"rw" = ( -/obj/structure/kitchenspike, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/centcom/living) -"rx" = ( -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/centcom/living) -"ry" = ( -/obj/machinery/gibber, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/centcom/living) -"rz" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/turf/simulated/shuttle/floor, -/area/supply/dock) -"rA" = ( -/obj/item/clothing/gloves/yellow, -/obj/item/device/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/clothing/glasses/night, -/obj/structure/table/steel, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"rB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - icon_state = "shutter0"; - id = "syndieshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_station/start) -"rC" = ( -/obj/machinery/bodyscanner{ - dir = 8; - icon_state = "body_scanner_0"; - tag = "icon-body_scanner_0 (EAST)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"rD" = ( -/obj/machinery/body_scanconsole{ - tag = "icon-body_scannerconsole (WEST)"; - icon_state = "body_scannerconsole"; - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"rE" = ( +"qe" = ( /obj/machinery/atm{ pixel_y = 24 }, @@ -7539,14 +6545,15 @@ icon_state = "dark" }, /area/centcom/living) -"rF" = ( -/obj/item/weapon/reagent_containers/food/drinks/cans/cola, -/obj/structure/table/standard, +"qf" = ( +/obj/item/weapon/stool{ + pixel_y = 8 + }, /turf/unsimulated/floor{ icon_state = "dark" }, /area/centcom/living) -"rG" = ( +"qg" = ( /obj/item/weapon/reagent_containers/food/condiment/peppermill{ pixel_x = 2; pixel_y = 6 @@ -7556,88 +6563,66 @@ icon_state = "dark" }, /area/centcom/living) -"rH" = ( -/obj/item/weapon/screwdriver, -/obj/effect/spawner/newbomb/timer/syndicate, -/obj/structure/table/steel, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"rI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/shutters{ - density = 0; - icon_state = "shutter0"; - id = "syndieshutters"; - name = "Blast Shutters"; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/syndicate_station/start) -"rJ" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration/centcom) -"rK" = ( -/obj/machinery/vending/cigarette, +"qh" = ( +/obj/item/weapon/reagent_containers/food/drinks/cans/cola, +/obj/structure/table/standard, /turf/unsimulated/floor{ icon_state = "dark" }, /area/centcom/living) -"rL" = ( +"qi" = ( +/obj/machinery/computer/arcade/orion_trail, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"qj" = ( /obj/machinery/vending/cola, /turf/unsimulated/floor{ icon_state = "dark" }, /area/centcom/living) -"rM" = ( -/obj/structure/closet/secure_closet/freezer/meat, +"qk" = ( +/obj/machinery/vending/cigarette, /turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 + icon_state = "dark" }, /area/centcom/living) -"rN" = ( -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo"; - pixel_x = -5 - }, +"ql" = ( /turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/centcom/living) -"rO" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom/suppy) -"rP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, +"qm" = ( +/turf/unsimulated/wall{ + desc = "That looks like it doesn't open easily."; + icon = 'icons/obj/doors/rapid_pdoor.dmi'; + icon_state = "pdoor1"; + name = "Shuttle Bay Blast Door" + }, +/area/centcom/suppy) +"qn" = ( /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/window/reinforced{ dir = 8 }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, /obj/machinery/door/blast/shutters{ density = 0; + dir = 8; icon_state = "shutter0"; - id = "syndieshutters"; + id = "syndieshutters_infirmary"; name = "Blast Shutters"; opacity = 0 }, /turf/simulated/shuttle/plating, /area/syndicate_station/start) -"rQ" = ( +"qo" = ( /obj/item/device/radio/intercom{ desc = "Talk through this. Evilly"; frequency = 1213; @@ -7650,47 +6635,59 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"rR" = ( -/obj/machinery/door/window{ - dir = 4; - name = "Infirmary"; - req_access = list(150) - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"rS" = ( -/obj/machinery/door/window/westright{ - name = "Tool Storage"; - req_access = list(150) - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"rT" = ( +"qp" = ( +/obj/item/weapon/screwdriver, /obj/effect/spawner/newbomb/timer/syndicate, /obj/structure/table/steel, /turf/simulated/shuttle/floor{ icon_state = "floor6" }, /area/syndicate_station/start) -"rU" = ( -/obj/machinery/optable, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" +"qq" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/shuttle/administration/centcom) -"rV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "syndieshutters_workshop"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_station/start) +"qr" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/merc/empty, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"qs" = ( /obj/structure/shuttle/engine/propulsion{ - tag = "icon-propulsion_r (WEST)"; icon_state = "propulsion_r"; dir = 8 }, -/turf/space, +/turf/template_noop, /area/shuttle/administration/centcom) -"rW" = ( +"qt" = ( +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/shuttle/administration/centcom) +"qu" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; id_tag = "admin_shuttle_bay"; @@ -7700,17 +6697,201 @@ tag_door = "admin_shuttle_bay_door" }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom) -"rX" = ( +"qv" = ( +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"qw" = ( +/obj/machinery/door/airlock/external, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/living) +"qx" = ( +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/living) +"qy" = ( +/turf/unsimulated/wall{ + desc = "That looks like it doesn't open easily."; + icon = 'icons/obj/doors/rapid_pdoor.dmi'; + icon_state = "pdoor1"; + name = "Shuttle Bay Blast Door" + }, +/area/centcom/living) +"qz" = ( +/turf/simulated/shuttle/wall, +/area/supply/dock) +"qA" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_straight"; + dir = 4 + }, +/area/supply/dock) +"qB" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s" + }, +/area/supply/dock) +"qC" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "syndieshutters_infirmary"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_station/start) +"qD" = ( +/obj/machinery/bodyscanner{ + dir = 8; + icon_state = "body_scanner_0" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"qE" = ( +/obj/machinery/body_scanconsole{ + icon_state = "body_scannerconsole"; + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"qF" = ( +/obj/machinery/door/window{ + dir = 4; + name = "Infirmary"; + req_access = list(150) + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"qG" = ( +/obj/machinery/door/window/westright{ + name = "Tool Storage"; + req_access = list(150) + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"qH" = ( /obj/item/weapon/stool/padded, /turf/simulated/shuttle/floor{ icon_state = "floor6" }, /area/syndicate_station/start) -"rY" = ( +"qI" = ( +/obj/effect/spawner/newbomb/timer/syndicate, +/obj/structure/table/steel, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"qJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "syndieshutters_workshop"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_station/start) +"qK" = ( +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/shuttle/administration/centcom) +"qL" = ( +/obj/machinery/sleeper{ + icon_state = "sleeper_0"; + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"qM" = ( +/obj/item/modular_computer/console/preset/command, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"qN" = ( +/obj/effect/wingrille_spawn/reinforced/crescent, +/turf/simulated/shuttle/plating, +/area/shuttle/administration/centcom) +"qO" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "admin_shuttle_bay_door"; + locked = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/living) +"qP" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_straight"; + dir = 1 + }, +/area/supply/dock) +"qQ" = ( +/turf/simulated/shuttle/floor, +/area/supply/dock) +"qR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "syndieshutters_infirmary"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_station/start) +"qS" = ( /obj/machinery/door/window{ base_state = "right"; dir = 4; @@ -7722,7 +6903,7 @@ icon_state = "floor3" }, /area/syndicate_station/start) -"rZ" = ( +"qT" = ( /obj/machinery/door/window{ dir = 8; name = "Tool Storage"; @@ -7732,7 +6913,7 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"sa" = ( +"qU" = ( /obj/item/weapon/aicard, /obj/effect/spawner/newbomb/timer/syndicate, /obj/structure/table/steel, @@ -7740,7 +6921,46 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"sb" = ( +"qV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "syndieshutters_workshop"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_station/start) +"qW" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"qX" = ( +/obj/item/modular_computer/console/preset/mercenary, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"qY" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/living) +"qZ" = ( /obj/machinery/light{ dir = 8; icon_state = "tube1"; @@ -7748,13 +6968,13 @@ }, /turf/simulated/shuttle/floor, /area/supply/dock) -"sc" = ( +"ra" = ( /obj/machinery/light{ dir = 4 }, /turf/simulated/shuttle/floor, /area/supply/dock) -"sd" = ( +"rb" = ( /obj/machinery/button/remote/blast_door{ id = "syndieshutters_infirmary"; name = "remote shutter control"; @@ -7765,356 +6985,7 @@ icon_state = "floor3" }, /area/syndicate_station/start) -"se" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/structure/sign/nosmoking_1{ - pixel_y = 32 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"sf" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/shuttle/administration/centcom) -"sg" = ( -/obj/machinery/door/window/northright{ - icon_state = "right"; - dir = 2 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration/centcom) -"sh" = ( -/obj/machinery/door/window{ - dir = 1; - name = "Secure Storage"; - req_access = list(150) - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"si" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/belt/utility/full, -/obj/item/device/multitool, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"sj" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/living) -"sk" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"sl" = ( -/obj/machinery/button/remote/blast_door{ - id = "syndieshutters_telebay"; - name = "remote shutter control"; - pixel_x = 0; - pixel_y = -25; - req_access = list(150) - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"sm" = ( -/obj/machinery/door/airlock/external, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"sn" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s (EAST)"; - icon_state = "swall_s"; - dir = 4 - }, -/area/supply/dock) -"so" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"sp" = ( -/obj/machinery/button/remote/blast_door{ - id = "syndieshutters_workshop"; - name = "remote shutter control"; - pixel_x = 25 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"sq" = ( -/obj/machinery/computer/shuttle_control{ - req_access = list(101); - shuttle_tag = "Administration" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"sr" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (EAST)"; - icon_state = "swall_straight"; - dir = 4 - }, -/area/supply/dock) -"ss" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "supply_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/plating, -/area/supply/dock) -"st" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table/standard, -/obj/item/weapon/bonesetter, -/obj/item/weapon/bonegel, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"su" = ( -/obj/machinery/door/window{ - dir = 1; - name = "Surgery"; - req_access = list(150) - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"sv" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/storage/firstaid/fire{ - pixel_x = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"sw" = ( -/obj/structure/table/standard, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/weapon/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/storage/firstaid/adv{ - pixel_x = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"sx" = ( -/obj/item/weapon/weldingtool, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"sy" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s"; - icon_state = "swall_s" - }, -/area/supply/dock) -"sz" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" - }, -/area/shuttle/administration/centcom) -"sA" = ( -/obj/structure/mirror{ - pixel_y = 28 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/centcom/living) -"sB" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/centcom/living) -"sC" = ( -/obj/machinery/sleeper{ - tag = "icon-sleeper_0 (EAST)"; - icon_state = "sleeper_0"; - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"sD" = ( -/obj/structure/sign/securearea{ - name = "\improper CAUTION"; - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"sE" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/turf/simulated/shuttle/floor, -/area/supply/dock) -"sF" = ( -/obj/machinery/telecomms/allinone{ - intercept = 1 - }, -/obj/machinery/door/window/northright{ - name = "Telecoms Mainframe"; - req_access = list(150) - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"sG" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "admin_shuttle_bay_door"; - locked = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"sH" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/iv_drip, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"sI" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "supply_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/floor, -/area/supply/dock) -"sJ" = ( -/obj/effect/landmark{ - name = "Nuclear-Bomb" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"sK" = ( -/obj/item/weapon/crowbar, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"sL" = ( -/obj/machinery/vending/medical, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration/centcom) -"sM" = ( -/obj/machinery/chem_master, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration/centcom) -"sN" = ( -/obj/structure/table/standard, -/obj/item/weapon/scalpel, -/obj/item/weapon/circular_saw{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/syndicate_station/start) -"sO" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (NORTH)"; - icon_state = "swall_straight"; - dir = 1 - }, -/area/supply/dock) -"sP" = ( +"rc" = ( /obj/item/device/radio/intercom{ desc = "Talk through this. Evilly"; frequency = 1213; @@ -8130,16 +7001,107 @@ icon_state = "floor3" }, /area/syndicate_station/start) -"sQ" = ( -/obj/item/weapon/stool{ - pixel_y = 8 +"rd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/turf/unsimulated/floor{ +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/syndicate_station/start) +"re" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Secure Storage"; + req_access = list(150) + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"rf" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/belt/utility/full, +/obj/item/device/multitool, +/obj/machinery/light{ dir = 8; - icon_state = "wood" + icon_state = "tube1"; + pixel_y = 0 }, -/area/centcom/living) -"sR" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"rg" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/belt/utility/full, +/obj/item/device/multitool, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"rh" = ( +/obj/machinery/button/remote/blast_door{ + id = "syndieshutters_telebay"; + name = "remote shutter control"; + pixel_x = 0; + pixel_y = -25; + req_access = list(150) + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"ri" = ( +/obj/machinery/button/remote/blast_door{ + id = "syndieshutters_workshop"; + name = "remote shutter control"; + pixel_x = 25 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"rj" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration/centcom) +"rk" = ( +/obj/machinery/computer/cloning, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration/centcom) +"rl" = ( +/obj/machinery/clonepod, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration/centcom) +"rm" = ( +/obj/machinery/computer/scan_consolenew, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration/centcom) +"rn" = ( +/obj/machinery/computer/shuttle_control{ + req_access = list(101); + shuttle_tag = "Administration" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"ro" = ( /obj/structure/device/piano{ dir = 4 }, @@ -8148,7 +7110,239 @@ icon_state = "wood" }, /area/centcom/living) -"sS" = ( +"rp" = ( +/obj/item/weapon/stool{ + pixel_y = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/living) +"rq" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = list(25) + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/living) +"rr" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/living) +"rs" = ( +/obj/machinery/vending/boozeomat, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/living) +"rt" = ( +/obj/structure/kitchenspike, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/centcom/living) +"ru" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/centcom/living) +"rv" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/centcom/living) +"rw" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/turf/simulated/shuttle/floor, +/area/supply/dock) +"rx" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/plating, +/area/supply/dock) +"ry" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/standard, +/obj/item/weapon/bonesetter, +/obj/item/weapon/bonegel, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"rz" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Surgery"; + req_access = list(150) + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"rA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/iv_drip, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"rB" = ( +/obj/structure/table/standard, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/weapon/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/firstaid/adv{ + pixel_x = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"rC" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/firstaid/fire{ + pixel_x = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"rD" = ( +/obj/item/weapon/weldingtool, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"rE" = ( +/obj/structure/sign/securearea{ + name = "\improper CAUTION"; + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"rF" = ( +/obj/machinery/telecomms/allinone{ + intercept = 1 + }, +/obj/machinery/door/window/northright{ + name = "Telecoms Mainframe"; + req_access = list(150) + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"rG" = ( +/obj/machinery/door/blast/regular{ + id = "syndieshutters_telebay"; + name = "Outer Airlock" + }, +/turf/simulated/shuttle/plating, +/area/syndicate_station/start) +"rH" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration/centcom) +"rI" = ( +/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ + pixel_x = -6 + }, +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/living) +"rJ" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/living) +"rK" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/centcom/living) +"rL" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo"; + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/centcom/living) +"rM" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/floor, +/area/supply/dock) +"rN" = ( +/obj/structure/table/standard, +/obj/item/weapon/scalpel, +/obj/item/weapon/circular_saw{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"rO" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -8171,32 +7365,21 @@ icon_state = "floor3" }, /area/syndicate_station/start) -"sT" = ( -/obj/structure/closet/secure_closet/bar{ - req_access = list(25) +"rP" = ( +/obj/effect/landmark{ + name = "Nuclear-Bomb" }, -/turf/unsimulated/floor{ - icon_state = "white" +/turf/simulated/shuttle/floor{ + icon_state = "floor6" }, -/area/centcom/living) -"sU" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 +/area/syndicate_station/start) +"rQ" = ( +/obj/item/weapon/crowbar, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - id = "skipjackshutters"; - name = "Skipjack Blast Shielding" - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"sV" = ( +/area/syndicate_station/start) +"rR" = ( /obj/machinery/light/small{ dir = 8 }, @@ -8204,77 +7387,84 @@ icon_state = "floor6" }, /area/syndicate_station/start) -"sW" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/unsimulated/floor{ - icon_state = "white" +"rS" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 }, -/area/centcom/living) -"sX" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"rT" = ( /obj/machinery/optable, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, -/area/syndicate_station/start) -"sY" = ( -/obj/machinery/vending/boozeomat, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/living) -"sZ" = ( -/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ - pixel_x = -6 - }, -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/living) -"ta" = ( -/obj/machinery/teleport/station, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"tb" = ( -/obj/machinery/teleport/hub, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"tc" = ( -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/living) -"td" = ( -/obj/structure/bookcase, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, /area/shuttle/administration/centcom) -"te" = ( +"rU" = ( /obj/structure/table/reinforced, /obj/machinery/librarycomp, /turf/simulated/shuttle/floor{ icon_state = "floor4" }, /area/shuttle/administration/centcom) -"tf" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon_state = "white" +"rV" = ( +/obj/structure/bookcase, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" }, -/area/centcom/living) -"tg" = ( +/area/shuttle/administration/centcom) +"rW" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/food/drinks/shaker, /turf/unsimulated/floor{ icon_state = "white" }, /area/centcom/living) -"th" = ( +"rX" = ( +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/living) +"rY" = ( +/obj/machinery/door/airlock/centcom{ + name = "Living Quarters"; + opacity = 1; + req_access = list(105) + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/centcom/living) +"rZ" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "supply_shuttle"; + pixel_x = 25; + pixel_y = 0; + req_one_access = list(13,31); + tag_door = "supply_shuttle_hatch" + }, +/turf/simulated/shuttle/floor, +/area/supply/dock) +"sa" = ( +/obj/structure/table/standard, +/obj/item/weapon/cautery, +/obj/item/weapon/hemostat, +/obj/item/weapon/FixOVein, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"sb" = ( +/obj/machinery/optable, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/syndicate_station/start) +"sc" = ( /obj/structure/table/standard, /obj/item/stack/medical/advanced/bruise_pack, /obj/item/weapon/retractor, @@ -8290,14 +7480,47 @@ icon_state = "floor3" }, /area/syndicate_station/start) -"ti" = ( +"sd" = ( /obj/structure/shuttle/engine/heater, /obj/structure/window/reinforced{ dir = 1 }, /turf/simulated/floor/airless, /area/syndicate_station/start) -"tj" = ( +"se" = ( +/obj/machinery/teleport/station, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"sf" = ( +/obj/machinery/teleport/hub, +/turf/simulated/shuttle/floor{ + icon_state = "floor6" + }, +/area/syndicate_station/start) +"sg" = ( +/obj/machinery/door/window/northright{ + icon_state = "right"; + dir = 2 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration/centcom) +"sh" = ( +/obj/structure/table/standard, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration/centcom) +"si" = ( +/obj/structure/table/standard, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/administration/centcom) +"sj" = ( /obj/machinery/door/airlock/centcom{ name = "Commander Quarters"; opacity = 1; @@ -8307,7 +7530,7 @@ icon_state = "dark" }, /area/centcom/living) -"tk" = ( +"sk" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -8320,11 +7543,10 @@ dir = 8 }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom/living) -"tl" = ( +"sl" = ( /obj/item/weapon/stool{ pixel_y = 8 }, @@ -8332,25 +7554,24 @@ icon_state = "white" }, /area/centcom/living) -"tm" = ( +"sm" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_l" }, -/turf/space, +/turf/template_noop, /area/syndicate_station/start) -"tn" = ( +"sn" = ( /obj/structure/shuttle/engine/propulsion, -/turf/space, +/turf/template_noop, /area/syndicate_station/start) -"to" = ( +"so" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_r" }, -/turf/space, +/turf/template_noop, /area/syndicate_station/start) -"tp" = ( +"sp" = ( /obj/machinery/sleeper{ - tag = "icon-sleeper_0 (WEST)"; icon_state = "sleeper_0"; dir = 8 }, @@ -8358,18 +7579,16 @@ icon_state = "white" }, /area/centcom/living) -"tq" = ( -/obj/machinery/door/airlock/centcom{ - name = "Living Quarters"; - opacity = 1; - req_access = list(105) +"sq" = ( +/obj/structure/mirror{ + pixel_y = 28 }, /turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 + dir = 8; + icon_state = "wood" }, /area/centcom/living) -"tr" = ( +"sr" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/donkpockets{ pixel_x = 3; @@ -8380,256 +7599,14 @@ icon_state = "white" }, /area/centcom/living) -"ts" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall15"; - dir = 2 - }, -/area/supply/dock) -"tt" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/living) -"tu" = ( -/obj/machinery/vending/dinnerware, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/living) -"tv" = ( -/turf/unsimulated/wall, -/area/centcom/specops) -"tw" = ( -/turf/unsimulated/wall, -/area/prison/solitary) -"tx" = ( -/turf/unsimulated/wall, -/area/centcom/control) -"ty" = ( -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/living) -"tz" = ( -/obj/structure/table/standard, -/obj/item/weapon/reagent_containers/glass/beaker, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/living) -"tA" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "burst_l" - }, -/turf/space, -/area/supply/dock) -"tB" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/space, -/area/supply/dock) -"tC" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "burst_r" - }, -/turf/space, -/area/supply/dock) -"tD" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "supply_shuttle"; - pixel_x = 25; - pixel_y = 0; - req_one_access = list(13,31); - tag_door = "supply_shuttle_hatch" +"ss" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" }, /turf/simulated/shuttle/floor, /area/supply/dock) -"tE" = ( -/obj/item/robot_parts/l_leg, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"tF" = ( -/obj/structure/table/standard, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/living) -"tG" = ( -/obj/structure/table/standard, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/administration/centcom) -"tH" = ( -/obj/structure/table/standard, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"tI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"tJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"tK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"tL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/living) -"tM" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_f"; - icon_state = "swall_f" - }, -/area/supply/dock) -"tN" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_f (EAST)"; - icon_state = "swall_f"; - dir = 4 - }, -/area/supply/dock) -"tO" = ( -/turf/unsimulated/floor{ - tag = "icon-grass0"; - icon_state = "grass0" - }, -/area/centcom/living) -"tP" = ( -/obj/machinery/door/airlock/centcom{ - name = "Living Quarters"; - opacity = 1; - req_access = list(105) - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/living) -"tQ" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s (NORTH)"; - icon_state = "swall_s"; - dir = 1 - }, -/area/supply/dock) -"tR" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/shuttle/engine/heater, -/turf/simulated/floor/airless, -/area/supply/dock) -"tS" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s (WEST)"; - icon_state = "swall_s"; - dir = 8 - }, -/area/supply/dock) -"tT" = ( -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/living) -"tU" = ( -/obj/machinery/telecomms/relay/preset/centcom, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/creed) -"tV" = ( -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/creed) -"tW" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/control) -"tX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/creed) -"tY" = ( -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/control) -"tZ" = ( +"st" = ( /obj/machinery/conveyor{ dir = 4; id = "QMLoad" @@ -8644,19 +7621,77 @@ }, /turf/simulated/shuttle/plating, /area/supply/dock) -"ua" = ( +"su" = ( +/obj/machinery/vending/medical, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration/centcom) +"sv" = ( +/obj/machinery/chem_master, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/administration/centcom) +"sw" = ( /obj/machinery/chemical_dispenser/full, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /area/shuttle/administration/centcom) -"ub" = ( -/obj/machinery/telecomms/receiver/preset_cent, +"sx" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, /turf/unsimulated/floor{ - icon_state = "steel" + icon_state = "white" }, -/area/centcom/control) -"uc" = ( +/area/centcom/living) +"sy" = ( +/obj/structure/table/standard, +/obj/item/weapon/card/id/centcom, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/living) +"sz" = ( +/obj/machinery/vending/dinnerware, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/living) +"sA" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/glass/beaker, +/obj/item/weapon/reagent_containers/food/condiment/enzyme, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/living) +"sB" = ( +/obj/structure/table/standard, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/living) +"sC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/living) +"sD" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -8666,73 +7701,114 @@ }, /obj/structure/window/reinforced, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, -/area/centcom/control) -"ud" = ( -/obj/machinery/telecomms/processor/preset_cent, -/turf/unsimulated/floor{ - icon_state = "steel" +/area/centcom/living) +"sE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 }, -/area/centcom/control) -"ue" = ( -/obj/machinery/telecomms/bus/preset_cent, +/obj/structure/window/reinforced, /turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"uf" = ( -/obj/machinery/account_database{ - name = "CentComm Accounts database" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"ug" = ( -/turf/unsimulated/wall, -/area/centcom/test) -"uh" = ( -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"ui" = ( -/obj/structure/table/standard, -/obj/item/weapon/card/id/centcom, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + icon_state = "plating" }, /area/centcom/living) -"uj" = ( -/obj/machinery/telecomms/server/presets/centcomm, -/turf/unsimulated/floor{ - icon_state = "steel" +"sF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 }, -/area/centcom/control) -"uk" = ( -/obj/machinery/vending/tacticool/ert, -/turf/unsimulated/floor{ - icon_state = "vault"; +/obj/structure/window/reinforced{ dir = 8 }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/living) +"sG" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f" + }, +/area/supply/dock) +"sH" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f"; + dir = 4 + }, +/area/supply/dock) +"sI" = ( +/turf/unsimulated/floor{ + icon_state = "grass0" + }, +/area/centcom/living) +"sJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Living Quarters"; + opacity = 1; + req_access = list(105) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/living) +"sK" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s"; + dir = 1 + }, +/area/supply/dock) +"sL" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall15"; + dir = 2 + }, +/area/supply/dock) +"sM" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/turf/simulated/floor/airless, +/area/supply/dock) +"sN" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s"; + dir = 8 + }, +/area/supply/dock) +"sO" = ( +/turf/unsimulated/wall, /area/centcom/specops) -"ul" = ( -/obj/machinery/computer/teleporter, +"sP" = ( +/turf/unsimulated/wall, +/area/centcom/creed) +"sQ" = ( +/turf/unsimulated/wall, +/area/centcom/control) +"sR" = ( /turf/unsimulated/floor{ icon_state = "steel" }, -/area/centcom/control) -"um" = ( -/obj/machinery/teleport/hub, -/turf/unsimulated/floor{ - icon_state = "steel" +/area/centcom/living) +"sS" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l" }, -/area/centcom/control) -"un" = ( +/turf/template_noop, +/area/supply/dock) +"sT" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/template_noop, +/area/supply/dock) +"sU" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r" + }, +/turf/template_noop, +/area/supply/dock) +"sV" = ( /obj/structure/table/rack, /obj/item/ammo_magazine/a762, /obj/item/ammo_magazine/a762, @@ -8744,15 +7820,7 @@ dir = 1 }, /area/centcom/specops) -"uo" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"up" = ( +"sW" = ( /obj/structure/table/rack, /obj/item/weapon/plastique, /obj/item/weapon/plastique, @@ -8765,28 +7833,32 @@ dir = 1 }, /area/centcom/specops) -"uq" = ( -/obj/structure/closet/secure_closet/security, +"sX" = ( +/obj/structure/table/rack, +/obj/item/ammo_magazine/mc9mmt, +/obj/item/ammo_magazine/mc9mmt, +/obj/item/ammo_magazine/mc9mmt, +/obj/item/ammo_magazine/mc9mmt, +/obj/item/ammo_magazine/mc9mmt, +/obj/item/ammo_magazine/mc9mmt, +/obj/item/ammo_magazine/mc9mmt, +/obj/item/ammo_magazine/mc9mmt, +/obj/item/ammo_magazine/mc9mmt, +/obj/item/ammo_magazine/mc9mmt/rubber, +/obj/item/ammo_magazine/mc9mmt/rubber, +/obj/item/ammo_magazine/mc9mmt/rubber, +/obj/item/ammo_magazine/mc9mmt/rubber, +/obj/item/ammo_magazine/mc9mmt/rubber, +/obj/item/ammo_magazine/mc9mmt/rubber, +/obj/item/weapon/gun/projectile/automatic/wt550, +/obj/item/weapon/gun/projectile/automatic/wt550, +/obj/item/weapon/gun/projectile/automatic/wt550, /turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 + icon_state = "vault"; + dir = 1 }, -/area/centcom/control) -"ur" = ( -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/control) -"us" = ( -/turf/space, /area/centcom/specops) -"ut" = ( -/obj/machinery/teleport/station, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"uu" = ( +"sY" = ( /obj/structure/table/rack, /obj/item/weapon/gun/energy/ionrifle, /turf/unsimulated/floor{ @@ -8794,52 +7866,17 @@ dir = 1 }, /area/centcom/specops) -"uv" = ( -/obj/item/device/radio/intercom{ - broadcasting = 1; - dir = 1; - frequency = 1441; - listening = 0; - name = "Spec Ops Intercom"; - pixel_y = 28 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"uw" = ( -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 9 - }, -/area/centcom/specops) -"ux" = ( +"sZ" = ( /obj/structure/table/rack, -/obj/item/ammo_magazine/mc9mmt, -/obj/item/ammo_magazine/mc9mmt, -/obj/item/ammo_magazine/mc9mmt, -/obj/item/ammo_magazine/mc9mmt, -/obj/item/ammo_magazine/mc9mmt, -/obj/item/ammo_magazine/mc9mmt, -/obj/item/ammo_magazine/mc9mmt, -/obj/item/ammo_magazine/mc9mmt, -/obj/item/ammo_magazine/mc9mmt, -/obj/item/ammo_magazine/mc9mmt/rubber, -/obj/item/ammo_magazine/mc9mmt/rubber, -/obj/item/ammo_magazine/mc9mmt/rubber, -/obj/item/ammo_magazine/mc9mmt/rubber, -/obj/item/ammo_magazine/mc9mmt/rubber, -/obj/item/ammo_magazine/mc9mmt/rubber, -/obj/item/weapon/gun/projectile/automatic/wt550, -/obj/item/weapon/gun/projectile/automatic/wt550, -/obj/item/weapon/gun/projectile/automatic/wt550, +/obj/item/weapon/gun/energy/rifle, +/obj/item/weapon/gun/energy/rifle, +/obj/item/weapon/gun/energy/rifle, /turf/unsimulated/floor{ icon_state = "vault"; dir = 1 }, /area/centcom/specops) -"uy" = ( +"ta" = ( /obj/structure/table/rack, /obj/item/ammo_magazine/a556, /obj/item/ammo_magazine/a556, @@ -8854,28 +7891,222 @@ dir = 1 }, /area/centcom/specops) -"uz" = ( +"tb" = ( /obj/structure/table/rack, -/obj/item/weapon/gun/energy/rifle, -/obj/item/weapon/gun/energy/rifle, -/obj/item/weapon/gun/energy/rifle, +/obj/item/weapon/storage/box/flashbangs, +/obj/item/weapon/storage/box/flashbangs, +/obj/item/weapon/storage/box/emps, +/obj/item/weapon/storage/box/frags, +/obj/item/weapon/storage/box/smokebombs, +/obj/item/weapon/gun/launcher/grenade, /turf/unsimulated/floor{ icon_state = "vault"; dir = 1 }, /area/centcom/specops) -"uA" = ( -/obj/machinery/computer/arcade/orion_trail, +"tc" = ( +/obj/item/weapon/aiModule/nanotrasen, +/obj/item/weapon/aiModule/reset, +/obj/item/weapon/aiModule/freeformcore, +/obj/item/weapon/aiModule/protectStation, +/obj/item/weapon/aiModule/quarantine, +/obj/item/weapon/aiModule/paladin, +/obj/item/weapon/aiModule/robocop, +/obj/item/weapon/aiModule/safeguard, +/obj/structure/table/rack, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"td" = ( +/obj/machinery/door/blast/regular{ + id = "ert_synth_equipment"; + name = "Synthetics Modification Equipment" + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"te" = ( +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"tf" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"tg" = ( +/obj/machinery/shield_gen, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"th" = ( +/obj/machinery/shield_capacitor, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"ti" = ( +/obj/machinery/shieldgen, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"tj" = ( +/obj/machinery/shieldwallgen, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"tk" = ( +/obj/machinery/telecomms/relay/preset/centcom, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/living) -"uB" = ( +/area/centcom/creed) +"tl" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/creed) +"tm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/creed) +"tn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/control) +"to" = ( +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/control) +"tp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/control) +"tq" = ( +/obj/machinery/telecomms/receiver/preset_cent, /turf/unsimulated/floor{ icon_state = "steel" }, /area/centcom/control) -"uC" = ( +"tr" = ( +/obj/machinery/telecomms/bus/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"ts" = ( +/obj/machinery/telecomms/processor/preset_cent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"tt" = ( +/obj/machinery/telecomms/server/presets/centcomm, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"tu" = ( +/obj/machinery/account_database{ + name = "CentComm Accounts database" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"tv" = ( +/obj/machinery/computer/teleporter, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"tw" = ( +/obj/machinery/teleport/station, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"tx" = ( +/obj/machinery/teleport/hub, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"ty" = ( +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"tz" = ( +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "ASSAULT"; + name = "Assault Weapon Storage"; + p_open = 0 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"tA" = ( +/obj/structure/table/rack, +/obj/item/weapon/circuitboard/borgupload, +/obj/item/weapon/circuitboard/aiupload{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"tB" = ( /obj/structure/table/rack, /obj/item/weapon/storage/secure/briefcase, /obj/item/weapon/storage/fancy/cigarettes, @@ -8886,7 +8117,7 @@ icon_state = "dark" }, /area/centcom/creed) -"uD" = ( +"tC" = ( /obj/structure/table/woodentable{ dir = 10 }, @@ -8916,7 +8147,44 @@ icon_state = "dark" }, /area/centcom/creed) -"uE" = ( +"tD" = ( +/obj/machinery/door/airlock/centcom{ + name = "Creed's Office"; + opacity = 1; + req_access = list(108) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/creed) +"tE" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"tF" = ( +/obj/machinery/door/airlock/centcom{ + name = "Maintenance Access"; + opacity = 1; + req_access = list(106) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"tG" = ( +/turf/unsimulated/wall, +/area/centcom/test) +"tH" = ( +/turf/template_noop, +/area/centcom/specops) +"tI" = ( +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"tJ" = ( /obj/mecha/combat/gygax/dark, /obj/machinery/camera/network/ert{ c_tag = "Assault Armor North" @@ -8926,21 +8194,52 @@ dir = 1 }, /area/centcom/specops) -"uF" = ( +"tK" = ( +/obj/item/device/radio/intercom{ + broadcasting = 1; + dir = 1; + frequency = 1441; + listening = 0; + name = "Spec Ops Intercom"; + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"tL" = ( +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 9 + }, +/area/centcom/specops) +"tM" = ( +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "ASSAULT"; + name = "Assault Armor Storage"; + p_open = 0 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"tN" = ( +/obj/machinery/vending/security, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"tO" = ( /obj/structure/closet/secure_closet/hos, /turf/unsimulated/floor{ icon_state = "dark" }, /area/centcom/creed) -"uG" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/creed) -"uH" = ( +"tP" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -8948,113 +8247,58 @@ icon_state = "dark" }, /area/centcom/creed) -"uI" = ( -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" +"tQ" = ( +/obj/structure/table/woodentable{ + dir = 5 }, -/area/centcom/specops) -"uJ" = ( -/obj/machinery/dna_scannernew, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/test) -"uK" = ( -/obj/machinery/computer/scan_consolenew, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/test) -"uL" = ( -/obj/machinery/computer/cloning, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/test) -"uM" = ( -/obj/machinery/clonepod, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/test) -"uN" = ( -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"uO" = ( -/obj/machinery/door/airlock/centcom{ - name = "Courthouse"; - opacity = 1 - }, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"uP" = ( -/obj/structure/table/woodentable, /turf/unsimulated/floor{ icon_state = "dark" }, -/area/centcom/control) -"uQ" = ( -/obj/structure/bed/chair, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/control) -"uR" = ( -/obj/structure/table/woodentable, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, +/area/centcom/creed) +"tR" = ( +/obj/structure/sign/nosmoking_2, +/turf/unsimulated/wall, +/area/centcom/living) +"tS" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall, +/area/centcom/living) +"tT" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, /turf/unsimulated/floor{ icon_state = "carpet"; dir = 2 }, /area/centcom/control) -"uS" = ( -/obj/structure/table/woodentable, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, +"tU" = ( +/obj/structure/table/standard, /turf/unsimulated/floor{ icon_state = "carpet"; dir = 2 }, /area/centcom/control) -"uT" = ( -/obj/machinery/door/window/northleft, +"tV" = ( +/obj/structure/closet/secure_closet/security, /turf/unsimulated/floor{ icon_state = "carpet"; dir = 2 }, /area/centcom/control) -"uU" = ( +"tW" = ( /obj/effect/landmark{ name = "Marauder Exit" }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom/specops) -"uV" = ( +"tX" = ( +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"tY" = ( /obj/machinery/door/blast/regular{ icon_state = "pdoor1"; id = "ASSAULT3"; @@ -9062,21 +8306,10 @@ p_open = 0 }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom/specops) -"uW" = ( -/obj/machinery/door/blast/regular{ - id = "ert_synth_equipment"; - name = "Synthetics Modification Equipment" - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"uX" = ( +"tZ" = ( /obj/machinery/mass_driver{ dir = 8; id = "ASSAULT3"; @@ -9087,7 +8320,7 @@ dir = 1 }, /area/centcom/specops) -"uY" = ( +"ua" = ( /obj/structure/table/reinforced, /obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, /obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, @@ -9096,7 +8329,63 @@ dir = 1 }, /area/centcom/specops) -"uZ" = ( +"ub" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/pistol, +/obj/item/weapon/gun/energy/pistol, +/obj/item/weapon/gun/energy/pistol, +/obj/item/weapon/gun/projectile/automatic/x9, +/obj/item/weapon/gun/projectile/automatic/x9, +/obj/item/weapon/gun/projectile/automatic/x9, +/obj/item/weapon/gun/projectile/automatic/x9, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"uc" = ( +/obj/machinery/vending/tacticool/ert, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"ud" = ( +/obj/machinery/vending/assist, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"ue" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"uf" = ( +/obj/machinery/pipedispenser/orderable, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"ug" = ( +/obj/machinery/pipedispenser/disposal/orderable, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"uh" = ( +/obj/machinery/power/emitter, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"ui" = ( /obj/item/weapon/card/id/centcom, /obj/structure/table/woodentable{ dir = 5 @@ -9105,7 +8394,19 @@ icon_state = "dark" }, /area/centcom/creed) -"va" = ( +"uj" = ( +/obj/machinery/computer/security/telescreen{ + name = "Spec. Ops. Monitor"; + network = list("ERT") + }, +/obj/structure/table/woodentable{ + dir = 5 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/creed) +"uk" = ( /obj/machinery/computer/pod{ id = "NTrasen"; name = "Hull Door Control" @@ -9121,97 +8422,26 @@ icon_state = "dark" }, /area/centcom/creed) -"vb" = ( +"ul" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, /turf/unsimulated/floor{ icon_state = "vault"; dir = 1 }, /area/centcom/specops) -"vc" = ( -/obj/machinery/computer/security/telescreen{ - name = "Spec. Ops. Monitor"; - network = list("ERT") - }, -/obj/structure/table/woodentable{ - dir = 5 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/creed) -"vd" = ( -/obj/structure/table/rack, -/obj/item/clothing/head/beret/centcom/officer, -/obj/item/clothing/head/beret/centcom/officer, -/obj/item/clothing/head/beret/centcom/officer, -/obj/item/clothing/head/beret/centcom/officer, -/obj/item/clothing/head/beret/centcom/officer, -/obj/item/clothing/head/beret/centcom/officer, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/accessory/holster/waist, -/obj/item/clothing/accessory/holster/waist, -/obj/item/clothing/accessory/holster/waist, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"ve" = ( -/obj/machinery/vending/assist, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vf" = ( -/obj/machinery/shieldgen, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vg" = ( -/obj/machinery/shield_capacitor, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vh" = ( -/obj/effect/decal/cleanable/blood, -/turf/unsimulated/wall, -/area/prison/solitary) -"vi" = ( -/obj/machinery/telecomms/hub/preset_cent, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"vj" = ( +"um" = ( /obj/machinery/telecomms/broadcaster/preset_cent, /turf/unsimulated/floor{ icon_state = "steel" }, /area/centcom/control) -"vk" = ( -/obj/machinery/shield_gen, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vl" = ( -/obj/machinery/r_n_d/server/centcom, +"un" = ( +/obj/machinery/telecomms/hub/preset_cent, /turf/unsimulated/floor{ icon_state = "steel" }, /area/centcom/control) -"vm" = ( +"uo" = ( /obj/machinery/computer/rdservercontrol{ badmin = 1; name = "Master R&D Server Controller" @@ -9220,7 +8450,125 @@ icon_state = "steel" }, /area/centcom/control) -"vn" = ( +"up" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"uq" = ( +/obj/machinery/dna_scannernew, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/test) +"ur" = ( +/obj/machinery/computer/scan_consolenew, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/test) +"us" = ( +/obj/machinery/computer/cloning, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/test) +"ut" = ( +/obj/machinery/clonepod, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/test) +"uu" = ( +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"uv" = ( +/obj/machinery/door/airlock/centcom{ + name = "Courthouse"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"uw" = ( +/obj/structure/table/woodentable, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"ux" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"uy" = ( +/obj/structure/table/woodentable, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"uz" = ( +/obj/structure/table/woodentable, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"uA" = ( +/obj/machinery/door/window/northleft, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"uB" = ( +/obj/machinery/vending/tool, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"uC" = ( +/obj/structure/table/steel_reinforced, +/obj/item/weapon/circuitboard/smes, +/obj/item/weapon/circuitboard/smes, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"uD" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uE" = ( /obj/machinery/door/airlock/centcom{ name = "Maintenance Access"; opacity = 1; @@ -9230,26 +8578,38 @@ icon_state = "steel" }, /area/centcom/control) -"vo" = ( +"uF" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall, +/area/centcom/control) +"uG" = ( /obj/effect/wingrille_spawn/reinforced/crescent, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom/control) -"vp" = ( -/obj/machinery/portable_atmospherics/canister/air, +"uH" = ( +/obj/machinery/porta_turret/crescent, /turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 + icon_state = "steel" }, -/area/centcom/specops) -"vq" = ( +/area/centcom/control) +"uI" = ( +/obj/machinery/door/airlock/centcom{ + name = "Teleporter Bay"; + opacity = 1; + req_access = list(107) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"uJ" = ( /turf/unsimulated/floor{ icon_state = "white" }, /area/centcom/test) -"vr" = ( +"uK" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -9257,14 +8617,14 @@ icon_state = "white" }, /area/centcom/test) -"vs" = ( +"uL" = ( /obj/machinery/door/window/northleft, /obj/structure/bed/chair, /turf/unsimulated/floor{ icon_state = "dark" }, /area/centcom/control) -"vt" = ( +"uM" = ( /obj/structure/table/woodentable, /obj/structure/window/reinforced{ dir = 8 @@ -9276,7 +8636,7 @@ icon_state = "dark" }, /area/centcom/control) -"vu" = ( +"uN" = ( /obj/structure/table/woodentable, /obj/structure/window/reinforced{ dir = 4 @@ -9288,7 +8648,7 @@ icon_state = "dark" }, /area/centcom/control) -"vv" = ( +"uO" = ( /obj/structure/table/woodentable, /obj/structure/window/reinforced{ dir = 8 @@ -9301,7 +8661,7 @@ dir = 2 }, /area/centcom/control) -"vw" = ( +"uP" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -9310,7 +8670,23 @@ dir = 2 }, /area/centcom/control) -"vx" = ( +"uQ" = ( +/obj/mecha/medical/odysseus/loaded, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"uR" = ( +/obj/item/mecha_parts/mecha_equipment/tool/sleeper, +/obj/item/mecha_parts/mecha_equipment/tool/sleeper, +/obj/item/mecha_parts/mecha_equipment/tool/syringe_gun, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"uS" = ( /obj/structure/table/reinforced, /obj/item/device/flash, /obj/item/device/flash, @@ -9330,641 +8706,7 @@ dir = 1 }, /area/centcom/specops) -"vy" = ( -/obj/machinery/shieldwallgen, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vA" = ( -/obj/structure/table/standard, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/weapon/handcuffs, -/obj/item/weapon/storage/pill_bottle/dice, -/obj/item/weapon/deck/cards, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"vB" = ( -/obj/machinery/porta_turret/crescent, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"vC" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/box/flashbangs, -/obj/item/weapon/storage/box/flashbangs, -/obj/item/weapon/storage/box/emps, -/obj/item/weapon/storage/box/frags, -/obj/item/weapon/storage/box/smokebombs, -/obj/item/weapon/gun/launcher/grenade, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vD" = ( -/obj/machinery/door/airlock/centcom{ - name = "Teleporter Bay"; - opacity = 1; - req_access = list(107) - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"vE" = ( -/obj/machinery/door/airlock/centcom{ - name = "Creed's Office"; - opacity = 1; - req_access = list(108) - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/creed) -"vF" = ( -/obj/structure/closet/secure_closet/courtroom, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"vG" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"vH" = ( -/obj/mecha/medical/odysseus/loaded, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"vI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/specops) -"vJ" = ( -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "ASSAULT2"; - name = "Launch Bay #2"; - p_open = 0 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/specops) -"vK" = ( -/obj/machinery/vending/tool, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vL" = ( -/obj/structure/sign/poster{ - poster_type = "/datum/poster/bay_50"; - pixel_x = -32 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"vM" = ( -/obj/item/weapon/aiModule/nanotrasen, -/obj/item/weapon/aiModule/reset, -/obj/item/weapon/aiModule/freeformcore, -/obj/item/weapon/aiModule/protectStation, -/obj/item/weapon/aiModule/quarantine, -/obj/item/weapon/aiModule/paladin, -/obj/item/weapon/aiModule/robocop, -/obj/item/weapon/aiModule/safeguard, -/obj/structure/table/rack, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - id = "skipjackshutters"; - name = "Skipjack Blast Shielding" - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"vO" = ( -/obj/machinery/door/airlock/centcom{ - name = "Maintenance Access"; - opacity = 1; - req_access = list(106) - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/control) -"vP" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "ASSAULT2"; - name = "gravpult" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"vQ" = ( -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "ASSAULT"; - name = "Assault Armor Storage"; - p_open = 0 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"vR" = ( -/obj/machinery/vending/security, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vS" = ( -/obj/machinery/vending/engivend, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"vT" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/specops) -"vU" = ( -/obj/structure/sign/nosmoking_2, -/turf/unsimulated/wall, -/area/centcom/living) -"vV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/specops) -"vW" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/specops) -"vX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/specops) -"vY" = ( -/obj/item/weapon/shovel, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"vZ" = ( -/obj/structure/closet/secure_closet/medical3{ - pixel_x = -5 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/test) -"wa" = ( -/obj/structure/closet/secure_closet/medical1{ - pixel_x = 5 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/test) -"wb" = ( -/obj/structure/closet/secure_closet/medical2{ - pixel_x = 5 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/test) -"wc" = ( -/obj/machinery/sleeper, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/test) -"wd" = ( -/obj/item/weapon/coin/gold, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"we" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"wf" = ( -/obj/structure/table/woodentable, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"wg" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/turf/space, -/area/space) -"wh" = ( -/obj/structure/sign/securearea, -/turf/unsimulated/wall, -/area/centcom/living) -"wi" = ( -/obj/effect/decal/remains, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"wj" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"wk" = ( -/obj/mecha/working/ripley/firefighter, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"wl" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/space/void/mining, -/obj/item/clothing/head/helmet/space/void/mining, -/obj/item/clothing/head/helmet/space/void/atmos, -/obj/item/clothing/suit/space/void/atmos, -/obj/item/weapon/tank/oxygen, -/obj/item/weapon/tank/oxygen, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/weapon/rig/light/hacker, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"wm" = ( -/obj/machinery/vending/engineering, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wn" = ( -/obj/machinery/pipedispenser/disposal/orderable, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wo" = ( -/obj/machinery/pipedispenser/orderable, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wp" = ( -/obj/machinery/power/emitter, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wq" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wr" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"ws" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"wt" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wu" = ( -/mob/living/silicon/decoy{ - name = "A.L.I.C.E." - }, -/turf/unsimulated/floor{ - icon_state = "whiteshiny" - }, -/area/centcom/control) -"wv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"ww" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"wx" = ( -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "ASSAULT1"; - name = "Launch Bay #1"; - p_open = 0 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/specops) -"wy" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"wz" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "ASSAULT1"; - name = "gravpult" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"wA" = ( -/obj/structure/sign/securearea, -/turf/unsimulated/wall, -/area/centcom/control) -"wB" = ( -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/specops) -"wC" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wD" = ( -/obj/structure/table/rack, -/obj/item/weapon/rig/ert/medical, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/weapon/rig/ert/medical, -/obj/item/clothing/accessory/storage/black_vest, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wE" = ( -/obj/item/mecha_parts/mecha_equipment/tool/sleeper, -/obj/item/mecha_parts/mecha_equipment/tool/sleeper, -/obj/item/mecha_parts/mecha_equipment/tool/syringe_gun, -/obj/structure/table/steel_reinforced, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wF" = ( -/obj/machinery/computer/ordercomp, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wG" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/holding) -"wH" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - broadcasting = 1; - dir = 1; - frequency = 1443; - listening = 0; - name = "Spec Ops Intercom"; - pixel_y = 28 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wI" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wJ" = ( -/obj/structure/window/reinforced, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"wK" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wL" = ( -/obj/machinery/door/window{ - dir = 2; - name = "AI Core Door"; - req_access = list(109) - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wM" = ( -/obj/machinery/computer/crew, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wN" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wO" = ( -/obj/mecha/working/hoverpod, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"wP" = ( +"uT" = ( /obj/structure/table/reinforced, /obj/item/weapon/storage/box/handcuffs, /obj/item/clothing/glasses/night{ @@ -9992,409 +8734,7 @@ dir = 1 }, /area/centcom/specops) -"wQ" = ( -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/specops) -"wR" = ( -/obj/machinery/door/airlock/centcom{ - name = "Special Operations"; - opacity = 1; - req_access = list(103) - }, -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "CREED"; - name = "Ready Room"; - p_open = 0 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/specops) -"wS" = ( -/obj/machinery/door/airlock/centcom{ - name = "Special Operations"; - opacity = 1; - req_access = list(103) - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/specops) -"wT" = ( -/obj/machinery/door/airlock/centcom{ - name = "Bridge"; - opacity = 1; - req_access = list(109) - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wU" = ( -/obj/structure/bed/chair, -/obj/effect/landmark{ - name = "CCIAAgent" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"wV" = ( -/obj/structure/table/rack, -/obj/item/weapon/rig/ert/security, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/weapon/rig/ert/security, -/obj/item/clothing/accessory/storage/black_vest, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wW" = ( -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "ASSAULT0"; - name = "Launch Bay #0"; - p_open = 0 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/specops) -"wX" = ( -/obj/structure/table/rack, -/obj/item/rig_module/mounted, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/clothing/accessory/storage/black_vest, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wY" = ( -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/item/stack/material/glass{ - amount = 50 - }, -/obj/item/stack/material/steel{ - amount = 50; - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/stack/material/steel{ - amount = 50; - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/stack/material/steel{ - amount = 50; - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/stack/material/steel{ - amount = 50; - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/stack/material/plasteel{ - amount = 50 - }, -/obj/item/stack/material/plasteel{ - amount = 50 - }, -/obj/item/stack/material/plasteel{ - amount = 50 - }, -/obj/item/stack/material/plasteel{ - amount = 50 - }, -/obj/item/stack/material/glass/reinforced{ - amount = 50 - }, -/obj/item/stack/material/glass/reinforced{ - amount = 50 - }, -/obj/item/stack/material/glass/reinforced{ - amount = 50 - }, -/obj/item/weapon/storage/briefcase/inflatable{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/storage/briefcase/inflatable{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/storage/briefcase/inflatable{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/storage/briefcase/inflatable{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/structure/table/steel_reinforced, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"wZ" = ( -/obj/machinery/porta_turret/crescent, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xa" = ( -/obj/machinery/portable_atmospherics/powered/pump/filled, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xb" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/cell/high, -/obj/item/weapon/cell/high, -/obj/item/weapon/cell/high, -/obj/item/weapon/cell/high, -/obj/item/weapon/cell/high, -/obj/item/weapon/cell/high, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xc" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "ASSAULT0"; - name = "gravpult" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"xd" = ( -/obj/machinery/cell_charger, -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xe" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/crowbar, -/obj/item/weapon/screwdriver, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xf" = ( -/obj/machinery/camera/network/ert{ - c_tag = "Assault Armor South"; - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"xg" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/crowbar, -/obj/item/weapon/screwdriver, -/obj/item/weapon/wrench, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xh" = ( -/obj/machinery/door/airlock/centcom{ - name = "Research Facility"; - opacity = 1; - req_access = list(104) - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/test) -"xi" = ( -/obj/machinery/computer/robotics, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"xj" = ( -/obj/machinery/door/airlock/centcom{ - name = "Courthouse"; - opacity = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/control) -"xk" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/camera/network/thunder{ - c_tag = "Court"; - pixel_x = 10; - pixel_y = -6 - }, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"xl" = ( -/obj/item/mecha_parts/mecha_equipment/teleporter, -/obj/item/mecha_parts/mecha_tracking, -/obj/item/mecha_parts/mecha_tracking, -/obj/item/mecha_parts/mecha_tracking, -/obj/item/mecha_parts/mecha_tracking, -/obj/structure/table/steel_reinforced, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xm" = ( -/obj/item/device/multitool, -/obj/item/device/multitool, -/obj/item/device/flash, -/obj/item/device/flash, -/obj/item/weapon/rcd, -/obj/item/weapon/rcd, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd, -/obj/item/weapon/rcd, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd_ammo, -/obj/item/weapon/rcd_ammo, -/obj/structure/table/steel_reinforced, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xn" = ( -/obj/structure/table/woodentable, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/deck/cards, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"xo" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/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 = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xp" = ( -/obj/machinery/recharge_station, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xq" = ( -/obj/item/mecha_parts/mecha_equipment/tool/extinguisher, -/obj/item/mecha_parts/mecha_equipment/tool/rcd, -/obj/item/weapon/pickaxe/diamonddrill, -/obj/structure/table/steel_reinforced, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xr" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/storage/box/flashbangs, -/obj/item/weapon/handcuffs, -/obj/item/device/flash, -/obj/item/weapon/melee/baton/loaded, -/obj/item/weapon/storage/belt/security/tactical, -/obj/item/weapon/gun/energy/stunrevolver, -/obj/item/clothing/glasses/sunglasses/sechud/tactical, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xs" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/aicard, -/obj/item/weapon/pinpointer/advpinpointer, -/obj/item/weapon/stamp/centcomm, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xt" = ( -/obj/structure/table/reinforced, -/obj/item/device/megaphone, -/obj/item/weapon/storage/box/trackimp, -/obj/item/weapon/storage/box/cdeathalarm_kit, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xu" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/gun/energy/gun/nuclear, -/obj/item/weapon/hand_tele, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xv" = ( +"uU" = ( /obj/structure/table/rack, /obj/item/clothing/suit/armor/vest/ert/security, /obj/item/clothing/suit/armor/vest/ert/security, @@ -10424,7 +8764,506 @@ dir = 8 }, /area/centcom/specops) -"xw" = ( +"uV" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/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 = "vault"; + dir = 1 + }, +/area/centcom/specops) +"uW" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/ert/security, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/weapon/rig/ert/security, +/obj/item/clothing/accessory/storage/black_vest, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"uX" = ( +/obj/structure/table/rack, +/obj/item/rig_module/mounted, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"uY" = ( +/obj/machinery/vending/engivend, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"uZ" = ( +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/glass/reinforced{ + amount = 50 + }, +/obj/item/stack/material/glass/reinforced{ + amount = 50 + }, +/obj/item/stack/material/glass/reinforced{ + amount = 50 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"va" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vb" = ( +/obj/machinery/porta_turret/crescent, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"vd" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/cell/high, +/obj/item/weapon/cell/high, +/obj/item/weapon/cell/high, +/obj/item/weapon/cell/high, +/obj/item/weapon/cell/high, +/obj/item/weapon/cell/high, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"ve" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/crowbar, +/obj/item/weapon/screwdriver, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vf" = ( +/obj/machinery/cell_charger, +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vg" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/crowbar, +/obj/item/weapon/screwdriver, +/obj/item/weapon/wrench, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vh" = ( +/obj/machinery/door/airlock/centcom{ + name = "Research Facility"; + opacity = 1; + req_access = list(104) + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/test) +"vi" = ( +/obj/structure/closet/secure_closet/courtroom, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"vj" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"vk" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/camera/network/thunder{ + c_tag = "Court"; + pixel_x = 10; + pixel_y = -6 + }, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"vl" = ( +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "ASSAULT2"; + name = "Launch Bay #2"; + p_open = 0 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"vm" = ( +/obj/machinery/mass_driver{ + dir = 8; + id = "ASSAULT2"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vn" = ( +/obj/item/mecha_parts/mecha_equipment/teleporter, +/obj/item/mecha_parts/mecha_tracking, +/obj/item/mecha_parts/mecha_tracking, +/obj/item/mecha_parts/mecha_tracking, +/obj/item/mecha_parts/mecha_tracking, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"vp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"vq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"vr" = ( +/obj/machinery/vending/engineering, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vs" = ( +/obj/item/device/multitool, +/obj/item/device/multitool, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/weapon/rcd, +/obj/item/weapon/rcd, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd, +/obj/item/weapon/rcd, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vt" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"vu" = ( +/obj/machinery/recharge_station, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vv" = ( +/obj/structure/closet/secure_closet/medical3{ + pixel_x = -5 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/test) +"vw" = ( +/obj/structure/closet/secure_closet/medical1{ + pixel_x = 5 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/test) +"vx" = ( +/obj/structure/closet/secure_closet/medical2{ + pixel_x = 5 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/test) +"vy" = ( +/obj/machinery/sleeper, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/test) +"vz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"vA" = ( +/obj/structure/table/woodentable, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"vB" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/turf/template_noop, +/area/template_noop) +"vC" = ( +/obj/mecha/working/ripley/firefighter, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vD" = ( +/obj/item/mecha_parts/mecha_equipment/tool/extinguisher, +/obj/item/mecha_parts/mecha_equipment/tool/rcd, +/obj/item/weapon/pickaxe/diamonddrill, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vE" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/flashbangs, +/obj/item/weapon/handcuffs, +/obj/item/device/flash, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/storage/belt/security/tactical, +/obj/item/weapon/gun/energy/stunrevolver, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vF" = ( +/obj/structure/table/reinforced, +/obj/item/device/megaphone, +/obj/item/weapon/storage/box/trackimp, +/obj/item/weapon/storage/box/cdeathalarm_kit, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vG" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/aicard, +/obj/item/weapon/pinpointer/advpinpointer, +/obj/item/weapon/stamp/centcomm, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vH" = ( +/obj/structure/table/reinforced, +/obj/item/device/pda/ert, +/obj/item/weapon/gun/projectile/automatic/rifle/w556, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vI" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/gun/energy/gun/nuclear, +/obj/item/weapon/hand_tele, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vJ" = ( /obj/item/clothing/glasses/meson, /obj/item/clothing/glasses/meson, /obj/item/clothing/glasses/meson, @@ -10451,7 +9290,7 @@ dir = 1 }, /area/centcom/specops) -"xx" = ( +"vK" = ( /obj/machinery/door/airlock/centcom{ name = "Special Operations"; opacity = 1; @@ -10462,19 +9301,77 @@ dir = 8 }, /area/centcom/specops) -"xy" = ( -/obj/machinery/computer/communications, +"vL" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, /turf/unsimulated/floor{ icon_state = "steel" }, /area/centcom/control) -"xz" = ( -/obj/machinery/computer/med_data, +"vM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, /turf/unsimulated/floor{ icon_state = "steel" }, /area/centcom/control) -"xA" = ( +"vN" = ( +/mob/living/silicon/decoy{ + name = "A.L.I.C.E." + }, +/turf/unsimulated/floor{ + icon_state = "whiteshiny" + }, +/area/centcom/control) +"vO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"vP" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/donut, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"vQ" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"vR" = ( +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "ASSAULT1"; + name = "Launch Bay #1"; + p_open = 0 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"vS" = ( +/obj/machinery/mass_driver{ + dir = 8; + id = "ASSAULT1"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"vT" = ( /obj/item/mecha_parts/mecha_equipment/tool/drill/diamonddrill, /obj/item/mecha_parts/mecha_equipment/tool/cable_layer, /obj/structure/table/steel_reinforced, @@ -10483,7 +9380,455 @@ dir = 1 }, /area/centcom/specops) -"xB" = ( +"vU" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/backpack/ert/commander, +/obj/item/clothing/suit/armor/vest/ert/command, +/obj/item/clothing/head/helmet/ert/command, +/obj/item/clothing/mask/gas/tactical, +/obj/item/weapon/storage/backpack/ert/commander, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vV" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/weapon/rig/ert, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vW" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/stunrevolver, +/obj/item/weapon/gun/energy/stunrevolver, +/obj/item/device/flash, +/obj/item/device/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, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vX" = ( +/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/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/clothing/head/helmet/ert/engineer, +/obj/item/clothing/head/helmet/ert/engineer, +/obj/item/clothing/mask/gas/tactical, +/obj/item/clothing/mask/gas/tactical, +/obj/item/clothing/mask/gas/tactical, +/obj/item/weapon/storage/backpack/ert/engineer, +/obj/item/weapon/storage/backpack/ert/engineer, +/obj/item/weapon/storage/backpack/ert/engineer, +/obj/item/weapon/storage/backpack/ert/engineer, +/obj/item/weapon/storage/backpack/ert/engineer, +/obj/item/weapon/storage/backpack/ert/engineer, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vY" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/ert/engineer, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/weapon/rig/ert/engineer, +/obj/item/clothing/accessory/storage/brown_vest, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"vZ" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"wa" = ( +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"wb" = ( +/obj/structure/window/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wc" = ( +/obj/structure/sign/securearea, +/turf/unsimulated/wall, +/area/centcom/specops) +"wd" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"we" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + broadcasting = 1; + dir = 1; + frequency = 1443; + listening = 0; + name = "Spec Ops Intercom"; + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wf" = ( +/obj/machinery/door/window{ + dir = 2; + name = "AI Core Door"; + req_access = list(109) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wg" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wh" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wi" = ( +/obj/machinery/computer/crew, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wj" = ( +/obj/structure/sign/nosmoking_2, +/turf/unsimulated/wall, +/area/centcom/control) +"wk" = ( +/obj/mecha/working/hoverpod, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wl" = ( +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/table/steel_reinforced, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"wm" = ( +/obj/structure/table/rack, +/obj/item/rig_module/mounted/taser, +/obj/item/rig_module/mounted/taser, +/obj/item/rig_module/mounted/taser, +/obj/item/rig_module/maneuvering_jets, +/obj/item/rig_module/maneuvering_jets, +/obj/item/rig_module/grenade_launcher, +/obj/item/rig_module/device/drill, +/obj/item/rig_module/device/drill, +/obj/item/rig_module/device/healthscanner, +/obj/item/rig_module/device/healthscanner, +/obj/item/rig_module/mounted/plasmacutter, +/obj/item/rig_module/mounted/plasmacutter, +/obj/item/rig_module/device/rcd, +/obj/item/rig_module/device/rcd, +/obj/item/rig_module/chem_dispenser/injector, +/obj/item/rig_module/chem_dispenser/injector, +/obj/item/rig_module/chem_dispenser/combat, +/obj/item/rig_module/chem_dispenser/combat, +/obj/item/rig_module/mounted/egun, +/obj/item/rig_module/mounted/egun, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"wn" = ( +/obj/item/modular_computer/console/preset/ert, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"wo" = ( +/obj/machinery/door/airlock/centcom{ + name = "Armory Special Operations"; + opacity = 1; + req_access = list(103) + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"wp" = ( +/obj/machinery/door/airlock/centcom{ + name = "Engineering Special Operations"; + opacity = 1; + req_access = list(103) + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"wq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + opacity = 1; + req_access = list(103) + }, +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "CREED"; + name = "Ready Room"; + p_open = 0 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/specops) +"wr" = ( +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/specops) +"ws" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + opacity = 1; + req_access = list(103) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/specops) +"wt" = ( +/obj/machinery/door/airlock/centcom{ + name = "Bridge"; + opacity = 1; + req_access = list(109) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wu" = ( +/obj/structure/bed/chair, +/obj/effect/landmark{ + name = "CCIAAgent" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wv" = ( +/obj/machinery/door/airlock/centcom{ + name = "Courthouse"; + opacity = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"ww" = ( +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/template_noop, +/area/template_noop) +"wx" = ( +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/turf/simulated/mineral, +/area/template_noop) +"wy" = ( +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "ASSAULT0"; + name = "Launch Bay #0"; + p_open = 0 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"wz" = ( +/obj/machinery/mass_driver{ + dir = 8; + id = "ASSAULT0"; + name = "gravpult" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wA" = ( +/obj/machinery/camera/network/ert{ + c_tag = "Assault Armor South"; + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wB" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations Command"; + opacity = 1; + req_access = list(103) + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"wC" = ( +/obj/structure/sign/securearea{ + name = "\improper ARMORY"; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"wD" = ( +/obj/structure/sign/securearea{ + name = "ENGINEERING ACCESS"; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"wE" = ( +/obj/item/device/radio/intercom{ + broadcasting = 1; + dir = 1; + frequency = 1441; + listening = 0; + name = "Spec Ops Intercom"; + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"wF" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 32 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"wG" = ( +/obj/structure/table/rack, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"wH" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -10491,7 +9836,61 @@ icon_state = "dark" }, /area/centcom/specops) -"xC" = ( +"wI" = ( +/obj/structure/sign/nosmoking_2, +/turf/unsimulated/wall, +/area/centcom/specops) +"wJ" = ( +/obj/machinery/computer/robotics, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wK" = ( +/obj/item/modular_computer/console/preset/command, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wL" = ( +/obj/item/modular_computer/console/preset/ert, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wM" = ( +/obj/machinery/computer/med_data, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"wN" = ( +/obj/structure/sign/redcross{ + pixel_y = -32 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 8 + }, +/area/centcom/specops) +"wO" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wP" = ( +/obj/structure/table/reinforced, +/obj/item/device/megaphone, +/obj/item/device/megaphone, +/obj/item/device/megaphone, +/obj/item/device/megaphone, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"wQ" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -10504,30 +9903,56 @@ dir = 1 }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom/specops) -"xD" = ( +"wR" = ( +/obj/structure/table/standard, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/weapon/handcuffs, +/obj/item/weapon/storage/pill_bottle/dice, +/obj/item/weapon/deck/cards, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wS" = ( +/obj/structure/bed/chair/office/light, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wT" = ( +/obj/machinery/computer/arcade, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wU" = ( +/obj/structure/undies_wardrobe, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"wV" = ( /obj/structure/table/reinforced, +/obj/item/device/magnetic_lock, +/obj/item/device/magnetic_lock, +/obj/item/device/magnetic_lock, +/obj/item/device/magnetic_lock, /turf/unsimulated/floor{ icon_state = "steel" }, /area/centcom/control) -"xE" = ( +"wW" = ( /obj/structure/bed/chair, /turf/unsimulated/floor{ icon_state = "steel" }, /area/centcom/control) -"xF" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/card/id/captains_spare, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"xG" = ( +"wX" = ( /obj/machinery/button/remote/blast_door{ id = "crescent_checkpoint_access"; name = "Crescent Checkpoint Access"; @@ -10558,77 +9983,20 @@ icon_state = "steel" }, /area/centcom/control) -"xH" = ( +"wY" = ( /obj/structure/table/reinforced, -/obj/item/device/pda/ert, -/obj/item/weapon/gun/projectile/automatic/rifle/w556, +/obj/item/weapon/card/id/captains_spare, /turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 + icon_state = "steel" }, -/area/centcom/specops) -"xI" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/accessory/storage/black_vest, -/obj/item/weapon/rig/ert, +/area/centcom/control) +"wZ" = ( +/obj/effect/wingrille_spawn/reinforced/crescent, /turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 + icon_state = "dark" }, -/area/centcom/specops) -"xJ" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/backpack/ert/commander, -/obj/item/clothing/suit/armor/vest/ert/command, -/obj/item/clothing/head/helmet/ert/command, -/obj/item/clothing/mask/gas/tactical, -/obj/item/weapon/storage/backpack/ert/commander, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xK" = ( -/obj/structure/table/rack, -/obj/item/weapon/gun/energy/stunrevolver, -/obj/item/weapon/gun/energy/stunrevolver, -/obj/item/device/flash, -/obj/item/device/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, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xL" = ( -/obj/structure/table/rack, -/obj/item/weapon/rig/ert/engineer, -/obj/item/clothing/accessory/storage/brown_vest, -/obj/item/weapon/rig/ert/engineer, -/obj/item/clothing/accessory/storage/brown_vest, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xM" = ( -/obj/machinery/portable_atmospherics/powered/scrubber, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xN" = ( -/obj/structure/sign/securearea, -/turf/unsimulated/wall, -/area/centcom/specops) -"xO" = ( +/area/centcom/control) +"xa" = ( /obj/machinery/door/airlock/centcom{ name = "Courthouse"; opacity = 1 @@ -10637,584 +10005,13 @@ icon_state = "white" }, /area/centcom/control) -"xP" = ( +"xb" = ( /obj/structure/table/standard, /turf/unsimulated/floor{ icon_state = "white" }, /area/centcom/control) -"xQ" = ( -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"xR" = ( -/obj/structure/sign/nosmoking_2, -/turf/unsimulated/wall, -/area/centcom/control) -"xS" = ( -/obj/machinery/computer/secure_data, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"xT" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 0; - pixel_y = 0 - }, -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/holding) -"xU" = ( -/obj/structure/table/reinforced, -/obj/item/device/magnetic_lock, -/obj/item/device/magnetic_lock, -/obj/item/device/magnetic_lock, -/obj/item/device/magnetic_lock, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"xV" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/space, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"xW" = ( -/obj/structure/table/reinforced, -/obj/item/device/pda/captain, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"xX" = ( -/obj/item/modular_computer/console/preset/mercenary, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/administration/centcom) -"xY" = ( -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/structure/table/steel_reinforced, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"xZ" = ( -/obj/machinery/vending/cigarette, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/control) -"ya" = ( -/obj/structure/table/rack, -/obj/item/rig_module/mounted/taser, -/obj/item/rig_module/mounted/taser, -/obj/item/rig_module/mounted/taser, -/obj/item/rig_module/maneuvering_jets, -/obj/item/rig_module/maneuvering_jets, -/obj/item/rig_module/grenade_launcher, -/obj/item/rig_module/device/drill, -/obj/item/rig_module/device/drill, -/obj/item/rig_module/device/healthscanner, -/obj/item/rig_module/device/healthscanner, -/obj/item/rig_module/device/plasmacutter, -/obj/item/rig_module/device/plasmacutter, -/obj/item/rig_module/device/rcd, -/obj/item/rig_module/device/rcd, -/obj/item/rig_module/chem_dispenser/injector, -/obj/item/rig_module/chem_dispenser/injector, -/obj/item/rig_module/chem_dispenser/combat, -/obj/item/rig_module/chem_dispenser/combat, -/obj/item/rig_module/mounted/egun, -/obj/item/rig_module/mounted/egun, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"yb" = ( -/obj/machinery/door/airlock/centcom{ - name = "Armory Special Operations"; - opacity = 1; - req_access = list(103) - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"yc" = ( -/obj/machinery/door/airlock/centcom{ - name = "Engineering Special Operations"; - opacity = 1; - req_access = list(103) - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"yd" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/evac) -"ye" = ( -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/evac) -"yf" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/evac) -"yg" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 5; - health = 1e+007 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/control) -"yh" = ( -/turf/unsimulated/wall, -/area/centcom/creed) -"yi" = ( -/obj/structure/table/standard, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/evac) -"yj" = ( -/obj/machinery/door/airlock/centcom{ - name = "Special Operations Command"; - opacity = 1; - req_access = list(103) - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"yk" = ( -/obj/structure/sign/securearea{ - name = "\improper ARMORY"; - pixel_y = 32 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"yl" = ( -/obj/item/device/radio/intercom{ - broadcasting = 1; - dir = 1; - frequency = 1441; - listening = 0; - name = "Spec Ops Intercom"; - pixel_y = 28 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"ym" = ( -/obj/structure/sign/securearea{ - name = "ENGINEERING ACCESS"; - pixel_y = 32 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"yn" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 5; - health = 1e+007 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/control) -"yo" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/space, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"yp" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/tdome) -"yq" = ( -/obj/machinery/door/airlock/centcom{ - name = "Holding Cell"; - opacity = 1; - req_access = list(101) - }, -/obj/machinery/door/blast/regular{ - id = "crescent_checkpoint_access"; - name = "Crescent Checkpoint" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"yr" = ( -/obj/structure/bed/chair, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/control) -"ys" = ( -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/control) -"yt" = ( -/obj/structure/bed/chair, -/turf/unsimulated/floor{ - icon_state = "carpet"; - dir = 2 - }, -/area/centcom/control) -"yu" = ( -/turf/unsimulated/wall, -/area/centcom/evac) -"yv" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"yw" = ( -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"yx" = ( -/obj/structure/table/rack, -/obj/item/weapon/rig/merc/empty, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership) -"yy" = ( -/obj/machinery/computer/secure_data, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"yz" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 32 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"yA" = ( -/obj/structure/sign/nosmoking_2, -/turf/unsimulated/wall, -/area/centcom/specops) -"yB" = ( -/obj/item/weapon/stool/padded, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"yC" = ( -/obj/structure/sign/redcross{ - pixel_y = -32 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"yD" = ( -/obj/structure/bed/chair, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"yE" = ( -/obj/item/weapon/mop, -/obj/structure/mopbucket, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"yF" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/weapon/reagent_containers/glass/bucket{ - amount_per_transfer_from_this = 50 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"yG" = ( -/obj/structure/table/standard, -/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 0; - pixel_y = 0 - }, -/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 7; - pixel_y = 1 - }, -/obj/item/weapon/wrench, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"yH" = ( -/obj/machinery/door/airlock/centcom{ - name = "General Access"; - opacity = 1; - req_access = list(101) - }, -/obj/machinery/door/blast/regular{ - id = "crescent_checkpoint_access"; - name = "Crescent Checkpoint" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"yI" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"yJ" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/backpack/security, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/shoes/galoshes, -/obj/item/clothing/head/bio_hood/janitor, -/obj/item/clothing/suit/bio_suit/janitor, -/obj/item/clothing/gloves/purple, -/obj/item/clothing/glasses/science, -/obj/item/weapon/storage/backpack/security, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/shoes/galoshes, -/obj/item/clothing/head/bio_hood/janitor, -/obj/item/clothing/suit/bio_suit/janitor, -/obj/item/clothing/gloves/purple, -/obj/item/clothing/glasses/science, -/obj/item/weapon/reagent_containers/spray/cleaner{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/weapon/reagent_containers/spray/cleaner{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/weapon/reagent_containers/spray/plantbgone, -/obj/item/weapon/reagent_containers/spray/plantbgone, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"yK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 5; - health = 1e+007 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/centcom/control) -"yL" = ( -/obj/structure/table/woodentable, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/centcom/control) -"yM" = ( -/obj/structure/bed/chair/office/light, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"yN" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/control) -"yO" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/control) -"yP" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion_l"; - dir = 8 - }, -/turf/space, -/area/shuttle/specops/centcom) -"yQ" = ( -/obj/structure/undies_wardrobe, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"yR" = ( -/obj/structure/table/reinforced, -/obj/item/device/pda/ert, -/obj/item/device/pda/ert, -/obj/item/device/pda/ert, -/obj/item/device/pda/ert, -/obj/item/device/pda/ert, -/obj/item/device/pda/ert, -/obj/item/device/pda/ert, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"yS" = ( -/obj/machinery/computer/arcade, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"yT" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s (EAST)"; - icon_state = "swall_s"; - dir = 4 - }, -/area/shuttle/escape/centcom) -"yU" = ( -/obj/structure/closet/secure_closet/injection, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/control) -"yV" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/centcom/control) -"yW" = ( -/obj/machinery/door/airlock/centcom{ - name = "Special Operations"; - opacity = 1; - req_access = list(103) - }, -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "CREED"; - name = "Ready Room"; - p_open = 0 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"yX" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s"; - icon_state = "swall_s" - }, -/area/shuttle/escape/centcom) -"yY" = ( +"xc" = ( /obj/machinery/camera/network/thunder{ c_tag = "Court - Jury Room" }, @@ -11222,7 +10019,13 @@ icon_state = "dark" }, /area/centcom/control) -"yZ" = ( +"xd" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"xe" = ( /obj/structure/table/reinforced, /obj/item/mecha_parts/mecha_equipment/tool/hydraulic_clamp, /obj/item/mecha_parts/mecha_equipment/tool/hydraulic_clamp, @@ -11233,44 +10036,7 @@ dir = 1 }, /area/centcom/specops) -"za" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/color/red, -/obj/item/clothing/shoes/brown, -/obj/item/weapon/melee/energy/axe, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/tdome) -"zb" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/color/green, -/obj/item/clothing/shoes/brown, -/obj/item/weapon/melee/energy/axe, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/tdome) -"zc" = ( -/obj/structure/table/reinforced, -/obj/item/device/megaphone, -/obj/item/device/megaphone, -/obj/item/device/megaphone, -/obj/item/device/megaphone, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"zd" = ( -/obj/structure/shuttle/engine/propulsion{ - tag = "icon-propulsion (WEST)"; - icon_state = "propulsion"; - dir = 8 - }, -/turf/space, -/area/shuttle/specops/centcom) -"ze" = ( +"xf" = ( /obj/machinery/door/airlock/centcom{ name = "Medical Special Operations"; opacity = 1; @@ -11281,7 +10047,7 @@ dir = 8 }, /area/centcom/specops) -"zf" = ( +"xg" = ( /obj/machinery/autolathe{ desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; hacked = 1; @@ -11292,14 +10058,20 @@ dir = 1 }, /area/centcom/specops) -"zg" = ( +"xh" = ( /obj/structure/table/reinforced, /obj/item/weapon/storage/box/donut, /turf/unsimulated/floor{ icon_state = "dark" }, /area/centcom/specops) -"zh" = ( +"xi" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xj" = ( /obj/structure/table/reinforced, /obj/item/weapon/crowbar, /obj/item/weapon/screwdriver, @@ -11307,25 +10079,21 @@ icon_state = "dark" }, /area/centcom/specops) -"zi" = ( +"xk" = ( /obj/structure/table/reinforced, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "vault"; + dir = 1 }, /area/centcom/specops) -"zj" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/color/red, -/obj/item/clothing/shoes/brown, -/obj/item/clothing/suit/armor/tdome/red, -/obj/item/clothing/head/helmet/thunderdome, -/obj/item/weapon/melee/baton/loaded, -/obj/item/weapon/melee/energy/sword/red, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/tdome) -"zk" = ( +"xl" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; @@ -11333,7 +10101,7 @@ }, /turf/unsimulated/wall, /area/centcom/specops) -"zl" = ( +"xm" = ( /obj/structure/table/rack, /obj/item/device/lightreplacer, /obj/item/device/lightreplacer, @@ -11342,17 +10110,104 @@ dir = 1 }, /area/centcom/specops) -"zm" = ( +"xn" = ( +/obj/structure/table/reinforced, +/obj/item/device/pda/captain, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"xo" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"xp" = ( +/obj/item/modular_computer/console/preset/security, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"xq" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"xr" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/control) +"xs" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/control) +"xt" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon_state = "carpet"; + dir = 2 + }, +/area/centcom/control) +"xu" = ( +/turf/unsimulated/wall, +/area/centcom/evac) +"xv" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"xw" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"xx" = ( +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"xy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/shuttle/engine/heater{ - icon_state = "heater"; - dir = 8 +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/simulated/floor/airless, -/area/shuttle/specops/centcom) -"zn" = ( +/obj/structure/window/reinforced{ + dir = 5; + health = 1e+007 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/control) +"xz" = ( +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"xA" = ( +/obj/item/weapon/shovel, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"xB" = ( /obj/structure/table/reinforced, /obj/item/weapon/storage/belt/medical, /obj/item/weapon/storage/belt/medical, @@ -11369,45 +10224,25 @@ dir = 1 }, /area/centcom/specops) -"zo" = ( -/obj/machinery/door/airlock/glass_security{ - name = "Holding Cell"; - req_access = list(2) - }, +"xC" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/belt/medical, +/obj/item/weapon/storage/belt/medical, +/obj/item/weapon/storage/belt/medical, +/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline, +/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline, +/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline, +/obj/item/weapon/reagent_containers/hypospray, +/obj/item/weapon/reagent_containers/hypospray, +/obj/item/weapon/reagent_containers/hypospray, +/obj/item/weapon/storage/box/syringes, +/obj/item/weapon/reagent_containers/glass/beaker/large, /turf/unsimulated/floor{ - icon_state = "steel" + icon_state = "vault"; + dir = 1 }, -/area/centcom/holding) -"zp" = ( -/obj/machinery/door/blast/regular{ - id = "CentComPort"; - name = "Security Doors" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"zq" = ( -/obj/machinery/bodyscanner{ - dir = 8; - icon_state = "body_scanner_0"; - tag = "icon-body_scanner_0 (EAST)" - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"zr" = ( -/obj/machinery/door/airlock/centcom{ - name = "Arrivals Processing"; - opacity = 1; - req_access = list(101) - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"zs" = ( +/area/centcom/specops) +"xD" = ( /obj/structure/table/reinforced, /obj/item/weapon/storage/box/autoinjectors, /obj/item/weapon/storage/box/beakers, @@ -11424,32 +10259,7 @@ dir = 1 }, /area/centcom/specops) -"zt" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/storage/belt/medical, -/obj/item/weapon/storage/belt/medical, -/obj/item/weapon/storage/belt/medical, -/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline, -/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline, -/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline, -/obj/item/weapon/reagent_containers/hypospray, -/obj/item/weapon/reagent_containers/hypospray, -/obj/item/weapon/reagent_containers/hypospray, -/obj/item/weapon/storage/box/syringes, -/obj/item/weapon/reagent_containers/glass/beaker/large, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"zu" = ( -/obj/machinery/chem_master, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"zv" = ( +"xE" = ( /obj/machinery/chemical_dispenser/ert, /obj/item/weapon/reagent_containers/glass/beaker/large, /turf/unsimulated/floor{ @@ -11457,7 +10267,14 @@ dir = 1 }, /area/centcom/specops) -"zw" = ( +"xF" = ( +/obj/machinery/chem_master, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"xG" = ( /obj/structure/closet/crate, /obj/item/clothing/shoes/magboots, /obj/item/clothing/shoes/magboots, @@ -11471,73 +10288,7 @@ dir = 1 }, /area/centcom/specops) -"zx" = ( -/obj/structure/table/reinforced, -/obj/item/device/paicard, -/obj/item/device/paicard, -/obj/item/device/paicard, -/obj/item/device/paicard, -/obj/item/device/paicard, -/obj/item/device/paicard, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"zy" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall (NORTHWEST)"; - icon_state = "swall"; - dir = 9 - }, -/area/shuttle/escape/centcom) -"zz" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/turf/space, -/area/space) -"zA" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"zB" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall (NORTHEAST)"; - icon_state = "swall"; - dir = 5 - }, -/area/shuttle/escape/centcom) -"zC" = ( +"xH" = ( /obj/structure/table/reinforced, /obj/item/weapon/stamp/centcomm, /obj/item/weapon/pen, @@ -11549,7 +10300,31 @@ icon_state = "dark" }, /area/centcom/specops) -"zD" = ( +"xI" = ( +/obj/structure/table/reinforced, +/obj/item/device/paicard, +/obj/item/device/paicard, +/obj/item/device/paicard, +/obj/item/device/paicard, +/obj/item/device/paicard, +/obj/item/device/paicard, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"xJ" = ( +/obj/effect/landmark{ + name = "Response Team" + }, +/obj/effect/landmark{ + name = "Commando" + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"xK" = ( /obj/structure/closet{ icon_closed = "syndicate1"; icon_opened = "syndicate1open"; @@ -11564,32 +10339,7 @@ dir = 8 }, /area/centcom/specops) -"zE" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"zF" = ( -/obj/effect/landmark{ - name = "Response Team" - }, -/obj/effect/landmark{ - name = "Commando" - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"zG" = ( +"xL" = ( /obj/structure/sink{ dir = 4; icon_state = "sink"; @@ -11600,22 +10350,72 @@ icon_state = "dark" }, /area/centcom/specops) -"zH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 +"xM" = ( +/obj/structure/table/woodentable, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" }, -/obj/structure/window/reinforced{ +/area/centcom/control) +"xN" = ( +/obj/structure/table/standard, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/evac) +"xO" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"xP" = ( +/obj/structure/bed/chair{ dir = 8 }, /turf/unsimulated/floor{ - tag = "icon-plating"; + icon_state = "dark" + }, +/area/centcom/control) +"xQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 5; + health = 1e+007 + }, +/turf/unsimulated/floor{ icon_state = "plating" }, +/area/centcom/control) +"xR" = ( +/obj/item/weapon/coin/gold, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"zI" = ( +"xS" = ( +/obj/effect/decal/remains, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"xT" = ( /obj/structure/closet/crate{ name = "mag lock crate" }, @@ -11626,7 +10426,7 @@ dir = 1 }, /area/centcom/specops) -"zJ" = ( +"xU" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -11634,50 +10434,97 @@ icon_state = "dark" }, /area/centcom/specops) -"zK" = ( -/obj/structure/sign/double/barsign, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +"xV" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/backpack/security, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/shoes/galoshes, +/obj/item/clothing/head/bio_hood/janitor, +/obj/item/clothing/suit/bio_suit/janitor, +/obj/item/clothing/gloves/purple, +/obj/item/clothing/glasses/science, +/obj/item/weapon/storage/backpack/security, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/shoes/galoshes, +/obj/item/clothing/head/bio_hood/janitor, +/obj/item/clothing/suit/bio_suit/janitor, +/obj/item/clothing/gloves/purple, +/obj/item/clothing/glasses/science, +/obj/item/weapon/reagent_containers/spray/cleaner{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/weapon/reagent_containers/spray/cleaner{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/weapon/reagent_containers/spray/plantbgone, +/obj/item/weapon/reagent_containers/spray/plantbgone, +/obj/item/weapon/storage/box/lights/mixed, +/obj/item/weapon/storage/box/lights/mixed, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/turf/unsimulated/floor{ + icon_state = "vault"; dir = 1 }, +/area/centcom/specops) +"xW" = ( +/obj/item/weapon/mop, +/obj/structure/mopbucket, /turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" + icon_state = "vault"; + dir = 1 }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"zL" = ( +/area/centcom/specops) +"xX" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/weapon/reagent_containers/glass/bucket{ + amount_per_transfer_from_this = 50 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"xY" = ( +/obj/structure/closet/secure_closet/injection, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/control) +"xZ" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "wood" }, /area/centcom/control) -"zM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, +"ya" = ( +/turf/simulated/mineral, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"zN" = ( -/turf/simulated/shuttle/wall{ - icon_state = "wall3" +"yb" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 }, -/area/shuttle/specops/centcom) -"zO" = ( +/area/centcom/specops) +"yc" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; id_tag = "specops_centcom_dock"; @@ -11692,117 +10539,21 @@ dir = 8 }, /area/centcom/specops) -"zP" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 1; - icon_state = "diagonalWall3" - }, -/area/shuttle/specops/centcom) -"zQ" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Arrivals Processing"; +"yd" = ( +/obj/machinery/door/airlock/centcom{ + name = "Holding Cell"; + opacity = 1; req_access = list(101) }, +/obj/machinery/door/blast/regular{ + id = "crescent_checkpoint_access"; + name = "Crescent Checkpoint" + }, /turf/unsimulated/floor{ icon_state = "steel" }, -/area/centcom/holding) -"zR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"zS" = ( -/obj/structure/window/shuttle{ - icon_state = "window4" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/escape/centcom) -"zT" = ( -/obj/structure/window/shuttle{ - icon_state = "window8" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/escape/centcom) -"zU" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"zV" = ( -/obj/machinery/vending/snack, -/turf/unsimulated/floor{ - icon_state = "dark" - }, /area/centcom/control) -"zW" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/control) -"zX" = ( -/obj/structure/table/woodentable, -/obj/machinery/chemical_dispenser/bar_alc/full, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"zY" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"zZ" = ( -/obj/machinery/computer/security/telescreen{ - desc = ""; - name = "Spec. Ops. Monitor"; - network = list("ERT"); - pixel_y = 30 - }, -/obj/machinery/computer/shuttle_control/specops, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"Aa" = ( -/obj/structure/bed/chair, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"Ab" = ( +"ye" = ( /obj/structure/table/standard, /obj/item/device/assembly/signaler, /obj/item/weapon/handcuffs, @@ -11811,25 +10562,7 @@ icon_state = "white" }, /area/centcom/control) -"Ac" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"Ad" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 32 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"Ae" = ( -/obj/machinery/floodlight, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"Af" = ( +"yf" = ( /obj/structure/table/reinforced, /obj/item/weapon/storage/box/bodybags, /obj/item/weapon/storage/firstaid/o2, @@ -11855,19 +10588,7 @@ dir = 1 }, /area/centcom/specops) -"Ag" = ( -/obj/machinery/door/blast/regular{ - icon_state = "pdoor1"; - id = "ASSAULT"; - name = "Assault Weapon Storage"; - p_open = 0 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"Ah" = ( +"yg" = ( /obj/structure/table/reinforced, /obj/item/weapon/reagent_containers/blood/OMinus, /obj/item/weapon/reagent_containers/blood/OMinus, @@ -11883,60 +10604,14 @@ dir = 1 }, /area/centcom/specops) -"Ai" = ( -/obj/structure/table/woodentable, -/obj/machinery/chemical_dispenser/bar_soft/full, +"yh" = ( +/obj/machinery/iv_drip, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Aj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" + icon_state = "vault"; + dir = 1 }, /area/centcom/specops) -"Ak" = ( -/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{ - icon_state = "steel" - }, -/area/centcom/holding) -"Al" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"Am" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"An" = ( +"yi" = ( /obj/structure/closet/crate/medical, /obj/item/weapon/circular_saw, /obj/item/weapon/surgicaldrill, @@ -11970,42 +10645,7 @@ dir = 1 }, /area/centcom/specops) -"Ao" = ( -/obj/machinery/iv_drip, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"Ap" = ( -/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/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/clothing/head/helmet/ert/engineer, -/obj/item/clothing/head/helmet/ert/engineer, -/obj/item/clothing/mask/gas/tactical, -/obj/item/clothing/mask/gas/tactical, -/obj/item/clothing/mask/gas/tactical, -/obj/item/weapon/storage/backpack/ert/engineer, -/obj/item/weapon/storage/backpack/ert/engineer, -/obj/item/weapon/storage/backpack/ert/engineer, -/obj/item/weapon/storage/backpack/ert/engineer, -/obj/item/weapon/storage/backpack/ert/engineer, -/obj/item/weapon/storage/backpack/ert/engineer, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"Aq" = ( +"yj" = ( /obj/structure/table/rack, /obj/item/weapon/gun/energy/stunrevolver, /obj/item/weapon/gun/energy/stunrevolver, @@ -12022,22 +10662,46 @@ dir = 1 }, /area/centcom/specops) -"Ar" = ( +"yk" = ( /obj/structure/table/rack, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, -/obj/item/weapon/tank/emergency_oxygen/double, +/obj/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/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/clothing/head/helmet/ert/medical, +/obj/item/clothing/head/helmet/ert/medical, +/obj/item/clothing/mask/gas/tactical, +/obj/item/clothing/mask/gas/tactical, +/obj/item/clothing/mask/gas/tactical, +/obj/item/weapon/storage/backpack/ert/medical, +/obj/item/weapon/storage/backpack/ert/medical, +/obj/item/weapon/storage/backpack/ert/medical, +/obj/item/weapon/storage/backpack/ert/medical, +/obj/item/weapon/storage/backpack/ert/medical, +/obj/item/weapon/storage/backpack/ert/medical, /turf/unsimulated/floor{ icon_state = "vault"; dir = 1 }, /area/centcom/specops) -"As" = ( +"yl" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/ert/medical, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/weapon/rig/ert/medical, +/obj/item/clothing/accessory/storage/black_vest, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 + }, +/area/centcom/specops) +"ym" = ( /obj/structure/table/rack, /obj/item/clothing/mask/breath, /obj/item/clothing/mask/breath, @@ -12052,17 +10716,171 @@ dir = 1 }, /area/centcom/specops) -"At" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/camera/network/crescent{ - c_tag = "Crescent Arrivals North"; - dir = 8 +"yn" = ( +/obj/structure/table/rack, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/obj/item/weapon/tank/emergency_oxygen/double, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 1 }, +/area/centcom/specops) +"yo" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yp" = ( +/obj/machinery/vending/snack{ + name = "hacked Getmore Chocolate Corp"; + prices = list() + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yq" = ( +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/centcom/holding) +"yr" = ( +/obj/item/weapon/stool/padded, +/obj/item/weapon/stool/padded, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/centcom/holding) +"ys" = ( +/obj/item/weapon/stool/padded, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/centcom/holding) +"yt" = ( +/obj/effect/wingrille_spawn/reinforced/crescent, /turf/unsimulated/floor{ icon_state = "steel" }, /area/centcom/holding) -"Au" = ( +"yu" = ( +/obj/machinery/computer/secure_data, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"yv" = ( +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"yw" = ( +/obj/item/weapon/stool/padded, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"yx" = ( +/turf/unsimulated/wall, +/area/centcom/holding) +"yy" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + opacity = 1; + req_access = list(101) + }, +/obj/machinery/door/blast/regular{ + id = "crescent_checkpoint_access"; + name = "Crescent Checkpoint" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/control) +"yz" = ( +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/obj/effect/step_trigger/thrower{ + affect_ghosts = 1; + direction = 2; + name = "thrower_throwdown"; + tiles = 0 + }, +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/obj/effect/step_trigger/teleporter/random{ + affect_ghosts = 1; + name = "escapeshuttle_leave"; + teleport_x = 25; + teleport_x_offset = 245; + teleport_y = 25; + teleport_y_offset = 245; + teleport_z = 6; + teleport_z_offset = 6 + }, +/turf/template_noop, +/area/template_noop) +"yA" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "specops_centcom_dock_door"; + locked = 1 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/centcom/specops) +"yB" = ( +/obj/machinery/vending/cola{ + name = "Robust Softdrinks"; + prices = list() + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yC" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/centcom/holding) +"yD" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"yE" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -12070,21 +10888,440 @@ /obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 5; + health = 1e+007 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/control) +"yF" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l"; + dir = 8 + }, +/turf/template_noop, +/area/shuttle/specops/centcom) +"yG" = ( +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/shuttle/specops/centcom) +"yH" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "specops_shuttle_port_hatch"; + locked = 1; + name = "Port Docking Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"yI" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/shuttle/specops/centcom) +"yJ" = ( +/obj/machinery/vending/cigarette{ + name = "cigarette machine"; + prices = list() + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/specops) +"yK" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/escape/centcom) +"yL" = ( +/obj/structure/grille, +/obj/structure/window/shuttle, +/turf/simulated/shuttle/plating, +/area/shuttle/escape/centcom) +"yM" = ( +/obj/structure/window/shuttle{ + icon_state = "window12" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/escape/centcom) +"yN" = ( +/obj/structure/window/shuttle{ + icon_state = "window8" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/escape/centcom) +"yO" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s" + }, +/area/shuttle/escape/centcom) +"yP" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"yQ" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/centcom/control) +"yR" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion"; + dir = 8 + }, +/turf/template_noop, +/area/shuttle/specops/centcom) +"yS" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater"; + dir = 8 + }, +/turf/simulated/floor/airless, +/area/shuttle/specops/centcom) +"yT" = ( +/obj/machinery/computer/security/telescreen{ + desc = ""; + name = "Spec. Ops. Monitor"; + network = list("ERT"); + pixel_y = 30 + }, +/obj/machinery/computer/shuttle_control/specops, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"yU" = ( +/obj/structure/bed/chair, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"yV" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "specops_shuttle_port"; + name = "port docking hatch controller"; + pixel_x = 0; + pixel_y = 25; + tag_door = "specops_shuttle_port_hatch" + }, +/obj/structure/bed/chair, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"yW" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"yX" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 32 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"yY" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 32 + }, +/obj/machinery/vending/wallmed1{ + layer = 3.3; + name = "Emergency NanoMed"; + pixel_x = 28; + pixel_y = 0 + }, +/obj/machinery/light/small/readylight{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"yZ" = ( +/obj/machinery/camera/network/crescent{ + c_tag = "Crescent Arrivals - Holding Cell"; + dir = 4 + }, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/centcom/holding) +"za" = ( +/obj/machinery/door/airlock/glass_security{ + name = "Holding Cell"; + req_access = list(2) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"zb" = ( +/obj/effect/wingrille_spawn/reinforced/crescent, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/holding) +"zc" = ( +/obj/machinery/door/blast/regular{ + id = "CentComPort"; + name = "Security Doors" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"zd" = ( +/obj/machinery/door/airlock/centcom{ + name = "Arrivals Processing"; + opacity = 1; + req_access = list(101) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"ze" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall"; + dir = 9 + }, +/area/shuttle/escape/centcom) +"zf" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"zg" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"zh" = ( +/obj/machinery/computer/shuttle_control/emergency, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"zi" = ( +/obj/item/modular_computer/console/preset/command, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"zj" = ( +/obj/machinery/computer/med_data, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"zk" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall"; + dir = 5 + }, +/area/shuttle/escape/centcom) +"zl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"Av" = ( +"zm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zn" = ( +/obj/structure/sign/double/barsign, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zp" = ( +/turf/unsimulated/wall, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zq" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"zr" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "specops_shuttle_fore"; + name = "forward docking hatch controller"; + pixel_x = 0; + pixel_y = -25; + tag_door = "specops_shuttle_fore_hatch" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"zs" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "specops_shuttle_fore_hatch"; + locked = 1; + name = "Forward Docking Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/plating, +/area/shuttle/specops/centcom) +"zt" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet/red, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/centcom/holding) +"zu" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Arrivals Processing"; + req_access = list(101) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"zv" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/fire, +/obj/item/weapon/extinguisher, +/obj/machinery/camera/network/crescent{ + c_tag = "Shuttle Bridge West" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape/centcom) +"zw" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/simulated/shuttle/floor, /area/shuttle/escape/centcom) -"Aw" = ( -/obj/item/weapon/broken_bottle, +"zx" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/escape/centcom) +"zy" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/toxin, +/obj/machinery/camera/network/crescent{ + c_tag = "Shuttle Bridge East" + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape/centcom) +"zz" = ( +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/template_noop) +"zA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zC" = ( +/obj/machinery/vending/cigarette{ + name = "hacked cigarette machine"; + prices = list(); + products = list(/obj/item/weapon/storage/fancy/cigarettes = 10, /obj/item/weapon/storage/box/matches = 10, /obj/item/weapon/flame/lighter/zippo = 4, /obj/item/clothing/mask/smokable/cigarette/cigar/havana = 2) + }, +/obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ dir = 8; icon_state = "wood" @@ -12092,8 +11329,94 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"Ax" = ( -/obj/machinery/computer/communications, +"zD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zE" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zF" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/bar_alc/full, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zG" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/bar_soft/full, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zH" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zI" = ( +/obj/structure/mirror/raider{ + pixel_x = 0; + pixel_y = 28 + }, +/obj/structure/sink{ + pixel_y = 11 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zJ" = ( +/obj/structure/sink{ + pixel_y = 11 + }, +/obj/structure/mirror{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zK" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower, +/obj/item/weapon/soap/syndie, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"zL" = ( +/obj/item/modular_computer/console/preset/command, /obj/item/device/radio/intercom{ broadcasting = 0; dir = 1; @@ -12106,7 +11429,7 @@ icon_state = "floor4" }, /area/shuttle/specops/centcom) -"Ay" = ( +"zM" = ( /obj/machinery/computer/prisoner{ name = "Implant Management" }, @@ -12114,7 +11437,7 @@ icon_state = "floor4" }, /area/shuttle/specops/centcom) -"Az" = ( +"zN" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -12122,34 +11445,135 @@ icon_state = "floor4" }, /area/shuttle/specops/centcom) -"AA" = ( -/turf/space, +"zO" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/machinery/light/small{ + brightness_color = "#DA0205"; + brightness_power = 1; + brightness_range = 5 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/shuttle/specops/centcom) +"zP" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ dir = 4; icon_state = "diagonalWall3" }, /area/shuttle/specops/centcom) -"AB" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "specops_centcom_dock_door"; - locked = 1 +"zQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/centcom/specops) +"zR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + opacity = 1; + req_access = list(103) + }, +/obj/machinery/door/blast/regular{ + icon_state = "pdoor1"; + id = "CREED"; + name = "Ready Room"; + p_open = 0 }, /turf/unsimulated/floor{ icon_state = "vault"; - dir = 5 + dir = 8 }, /area/centcom/specops) -"AC" = ( +"zS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"zT" = ( +/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{ + icon_state = "steel" + }, +/area/centcom/holding) +"zU" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/camera/network/crescent{ + c_tag = "Crescent Arrivals North"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"zV" = ( /obj/structure/window/shuttle, /obj/structure/grille, /turf/simulated/shuttle/plating, /area/shuttle/escape/centcom) -"AD" = ( +"zW" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "escape_shuttle"; + pixel_x = 0; + pixel_y = -25; + req_one_access = list(13); + tag_door = "escape_shuttle_hatch" + }, /turf/simulated/shuttle/floor, /area/shuttle/escape/centcom) -"AE" = ( +"zX" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/shuttle/floor, +/area/shuttle/escape/centcom) +"zY" = ( +/obj/machinery/light, +/turf/simulated/shuttle/floor, +/area/shuttle/escape/centcom) +"zZ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Aa" = ( +/obj/item/weapon/broken_bottle, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Ab" = ( /obj/structure/table/woodentable, /turf/unsimulated/floor{ dir = 8; @@ -12158,61 +11582,47 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"AF" = ( -/obj/machinery/vending/snack{ - name = "hacked Getmore Chocolate Corp"; - prices = list() - }, +"Ac" = ( +/obj/effect/decal/cleanable/blood, /turf/unsimulated/floor{ - icon_state = "dark" + icon_state = "freezerfloor"; + dir = 2 }, -/area/centcom/specops) -"AG" = ( +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Ad" = ( /turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" + icon_state = "freezerfloor"; + dir = 2 }, -/area/centcom/holding) -"AH" = ( -/turf/unsimulated/wall, -/area/centcom/ferry) -"AI" = ( +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Ae" = ( +/obj/item/weapon/mop, +/obj/structure/mopbucket, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Af" = ( /obj/structure/shuttle/engine/propulsion{ - tag = "icon-propulsion_r (WEST)"; icon_state = "propulsion_r"; dir = 8 }, -/turf/space, +/turf/template_noop, /area/shuttle/specops/centcom) -"AJ" = ( -/obj/item/weapon/stool/padded, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/centcom/holding) -"AK" = ( -/obj/item/weapon/stool/padded, -/obj/item/weapon/stool/padded, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/centcom/holding) -"AL" = ( +"Ag" = ( /obj/structure/table/reinforced, /turf/unsimulated/floor{ icon_state = "steel" }, /area/centcom/holding) -"AM" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/simulated/shuttle/plating, -/area/centcom/holding) -"AN" = ( +"Ah" = ( /obj/machinery/door/blast/regular{ density = 0; icon_state = "pdoor0"; @@ -12224,22 +11634,7 @@ icon_state = "steel" }, /area/centcom/holding) -"AO" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/weapon/pen, -/obj/machinery/door/window/southright{ - name = "Arrivals Processing"; - req_access = list(101) - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"AP" = ( +"Ai" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ dir = 8 @@ -12254,19 +11649,96 @@ icon_state = "steel" }, /area/centcom/holding) -"AQ" = ( +"Aj" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/weapon/pen, +/obj/machinery/door/window/southright{ + name = "Arrivals Processing"; + req_access = list(101) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"Ak" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_straight"; icon_state = "swall_straight" }, /area/shuttle/escape/centcom) -"AR" = ( +"Al" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape/centcom) +"Am" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"An" = ( +/obj/item/modular_computer/console/preset/security, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"Ao" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall"; icon_state = "swall" }, /area/shuttle/escape/centcom) -"AS" = ( +"Ap" = ( +/obj/structure/AIcore/deactivated, +/turf/simulated/shuttle/floor, +/area/shuttle/escape/centcom) +"Aq" = ( +/obj/machinery/computer/crew, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"Ar" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"As" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape/centcom) +"At" = ( +/obj/item/weapon/stool/padded, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Au" = ( +/obj/effect/decal/cleanable/ash, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Av" = ( /obj/structure/table/woodentable, /obj/item/weapon/reagent_containers/glass/rag, /turf/unsimulated/floor{ @@ -12276,7 +11748,7 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"AT" = ( +"Aw" = ( /obj/structure/table/woodentable, /obj/item/weapon/storage/box/drinkingglasses, /turf/unsimulated/floor{ @@ -12286,24 +11758,18 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"AU" = ( -/obj/vehicle/bike, +"Ax" = ( +/obj/machinery/door/airlock/hatch{ + req_access = list(150) + }, /turf/unsimulated/floor{ - icon_state = "dark" + dir = 8; + icon_state = "wood" }, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"AV" = ( -/obj/structure/table/rack, -/obj/item/weapon/grenade/empgrenade, -/obj/item/weapon/grenade/flashbang, -/obj/item/weapon/grenade/spawnergrenade/manhacks, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"AW" = ( +"Ay" = ( /obj/structure/closet/crate/loot, /turf/unsimulated/floor{ icon_state = "dark" @@ -12311,7 +11777,25 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"AX" = ( +"Az" = ( +/obj/vehicle/bike, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"AA" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"AB" = ( +/turf/unsimulated/wall, +/area/centcom/ferry) +"AC" = ( /obj/machinery/atm{ pixel_x = -26 }, @@ -12319,60 +11803,51 @@ icon_state = "steel" }, /area/centcom/holding) -"AY" = ( +"AD" = ( +/obj/machinery/door/airlock/glass_command{ + name = "Escape Shuttle Cockpit"; + req_access = list(19) + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape/centcom) +"AE" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_t (NORTH)"; icon_state = "swall_t"; dir = 1 }, /area/shuttle/escape/centcom) -"AZ" = ( -/turf/unsimulated/wall, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Ba" = ( -/obj/machinery/vending/cola{ - name = "Robust Softdrinks"; - prices = list() - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"Bb" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/centcom/holding) -"Bc" = ( -/obj/machinery/bodyscanner{ - allowed_species = list("Human","Skrell","Unathi","Tajara","M'sai Tajara","Zhan-Khazan Tajara","Vaurca Worker","Vaurca Warrior","Diona","Vox"); - dir = 8; - icon_state = "body_scanner_0"; - tag = "icon-body_scanner_0 (EAST)" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"Bd" = ( +"AF" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t" + }, +/area/shuttle/escape/centcom) +"AG" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (WEST)"; icon_state = "swall_straight"; dir = 8 }, /area/shuttle/escape/centcom) -"Be" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t"; - icon_state = "swall_t" +"AH" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin, +/obj/item/weapon/pen, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" }, -/area/shuttle/escape/centcom) -"Bf" = ( +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"AI" = ( +/obj/effect/decal/cleanable/vomit, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"AJ" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/vending/cola{ name = "hacked Robust Softdrinks"; @@ -12385,7 +11860,7 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"Bg" = ( +"AK" = ( /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ icon_state = "dark" @@ -12393,13 +11868,20 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"Bh" = ( +"AL" = ( +/turf/unsimulated/wall{ + desc = "That looks like it doesn't open easily."; + icon = 'icons/obj/doors/rapid_pdoor.dmi'; + icon_state = "pdoor1"; + name = "Shuttle Bay Blast Door" + }, +/area/centcom/ferry) +"AM" = ( /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom/ferry) -"Bi" = ( +"AN" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -12412,11 +11894,16 @@ dir = 4 }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom/ferry) -"Bj" = ( +"AO" = ( +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/centcom/ferry) +"AP" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; id_tag = "centcom_shuttle_bay"; @@ -12430,7 +11917,17 @@ dir = 5 }, /area/centcom/ferry) -"Bk" = ( +"AQ" = ( +/obj/machinery/computer/shuttle_control{ + req_access = list(101); + shuttle_tag = "Centcom" + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/centcom/ferry) +"AR" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; icon_state = "space"; @@ -12453,1006 +11950,32 @@ dir = 8 }, /turf/unsimulated/floor{ - tag = "icon-plating"; icon_state = "plating" }, /area/centcom/ferry) -"Bl" = ( -/obj/machinery/computer/shuttle_control{ - req_access = list(101); - shuttle_tag = "Centcom" - }, +"AS" = ( /turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 - }, -/area/centcom/ferry) -"Bm" = ( -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 - }, -/area/centcom/ferry) -"Bn" = ( -/obj/structure/table/rack, -/obj/item/weapon/gun/launcher/crossbow, -/obj/item/stack/rods{ - amount = 10 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/weapon/beartrap, -/obj/item/weapon/beartrap, -/obj/item/weapon/beartrap, -/obj/item/weapon/beartrap, -/obj/item/weapon/beartrap, -/obj/item/weapon/beartrap, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"Bo" = ( -/obj/structure/table/steel, -/obj/machinery/recharger, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"Bp" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"Bq" = ( -/obj/item/robot_parts/robot_suit, -/obj/item/robot_parts/r_leg, -/obj/item/robot_parts/r_arm, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"Br" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular{ - id = "skipjackshutters"; - name = "Skipjack Blast Shielding" - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"Bs" = ( -/obj/machinery/door/airlock/hatch{ - req_access = list(150) - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"Bt" = ( -/obj/item/modular_computer/console/preset/ert, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"Bu" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Bv" = ( -/turf/unsimulated/floor{ - tag = "icon-grass0"; icon_state = "grass0" }, /area/centcom/holding) -"Bw" = ( +"AT" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"AU" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, /turf/simulated/shuttle/floor4, /area/shuttle/escape/centcom) -"Bx" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"By" = ( -/obj/structure/table/steel, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"Bz" = ( -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"BA" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"BB" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - glass = 1380; - icon_state = "door_locked"; - id_tag = "centcom_shuttle_bay_door"; - locked = 1; - name = "Transport Airlock" - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 - }, -/area/centcom/ferry) -"BC" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"BD" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (EAST)"; - icon_state = "swall_straight"; - dir = 4 - }, -/area/shuttle/transport1/centcom) -"BE" = ( -/obj/structure/sink{ - icon_state = "sink"; - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"BF" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s (EAST)"; - icon_state = "swall_s"; - dir = 4 - }, -/area/shuttle/transport1/centcom) -"BG" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s"; - icon_state = "swall_s" - }, -/area/shuttle/transport1/centcom) -"BH" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "burst_r"; - dir = 4 - }, -/turf/space, -/area/shuttle/transport1/centcom) -"BI" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/item/weapon/crowbar, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"BJ" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"BK" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"BL" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor7" - }, -/area/skipjack_station/start) -"BM" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "specops_shuttle_port_hatch"; - locked = 1; - name = "Port Docking Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"BN" = ( -/obj/machinery/vending/cigarette{ - name = "cigarette machine"; - prices = list() - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/specops) -"BO" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/storage/box/donut, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"BP" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (NORTH)"; - icon_state = "swall_t"; - dir = 1 - }, -/area/shuttle/transport1/centcom) -"BQ" = ( -/obj/machinery/body_scanconsole{ - tag = "icon-body_scannerconsole (WEST)"; - icon_state = "body_scannerconsole"; - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"BR" = ( -/obj/random/vendor, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"BS" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "specops_shuttle_port"; - name = "port docking hatch controller"; - pixel_x = 0; - pixel_y = 25; - tag_door = "specops_shuttle_port_hatch" - }, -/obj/structure/bed/chair, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"BT" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor7" - }, -/area/skipjack_station/start) -"BU" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_f (WEST)"; - icon_state = "swall_f"; - dir = 8 - }, -/area/shuttle/transport1/centcom) -"BV" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (EAST)"; - icon_state = "swall_t"; - dir = 4 - }, -/area/shuttle/transport1/centcom) -"BW" = ( -/obj/structure/table/steel, -/obj/item/weapon/deck/cards, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"BX" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"BY" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_f (NORTH)"; - icon_state = "swall_f"; - dir = 1 - }, -/area/shuttle/transport1/centcom) -"BZ" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"Ca" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/body_scanconsole{ - tag = "icon-body_scannerconsole (WEST)"; - icon_state = "body_scannerconsole"; - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"Cb" = ( -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/centcom/control) -"Cc" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0 - }, -/turf/unsimulated/wall, -/area/centcom/ferry) -"Cd" = ( -/obj/structure/window/reinforced, -/obj/structure/shuttle/engine/propulsion{ - icon_state = "burst_l"; - dir = 4 - }, -/turf/space, -/area/shuttle/transport1/centcom) -"Ce" = ( -/obj/structure/shuttle/engine/heater{ - icon_state = "heater"; - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/airless, -/area/shuttle/transport1/centcom) -"Cf" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"Cg" = ( -/obj/machinery/door/airlock/hatch{ - req_access = list(150) - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Ch" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "specops_shuttle_fore_hatch"; - locked = 1; - name = "Forward Docking Hatch"; - req_access = list(13) - }, -/turf/simulated/shuttle/plating, -/area/shuttle/specops/centcom) -"Ci" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "specops_shuttle_fore"; - name = "forward docking hatch controller"; - pixel_x = 0; - pixel_y = -25; - tag_door = "specops_shuttle_fore_hatch" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/shuttle/specops/centcom) -"Cj" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet/red, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/centcom/holding) -"Ck" = ( -/obj/structure/table/standard, -/obj/item/weapon/deck/cards, -/turf/simulated/shuttle/floor{ - icon_state = "floor7" - }, -/area/skipjack_station/start) -"Cl" = ( -/obj/effect/forcefield{ - desc = "You can't get in. Heh."; - layer = 1; - name = "Blocker" - }, -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/simulated/floor, -/area/tdome) -"Cm" = ( -/obj/effect/forcefield{ - desc = "You can't get in. Heh."; - layer = 1; - name = "Blocker" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/simulated/floor, -/area/tdome) -"Cn" = ( -/obj/item/weapon/cigbutt, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Co" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/fire, -/obj/item/weapon/extinguisher, -/obj/machinery/camera/network/crescent{ - c_tag = "Shuttle Bridge West" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape/centcom) -"Cp" = ( -/obj/machinery/status_display{ - pixel_y = 30 - }, -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/toxin, -/obj/machinery/camera/network/crescent{ - c_tag = "Shuttle Bridge East" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape/centcom) -"Cq" = ( -/obj/effect/decal/cleanable/generic, -/obj/effect/decal/cleanable/dirt, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Cr" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Cs" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"Ct" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/item/weapon/tank/nitrogen, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"Cu" = ( -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Cv" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s (NORTH)"; - icon_state = "swall_s"; - dir = 1 - }, -/area/shuttle/transport1/centcom) -"Cw" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_f"; - icon_state = "swall_f" - }, -/area/shuttle/transport1/centcom) -"Cx" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_f (EAST)"; - icon_state = "swall_f"; - dir = 4 - }, -/area/shuttle/transport1/centcom) -"Cy" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/shuttle/engine/propulsion{ - icon_state = "burst_r"; - dir = 4 - }, -/turf/space, -/area/shuttle/transport1/centcom) -"Cz" = ( -/obj/structure/shuttle/engine/heater{ - icon_state = "heater"; - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/airless, -/area/shuttle/transport1/centcom) -"CA" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "escape_shuttle"; - pixel_x = 0; - pixel_y = -25; - req_one_access = list(13); - tag_door = "escape_shuttle_hatch" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape/centcom) -"CB" = ( -/obj/structure/bed/chair/comfy/brown, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/centcom/holding) -"CC" = ( -/obj/structure/window/shuttle{ - icon_state = "window2" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/escape/centcom) -"CD" = ( -/obj/structure/window/reinforced, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"CE" = ( -/obj/machinery/light, -/turf/simulated/shuttle/floor, -/area/shuttle/escape/centcom) -"CF" = ( -/obj/item/tape/engineering{ - tag = "icon-engineering_v"; - icon_state = "engineering_v" - }, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"CG" = ( -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/space, -/area/space) -"CH" = ( -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdown"; - tiles = 0 - }, -/turf/simulated/mineral, -/area/space) -"CI" = ( -/obj/effect/forcefield{ - desc = "You can't get in. Heh."; - layer = 1; - name = "Blocker" - }, -/obj/machinery/atmospherics/pipe/simple/visible, -/obj/effect/wingrille_spawn/reinforced/crescent, -/turf/simulated/floor, -/area/tdome) -"CJ" = ( -/obj/machinery/door/airlock/glass{ - name = "Arrivals Processing" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"CK" = ( -/obj/machinery/camera/network/crescent{ - c_tag = "Crescent Arrivals East" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"CL" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s (WEST)"; - icon_state = "swall_s"; - dir = 8 - }, -/area/shuttle/transport1/centcom) -"CM" = ( -/obj/structure/window/shuttle{ - icon_state = "window3" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/escape/centcom) -"CN" = ( -/turf/unsimulated/wall, -/area/centcom/holding) -"CO" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "burst_l"; - dir = 4 - }, -/turf/space, -/area/shuttle/transport1/centcom) -"CP" = ( -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"CQ" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t"; - icon_state = "swall_t" - }, -/area/shuttle/transport1/centcom) -"CR" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape/centcom) -"CS" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape/centcom) -"CT" = ( -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/centcom/holding) -"CU" = ( -/obj/machinery/door/airlock/glass{ - name = "Arrivals Bar" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"CV" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/material/ashtray, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"CW" = ( -/obj/item/modular_computer/console/preset/ert, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"CX" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/centcom/holding) -"CY" = ( -/obj/machinery/door/airlock/glass_command{ - name = "Escape Shuttle Cockpit"; - req_access = list(19) - }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape/centcom) -"CZ" = ( -/obj/item/modular_computer/console/preset/security, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/control) -"Da" = ( -/obj/item/modular_computer/console/preset/security, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Db" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "centcom_dock"; - name = "docking port controller"; - pixel_x = 25; - pixel_y = 0; - req_one_access = list(13); - tag_door = "centcom_dock_airlock" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"Dc" = ( -/obj/structure/mirror/raider{ - pixel_x = 0; - pixel_y = 28 - }, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"De" = ( -/obj/structure/toilet{ - dir = 4 - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"Df" = ( -/obj/structure/window/shuttle{ - icon_state = "window1" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/escape/centcom) -"Dh" = ( -/obj/machinery/hologram/holopad, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"Dj" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/amanita_pie, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Dk" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/bigbiteburger, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Dl" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 8 - }, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Dm" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 4 - }, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Dn" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/carrotcakeslice, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Do" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/stew, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Dp" = ( -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 - }, -/area/centcom/holding) -"Dr" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/machinery/camera/network/crescent{ - c_tag = "Crescent Arrivals South"; - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"Dt" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/boiledrice, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Du" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/beetsoup, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Dv" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/stuffing, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Dw" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/soylenviridians, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Dx" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"Dy" = ( -/obj/item/weapon/stool/padded, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"DA" = ( -/obj/machinery/vending/cigarette, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"DB" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/drinks/drinkingglass, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/centcom/holding) -"DC" = ( -/obj/machinery/door/airlock/glass_medical{ - name = "Arrivals Medbay" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"DD" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (WEST)"; - icon_state = "swall_t"; - dir = 8 - }, -/area/shuttle/escape/centcom) -"DE" = ( +"AV" = ( /obj/machinery/status_display{ pixel_y = 30 }, @@ -13461,38 +11984,7 @@ }, /turf/simulated/shuttle/floor4, /area/shuttle/escape/centcom) -"DF" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape/centcom) -"DG" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (EAST)"; - icon_state = "swall_t"; - dir = 4 - }, -/area/shuttle/escape/centcom) -"DH" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/clothing/under/suit_jacket, -/obj/item/clothing/suit/wcoat, -/obj/item/clothing/head/that{ - pixel_x = 4; - pixel_y = 6 - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/centcom/holding) -"DI" = ( +"AW" = ( /obj/item/device/radio/intercom{ dir = 4; name = "Station Intercom (General)"; @@ -13506,627 +11998,106 @@ }, /turf/simulated/shuttle/floor4, /area/shuttle/escape/centcom) -"DJ" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"DK" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/oxygen/prechilled, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"DL" = ( -/obj/machinery/light/small{ +"AX" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s"; dir = 4 }, -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"DM" = ( -/turf/space, +/area/shuttle/transport1/centcom) +"AY" = ( /turf/simulated/shuttle/wall{ - icon_state = "diagonalWall3" - }, -/area/skipjack_station/start) -"DN" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/bloodsoup, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"DO" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/tofukabob, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"DP" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/poppypretzel, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"DQ" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/orangecakeslice, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"DR" = ( -/obj/structure/bed/roller, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"DS" = ( -/obj/machinery/vending/wallmed1{ - name = "Emergency NanoMed"; - pixel_x = 0; - pixel_y = 29 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"DT" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (NORTH)"; icon_state = "swall_straight"; - dir = 1 + dir = 4 }, -/area/shuttle/escape/centcom) -"DU" = ( -/obj/structure/shuttle/engine/heater, +/area/shuttle/transport1/centcom) +"AZ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s" + }, +/area/shuttle/transport1/centcom) +"Ba" = ( +/obj/structure/window/shuttle{ + icon_state = "window4" + }, +/obj/structure/grille, /turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"DV" = ( -/turf/unsimulated/floor{ - icon_state = "white" +/area/shuttle/transport1/centcom) +"Bb" = ( +/obj/structure/window/shuttle{ + icon_state = "window12" }, -/area/centcom/holding) -"DW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHEAST)" +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/transport1/centcom) +"Bc" = ( +/obj/structure/window/shuttle{ + icon_state = "window8" }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"DX" = ( -/obj/structure/closet/secure_closet/bar{ - req_access = list(25) - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/centcom/holding) -"DY" = ( -/obj/machinery/sleeper, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"DZ" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/machinery/chemical_dispenser/bar_alc/full, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/centcom/holding) -"Ea" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Eb" = ( -/obj/structure/bed/roller, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Ec" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/book/manual/barman_recipes, -/obj/item/weapon/reagent_containers/glass/rag, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/centcom/holding) -"Ed" = ( -/obj/structure/sink{ - dir = 4; - icon_state = "sink"; - pixel_x = 11; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"Ee" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/spesslaw, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Ef" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/candiedapple, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Eg" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/mushroomsoup, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Eh" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/meatsteak, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"Ei" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/machinery/chemical_dispenser/bar_soft/full, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/centcom/holding) -"Ej" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"Ek" = ( -/obj/structure/sign/nosmoking_2{ - pixel_x = 28; - pixel_y = 0 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"El" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"Em" = ( -/turf/space/transit/north/shuttlespace_ns4, -/area/shuttle/escape/transit) -"En" = ( -/turf/space/transit/east/shuttlespace_ew10, -/area/shuttle/escape_pod5/transit) -"Eo" = ( -/obj/structure/shuttle/engine/heater, -/obj/structure/window/reinforced{ +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/transport1/centcom) +"Bd" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t"; dir = 1 }, -/turf/simulated/floor/airless, -/area/shuttle/escape/centcom) -"Eq" = ( -/obj/machinery/door/airlock/centcom{ - name = "Thunderdome"; - opacity = 1; - req_access = list(101) - }, -/obj/machinery/door/blast/regular{ - id = "crescent_thunderdome"; - name = "Thunderdome" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"Eu" = ( -/obj/machinery/sleeper{ - tag = "icon-sleeper_0 (WEST)"; - icon_state = "sleeper_0"; - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"Ev" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s (NORTH)"; - icon_state = "swall_s"; - dir = 1 - }, -/area/shuttle/escape/centcom) -"Ew" = ( -/obj/machinery/sleeper{ - icon_state = "sleeper_0-r" - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Ex" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_s (WEST)"; - icon_state = "swall_s"; - dir = 8 - }, -/area/shuttle/escape/centcom) -"Ey" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"EA" = ( -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"EC" = ( -/obj/machinery/camera/network/crescent{ - c_tag = "Crescent Medical"; +/area/shuttle/transport1/centcom) +"Be" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r"; dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "white" +/turf/template_noop, +/area/shuttle/transport1/centcom) +"Bf" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + glass = 1380; + icon_state = "door_locked"; + id_tag = "centcom_shuttle_bay_door"; + locked = 1; + name = "Transport Airlock" }, -/area/centcom/holding) -"ED" = ( -/obj/machinery/hologram/holopad, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"EE" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - dir = 4; - icon_state = "diagonalWall3" - }, -/area/skipjack_station/start) -"EF" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/beach/sand{ - tag = "icon-beach (SOUTHEAST)"; - icon_state = "beach"; - dir = 6 - }, -/area/centcom/holding) -"EG" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/beach/sand{ - tag = "icon-seashallow"; - icon_state = "seashallow" - }, -/area/centcom/holding) -"EH" = ( -/turf/unsimulated/wall, -/area/tdome) -"EI" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/shuttle/engine/heater, -/turf/simulated/floor/airless, -/area/shuttle/escape/centcom) -"EJ" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"EK" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"EL" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"EM" = ( -/obj/structure/table/standard, -/obj/item/weapon/FixOVein{ - pixel_x = -6; - pixel_y = 1 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"EN" = ( -/obj/structure/table/standard, -/obj/item/weapon/retractor{ - pixel_x = 0; - pixel_y = 6 - }, -/obj/item/weapon/scalpel, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"EO" = ( -/obj/structure/table/standard, -/obj/item/weapon/cautery{ - pixel_y = 4 - }, -/obj/item/weapon/hemostat{ - pixel_y = 4 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"EP" = ( -/obj/structure/table/standard, -/obj/item/weapon/surgicaldrill, -/obj/item/weapon/circular_saw, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"EQ" = ( -/obj/structure/table/standard, -/obj/item/weapon/bonesetter, -/obj/item/weapon/bonegel{ - pixel_x = 4; - pixel_y = 3 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"ET" = ( -/obj/structure/closet/secure_closet/medical2, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"EU" = ( -/obj/structure/sink{ - dir = 4; - icon_state = "sink"; - pixel_x = 11; - pixel_y = 0 - }, -/obj/machinery/vending/wallmed1{ - name = "Emergency NanoMed"; - pixel_x = 28 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"EV" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/space, -/area/shuttle/escape/centcom) -"EW" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/gloves{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/weapon/storage/box/masks{ - pixel_x = 0; - pixel_y = 0 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"EX" = ( -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"EY" = ( -/obj/effect/decal/cleanable/blood, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"EZ" = ( -/turf/unsimulated/beach/sand{ - tag = "icon-seashallow"; - icon_state = "seashallow" - }, -/area/centcom/holding) -"Fa" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/gloves{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/weapon/storage/box/masks, -/obj/item/weapon/reagent_containers/spray/cleaner, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"Fb" = ( -/obj/machinery/computer/operating, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"Fc" = ( -/obj/structure/table/standard, -/obj/item/weapon/reagent_containers/blood/OPlus{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/blood/OPlus{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/blood/OMinus{ - pixel_x = -5; - pixel_y = -1 - }, -/obj/item/weapon/reagent_containers/blood/OMinus{ - pixel_x = -5; - pixel_y = -1 - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/centcom/holding) -"Fd" = ( -/obj/machinery/iv_drip, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"Fe" = ( /turf/unsimulated/floor{ icon_state = "vault"; dir = 5 }, -/area/tdome) -"Fh" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/o2{ - layer = 2.8; - pixel_x = 4; - pixel_y = 6 +/area/centcom/ferry) +"Bg" = ( +/obj/structure/window/shuttle{ + icon_state = "window2" }, -/obj/item/weapon/storage/firstaid/toxin, -/obj/item/weapon/storage/firstaid/fire{ - layer = 2.9; - pixel_x = 2; - pixel_y = 3 +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/escape/centcom) +"Bh" = ( +/obj/structure/bed/chair{ + dir = 4 }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape/centcom) +"Bi" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape/centcom) +"Bj" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/shuttle/floor4, +/area/shuttle/escape/centcom) +"Bk" = ( +/obj/machinery/optable, +/obj/item/organ/stack, +/obj/effect/decal/cleanable/blood/xeno, /turf/unsimulated/floor{ - icon_state = "white" + icon_state = "asteroid" }, -/area/centcom/holding) -"Fi" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/regular{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/weapon/storage/firstaid/regular{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/weapon/storage/firstaid/adv{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/weapon/storage/firstaid/adv{ - pixel_x = -2 - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"Fj" = ( -/obj/structure/table/standard, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/weapon/reagent_containers/spray/cleaner, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"Fk" = ( -/obj/machinery/door/airlock/centcom{ - name = "General Access"; - opacity = 1; - req_access = list(101) - }, -/obj/machinery/door/blast/regular{ - id = "crescent_thunderdome"; - name = "Thunderdome" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"Fl" = ( -/obj/machinery/vending/cigarette{ - name = "hacked cigarette machine"; - prices = list(); - products = list(/obj/item/weapon/storage/fancy/cigarettes = 10, /obj/item/weapon/storage/box/matches = 10, /obj/item/weapon/flame/lighter/zippo = 4, /obj/item/clothing/mask/smokable/cigarette/cigar/havana = 2) - }, -/obj/effect/decal/cleanable/dirt, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Bl" = ( +/obj/effect/decal/cleanable/generic, /turf/unsimulated/floor{ dir = 8; icon_state = "wood" @@ -14134,45 +12105,251 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"Fm" = ( -/obj/structure/table/standard, -/obj/item/weapon/flame/lighter/zippo, -/obj/item/weapon/storage/fancy/cigarettes, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" +"Bm" = ( +/obj/item/weapon/stool/padded, +/obj/effect/landmark{ + name = "voxstart" }, -/area/tdome/tdomeobserve) -"Fn" = ( -/obj/machinery/vending/cigarette, /turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" + dir = 8; + icon_state = "wood" }, -/area/tdome/tdomeobserve) -"Fo" = ( -/obj/item/weapon/reagent_containers/food/drinks/cans/cola, -/obj/item/weapon/reagent_containers/food/drinks/cans/cola, -/obj/item/weapon/reagent_containers/food/drinks/cans/cola, -/obj/structure/table/standard, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Bn" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/material/ashtray, /turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" + dir = 8; + icon_state = "wood" }, -/area/tdome/tdomeobserve) -"Fp" = ( +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Bo" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/drinks/bottle/rum, /turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" + dir = 8; + icon_state = "wood" }, -/area/tdome/tdomeobserve) -"Fq" = ( -/obj/structure/shuttle/engine/propulsion, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Bp" = ( +/obj/machinery/door/airlock/hatch{ + req_access = list(150) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Bq" = ( +/obj/random/vendor, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Br" = ( /turf/simulated/shuttle/wall{ - icon_state = "wall3" + icon_state = "swall_f"; + dir = 8 }, -/area/skipjack_station/start) -"Fs" = ( +/area/shuttle/transport1/centcom) +"Bs" = ( +/obj/machinery/computer/shuttle_control{ + req_access = list(101); + shuttle_tag = "Centcom" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"Bt" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f"; + dir = 1 + }, +/area/shuttle/transport1/centcom) +"Bu" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t"; + dir = 4 + }, +/area/shuttle/transport1/centcom) +"Bv" = ( +/obj/structure/bed/chair, +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"Bw" = ( +/obj/structure/bed/chair, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"Bx" = ( +/obj/structure/shuttle/engine/heater{ + icon_state = "heater"; + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/airless, +/area/shuttle/transport1/centcom) +"By" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l"; + dir = 4 + }, +/turf/template_noop, +/area/shuttle/transport1/centcom) +"Bz" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"BA" = ( +/obj/structure/window/shuttle{ + icon_state = "window1" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/escape/centcom) +"BB" = ( +/turf/simulated/shuttle/floor4, +/area/shuttle/escape/centcom) +"BC" = ( +/obj/item/organ/xenos/eggsac, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BD" = ( +/obj/structure/mirror/raider{ + pixel_x = 0; + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BE" = ( +/obj/item/clothing/head/philosopher_wig, +/obj/effect/decal/cleanable/cobweb2, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BF" = ( +/obj/structure/table/woodentable, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/deck/cards, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BG" = ( +/obj/structure/table/woodentable, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/reagent_containers/food/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ + pixel_x = -6 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BH" = ( +/obj/machinery/vending/snack{ + name = "hacked Getmore Chocolate Corp"; + prices = list() + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BI" = ( +/obj/machinery/door/airlock/hatch{ + name = "Warehouse"; + req_access = list(150) + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BJ" = ( +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/transport1/centcom) +"BK" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"BL" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"BM" = ( +/obj/machinery/door/unpowered/shuttle, +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"BN" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "centcom_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch"; + req_access = list(13) + }, +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"BO" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0 + }, +/turf/unsimulated/wall, +/area/centcom/ferry) +"BP" = ( /obj/machinery/door/airlock/external{ name = "Arrivals Bar Airlock" }, @@ -14185,146 +12362,7 @@ dir = 5 }, /area/centcom/ferry) -"Ft" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeobserve) -"Fv" = ( -/obj/machinery/vending/coffee, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeobserve) -"Fw" = ( -/obj/structure/bed/chair, -/obj/effect/landmark{ - name = "tdomeobserve" - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeobserve) -"Fx" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeobserve) -"Fy" = ( -/obj/machinery/vending/snack, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeobserve) -"FA" = ( -/obj/item/device/camera, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeobserve) -"FB" = ( -/obj/machinery/computer/security/telescreen, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeobserve) -"FC" = ( -/obj/structure/disposalpipe/segment, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeobserve) -"FD" = ( -/obj/structure/bed/chair, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark{ - name = "tdomeobserve" - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeobserve) -"FE" = ( -/obj/machinery/optable, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"FF" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (NORTHWEST)"; - icon_state = "corner_white"; - dir = 9 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 - }, -/area/tdome) -"FG" = ( -/obj/effect/floor_decal/corner/green{ - tag = "icon-corner_white (SOUTHEAST)"; - icon_state = "corner_white"; - dir = 6 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 - }, -/area/tdome) -"FH" = ( -/obj/effect/landmark{ - name = "tdome2" - }, -/turf/simulated/floor, -/area/tdome/tdome2) -"FJ" = ( -/obj/machinery/door/blast/regular{ - id = "thunderdome"; - name = "Thunderdome Blast Door" - }, -/turf/unsimulated/floor{ - tag = "icon-plating"; - icon_state = "plating" - }, -/area/tdome) -"FK" = ( -/obj/effect/landmark{ - name = "tdome1" - }, -/turf/simulated/floor, -/area/tdome/tdome1) -"FL" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/landmark{ - name = "tdome2" - }, -/turf/simulated/floor, -/area/tdome/tdome2) -"FM" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/landmark{ - name = "tdome1" - }, -/turf/simulated/floor, -/area/tdome/tdome1) -"FN" = ( +"BQ" = ( /obj/structure/table/standard, /obj/item/weapon/storage/firstaid/fire, /obj/item/weapon/storage/firstaid/regular{ @@ -14337,462 +12375,177 @@ icon_state = "floor3" }, /area/shuttle/escape/centcom) -"FO" = ( -/obj/effect/landmark{ - name = "tdome2" - }, -/obj/machinery/camera/network/thunder{ - c_tag = "Thunderdome - Red Team"; - invisibility = 101 - }, -/turf/simulated/floor, -/area/tdome/tdome2) -"FP" = ( -/obj/effect/landmark{ - name = "tdome1" - }, -/obj/machinery/camera/network/thunder{ - c_tag = "Green Team"; - invisibility = 101 - }, -/turf/simulated/floor, -/area/tdome/tdome1) -"FQ" = ( -/obj/machinery/door/blast/regular{ - id = "thunderdomegen"; - name = "General Supply" - }, -/turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"FR" = ( +"BR" = ( /obj/machinery/door/airlock/glass_security{ name = "Escape Shuttle Cell"; req_access = list(2) }, /turf/simulated/shuttle/floor4, /area/shuttle/escape/centcom) -"FS" = ( -/obj/machinery/door/airlock/command{ - name = "Thunderdome Administration"; - req_access = list(102) +"BS" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/vox/vox_casual, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/gloves/yellow/vox, +/obj/item/clothing/suit/space/vox/stealth, +/obj/item/clothing/head/helmet/space/vox/stealth, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BT" = ( +/obj/item/tape/engineering{ + icon_state = "engineering_v" }, /turf/unsimulated/floor{ - icon_state = "steel" - }, -/area/tdome) -"FT" = ( -/obj/effect/floor_decal/corner/red{ - tag = "icon-corner_white (WEST)"; - icon_state = "corner_white"; - dir = 8 + icon_state = "asteroid" }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BU" = ( +/obj/structure/table/woodentable, +/obj/effect/decal/cleanable/dirt, +/obj/item/pizzabox/meat, /turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 + dir = 8; + icon_state = "wood" }, -/area/tdome) -"FU" = ( -/obj/effect/floor_decal/corner/red/full, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BV" = ( +/obj/structure/table/woodentable, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/dice, /turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 + dir = 8; + icon_state = "wood" }, -/area/tdome) -"FV" = ( -/obj/effect/floor_decal/corner/green, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BW" = ( +/obj/item/weapon/cigbutt, /turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 + dir = 8; + icon_state = "wood" }, -/area/tdome) -"FW" = ( -/obj/effect/floor_decal/corner/green/full{ - tag = "icon-corner_white_full (EAST)"; - icon_state = "corner_white_full"; +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BX" = ( +/obj/machinery/vending/sovietsoda, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BY" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"BZ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s"; + dir = 1 + }, +/area/shuttle/transport1/centcom) +"Ca" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f" + }, +/area/shuttle/transport1/centcom) +"Cb" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "centcom_shuttle"; + pixel_x = 0; + pixel_y = -25; + tag_door = "centcom_shuttle_hatch" + }, +/obj/machinery/light, +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"Cc" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_f"; dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 - }, -/area/tdome) -"FX" = ( +/area/shuttle/transport1/centcom) +"Cd" = ( /obj/structure/bed/chair{ dir = 1 }, -/obj/effect/landmark{ - name = "tdomeadmin" - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"FY" = ( -/obj/structure/table/standard, -/obj/item/weapon/legcuffs, -/turf/simulated/shuttle/floor{ - icon_state = "floor7" - }, -/area/skipjack_station/start) -"FZ" = ( -/obj/machinery/light/small, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"Ga" = ( -/obj/structure/closet/secure_closet/bar, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/tdome) -"Gb" = ( -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/tdome) -"Gc" = ( -/obj/machinery/gibber, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/tdome) -"Gd" = ( -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Ge" = ( -/obj/machinery/atmospherics/valve, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gf" = ( -/obj/item/weapon/extinguisher, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gg" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"Ce" = ( /obj/structure/bed/chair{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark{ - name = "tdomeadmin" +/obj/machinery/light, +/turf/simulated/shuttle/floor, +/area/shuttle/transport1/centcom) +"Cf" = ( +/obj/structure/shuttle/engine/heater{ + icon_state = "heater"; + dir = 4 }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" +/obj/structure/window/reinforced{ + dir = 8 }, -/area/tdome/tdomeadmin) -"Gh" = ( -/obj/machinery/computer/security/telescreen, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gi" = ( -/obj/machinery/atmospherics/portables_connector{ +/obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/portable_atmospherics/canister/sleeping_agent{ - pixel_x = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gj" = ( -/obj/item/weapon/wrench, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gk" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/tdome) -"Gl" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/tdome) -"Gm" = ( -/obj/structure/disposalpipe/trunk{ +/turf/simulated/floor/airless, +/area/shuttle/transport1/centcom) +"Cg" = ( +/obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/disposal, +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r"; + dir = 4 + }, +/turf/template_noop, +/area/shuttle/transport1/centcom) +"Ch" = ( +/obj/structure/bed/chair/comfy/brown, /turf/unsimulated/floor{ - tag = "icon-lino"; icon_state = "lino" }, -/area/tdome/tdomeadmin) -"Gn" = ( -/obj/machinery/door/airlock/centcom{ - name = "General Access"; - opacity = 1; - req_access = list(101) +/area/centcom/holding) +"Ci" = ( +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Cj" = ( +/obj/machinery/door/airlock/glass{ + name = "Arrivals Processing" }, /turf/unsimulated/floor{ icon_state = "steel" }, -/area/tdome) -"Go" = ( -/obj/structure/bed/chair, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gp" = ( -/obj/structure/table/standard, -/turf/unsimulated/beach/sand, -/area/beach) -"Gq" = ( -/obj/structure/table/standard, -/obj/machinery/recharger{ - pixel_y = 4 +/area/centcom/holding) +"Ck" = ( +/obj/machinery/camera/network/crescent{ + c_tag = "Crescent Arrivals East" }, /turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" + icon_state = "steel" }, -/area/tdome/tdomeadmin) -"Gr" = ( -/obj/structure/table/reinforced, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/tdome) -"Gs" = ( -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/structure/table/standard, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gt" = ( -/obj/machinery/computer/pod{ - id = "thunderdomegen"; - name = "Thunderdome General Supply" - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gu" = ( -/obj/machinery/computer/pod{ - id = "thunderdomeaxe"; - name = "Thunderdome Axe Supply" - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gv" = ( -/obj/machinery/computer/pod{ - id = "thunderdomehea"; - name = "Thunderdome Heavy Supply" - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"Gw" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/color/green, -/obj/item/clothing/shoes/brown, -/obj/item/clothing/suit/armor/tdome/green, -/obj/item/clothing/head/helmet/thunderdome, -/obj/item/weapon/melee/baton/loaded, -/obj/item/weapon/melee/energy/sword/green, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/tdome) -"Gz" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/color/red, -/obj/item/clothing/shoes/brown, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/head/helmet/swat, -/obj/item/weapon/gun/energy/laser, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/tdome) -"GA" = ( -/obj/machinery/door/blast/regular{ - id = "thunderdomegen"; - name = "General Supply" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/tdome) -"GB" = ( -/obj/machinery/igniter, -/turf/simulated/floor, -/area/tdome) -"GC" = ( -/turf/simulated/floor, -/area/tdome) -"GD" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor, -/area/tdome) -"GE" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/color/green, -/obj/item/clothing/shoes/brown, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/head/helmet/swat, -/obj/item/weapon/gun/energy/laser, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/tdome) -"GF" = ( -/obj/item/stack/medical/ointment, -/obj/item/stack/medical/ointment, -/obj/item/stack/medical/ointment, -/obj/structure/table/standard, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"GG" = ( -/obj/machinery/computer/pod{ - id = "thunderdome"; - name = "Thunderdome Blast Door Control" - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"GH" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/handcuffs, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"GI" = ( -/obj/structure/table/standard, -/obj/item/stack/medical/bruise_pack, -/obj/item/stack/medical/bruise_pack, -/obj/item/stack/medical/bruise_pack, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"GJ" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/toolbox/electrical, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"GK" = ( -/obj/structure/table/standard, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"GL" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/toolbox/mechanical, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/tdome/tdomeadmin) -"GM" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper{ - info = "\[center]\[b]LIST OF SPELLS AVAILABLE\[/b]\[/center]\[br]\[br]Magic Missile:\[br]This spell fires several, slow moving, magic projectiles at nearby targets. If they hit a target, it is paralyzed and takes minor damage.\[br]\[br]Fireball:\[br]This spell fires a fireball at a target and does not require wizard garb. Be careful not to fire it at people that are standing next to you.\[br]\[br]Disintegrate:\[br]This spell instantly kills somebody adjacent to you with the vilest of magick. It has a long cooldown.\[br]\[br]Disable Technology:\[br]This spell disables all weapons, cameras and most other technology in range.\[br]\[br]Smoke:\[br]This spell spawns a cloud of choking smoke at your location and does not require wizard garb.\[br]\[br]Blind:\[br]This spell temporarly blinds a single person and does not require wizard garb.\[br]Forcewall:\[br]This spell creates an unbreakable wall that lasts for 30 seconds and does not require wizard garb.\[br]\[br]Blink:\[br]This spell randomly teleports you a short distance. Useful for evasion or getting into areas if you have patience.\[br]\[br]Teleport:\[br]This spell teleports you to a type of area of your selection. Very useful if you are in danger, but has a decent cooldown, and is unpredictable.\[br]\[br]Mutate:\[br]This spell causes you to turn into a hulk, and gain telekinesis for a short while.\[br]\[br]Ethereal Jaunt:\[br]This spell creates your ethereal form, temporarily making you invisible and able to pass through walls.\[br]\[br]Knock:\[br]This spell opens nearby doors and does not require wizard garb.\[br]"; - name = "List of Available Spells (READ)" - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"GN" = ( -/obj/structure/table/woodentable, -/obj/effect/landmark{ - name = "Teleport-Scroll" - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"GO" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/backpack/satchel/withwallet, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"GP" = ( -/turf/simulated/floor/bluegrid, -/area/tdome) -"GQ" = ( -/obj/machinery/flasher{ - id = "flash"; - name = "Thunderdome Flash" - }, -/turf/simulated/floor/bluegrid, -/area/tdome) -"GR" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/wizard_station) -"GS" = ( -/obj/machinery/atmospherics/pipe/vent, -/turf/simulated/floor/bluegrid, -/area/tdome) -"GT" = ( +/area/centcom/holding) +"Cl" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -14806,68 +12559,13 @@ dir = 5 }, /area/centcom/holding) -"GU" = ( -/turf/unsimulated/beach/sand{ - density = 1; - opacity = 1 - }, -/area/beach) -"GV" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; +"Cm" = ( +/turf/unsimulated/floor{ + icon_state = "vault"; dir = 5 }, -/turf/simulated/floor, -/area/tdome) -"GW" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 1 - }, -/turf/simulated/floor, -/area/tdome) -"GX" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/simulated/floor, -/area/tdome) -"GY" = ( -/turf/unsimulated/beach/sand, -/area/beach) -"GZ" = ( -/obj/structure/signpost, -/turf/unsimulated/beach/sand, -/area/beach) -"Ha" = ( -/obj/structure/closet, -/turf/unsimulated/beach/sand, -/area/beach) -"Hb" = ( -/obj/machinery/door/blast/regular{ - id = "thunderdomehea"; - name = "Heavy Supply" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/tdome) -"Hc" = ( -/obj/machinery/atmospherics/pipe/simple/visible, -/turf/simulated/floor, -/area/tdome) -"Hd" = ( -/obj/effect/overlay/palmtree_l, -/turf/unsimulated/beach/sand, -/area/beach) -"He" = ( -/obj/effect/overlay/palmtree_r, -/obj/effect/overlay/coconut, -/turf/unsimulated/beach/sand, -/area/beach) -"Hf" = ( +/area/centcom/holding) +"Cn" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -14884,29 +12582,7 @@ }, /turf/simulated/shuttle/floor, /area/shuttle/escape/centcom) -"Hg" = ( -/obj/machinery/door/blast/regular{ - id = "thunderdomeaxe"; - name = "Axe Supply" - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/tdome) -"Hh" = ( -/obj/effect/overlay/coconut, -/turf/unsimulated/beach/sand, -/area/beach) -"Hi" = ( -/obj/structure/mirror{ - pixel_y = 28 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/wizard_station) -"Hj" = ( +"Co" = ( /obj/machinery/status_display{ pixel_y = 30 }, @@ -14915,325 +12591,65 @@ }, /turf/simulated/shuttle/floor, /area/shuttle/escape/centcom) -"Hk" = ( +"Cp" = ( /obj/machinery/camera/network/crescent{ c_tag = "Shuttle Center" }, /turf/simulated/shuttle/floor, /area/shuttle/escape/centcom) -"Hm" = ( -/obj/effect/landmark/start{ - name = "wizard" - }, +"Cq" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/vox/vox_casual, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/gloves/yellow/vox, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + icon_state = "asteroid" }, -/area/wizard_station) -"Hn" = ( -/obj/structure/simple_door/iron, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Cr" = ( +/obj/effect/decal/remains/robot, /turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 + icon_state = "asteroid" }, -/area/wizard_station) -"Ho" = ( -/obj/machinery/shower{ - icon_state = "shower"; +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Cs" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s"; dir = 8 }, +/area/shuttle/transport1/centcom) +"Ct" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t" + }, +/area/shuttle/transport1/centcom) +"Cu" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l"; + dir = 4 + }, +/turf/template_noop, +/area/shuttle/transport1/centcom) +"Cv" = ( /turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/wizard_station) -"Hp" = ( -/obj/item/device/radio/intercom{ - desc = "Talk through this. Evilly"; - frequency = 1213; - name = "Syndicate Intercom"; - pixel_x = 32; - subspace_transmission = 1; - syndie = 1 - }, -/obj/structure/closet/coffin, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Hq" = ( -/obj/item/device/radio/intercom{ - desc = "Talk through this. Evilly"; - frequency = 1213; - name = "Syndicate Intercom"; - pixel_x = 32; - subspace_transmission = 1; - syndie = 1 - }, -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp/green{ - on = 0; - pixel_x = -3; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/flask/barflask, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Hr" = ( -/turf/unsimulated/floor{ - tag = "icon-lino"; icon_state = "lino" }, -/area/wizard_station) -"Hs" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet/rd, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"Ht" = ( -/obj/effect/overlay/palmtree_r, -/turf/unsimulated/beach/sand, -/area/beach) -"Hu" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/item/clothing/suit/wizrobe/marisa, -/obj/item/clothing/shoes/sandal/marisa, -/obj/item/clothing/head/wizard/marisa, -/obj/item/weapon/staff/broom, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"Hv" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/item/clothing/suit/wizrobe/red, -/obj/item/clothing/shoes/sandal, -/obj/item/clothing/head/wizard/red, -/obj/item/weapon/staff, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"Hw" = ( -/obj/machinery/suit_cycler/wizard, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"Hx" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/item/clothing/suit/wizrobe/magusblue, -/obj/item/clothing/head/wizard/magus, -/obj/item/weapon/staff, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"Hy" = ( -/obj/structure/simple_door/wood{ - tag = "icon-wood"; - icon_state = "wood" +/area/centcom/holding) +"Cw" = ( +/obj/machinery/door/airlock/glass{ + name = "Arrivals Bar" }, /turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" + icon_state = "steel" }, -/area/wizard_station) -"Hz" = ( -/obj/item/device/radio/intercom{ - desc = "Talk through this. Evilly"; - frequency = 1213; - name = "Syndicate Intercom"; - pixel_x = 32; - subspace_transmission = 1; - syndie = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"HA" = ( -/obj/structure/mirror/raider{ - pixel_x = 0; - pixel_y = 28 - }, -/obj/structure/sink{ - pixel_y = 11 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"HB" = ( -/obj/structure/curtain/open/shower, -/obj/machinery/shower, -/obj/item/weapon/soap/syndie, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"HC" = ( -/obj/structure/sink{ - pixel_y = 11 - }, -/obj/structure/mirror{ - pixel_y = 28 - }, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"HD" = ( -/obj/structure/table/woodentable, -/obj/item/clothing/glasses/monocle, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"HE" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/backpack/cultpack, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"HF" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/backpack, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"HG" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/item/clothing/shoes/sandal/marisa{ - desc = "A set of fancy shoes that are as functional as they are comfortable."; - name = "Gentlemans Shoes" - }, -/obj/item/clothing/under/gentlesuit, -/obj/item/clothing/suit/wizrobe/gentlecoat, -/obj/item/clothing/head/wizard/cap, -/obj/item/weapon/staff/gentcane, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"HH" = ( -/obj/structure/table/standard, -/obj/item/weapon/circular_saw{ - pixel_y = 8 - }, -/obj/item/weapon/hemostat, -/obj/item/weapon/scalpel, -/obj/item/stack/medical/advanced/bruise_pack, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"HI" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/item/clothing/under/psysuit, -/obj/item/clothing/suit/wizrobe/psypurple, -/obj/item/clothing/head/wizard/amp, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"HJ" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed" - }, -/obj/item/clothing/suit/wizrobe/magusred, -/obj/item/clothing/head/wizard/magus, -/obj/item/weapon/staff, -/turf/unsimulated/floor{ - tag = "icon-lino"; - icon_state = "lino" - }, -/area/wizard_station) -"HK" = ( -/obj/structure/kitchenspike, -/obj/structure/table/marble, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/wizard_station) -"HL" = ( -/obj/structure/table/rack, -/obj/item/weapon/material/knife/ritual, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/wizard_station) -"HM" = ( -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/wizard_station) -"HN" = ( -/obj/item/device/radio/intercom{ - desc = "Talk through this. Evilly"; - frequency = 1213; - name = "Syndicate Intercom"; - pixel_x = 32; - subspace_transmission = 1; - syndie = 1 - }, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/wizard_station) -"HO" = ( +/area/centcom/holding) +"Cx" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -15255,11 +12671,7 @@ icon_state = "floor3" }, /area/shuttle/escape/centcom) -"HP" = ( -/obj/item/weapon/beach_ball, -/turf/unsimulated/beach/sand, -/area/beach) -"HQ" = ( +"Cy" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -15277,245 +12689,109 @@ icon_state = "floor3" }, /area/shuttle/escape/centcom) -"HR" = ( -/mob/living/simple_animal/crab/Coffee, -/turf/unsimulated/beach/sand, -/area/beach) -"HS" = ( -/obj/item/clothing/head/collectable/paper, -/turf/unsimulated/beach/sand, -/area/beach) -"HT" = ( -/turf/unsimulated/floor{ - icon_state = "sandwater" - }, -/area/beach) -"HU" = ( -/turf/unsimulated/beach/coastline{ - density = 1; - opacity = 1 - }, -/area/beach) -"HV" = ( -/turf/unsimulated/beach/coastline, -/area/beach) -"HW" = ( -/turf/unsimulated/beach/water{ - density = 1; - opacity = 1 - }, -/area/beach) -"HX" = ( -/turf/unsimulated/beach/water, -/area/beach) -"HY" = ( -/turf/unsimulated/wall, -/area/wizard_station) -"HZ" = ( -/obj/structure/sink, -/turf/unsimulated/wall, -/area/wizard_station) -"Ia" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/obj/effect/decal/cleanable/cobweb, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Ib" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Ic" = ( -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Id" = ( -/obj/machinery/librarycomp, -/obj/structure/table/woodentable, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Ie" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/book/manual/security_space_law, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"If" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/book/manual/nuclear, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Ig" = ( -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/wizard_station) -"Ih" = ( -/mob/living/simple_animal/crab{ - name = "Experiment 68a" - }, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/wizard_station) -"Ii" = ( -/turf/unsimulated/floor{ - tag = "icon-grass0"; - icon_state = "grass0" - }, -/area/wizard_station) -"Ij" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/unsimulated/floor{ - tag = "icon-grass0"; - icon_state = "grass0" - }, -/area/wizard_station) -"Ik" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/unsimulated/floor{ - tag = "icon-grass0"; - icon_state = "grass0" - }, -/area/wizard_station) -"Il" = ( -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Experiment 97d" - }, -/turf/unsimulated/floor{ - tag = "icon-grass0"; - icon_state = "grass0" - }, -/area/wizard_station) -"Im" = ( -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/space) -"In" = ( +"Cz" = ( /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/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/clothing/head/helmet/ert/medical, -/obj/item/clothing/head/helmet/ert/medical, -/obj/item/clothing/mask/gas/tactical, -/obj/item/clothing/mask/gas/tactical, -/obj/item/clothing/mask/gas/tactical, -/obj/item/weapon/storage/backpack/ert/medical, -/obj/item/weapon/storage/backpack/ert/medical, -/obj/item/weapon/storage/backpack/ert/medical, -/obj/item/weapon/storage/backpack/ert/medical, -/obj/item/weapon/storage/backpack/ert/medical, -/obj/item/weapon/storage/backpack/ert/medical, +/obj/item/clothing/under/vox/vox_casual, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/gloves/yellow/vox, +/obj/item/clothing/suit/space/vox/medic, +/obj/item/clothing/head/helmet/space/vox/medic, /turf/unsimulated/floor{ - icon_state = "vault"; - dir = 1 - }, -/area/centcom/specops) -"Is" = ( -/obj/structure/bookcase{ - name = "bookcase (Tactics)" + icon_state = "asteroid" }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"CA" = ( +/obj/effect/decal/cleanable/blood/oil/streak, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + icon_state = "asteroid" }, -/area/wizard_station) -"Ix" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/bag/cash, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"CB" = ( +/obj/structure/table/rack, +/obj/item/clothing/glasses/thermal/plain/monocle, +/obj/item/clothing/glasses/thermal/plain/monocle, +/obj/item/clothing/glasses/thermal/plain/monocle, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + icon_state = "asteroid" }, -/area/wizard_station) -"IE" = ( -/obj/structure/bookcase, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"CC" = ( /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"IF" = ( -/obj/machinery/vending/magivend, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"IG" = ( -/turf/unsimulated/floor{ - tag = "icon-cult"; name = "plating"; icon_state = "cult" }, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"II" = ( +"CD" = ( /obj/effect/decal/cleanable/cobweb2, /turf/unsimulated/floor{ - tag = "icon-cult"; name = "plating"; icon_state = "cult" }, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"IX" = ( +"CE" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + icon_state = "lino" + }, +/area/centcom/holding) +"CF" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "centcom_dock"; + name = "docking port controller"; + pixel_x = 25; + pixel_y = 0; + req_one_access = list(13); + tag_door = "centcom_dock_airlock" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"CG" = ( +/obj/structure/window/shuttle{ + icon_state = "window3" + }, +/obj/structure/grille, +/turf/simulated/shuttle/plating, +/area/shuttle/escape/centcom) +"CH" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/gloves/yellow/vox, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/turf/unsimulated/floor{ + icon_state = "asteroid" }, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"Jb" = ( -/obj/structure/table/woodentable{ - dir = 5 - }, -/obj/item/weapon/flame/lighter/zippo, -/obj/item/weapon/storage/fancy/cigarettes, -/obj/item/weapon/material/ashtray/bronze{ - pixel_x = -1; - pixel_y = 1 - }, +"CI" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/launcher/spikethrower, +/obj/item/weapon/gun/launcher/spikethrower, +/obj/item/weapon/gun/launcher/spikethrower, /turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" + icon_state = "asteroid" }, -/area/centcom/holding) -"Jc" = ( +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"CJ" = ( /obj/structure/table/woodentable{ dir = 5 }, @@ -15530,77 +12806,41 @@ dir = 4 }, /turf/unsimulated/floor{ - tag = "icon-wood"; icon_state = "wood" }, /area/centcom/holding) -"Jd" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 4 +"CK" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/flame/lighter/zippo, +/obj/item/weapon/storage/fancy/cigarettes, +/obj/item/weapon/material/ashtray/bronze{ + pixel_x = -1; + pixel_y = 1 }, /turf/unsimulated/floor{ - dir = 8; icon_state = "wood" }, -/area/wizard_station) -"Je" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/dice/d20, +/area/centcom/holding) +"CL" = ( +/obj/machinery/hologram/holopad, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + icon_state = "steel" }, -/area/wizard_station) -"Jf" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/box/cups, +/area/centcom/holding) +"CM" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 0; + pixel_y = 0 + }, +/obj/effect/wingrille_spawn/reinforced/crescent, /turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" + icon_state = "plating" }, -/area/wizard_station) -"Jg" = ( -/obj/structure/bed/chair/wood/wings{ - icon_state = "wooden_chair_wings"; - dir = 8 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Jh" = ( -/obj/item/target, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/wizard_station) -"Ji" = ( -/obj/item/target/syndicate, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/wizard_station) -"Jj" = ( -/obj/item/target/alien, -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/wizard_station) -"Jk" = ( -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows2"; - dir = 1 - }, -/area/wizard_station) -"Jr" = ( +/area/centcom/holding) +"CN" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; @@ -15608,87 +12848,16 @@ }, /turf/unsimulated/wall, /area/centcom/holding) -"Js" = ( -/obj/structure/table/woodentable, -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/milosoup, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Jt" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/dice, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"Ju" = ( -/turf/unsimulated/floor{ - tag = "icon-cult"; - name = "plating"; - icon_state = "cult" - }, -/area/wizard_station) -"Jv" = ( -/turf/unsimulated/wall/fakeglass, -/area/wizard_station) -"Jz" = ( -/obj/item/organ/xenos/eggsac, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"JA" = ( -/obj/item/weapon/mop, -/obj/structure/mopbucket, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"JB" = ( -/obj/structure/table/woodentable, -/obj/effect/decal/cleanable/dirt, -/obj/item/pizzabox/meat, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"JC" = ( +"CO" = ( /obj/structure/bed/chair, /turf/unsimulated/floor{ - tag = "icon-cult"; name = "plating"; icon_state = "cult" }, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"JD" = ( -/obj/structure/closet{ - icon_closed = "cabinet_closed"; - icon_opened = "cabinet_open"; - icon_state = "cabinet_closed"; - name = "Clothing Storage" - }, -/obj/item/clothing/glasses/sunglasses, -/turf/unsimulated/beach/sand{ - tag = "icon-desert"; - icon_state = "desert" - }, -/area/centcom/holding) -"JE" = ( +"CP" = ( /obj/structure/closet{ icon_closed = "cabinet_closed"; icon_opened = "cabinet_open"; @@ -15700,35 +12869,76 @@ }, /obj/item/clothing/glasses/sunglasses, /turf/unsimulated/beach/sand{ - tag = "icon-desert"; icon_state = "desert" }, /area/centcom/holding) -"JF" = ( +"CQ" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed"; + name = "Clothing Storage" + }, +/obj/item/clothing/glasses/sunglasses, +/turf/unsimulated/beach/sand{ + icon_state = "desert" + }, +/area/centcom/holding) +"CR" = ( /obj/structure/closet/athletic_mixed, /turf/unsimulated/beach/sand{ - tag = "icon-desert"; icon_state = "desert" }, /area/centcom/holding) -"JG" = ( -/obj/structure/table/woodentable, -/obj/item/device/megaphone, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"JH" = ( +"CS" = ( /obj/machinery/camera/network/crescent{ c_tag = "Crescent Bar Center" }, /turf/unsimulated/floor{ - tag = "icon-wood"; icon_state = "wood" }, /area/centcom/holding) -"JM" = ( +"CT" = ( +/obj/machinery/hologram/holopad, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"CU" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/camera/network/crescent{ + c_tag = "Crescent Arrivals South"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"CV" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/vox/vox_robes, +/obj/item/clothing/shoes/magboots/vox, +/obj/item/clothing/gloves/yellow/vox, +/obj/item/clothing/suit/space/vox/carapace, +/obj/item/clothing/head/helmet/space/vox/carapace, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"CW" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/item/weapon/tank/nitrogen, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"CX" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -15743,7 +12953,19 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"JN" = ( +"CY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"CZ" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -15758,60 +12980,81 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"JO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"JP" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"JQ" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/spacecash/c1, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/wizard_station) -"JR" = ( +"Da" = ( /obj/machinery/computer/shuttle_control/multi/vox, /turf/unsimulated/floor{ - tag = "icon-cult"; name = "plating"; icon_state = "cult" }, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"JS" = ( -/obj/item/weapon/stool/padded, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"JU" = ( +"Db" = ( /turf/unsimulated/beach/sand{ - tag = "icon-desert"; icon_state = "desert" }, /area/centcom/holding) -"JW" = ( +"Dc" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Dd" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/amanita_pie, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"De" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/bigbiteburger, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Df" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Dg" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/carrotcakeslice, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Dh" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/stew, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Di" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"Dj" = ( /obj/structure/bed/chair{ dir = 4 }, @@ -15827,7 +13070,7 @@ icon_state = "floor3" }, /area/shuttle/escape/centcom) -"JX" = ( +"Dk" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -15843,32 +13086,60 @@ icon_state = "floor3" }, /area/shuttle/escape/centcom) -"JY" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/item/weapon/tank/nitrogen, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"JZ" = ( -/obj/effect/decal/cleanable/ash, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Ka" = ( +"Dl" = ( /turf/unsimulated/beach/sand{ - tag = "icon-desert2"; icon_state = "desert2" }, /area/centcom/holding) -"Kc" = ( +"Dm" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/boiledrice, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Dn" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/beetsoup, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Do" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/stuffing, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Dp" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/soylenviridians, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Dq" = ( +/obj/item/weapon/stool/padded, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Dr" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"Ds" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -15885,38 +13156,23 @@ }, /turf/simulated/shuttle/floor, /area/shuttle/escape/centcom) -"Kd" = ( +"Dt" = ( /obj/machinery/status_display{ pixel_y = -30 }, /obj/machinery/light, /turf/simulated/shuttle/floor, /area/shuttle/escape/centcom) -"Ke" = ( -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows"; - dir = 8 - }, -/area/wizard_station) -"Kf" = ( -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows2"; - dir = 8 - }, -/area/wizard_station) -"Kg" = ( -/turf/unsimulated/wall/fakeglass{ - dir = 1; - icon_state = "fakewindows" - }, -/area/wizard_station) -"Kh" = ( -/turf/unsimulated/wall/fakeglass{ - icon_state = "fakewindows"; +"Du" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ dir = 4 }, -/area/wizard_station) -"Kj" = ( +/turf/template_noop, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"Dv" = ( /obj/machinery/door/airlock/external{ req_access = list(150) }, @@ -15926,57 +13182,57 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"Kk" = ( -/obj/effect/decal/remains/human, -/turf/unsimulated/floor{ - tag = "icon-lava"; - name = "plating"; - icon_state = "lava" - }, -/area/wizard_station) -"Kl" = ( -/turf/unsimulated/floor{ - tag = "icon-lava"; - name = "plating"; - icon_state = "lava" - }, -/area/wizard_station) -"Kr" = ( -/obj/effect/decal/cleanable/blood, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/wizard_station) -"Ks" = ( -/obj/machinery/door/airlock/hatch{ - req_access = list(150) - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" +"Dw" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 8 }, +/turf/template_noop, /area/syndicate_mothership{ name = "\improper Raider Base" }) -"Kt" = ( -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/wizard_station) -"Ku" = ( +"Dx" = ( /obj/item/weapon/inflatable_duck, /turf/unsimulated/beach/sand{ - tag = "icon-desert"; icon_state = "desert" }, /area/centcom/holding) -"Kv" = ( +"Dy" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/drinks/drinkingglass, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/holding) +"Dz" = ( /obj/structure/sign/redcross, /turf/unsimulated/wall, /area/centcom/holding) -"Kx" = ( +"DA" = ( +/obj/machinery/door/airlock/glass_medical{ + name = "Arrivals Medbay" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"DB" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t"; + dir = 8 + }, +/area/shuttle/escape/centcom) +"DC" = ( +/obj/machinery/door/airlock/glass_mining{ + name = "Shuttle Cargo" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/escape/centcom) +"DD" = ( /obj/machinery/door/airlock/glass_medical{ name = "Escape Shuttle Infirmary"; req_access = list(5) @@ -15985,17 +13241,13 @@ icon_state = "floor3" }, /area/shuttle/escape/centcom) -"Ky" = ( -/obj/structure/window/reinforced{ +"DE" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t"; dir = 4 }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Kz" = ( +/area/shuttle/escape/centcom) +"DF" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -16005,24 +13257,158 @@ /area/syndicate_mothership{ name = "\improper Raider Base" }) -"KA" = ( +"DG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/syndicate_mothership{ + name = "\improper Raider Base" + }) +"DH" = ( /turf/unsimulated/beach/sand{ - tag = "icon-desert1"; icon_state = "desert1" }, /area/centcom/holding) -"KB" = ( +"DI" = ( /turf/unsimulated/beach/sand{ - tag = "icon-desert"; icon_state = "desert" }, /obj/effect/overlay/palmtree_r, /turf/unsimulated/beach/sand{ - tag = "icon-coconuts"; icon_state = "coconuts" }, /area/centcom/holding) -"KD" = ( +"DJ" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/bloodsoup, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"DK" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/tofukabob, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"DL" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/poppypretzel, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"DM" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/orangecakeslice, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"DN" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/clothing/under/suit_jacket, +/obj/item/clothing/suit/wcoat, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/holding) +"DO" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"DP" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/oxygen/prechilled, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"DQ" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"DR" = ( +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_x = 0; + pixel_y = 29 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"DS" = ( +/obj/structure/bed/roller, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"DT" = ( +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = -28 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/escape/centcom) +"DU" = ( +/obj/structure/closet/hydrant{ + pixel_x = 30; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/escape/centcom) +"DV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_straight"; + dir = 1 + }, +/area/shuttle/escape/centcom) +"DW" = ( +/obj/machinery/atmospherics/unary/cryo_cell{ + layer = 3.3 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"DX" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/oxygen/prechilled, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"DY" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"DZ" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ pixel_x = -4; @@ -16033,698 +13419,7 @@ icon_state = "floor3" }, /area/shuttle/escape/centcom) -"KE" = ( -/mob/living/simple_animal/hostile/creature{ - name = "Experiment 35b" - }, -/turf/unsimulated/floor{ - tag = "icon-lava"; - name = "plating"; - icon_state = "lava" - }, -/area/wizard_station) -"KF" = ( -/turf/space/transit/east/shuttlespace_ew8, -/area/shuttle/escape_pod5/transit) -"KJ" = ( -/obj/item/weapon/caution, -/turf/unsimulated/floor{ - icon_state = "freezerfloor"; - dir = 2 - }, -/area/wizard_station) -"KK" = ( -/mob/living/simple_animal/crab, -/turf/unsimulated/beach/sand{ - tag = "icon-desert3"; - icon_state = "desert3" - }, -/area/centcom/holding) -"KL" = ( -/obj/item/weapon/beach_ball, -/turf/unsimulated/beach/sand{ - tag = "icon-desert_dug"; - icon_state = "desert_dug" - }, -/area/centcom/holding) -"KM" = ( -/obj/structure/closet/crate/freezer/rations, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/escape/centcom) -"KN" = ( -/obj/structure/closet/crate/freezer/rations, -/obj/machinery/camera/network/crescent{ - c_tag = "Shuttle West Storage"; - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/escape/centcom) -"KO" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 - }, -/obj/machinery/camera/network/crescent{ - c_tag = "Shuttle Medical"; - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"KP" = ( -/obj/machinery/vending/wallmed1{ - layer = 3.3; - name = "Emergency NanoMed"; - pixel_x = 28; - pixel_y = 0 - }, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"KQ" = ( -/obj/machinery/recharge_station, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/escape/centcom) -"KR" = ( -/obj/machinery/recharge_station, -/obj/machinery/camera/network/crescent{ - c_tag = "Shuttle East Storage"; - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/escape/centcom) -"KS" = ( -/obj/machinery/optable, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"KT" = ( -/obj/structure/table/standard, -/obj/item/weapon/cautery, -/obj/item/weapon/retractor, -/obj/item/weapon/reagent_containers/glass/bottle/stoxin, -/obj/item/weapon/reagent_containers/glass/bottle/stoxin, -/obj/item/weapon/reagent_containers/syringe, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"KU" = ( -/obj/machinery/camera/network/crescent{ - c_tag = "Crescent Bar West"; - dir = 4 - }, -/turf/unsimulated/beach/sand{ - tag = "icon-desert"; - icon_state = "desert" - }, -/area/centcom/holding) -"KY" = ( -/obj/machinery/iv_drip, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"KZ" = ( -/obj/structure/bed/roller, -/obj/item/device/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 30 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"La" = ( -/obj/structure/sink{ - dir = 4; - icon_state = "sink"; - pixel_x = 11; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor7" - }, -/area/skipjack_station/start) -"Lb" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper_bin, -/obj/item/weapon/pen, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Ld" = ( -/obj/structure/table/standard, -/obj/item/weapon/bonesetter, -/obj/item/weapon/bonegel, -/obj/item/weapon/FixOVein, -/obj/item/weapon/reagent_containers/syringe/antiviral, -/obj/item/weapon/reagent_containers/syringe/antiviral, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"Le" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor7" - }, -/area/skipjack_station/start) -"Lh" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/adv{ - pixel_x = 1 - }, -/obj/item/weapon/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"Li" = ( -/obj/effect/overlay/palmtree_l, -/turf/unsimulated/beach/sand{ - tag = "icon-desert"; - icon_state = "desert" - }, -/area/centcom/holding) -"Lj" = ( -/obj/machinery/hologram/holopad, -/turf/unsimulated/beach/sand{ - tag = "icon-desert"; - icon_state = "desert" - }, -/area/centcom/holding) -"Lk" = ( -/turf/unsimulated/beach/sand{ - tag = "icon-beach"; - icon_state = "beach" - }, -/area/centcom/holding) -"Ll" = ( -/turf/unsimulated/beach/sand{ - tag = "icon-beachcorner"; - icon_state = "beachcorner" - }, -/area/centcom/holding) -"Lo" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/fire{ - pixel_x = 1 - }, -/obj/item/weapon/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/skipjack_station/start) -"Ls" = ( -/obj/structure/table/rack, -/obj/item/weapon/circuitboard/borgupload, -/obj/item/weapon/circuitboard/aiupload{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"Lw" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/circuitboard/smes, -/obj/item/weapon/circuitboard/smes, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 8 - }, -/area/centcom/specops) -"Lx" = ( -/obj/structure/sign/nosmoking_2{ - pixel_x = 32 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"LD" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 2; - name = "thrower_throwdownside"; - nostop = 1; - tiles = 0 - }, -/turf/space, -/area/space) -"LP" = ( -/turf/space/transit/east/shuttlespace_ew9, -/area/shuttle/escape_pod5/transit) -"LS" = ( -/turf/space/transit/east/shuttlespace_ew2, -/area/shuttle/escape_pod5/transit) -"LT" = ( -/turf/space/transit/east/shuttlespace_ew3, -/area/shuttle/escape_pod5/transit) -"LU" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 8; - name = "thrower_escapeshuttletop(left)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns12, -/area/space) -"LV" = ( -/obj/effect/step_trigger/thrower{ - affect_ghosts = 1; - direction = 8; - name = "thrower_escapeshuttletop(left)"; - tiles = 0 - }, -/turf/space/transit/north/shuttlespace_ns11, -/area/space) -"LW" = ( -/turf/unsimulated/beach/sand{ - tag = "icon-beach (SOUTHEAST)"; - icon_state = "beach"; - dir = 6 - }, -/area/centcom/holding) -"LZ" = ( -/obj/structure/closet, -/obj/item/weapon/reagent_containers/food/snacks/tastybread, -/obj/item/weapon/reagent_containers/food/snacks/tastybread, -/obj/item/weapon/reagent_containers/food/snacks/tastybread, -/obj/item/weapon/reagent_containers/food/snacks/tastybread, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"Ma" = ( -/obj/machinery/vending/cigarette{ - name = "hacked cigarette machine"; - prices = list(); - products = list(/obj/item/weapon/storage/fancy/cigarettes = 10, /obj/item/weapon/storage/box/matches = 10, /obj/item/weapon/flame/lighter/zippo = 4, /obj/item/clothing/mask/smokable/cigarette/cigar/havana = 2) - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor6" - }, -/area/syndicate_station/start) -"Mc" = ( -/obj/machinery/suit_cycler/syndicate{ - locked = 0 - }, -/turf/simulated/shuttle/plating, -/area/skipjack_station/start) -"Md" = ( -/obj/structure/table/rack, -/obj/item/device/suit_cooling_unit/improved, -/obj/item/device/suit_cooling_unit/improved, -/obj/item/weapon/rig/industrial/syndicate, -/turf/simulated/shuttle/floor{ - icon_state = "floor4" - }, -/area/skipjack_station/start) -"Me" = ( -/obj/machinery/door/airlock/hatch{ - name = "Warehouse"; - req_access = list(150) - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Mi" = ( -/obj/effect/decal/cleanable/vomit, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Mj" = ( -/turf/unsimulated/beach/sand{ - tag = "icon-desert"; - icon_state = "desert" - }, -/turf/unsimulated/beach/sand{ - tag = "icon-coconuts"; - icon_state = "coconuts" - }, -/area/centcom/holding) -"Mp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Mu" = ( -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre"; - req_access = list(45) - }, -/turf/unsimulated/floor{ - icon_state = "white" - }, -/area/centcom/holding) -"Mv" = ( -/turf/simulated/mineral, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"MA" = ( -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 6; - teleport_z_offset = 6 - }, -/turf/space/transit/north/shuttlespace_ns12, -/area/space) -"MB" = ( -/obj/machinery/optable, -/obj/item/organ/stack, -/obj/effect/decal/cleanable/blood/xeno, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"MD" = ( -/obj/effect/decal/cleanable/generic, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"ME" = ( -/obj/item/weapon/stool/padded, -/obj/effect/landmark{ - name = "voxstart" - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"MF" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/drinks/bottle/rum, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"MN" = ( -/obj/item/clothing/head/philosopher_wig, -/obj/effect/decal/cleanable/cobweb2, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"MO" = ( -/obj/structure/table/woodentable, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/reagent_containers/food/condiment/peppermill{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/condiment/saltshaker{ - pixel_x = -6 - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"MP" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape/centcom) -"MQ" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape/centcom) -"MR" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/shuttle/floor4, -/area/shuttle/escape/centcom) -"MY" = ( -/obj/machinery/vending/snack{ - name = "hacked Getmore Chocolate Corp"; - prices = list() - }, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Na" = ( -/obj/structure/window/shuttle{ - icon_state = "window12" - }, -/obj/structure/grille, -/turf/simulated/shuttle/plating, -/area/shuttle/escape/centcom) -"Nc" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/shuttle/floor, -/area/shuttle/escape/centcom) -"Nf" = ( -/obj/machinery/computer/crew, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Ng" = ( -/obj/structure/AIcore/deactivated, -/turf/simulated/shuttle/floor, -/area/shuttle/escape/centcom) -"Ni" = ( -/obj/machinery/computer/secure_data, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Nj" = ( -/obj/machinery/computer/station_alert, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Nk" = ( -/obj/machinery/computer/shuttle_control/emergency, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Nl" = ( -/obj/machinery/computer/communications, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Nm" = ( -/obj/machinery/computer/med_data, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"No" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/vox/vox_casual, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/gloves/yellow/vox, -/obj/item/clothing/suit/space/vox/stealth, -/obj/item/clothing/head/helmet/space/vox/stealth, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Np" = ( -/obj/structure/table/woodentable, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/dice, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Nu" = ( -/obj/machinery/vending/sovietsoda, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"Nw" = ( -/obj/machinery/door/airlock/centcom{ - name = "General Access"; - opacity = 1; - req_access = list(101) - }, -/turf/unsimulated/floor{ - icon_state = "vault"; - dir = 5 - }, -/area/tdome) -"Ny" = ( -/obj/machinery/hologram/holopad, -/turf/unsimulated/floor{ - tag = "icon-wood"; - icon_state = "wood" - }, -/area/centcom/holding) -"NC" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/vox/vox_casual, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/gloves/yellow/vox, -/obj/item/clothing/suit/space/vox/carapace, -/obj/item/clothing/head/helmet/space/vox/carapace, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"NE" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -28 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/escape/centcom) -"NF" = ( -/obj/structure/closet/hydrant{ - pixel_x = 30; - pixel_y = 0 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/escape/centcom) -"NG" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/escape/centcom) -"NH" = ( -/obj/machinery/atmospherics/unary/cryo_cell{ - layer = 3.3 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"NI" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/oxygen/prechilled, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"NJ" = ( +"Ea" = ( /obj/structure/closet/crate/medical, /obj/item/weapon/storage/firstaid/regular{ pixel_x = -2; @@ -16771,16 +13466,7 @@ icon_state = "floor3" }, /area/shuttle/escape/centcom) -"NK" = ( -/obj/effect/decal/remains/robot, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"NL" = ( +"Eb" = ( /obj/structure/closet/hydrant{ pixel_x = -30; pixel_y = 0 @@ -16789,38 +13475,1364 @@ icon_state = "floor2" }, /area/shuttle/escape/centcom) -"NM" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/vox/vox_casual, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/gloves/yellow/vox, -/obj/item/clothing/suit/space/vox/medic, -/obj/item/clothing/head/helmet/space/vox/medic, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"NN" = ( -/obj/machinery/door/airlock/glass_mining{ - name = "Shuttle Cargo" +"Ec" = ( +/obj/structure/closet/walllocker/emerglocker{ + pixel_x = 28 }, /turf/simulated/shuttle/floor{ icon_state = "floor2" }, /area/shuttle/escape/centcom) -"NO" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" +"Ed" = ( +/mob/living/simple_animal/crab, +/turf/unsimulated/beach/sand{ + icon_state = "desert3" }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"NP" = ( +/area/centcom/holding) +"Ee" = ( +/obj/item/weapon/beach_ball, +/turf/unsimulated/beach/sand{ + icon_state = "desert_dug" + }, +/area/centcom/holding) +"Ef" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/spesslaw, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Eg" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/candiedapple, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Eh" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/mushroomsoup, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Ei" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/snacks/meatsteak, +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/area/centcom/holding) +"Ej" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5; + icon_state = "intact" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Ek" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"El" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Em" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/machinery/camera/network/crescent{ + c_tag = "Shuttle West Storage"; + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/escape/centcom) +"En" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/escape/centcom) +"Eo" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + icon_state = "intact"; + dir = 5 + }, +/obj/machinery/camera/network/crescent{ + c_tag = "Shuttle Medical"; + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"Ep" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + icon_state = "intact"; + dir = 9 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"Eq" = ( +/obj/machinery/vending/wallmed1{ + layer = 3.3; + name = "Emergency NanoMed"; + pixel_x = 28; + pixel_y = 0 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"Er" = ( +/obj/machinery/recharge_station, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/escape/centcom) +"Es" = ( +/obj/machinery/recharge_station, +/obj/machinery/camera/network/crescent{ + c_tag = "Shuttle East Storage"; + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/escape/centcom) +"Et" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + dir = 8; + icon_state = "diagonalWall3" + }, +/area/skipjack_station/start) +"Eu" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + dir = 1; + icon_state = "diagonalWall3" + }, +/area/skipjack_station/start) +"Ev" = ( +/obj/machinery/camera/network/crescent{ + c_tag = "Crescent Bar West"; + dir = 4 + }, +/turf/unsimulated/beach/sand{ + icon_state = "desert" + }, +/area/centcom/holding) +"Ew" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = list(25) + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/holding) +"Ex" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/book/manual/barman_recipes, +/obj/item/weapon/reagent_containers/glass/rag, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/holding) +"Ey" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/machinery/chemical_dispenser/bar_alc/full, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/holding) +"Ez" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/machinery/chemical_dispenser/bar_soft/full, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/centcom/holding) +"EA" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 28; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"EB" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/shuttle/escape/centcom) +"EC" = ( +/obj/machinery/iv_drip, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"ED" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"EE" = ( +/obj/structure/bed/roller, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"EF" = ( +/obj/structure/bed/roller, +/obj/item/device/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 30 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"EG" = ( +/turf/simulated/wall/voxshuttle, +/area/skipjack_station/start) +"EH" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_west_control"; + req_one_access = list(150) + }, +/turf/simulated/wall/voxshuttle, +/area/skipjack_station/start) +"EI" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_closed"; + id_tag = "vox_northwest_lock"; + locked = 0; + req_access = list(150) + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"EJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + id = "skipjackshutters"; + name = "Skipjack Blast Shielding" + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"EK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + id = "skipjackshutters"; + name = "Skipjack Blast Shielding" + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"EL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + id = "skipjackshutters"; + name = "Skipjack Blast Shielding" + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"EM" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_closed"; + id_tag = "vox_northeast_lock"; + locked = 0; + req_access = list(150) + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"EN" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1331; + master_tag = "vox_east_control"; + req_access = list(150) + }, +/turf/simulated/wall/voxshuttle, +/area/skipjack_station/start) +"EO" = ( +/obj/effect/overlay/palmtree_l, +/turf/unsimulated/beach/sand{ + icon_state = "desert" + }, +/area/centcom/holding) +"EP" = ( +/obj/machinery/hologram/holopad, +/turf/unsimulated/beach/sand{ + icon_state = "desert" + }, +/area/centcom/holding) +"EQ" = ( +/turf/unsimulated/beach/sand{ + icon_state = "beachcorner" + }, +/area/centcom/holding) +"ER" = ( +/turf/unsimulated/beach/sand{ + icon_state = "beach" + }, +/area/centcom/holding) +"ES" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/beach/sand{ + icon_state = "beach"; + dir = 6 + }, +/area/centcom/holding) +"ET" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/unsimulated/beach/sand{ + icon_state = "seashallow" + }, +/area/centcom/holding) +"EU" = ( +/turf/unsimulated/wall, +/area/tdome) +"EV" = ( +/obj/effect/wingrille_spawn/reinforced/crescent, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/tdome) +"EW" = ( +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome"; + opacity = 1; + req_access = list(101) + }, +/obj/machinery/door/blast/regular{ + id = "crescent_thunderdome"; + name = "Thunderdome" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"EX" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 0; + pixel_y = 0 + }, +/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/weapon/wrench, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"EY" = ( +/obj/machinery/sleeper{ + icon_state = "sleeper_0"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"EZ" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s"; + dir = 1 + }, +/area/shuttle/escape/centcom) +"Fa" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/template_noop, +/area/shuttle/escape/centcom) +"Fb" = ( +/obj/machinery/sleeper, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"Fc" = ( +/obj/machinery/sleeper{ + icon_state = "sleeper_0-r" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/shuttle/escape/centcom) +"Fd" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s"; + dir = 8 + }, +/area/shuttle/escape/centcom) +"Fe" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1331; + id_tag = "vox_west_vent" + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Ff" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_west_sensor"; + pixel_x = 25 + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Fg" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Fh" = ( +/obj/machinery/computer/shuttle_control/multi/vox, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Fi" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Fj" = ( +/obj/machinery/button/remote/blast_door{ + id = "skipjackshutters"; + name = "remote shutter control"; + req_access = list(150) + }, +/turf/simulated/wall/voxshuttle, +/area/skipjack_station/start) +"Fk" = ( +/obj/machinery/airlock_sensor{ + frequency = 1331; + id_tag = "vox_east_sensor"; + pixel_x = -25 + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Fl" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1331; + id_tag = "vox_east_vent" + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Fm" = ( +/turf/unsimulated/beach/sand{ + icon_state = "beach"; + dir = 6 + }, +/area/centcom/holding) +"Fn" = ( +/turf/unsimulated/beach/sand{ + icon_state = "seashallow" + }, +/area/centcom/holding) +"Fo" = ( +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"Fp" = ( +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"Fq" = ( +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/tdome) +"Fr" = ( +/obj/effect/wingrille_spawn/reinforced/crescent, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"Fs" = ( +/obj/machinery/camera/network/crescent{ + c_tag = "Crescent Medical"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Ft" = ( +/obj/machinery/hologram/holopad, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Fu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/turf/simulated/floor/airless, +/area/shuttle/escape/centcom) +"Fv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Fw" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + tag_airpump = "vox_west_vent"; + tag_exterior_door = "vox_northwest_lock"; + frequency = 1331; + id_tag = "vox_west_control"; + tag_interior_door = "vox_southwest_lock"; + pixel_x = 24; + req_access = list(150); + tag_chamber_sensor = "vox_west_sensor" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1331; + id_tag = "vox_west_vent" + }, +/obj/machinery/light/small, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Fx" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Fy" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Fz" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/item/clothing/glasses/thermal/plain/monocle, +/obj/item/clothing/head/pirate, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"FA" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"FB" = ( +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + tag_airpump = "vox_east_vent"; + tag_exterior_door = "vox_northeast_lock"; + frequency = 1331; + id_tag = "vox_east_control"; + tag_interior_door = "vox_southeast_lock"; + pixel_x = -24; + req_access = list(150); + tag_chamber_sensor = "vox_east_sensor" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1331; + id_tag = "vox_east_vent" + }, +/obj/machinery/light/small, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"FC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"FD" = ( +/turf/unsimulated/beach/sand{ + icon_state = "desert" + }, +/turf/unsimulated/beach/sand{ + icon_state = "coconuts" + }, +/area/centcom/holding) +"FE" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"FF" = ( +/obj/structure/table/reinforced, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"FG" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"FH" = ( +/obj/structure/table/standard, +/obj/item/weapon/FixOVein{ + pixel_x = -6; + pixel_y = 1 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"FI" = ( +/obj/structure/table/standard, +/obj/item/weapon/cautery{ + pixel_y = 4 + }, +/obj/item/weapon/hemostat{ + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"FJ" = ( +/obj/structure/table/standard, +/obj/item/weapon/retractor{ + pixel_x = 0; + pixel_y = 6 + }, +/obj/item/weapon/scalpel, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"FK" = ( +/obj/structure/table/standard, +/obj/item/weapon/bonesetter, +/obj/item/weapon/bonegel{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"FL" = ( +/obj/structure/table/standard, +/obj/item/weapon/surgicaldrill, +/obj/item/weapon/circular_saw, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"FM" = ( +/obj/effect/wingrille_spawn/reinforced/crescent, +/turf/simulated/shuttle/plating, +/area/centcom/holding) +"FN" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_closed"; + id_tag = "vox_southwest_lock"; + locked = 0; + req_access = list(150) + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"FO" = ( +/obj/structure/table/rack, +/obj/item/ammo_magazine/d762, +/obj/item/weapon/gun/projectile/dragunov, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"FP" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"FQ" = ( +/obj/structure/table/rack, +/obj/random/melee, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"FR" = ( +/obj/machinery/door/airlock/hatch{ + frequency = 1331; + icon_state = "door_closed"; + id_tag = "vox_southeast_lock"; + locked = 0; + req_access = list(150) + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"FS" = ( +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_access = list(45) + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"FT" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_west_control"; + pixel_x = -22; + req_one_access = list(150) + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"FU" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/ionrifle, +/obj/item/weapon/material/harpoon, +/obj/item/clothing/suit/space/void/merc, +/obj/item/clothing/head/helmet/space/void/merc, +/obj/item/clothing/head/helmet/space/void/engineering, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/weapon/tank/oxygen, +/obj/item/weapon/tank/oxygen, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/weapon/rig/light/stealth, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"FV" = ( +/obj/machinery/microwave{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/structure/table/steel, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"FW" = ( +/obj/item/seeds/potatoseed, +/obj/item/seeds/potatoseed, +/obj/item/seeds/ambrosiavulgarisseed, +/obj/item/weapon/material/minihoe, +/obj/item/weapon/beartrap, +/obj/structure/table/steel, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"FX" = ( +/obj/machinery/vending/hydroseeds, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"FY" = ( +/obj/structure/table/rack, +/obj/random/energy_antag, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"FZ" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/belt/utility/full, +/obj/item/weapon/storage/belt/utility/full, +/obj/item/device/multitool, +/obj/item/device/multitool, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Ga" = ( +/obj/machinery/washing_machine, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Gb" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/fancy/cigarettes, +/obj/item/weapon/flame/lighter/zippo, +/obj/item/clothing/gloves/yellow, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/weapon/card/emag, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Gc" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/space/void/mining, +/obj/item/clothing/head/helmet/space/void/mining, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/weapon/tank/oxygen, +/obj/item/weapon/tank/oxygen, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/weapon/rig/light/hacker, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Gd" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1331; + master_tag = "vox_east_control"; + pixel_x = 22; + req_access = list(150) + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Ge" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gf" = ( +/obj/machinery/optable, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gg" = ( +/obj/structure/sink{ + dir = 4; + icon_state = "sink"; + pixel_x = 11; + pixel_y = 0 + }, +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_x = 28 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gh" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/gloves{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/weapon/storage/box/masks{ + pixel_x = 0; + pixel_y = 0 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gi" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Gj" = ( +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Gk" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Gl" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + id = "skipjackshutters"; + name = "Skipjack Blast Shielding" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Gm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + id = "skipjackshutters"; + name = "Skipjack Blast Shielding" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Gn" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular{ + id = "skipjackshutters"; + name = "Skipjack Blast Shielding" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Go" = ( +/obj/machinery/door/airlock/hatch{ + req_access = list(150) + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Gp" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/syndicate/black/engie, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/syndicate/black/engie, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Gq" = ( +/obj/item/robot_parts/head, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Gr" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/gloves{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/weapon/storage/box/masks, +/obj/item/weapon/reagent_containers/spray/cleaner, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"Gs" = ( +/obj/machinery/computer/operating, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gt" = ( +/obj/machinery/iv_drip, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gu" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/weapon/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/weapon/reagent_containers/blood/OMinus{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/item/weapon/reagent_containers/blood/OMinus{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/centcom/holding) +"Gv" = ( +/obj/machinery/bodyscanner{ + dir = 8; + icon_state = "body_scanner_0" + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gw" = ( +/obj/machinery/body_scanconsole{ + icon_state = "body_scannerconsole"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gx" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/weapon/storage/firstaid/adv{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/firstaid/adv{ + pixel_x = -2 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gy" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/o2{ + layer = 2.8; + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/weapon/storage/firstaid/toxin, +/obj/item/weapon/storage/firstaid/fire{ + layer = 2.9; + pixel_x = 2; + pixel_y = 3 + }, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"Gz" = ( +/obj/structure/table/standard, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/weapon/reagent_containers/spray/cleaner, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/centcom/holding) +"GA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + id = "skipjackshutters"; + name = "Skipjack Blast Shielding" + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GB" = ( +/obj/item/robot_parts/l_leg, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GC" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + opacity = 1; + req_access = list(101) + }, +/obj/machinery/door/blast/regular{ + id = "crescent_thunderdome"; + name = "Thunderdome" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"GD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + id = "skipjackshutters"; + name = "Skipjack Blast Shielding" + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GE" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GF" = ( +/obj/machinery/floodlight, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GG" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/launcher/crossbow, +/obj/item/stack/rods{ + amount = 10 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/weapon/beartrap, +/obj/item/weapon/beartrap, +/obj/item/weapon/beartrap, +/obj/item/weapon/beartrap, +/obj/item/weapon/beartrap, +/obj/item/weapon/beartrap, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"GH" = ( +/obj/structure/table/rack, +/obj/item/weapon/grenade/empgrenade, +/obj/item/weapon/grenade/flashbang, +/obj/item/weapon/grenade/spawnergrenade/manhacks, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"GI" = ( +/obj/structure/table/rack, +/obj/item/device/suit_cooling_unit/improved, +/obj/item/device/suit_cooling_unit/improved, +/obj/item/weapon/rig/industrial/syndicate, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"GJ" = ( +/obj/structure/table/steel, +/obj/machinery/recharger, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"GK" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GL" = ( +/obj/item/robot_parts/robot_suit, +/obj/item/robot_parts/r_leg, +/obj/item/robot_parts/r_arm, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GM" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + opacity = 1; + req_access = list(101) + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/tdome) +"GN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + id = "skipjackshutters"; + name = "Skipjack Blast Shielding" + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GO" = ( +/obj/machinery/door/airlock/hatch{ + req_access = list(150) + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GP" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"GQ" = ( +/obj/structure/table/steel, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"GR" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"GS" = ( +/obj/structure/sink{ + icon_state = "sink"; + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GT" = ( +/obj/item/weapon/wrench, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GU" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/item/weapon/crowbar, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"GV" = ( +/obj/structure/closet/secure_closet/bar, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"GW" = ( +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"GX" = ( +/obj/machinery/gibber, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"GY" = ( /obj/machinery/door/airlock/command{ name = "Thunderdome" }, @@ -16833,128 +14845,845 @@ dir = 5 }, /area/tdome) -"NQ" = ( -/obj/structure/table/rack, -/obj/item/clothing/glasses/thermal/plain/monocle, -/obj/item/clothing/glasses/thermal/plain/monocle, -/obj/item/clothing/glasses/thermal/plain/monocle, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" +"GZ" = ( +/obj/machinery/light/small{ + dir = 8 }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"NR" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" +/obj/machinery/atmospherics/portables_connector{ + dir = 1 }, -/area/shuttle/escape/centcom) -"NS" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/gloves/yellow/vox, -/obj/item/clothing/suit/space/vox/pressure, -/obj/item/clothing/head/helmet/space/vox/pressure, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"NT" = ( -/obj/structure/table/rack, -/obj/item/weapon/gun/launcher/spikethrower, -/obj/item/weapon/gun/launcher/spikethrower, -/obj/item/weapon/gun/launcher/spikethrower, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"NU" = ( -/obj/structure/table/rack, -/obj/item/clothing/under/vox/vox_robes, -/obj/item/clothing/shoes/magboots/vox, -/obj/item/clothing/gloves/yellow/vox, -/obj/item/clothing/suit/space/vox/carapace, -/obj/item/clothing/head/helmet/space/vox/carapace, -/turf/unsimulated/floor{ - tag = "icon-asteroid"; - icon_state = "asteroid" - }, -/area/syndicate_mothership{ - name = "\improper Raider Base" - }) -"NV" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/shuttle/escape/centcom) -"Oc" = ( -/obj/item/weapon/wrench, +/obj/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/shuttle/plating, /area/skipjack_station/start) -"Oo" = ( +"Ha" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Hb" = ( +/obj/machinery/suit_cycler/syndicate{ + locked = 0 + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Hc" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor7" + }, +/area/skipjack_station/start) +"Hd" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor7" + }, +/area/skipjack_station/start) +"He" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Hf" = ( +/obj/structure/table/steel, +/obj/item/weapon/deck/cards, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Hg" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Hh" = ( +/obj/machinery/bodyscanner{ + allowed_species = list("Human","Skrell","Unathi","Tajara","M'sai Tajara","Zhan-Khazan Tajara","Vaurca Worker","Vaurca Warrior","Diona","Vox"); + dir = 8; + icon_state = "body_scanner_0" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"Hi" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/body_scanconsole{ + icon_state = "body_scannerconsole"; + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"Hj" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"Hk" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Hl" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/item/weapon/tank/nitrogen, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Hm" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Hn" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Ho" = ( +/obj/structure/table/standard, +/obj/item/weapon/flame/lighter/zippo, +/obj/item/weapon/storage/fancy/cigarettes, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Hp" = ( +/obj/item/weapon/reagent_containers/food/drinks/cans/cola, +/obj/item/weapon/reagent_containers/food/drinks/cans/cola, +/obj/item/weapon/reagent_containers/food/drinks/cans/cola, +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Hq" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Hr" = ( +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Hs" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"Ht" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + icon_state = "diagonalWall3" + }, +/area/skipjack_station/start) +"Hu" = ( +/obj/structure/shuttle/engine/heater, +/turf/simulated/shuttle/plating, +/area/skipjack_station/start) +"Hv" = ( +/obj/structure/sink{ + dir = 4; + icon_state = "sink"; + pixel_x = 11; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"Hw" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + dir = 4; + icon_state = "diagonalWall3" + }, +/area/skipjack_station/start) +"Hx" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"Hy" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"Hz" = ( +/obj/structure/bed/chair, +/obj/effect/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"HA" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"HB" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"HC" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/wall{ + icon_state = "wall3" + }, +/area/skipjack_station/start) +"HD" = ( +/obj/structure/table/standard, +/obj/item/weapon/legcuffs, +/turf/simulated/shuttle/floor{ + icon_state = "floor7" + }, +/area/skipjack_station/start) +"HE" = ( +/obj/structure/table/standard, +/obj/item/weapon/deck/cards, +/turf/simulated/shuttle/floor{ + icon_state = "floor7" + }, +/area/skipjack_station/start) +"HF" = ( +/obj/machinery/light/small, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"HG" = ( +/obj/structure/table/standard, +/obj/item/weapon/circular_saw{ + pixel_y = 8 + }, +/obj/item/weapon/hemostat, +/obj/item/weapon/scalpel, +/obj/item/stack/medical/advanced/bruise_pack, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"HH" = ( +/obj/item/weapon/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "white" + }, +/area/tdome) +"HI" = ( /obj/structure/table/standard, /obj/machinery/microwave, /turf/unsimulated/floor{ icon_state = "white" }, /area/tdome) -"Op" = ( -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/structure/table/standard, +"HJ" = ( +/obj/structure/table/reinforced, /turf/unsimulated/floor{ icon_state = "white" }, /area/tdome) -"OG" = ( +"HK" = ( +/obj/machinery/computer/security/telescreen, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"HL" = ( +/obj/item/device/camera, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"HM" = ( +/obj/structure/disposalpipe/segment, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"HN" = ( +/obj/machinery/optable, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"HO" = ( +/obj/structure/table/standard, +/obj/item/weapon/cautery, +/obj/item/weapon/retractor, +/obj/item/weapon/reagent_containers/glass/bottle/stoxin, +/obj/item/weapon/reagent_containers/glass/bottle/stoxin, +/obj/item/weapon/reagent_containers/syringe, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"HP" = ( +/obj/structure/bed/chair, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeobserve) +"HQ" = ( +/obj/structure/sink{ + dir = 4; + icon_state = "sink"; + pixel_x = 11; + pixel_y = 0 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor7" + }, +/area/skipjack_station/start) +"HR" = ( +/obj/structure/table/standard, +/obj/item/weapon/bonesetter, +/obj/item/weapon/bonegel, +/obj/item/weapon/FixOVein, +/obj/item/weapon/reagent_containers/syringe/antiviral, +/obj/item/weapon/reagent_containers/syringe/antiviral, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"HS" = ( +/obj/effect/floor_decal/corner/red{ + icon_state = "corner_white"; + dir = 9 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/tdome) +"HT" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/weapon/melee/energy/axe, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"HU" = ( +/obj/effect/forcefield{ + desc = "You can't get in. Heh."; + layer = 1; + name = "Blocker" + }, +/obj/effect/wingrille_spawn/reinforced/crescent, +/turf/simulated/floor, +/area/tdome) +"HV" = ( +/obj/effect/forcefield{ + desc = "You can't get in. Heh."; + layer = 1; + name = "Blocker" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/wingrille_spawn/reinforced/crescent, +/turf/simulated/floor, +/area/tdome) +"HW" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/weapon/melee/energy/axe, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"HX" = ( +/obj/effect/floor_decal/corner/green{ + icon_state = "corner_white"; + dir = 6 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/tdome) +"HY" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor7" + }, +/area/skipjack_station/start) +"HZ" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/fire{ + pixel_x = 1 + }, +/obj/item/weapon/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"Ia" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/adv{ + pixel_x = 1 + }, +/obj/item/weapon/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/skipjack_station/start) +"Ib" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomeaxe"; + name = "Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"Ic" = ( +/obj/machinery/igniter, +/turf/simulated/floor, +/area/tdome) +"Id" = ( +/turf/simulated/floor, +/area/tdome) +"Ie" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor, +/area/tdome) +"If" = ( +/obj/structure/window/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor4" + }, +/area/skipjack_station/start) +"Ig" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/melee/energy/sword/red, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"Ih" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomegen"; + name = "General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"Ii" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/simulated/floor, +/area/tdome/tdome2) +"Ij" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor{ + icon_state = "plating" + }, +/area/tdome) +"Ik" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/simulated/floor, +/area/tdome/tdome1) +"Il" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/melee/energy/sword/green, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"Im" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/simulated/floor, +/area/tdome/tdome2) +"In" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/simulated/floor, +/area/tdome/tdome1) +"Io" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/obj/machinery/camera/network/thunder{ + c_tag = "Thunderdome - Red Team"; + invisibility = 101 + }, +/turf/simulated/floor, +/area/tdome/tdome2) +"Ip" = ( +/turf/simulated/floor/bluegrid, +/area/tdome) +"Iq" = ( +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/turf/simulated/floor/bluegrid, +/area/tdome) +"Ir" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/obj/machinery/camera/network/thunder{ + c_tag = "Green Team"; + invisibility = 101 + }, +/turf/simulated/floor, +/area/tdome/tdome1) +"Is" = ( +/obj/machinery/atmospherics/pipe/vent, +/turf/simulated/floor/bluegrid, +/area/tdome) +"It" = ( /obj/machinery/camera/network/thunder{ c_tag = "Thunderdome Arena"; invisibility = 101 }, /turf/simulated/floor/bluegrid, /area/tdome) -"OI" = ( +"Iu" = ( +/turf/unsimulated/beach/sand{ + density = 1; + opacity = 1 + }, +/area/beach) +"Iv" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + icon_state = "intact"; + dir = 5 + }, +/turf/simulated/floor, +/area/tdome) +"Iw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor, +/area/tdome) +"Ix" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + icon_state = "intact"; + dir = 9 + }, +/turf/simulated/floor, +/area/tdome) +"Iy" = ( +/turf/unsimulated/beach/sand, +/area/beach) +"Iz" = ( +/obj/structure/signpost, +/turf/unsimulated/beach/sand, +/area/beach) +"IA" = ( +/obj/structure/closet, +/turf/unsimulated/beach/sand, +/area/beach) +"IB" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomegen"; + name = "General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"IC" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor, +/area/tdome) +"ID" = ( +/obj/effect/overlay/palmtree_l, +/turf/unsimulated/beach/sand, +/area/beach) +"IE" = ( +/obj/effect/overlay/palmtree_r, +/obj/effect/overlay/coconut, +/turf/unsimulated/beach/sand, +/area/beach) +"IF" = ( +/obj/machinery/door/airlock/command{ + name = "Thunderdome Administration"; + req_access = list(102) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"IG" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"IH" = ( +/obj/effect/overlay/coconut, +/turf/unsimulated/beach/sand, +/area/beach) +"II" = ( +/obj/effect/floor_decal/corner/red/full, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/tdome) +"IJ" = ( +/obj/effect/floor_decal/corner/red{ + icon_state = "corner_white"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/tdome) +"IK" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/weapon/gun/energy/laser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"IL" = ( /obj/machinery/door/airlock/command{ name = "Thunderdome Administration"; req_access = list(102) }, /turf/simulated/floor, /area/tdome) -"OJ" = ( +"IM" = ( +/obj/effect/forcefield{ + desc = "You can't get in. Heh."; + layer = 1; + name = "Blocker" + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/wingrille_spawn/reinforced/crescent, +/turf/simulated/floor, +/area/tdome) +"IN" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/weapon/gun/energy/laser, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/tdome) +"IO" = ( +/obj/effect/floor_decal/corner/green, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/tdome) +"IP" = ( +/obj/effect/floor_decal/corner/green/full{ + icon_state = "corner_white_full"; + dir = 4 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/tdome) +"IQ" = ( +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"IR" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/landmark{ + name = "tdomeadmin" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"IS" = ( +/obj/item/weapon/extinguisher, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"IT" = ( +/obj/machinery/atmospherics/valve, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"IU" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark{ + name = "tdomeadmin" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"IV" = ( +/obj/effect/overlay/palmtree_r, +/turf/unsimulated/beach/sand, +/area/beach) +"IW" = ( +/obj/machinery/computer/security/telescreen, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"IX" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/sleeping_agent{ + pixel_x = 1 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"IY" = ( +/obj/item/weapon/wrench, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"IZ" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Ja" = ( /obj/effect/landmark{ name = "endgame_exit" }, /turf/unsimulated/beach/sand, /area/beach) -"OM" = ( +"Jb" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + opacity = 1; + req_access = list(101) + }, +/turf/unsimulated/floor{ + icon_state = "steel" + }, +/area/tdome) +"Jc" = ( +/obj/structure/bed/chair, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jd" = ( +/obj/structure/table/standard, +/turf/unsimulated/beach/sand, +/area/beach) +"Je" = ( /obj/structure/table/standard, /obj/item/clothing/under/rainbow, /obj/item/clothing/glasses/sunglasses, @@ -16963,12 +15692,118 @@ }, /turf/unsimulated/beach/sand, /area/beach) -"OV" = ( +"Jf" = ( +/obj/structure/table/standard, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jg" = ( +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/item/weapon/grenade/chem_grenade/cleaner, +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jh" = ( +/obj/machinery/computer/pod{ + id = "thunderdomeaxe"; + name = "Thunderdome Axe Supply" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Ji" = ( +/obj/machinery/computer/pod{ + id = "thunderdomegen"; + name = "Thunderdome General Supply" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jj" = ( +/obj/machinery/computer/pod{ + id = "thunderdomehea"; + name = "Thunderdome Heavy Supply" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jk" = ( +/obj/machinery/computer/pod{ + id = "thunderdome"; + name = "Thunderdome Blast Door Control" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jl" = ( +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/ointment, +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jm" = ( +/obj/structure/table/standard, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jn" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/handcuffs, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jo" = ( +/obj/structure/table/standard, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jp" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/toolbox/electrical, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jq" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/toolbox/mechanical, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/tdome/tdomeadmin) +"Jr" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/food/snacks/chips, /turf/unsimulated/beach/sand, /area/beach) -"OW" = ( +"Js" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/food/drinks/cans/cola, /obj/item/weapon/reagent_containers/food/drinks/cans/cola, @@ -16978,16 +15813,159 @@ /obj/item/weapon/reagent_containers/food/drinks/cans/cola, /turf/unsimulated/beach/sand, /area/beach) -"OX" = ( +"Jt" = ( +/obj/item/weapon/beach_ball, +/turf/unsimulated/beach/sand, +/area/beach) +"Ju" = ( /obj/structure/bed/chair, /obj/effect/landmark{ name = "endgame_exit" }, /turf/unsimulated/beach/sand, /area/beach) -"OZ" = ( +"Jv" = ( +/mob/living/simple_animal/crab/Coffee, +/turf/unsimulated/beach/sand, +/area/beach) +"Jw" = ( +/obj/item/clothing/head/collectable/paper, +/turf/unsimulated/beach/sand, +/area/beach) +"Jx" = ( +/turf/unsimulated/floor{ + icon_state = "sandwater" + }, +/area/beach) +"Jy" = ( +/turf/unsimulated/beach/coastline{ + density = 1; + opacity = 1 + }, +/area/beach) +"Jz" = ( +/turf/unsimulated/beach/coastline, +/area/beach) +"JA" = ( +/turf/unsimulated/beach/water{ + density = 1; + opacity = 1 + }, +/area/beach) +"JB" = ( +/turf/unsimulated/beach/water, +/area/beach) +"JC" = ( +/turf/unsimulated/wall, +/area/wizard_station) +"JD" = ( +/obj/structure/sink, +/turf/unsimulated/wall, +/area/wizard_station) +"JE" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JF" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JG" = ( +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JH" = ( +/obj/machinery/librarycomp, +/obj/structure/table/woodentable, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JI" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/book/manual/security_space_law, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JJ" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/book/manual/nuclear, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JK" = ( +/obj/structure/table/woodentable, +/obj/effect/landmark{ + name = "Teleport-Scroll" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JL" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper{ + info = "\[center]\[b]LIST OF SPELLS AVAILABLE\[/b]\[/center]\[br]\[br]Magic Missile:\[br]This spell fires several, slow moving, magic projectiles at nearby targets. If they hit a target, it is paralyzed and takes minor damage.\[br]\[br]Fireball:\[br]This spell fires a fireball at a target and does not require wizard garb. Be careful not to fire it at people that are standing next to you.\[br]\[br]Disintegrate:\[br]This spell instantly kills somebody adjacent to you with the vilest of magick. It has a long cooldown.\[br]\[br]Disable Technology:\[br]This spell disables all weapons, cameras and most other technology in range.\[br]\[br]Smoke:\[br]This spell spawns a cloud of choking smoke at your location and does not require wizard garb.\[br]\[br]Blind:\[br]This spell temporarly blinds a single person and does not require wizard garb.\[br]Forcewall:\[br]This spell creates an unbreakable wall that lasts for 30 seconds and does not require wizard garb.\[br]\[br]Blink:\[br]This spell randomly teleports you a short distance. Useful for evasion or getting into areas if you have patience.\[br]\[br]Teleport:\[br]This spell teleports you to a type of area of your selection. Very useful if you are in danger, but has a decent cooldown, and is unpredictable.\[br]\[br]Mutate:\[br]This spell causes you to turn into a hulk, and gain telekinesis for a short while.\[br]\[br]Ethereal Jaunt:\[br]This spell creates your ethereal form, temporarily making you invisible and able to pass through walls.\[br]\[br]Knock:\[br]This spell opens nearby doors and does not require wizard garb.\[br]"; + name = "List of Available Spells (READ)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JM" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/backpack/satchel/withwallet, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JN" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/wizard_station) +"JO" = ( +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/wizard_station) +"JP" = ( +/obj/structure/mirror{ + pixel_y = 28 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/wizard_station) +"JQ" = ( /obj/structure/simple_door/wood{ - tag = "icon-wood"; icon_state = "wood" }, /turf/unsimulated/floor{ @@ -16995,7 +15973,180 @@ icon_state = "wood" }, /area/wizard_station) -"Pc" = ( +"JR" = ( +/obj/effect/landmark/start{ + name = "wizard" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JS" = ( +/obj/structure/simple_door/iron, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/wizard_station) +"JT" = ( +/obj/machinery/shower{ + icon_state = "shower"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/wizard_station) +"JU" = ( +/obj/structure/bookcase{ + name = "bookcase (Tactics)" + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JV" = ( +/obj/item/device/radio/intercom{ + desc = "Talk through this. Evilly"; + frequency = 1213; + name = "Syndicate Intercom"; + pixel_x = 32; + subspace_transmission = 1; + syndie = 1 + }, +/obj/structure/closet/coffin, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JW" = ( +/obj/item/device/radio/intercom{ + desc = "Talk through this. Evilly"; + frequency = 1213; + name = "Syndicate Intercom"; + pixel_x = 32; + subspace_transmission = 1; + syndie = 1 + }, +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/flask/barflask, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JX" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/bag/cash, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"JY" = ( +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"JZ" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet/rd, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Ka" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/head/wizard/red, +/obj/item/weapon/staff, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Kb" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/weapon/staff/broom, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Kc" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/weapon/staff, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Kd" = ( +/obj/machinery/suit_cycler/wizard, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Ke" = ( +/obj/structure/bookcase, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Kf" = ( +/obj/machinery/vending/magivend, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Kg" = ( +/obj/structure/simple_door/wood{ + icon_state = "wood" + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Kh" = ( +/obj/item/device/radio/intercom{ + desc = "Talk through this. Evilly"; + frequency = 1213; + name = "Syndicate Intercom"; + pixel_x = 32; + subspace_transmission = 1; + syndie = 1 + }, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Ki" = ( /obj/structure/table/woodentable, /obj/machinery/chemical_dispenser/bar_soft/full, /turf/unsimulated/floor{ @@ -17003,7 +16154,188 @@ icon_state = "wood" }, /area/wizard_station) -"Ph" = ( +"Kj" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/backpack/cultpack, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Kk" = ( +/obj/structure/table/woodentable, +/obj/item/clothing/glasses/monocle, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Kl" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/backpack, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Km" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/under/psysuit, +/obj/item/clothing/suit/wizrobe/psypurple, +/obj/item/clothing/head/wizard/amp, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Kn" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/shoes/sandal/marisa{ + desc = "A set of fancy shoes that are as functional as they are comfortable."; + name = "Gentlemans Shoes" + }, +/obj/item/clothing/under/gentlesuit, +/obj/item/clothing/suit/wizrobe/gentlecoat, +/obj/item/clothing/head/wizard/cap, +/obj/item/weapon/staff/gentcane, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Ko" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + icon_state = "cabinet_closed" + }, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/weapon/staff, +/turf/unsimulated/floor{ + icon_state = "lino" + }, +/area/wizard_station) +"Kp" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 4 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Kq" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/dice/d20, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Kr" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/box/cups, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Ks" = ( +/obj/structure/bed/chair/wood/wings{ + icon_state = "wooden_chair_wings"; + dir = 8 + }, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"Kt" = ( +/obj/item/target, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/wizard_station) +"Ku" = ( +/obj/item/target/syndicate, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/wizard_station) +"Kv" = ( +/obj/item/target/alien, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/wizard_station) +"Kw" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + dir = 1 + }, +/area/wizard_station) +"Kx" = ( +/obj/structure/table/rack, +/obj/item/weapon/material/knife/ritual, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/wizard_station) +"Ky" = ( +/obj/structure/kitchenspike, +/obj/structure/table/marble, +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/wizard_station) +"Kz" = ( +/obj/structure/table/woodentable, +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/milosoup, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"KA" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/dice, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"KB" = ( +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/wizard_station) +"KC" = ( +/turf/unsimulated/wall/fakeglass, +/area/wizard_station) +"KD" = ( +/turf/unsimulated/floor{ + icon_state = "dark" + }, +/area/wizard_station) +"KE" = ( +/obj/structure/table/woodentable, +/obj/item/device/megaphone, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"KF" = ( /obj/structure/table/woodentable, /obj/item/weapon/storage/box/donut, /turf/unsimulated/floor{ @@ -17011,25 +16343,121 @@ icon_state = "wood" }, /area/wizard_station) -"Pi" = ( +"KG" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/chawanmushi, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"KH" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/spacecash/c1, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/wizard_station) +"KI" = ( /obj/item/weapon/book/manual/robotics_cyborgs, /obj/structure/table/glass, /turf/unsimulated/floor{ - tag = "icon-cult"; name = "plating"; icon_state = "cult" }, /area/wizard_station) -"Pj" = ( +"KJ" = ( /obj/item/robot_parts/head, /obj/structure/table/glass, /turf/unsimulated/floor{ - tag = "icon-cult"; name = "plating"; icon_state = "cult" }, /area/wizard_station) -"Pk" = ( +"KK" = ( +/obj/item/device/radio/intercom{ + desc = "Talk through this. Evilly"; + frequency = 1213; + name = "Syndicate Intercom"; + pixel_x = 32; + subspace_transmission = 1; + syndie = 1 + }, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "cult" + }, +/area/wizard_station) +"KL" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows"; + dir = 8 + }, +/area/wizard_station) +"KM" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows2"; + dir = 8 + }, +/area/wizard_station) +"KN" = ( +/turf/unsimulated/wall/fakeglass{ + dir = 1; + icon_state = "fakewindows" + }, +/area/wizard_station) +"KO" = ( +/turf/unsimulated/wall/fakeglass{ + icon_state = "fakewindows"; + dir = 4 + }, +/area/wizard_station) +"KP" = ( +/obj/effect/decal/remains/human, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "lava" + }, +/area/wizard_station) +"KQ" = ( +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "lava" + }, +/area/wizard_station) +"KR" = ( +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/wizard_station) +"KS" = ( +/mob/living/simple_animal/crab{ + name = "Experiment 68a" + }, +/turf/unsimulated/floor{ + icon_state = "asteroid" + }, +/area/wizard_station) +"KT" = ( +/turf/unsimulated/floor{ + icon_state = "grass0" + }, +/area/wizard_station) +"KU" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/unsimulated/floor{ + icon_state = "grass0" + }, +/area/wizard_station) +"KV" = ( +/obj/effect/decal/cleanable/blood, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/wizard_station) +"KW" = ( /mob/living/carbon/human/monkey{ name = "Murphey" }, @@ -17038,7 +16466,37 @@ dir = 2 }, /area/wizard_station) -"Pl" = ( +"KX" = ( +/mob/living/simple_animal/hostile/creature{ + name = "Experiment 35b" + }, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "lava" + }, +/area/wizard_station) +"KY" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/unsimulated/floor{ + icon_state = "grass0" + }, +/area/wizard_station) +"KZ" = ( +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Experiment 97d" + }, +/turf/unsimulated/floor{ + icon_state = "grass0" + }, +/area/wizard_station) +"La" = ( +/obj/item/weapon/caution, +/turf/unsimulated/floor{ + icon_state = "freezerfloor"; + dir = 2 + }, +/area/wizard_station) +"Lb" = ( /obj/item/weapon/material/knife/ritual, /turf/unsimulated/floor{ icon_state = "freezerfloor"; @@ -17106,14 +16564,13 @@ ac ai af an -be -bb -aY -ba bd -aT +ba +aX +aZ bc -aL +aS +bb aM aM aM @@ -17185,61 +16642,62 @@ aM aM aM aM -CG -mu -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -mt +aM +ww +lC +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +lB aM aM aM @@ -17305,72 +16763,71 @@ aM "} (2,1,1) = {" ab -aR -aU -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd +aQ aT -bc -bf -aR -aU -aX aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR +aY aU +bd +ba aX -aW -aS aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY an -bd -aT bc -bf +aS +bb +be +aQ +aT +aW +aV +aZ +bc +aS +bb +be +aQ +aZ aR +aY aU -aX -aW -ba bd -aT -bc -bf -aR ba -aS -aZ -aV -be -bb al -bc -aW -aS -aZ -aV -be bb -aL +aV +aR +aY +aU +bd +ba aM aM aM @@ -17442,61 +16899,62 @@ aM aM aM aM -CG -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu aM -mt +ww +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +aM +lB aM aM aM @@ -17562,72 +17020,71 @@ aM "} (3,1,1) = {" ac -aS -aZ -aV -be -bb -aY -ba -bd -aT -bc -bf aR -aU -aX -aW -aS -aZ -aV -be -bb aY -ba +aU bd -aT -bc -bf -aR -aU +ba aX -aW -aS aZ -aV -be +bc +aS bb +be +aQ +aT +aW +aV +aR aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX am -aS -aZ -aV -be -bb +aR aY +aU +bd ba -bd -aT -bc -bf -aR -aU aX -aW -aS aZ -aV -be -bb -ah -aX -bd -aT bc -bf +aS +bb +be +aQ +aT +aW +aV aR +aY aU -aL +bd +ba +ah +aW +bc +aS +bb +be +aQ +aT aM aM aM @@ -17699,61 +17156,62 @@ aM aM aM aM -CG -mu -dC -mu -mu -mu -mu -mu -mu aM +ww +lC +aO +lC +lC +lC +lC +lC +lC aM -Im -Im -mu -mu -mu -mu -Mv -Mv -Mv -Mv -Mv -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu aM +zz +zz +lC +lC +lC +lC +ya +ya +ya +ya +ya +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM -mt +aM +lB aM aM aM @@ -17819,72 +17277,71 @@ aM "} (4,1,1) = {" ad -aT -bc -bf -aR -aU -aX -aW aS -aZ -aV -be bb -aY -ba -bd +be +aQ aT -bc -bf -aR -aU -aX aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR +aY aU +bd +ba aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW ac -aY -ba -bd -aT -bc -bf -aR -aU aX -aW -aS aZ -aV -be +bc +aS bb -aY -ba -bd +be +aQ aT -bc -aj -ba -aU -aX aW -aS -aZ aV -aL +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +aj +aZ +aT +aW +aV +aR +aY +aU aM aM aM @@ -17956,61 +17413,62 @@ aM aM aM aM -CG -mu -dC -mu -mu -mu -mu -mu aM +ww +lC +aO +lC +lC +lC +lC +lC aM aM aM -Im -Im -mu -mu -Mv -Mv -No -NC -NM -Mv -Mv -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu aM +zz +zz +lC +lC +ya +ya +BS +Cq +Cz +ya +ya +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu aM +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM -mt +aM +lB aM aM aM @@ -18076,72 +17534,71 @@ aM "} (5,1,1) = {" ae -aU -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd aT -bc -bf -aR -aU -aX aW -aS -aZ aV -be -bb +aR aY -ba -bd -aT -bc -bf -aR aU +bd +ba aX -aW -aS aZ +bc +aS +bb +be +aQ +aT +aW aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU ak -aR -aU -aX -aW -aS -aZ -aV -bb -aR -aU -aX -aW -aS -bc -bf -aR -aU -aX -aW -aS -ao -bf -be -bb -aY -ba -bd +aQ aT -aL +aW +aV +aR +aY +aU +ba +aQ +aT +aW +aV +aR +bb +be +aQ +aT +aW +aV +aR +ao +be +bd +ba +aX +aZ +bc +aS aM aM aM @@ -18213,40 +17670,41 @@ aM aM aM aM +aM +wx +lC +aO +lC +lC +lC +lC +lC +aM +aM +aM +aM +aM +zz +lC +ya +ya +BC +xz +xz +xz CH -mu -dC -mu -mu -mu -mu -mu -aM -aM -aM -aM -aM -Im -mu -Mv -Mv -Jz -Cu -Cu -Cu -NS -Mv -Mv -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +ya +ya +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -18256,18 +17714,18 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC aM aM aM aM aM -mt +lB aM aM aM @@ -18333,72 +17791,71 @@ aM "} (6,1,1) = {" af -aV -be -bb -aY -ba -bd -aT -bc -bf -aR aU -aX -aW -aS -aZ -aV -be -bb -aY -ba bd -aT +ba +aX +aZ bc -bf -aR -aU -aX -aW aS -aZ -aV -be bb +be +aQ +aT +aW +aV +aR aY -ba +aU bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc al -bb -aY ba -bd -aT -bc -bf -aS -bd -aT -bc -bf -aR -aV -be -bb -aY -ba -bd -aT -ac -aS -aR -aU aX -aW -aS aZ -aL +bc +aS +bb +be +aR +bc +aS +bb +be +aQ +aU +bd +ba +aX +aZ +bc +aS +ac +aR +aQ +aT +aW +aV +aR +aY aM aM aM @@ -18470,40 +17927,41 @@ aM aM aM aM +aM +wx +aO +aO +lC +lC +lC +lC +aM +aM +aM +aM +aM +aM +aM +lC +ya +Bk +xz +xz +xz +CA +xz CH -dC -dC -mu -mu -mu -mu -aM -aM -aM -aM -aM -aM -aM -mu -Mv -MB -Cu -Cu -Cu -NO -Cu -NS -Mv -Mv -mu -mu -mu -mu -mu -mu -mu -mu -mu +ya +ya +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -18514,17 +17972,17 @@ aM aM aM aM -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC aM aM aM aM aM -mt +lB aM aM aM @@ -18590,72 +18048,71 @@ aM "} (7,1,1) = {" ag -aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR -aU -aX -aW -aS -aZ -aV -be -bb aY -ba -bd -aT -bc -bf -aR aU +bd +ba aX -aW -aS aZ -aV -be +bc +aS bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba aj -aW -aS -aZ aV -be -bb -aY +aR aY aU +bd +ba aX -aW -aS -aZ -aU aX +aT aW -aS -aZ aV -be +aR +aY +aT +aW +aV +aR +aY +aU +bd ae -aU -aU -aX +aT +aT aW -aS -aZ aV -aL +aR +aY +aU aM aM aM @@ -18727,13 +18184,13 @@ aM aM aM aM -CH -dC -mu -mu -mu -mu aM +wx +aO +lC +lC +lC +lC aM aM aM @@ -18742,21 +18199,21 @@ aM aM aM aM -Mv -Mv -Dc -Cu -Cu -Cu -Cu -Cu -NU -Mv -mu -mu -mu -mu aM +ya +ya +BD +xz +xz +xz +xz +xz +CV +ya +lC +lC +lC +lC aM aM aM @@ -18781,7 +18238,8 @@ aM aM aM aM -mt +aM +lB aM aM aM @@ -18847,72 +18305,71 @@ aM "} (8,1,1) = {" ah -aX aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR -aU -aX -aW -aS -aZ -aV -be -bb aY -ba -bd -aT -bc -bf -aR aU +bd +ba aX -aW -aS aZ -aV +bc +aS +bb be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd aa -aT -bc -bf -aR -aU -aX -aW -be -bf -aR -aU -aX -aW -ba -bd -aT -bc -bf -aR -aU -ab -aR -be +aS bb -aY -ba -bd +be +aQ aT -aL +aW +aV +bd +be +aQ +aT +aW +aV +aZ +bc +aS +bb +be +aQ +aT +ab +aQ +bd +ba +aX +aZ +bc +aS aM aM aM @@ -18984,13 +18441,13 @@ aM aM aM aM -CH -dC -mu -Cu -wd -Mv aM +wx +aO +lC +xz +xR +ya aM aM aM @@ -19000,20 +18457,20 @@ aM aM aM aM -Mv -MN -Cu -NK -Cu -Cu -Cu -JY -Mv -mu -mu -mu -mu aM +ya +BE +xz +Cr +xz +xz +xz +CW +ya +lC +lC +lC +lC aM aM aM @@ -19038,7 +18495,8 @@ aM aM aM aM -mt +aM +lB aM aM aM @@ -19104,72 +18562,71 @@ aM "} (9,1,1) = {" aa -aY -ba -bd -aT -bc -bf -aR -aU aX -aW -aS aZ -dG -eb -dc -cx -cE -cq +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +eG +dd +fh +cw +cS cz -cT -fs -cc -fF -fK -cO -ch -du -ie -be -bb -aY -ba +de +ef +eH +cy +gI +cx +gK +gM +gN +eY bd -aT -bc -bf -ae -bb -aY ba -bd -aT -bc -bf -aT -aS -aZ -aV -be -bb -aV -be -bb -aY -ba -bd -aT -an -be -aR -aU aX -aW -aS aZ -aL +bc +aS +bb +be +ae +ba +aX +aZ +bc +aS +bb +be +aS +aR +aY +aU +bd +ba +aU +bd +ba +aX +aZ +bc +aS +an +bd +aQ +aT +aW +aV +aR +aY aM aM aM @@ -19241,36 +18698,36 @@ aM aM aM aM -CH -dC -mu -vY -Cu -Cu aM +wx +aO +lC +xA +xz +xz aM aM aM aM -zR -Au -Au -Au -Au -AZ -AZ -Cu -Cu -NQ -NT -NT -Mv -Mv -mu -mu -mu -mu aM +zA +zZ +zZ +zZ +zZ +zp +zp +xz +xz +CB +CI +CI +ya +ya +lC +lC +lC +lC aM aM aM @@ -19280,10 +18737,10 @@ aM aM aM aM -mu -mu -mu aM +lC +lC +lC aM aM aM @@ -19295,7 +18752,8 @@ aM aM aM aM -mt +aM +lB aM aM aM @@ -19361,72 +18819,71 @@ aM "} (10,1,1) = {" ai -aZ -aV -aS -aZ -aV -be -eb -cx -cE -cq -cz -cT -fs -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -ig -aW -aS -aZ -aV -be -bb aY -ba -ad +aU +aR +aY +aU bd -aT -bc -bf -aR -aU -aX -aU -aX -aW -aS -aZ +dd +cw +cS +cz +de +ef +eH +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +dJ aV aR +aY +aU +bd ba -aS +aX aZ -aV -be +ad +bc +aS bb +be +aQ +aT +aW +aT +aW +aV +aR +aY +aU +aQ +aZ +aR +aY +aU +bd +ba ag -aW -aW -aS -aZ aV -be -bb -aL +aV +aR +aY +aU +bd +ba aM aM aM @@ -19498,34 +18955,34 @@ aM aM aM aM -CH -dC -mu -mu -wi -Cu aM +wx +aO +lC +lC +xS +xz aM aM aM -zH -zU -Aw -JS -Lb -JS -Mp -AZ -CF -CF -Mv -Mv -Mv -Mv -mu -mu -mu aM +zl +zB +Aa +At +AH +At +zD +zp +BT +BT +ya +ya +ya +ya +lC +lC +lC aM aM aM @@ -19537,10 +18994,10 @@ aM aM aM aM -mu -mu -mu aM +lC +lC +lC aM aM aM @@ -19552,7 +19009,8 @@ aM aM aM aM -mt +aM +lB aM aM aM @@ -19618,72 +19076,71 @@ aM "} (11,1,1) = {" aj -ba -bd -aT +aZ bc -bf -cq +aS +bb +be cz -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -ig -bb -aY +de +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +dJ ba -bd -aT -bc -bf -aR -ah -aS -aZ -aV -be -bb -aY -ba -hZ -ip -iy -iP -iZ -it aX -aW -aS aZ -aV -be -bb -ak -bb -bd -aT bc -bf +aS +bb +be +aQ +ah aR +aY aU -aL +bd +ba +aX +aZ +cE +gJ +dm +gL +cA +gO +aW +aV +aR +aY +aU +bd +ba +ak +ba +bc +aS +bb +be +aQ +aT aM aM aM @@ -19755,32 +19212,33 @@ aM aM aM aM -CH -dC -dC -mu -mu aM +wx +aO +aO +lC +lC aM aM aM aM +aM +zm +zC zE -Fl -IX -IX -IX -IX -IX -Mp -IX -IX -AZ -mu -mu -mu -mB -mB +zE +zE +zE +zE +zD +zE +zE +zp +lC +lC +lC +lI +lI aM aM aM @@ -19800,16 +19258,16 @@ aM aM aM aM -mu -mu -mu +lC +lC +lC aM aM aM aM aM aM -mt +lB aM aM aM @@ -19875,72 +19333,71 @@ aM "} (12,1,1) = {" ak -bb -aY ba -bd -cx -cE -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bU -ie -be -bb -aY -ba -bd -aT -bc -ab -aY -ba -bd -aT -bc -bf -aR -ia -iq -iH -iU -is -ip -be -bb -aY -ba -bd -aT -bc -af -aV -aU aX -aW -aS aZ +bc +cw +cS +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cC +eY +bd +ba +aX +aZ +bc +aS +bb +ab +aX +aZ +bc +aS +bb +be +aQ +jn +jy +jH +jT +jA +gJ +bd +ba +aX +aZ +bc +aS +bb +af +aU +aT +aW aV -aL +aR +aY +aU aM aM aM @@ -20012,31 +19469,32 @@ aM aM aM aM -CH -mu -dC -mu -mu aM +wx +lC +aO +lC +lC aM aM aM aM +aM +zm +zD zE -Mp -IX -JZ -IX -IX -IX -IX -Mp -AZ -AZ -mu +Au +zE +zE +zE +zE +zD +zp +zp +lC aM -mA -mA +lH +lH aM aM aM @@ -20057,16 +19515,16 @@ aM aM aM aM -mu -mu -mu +lC +lC +lC aM aM aM -mu +lC aM aM -mt +lB aM aM aM @@ -20132,72 +19590,71 @@ aM "} (13,1,1) = {" al -bc -bf -aR -aU -fK -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -eI -dY -id -bc -bf -aR -aU -aX -aW -ai -aR -aU -aX -aW -aS -aZ -aV -ib -ir -iI -iV -jf -iK -bc -bf -aR -aU -aX -aW -aS -am -bd -be bb -aY -ba -bd +be +aQ aT -aL +cx +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +gQ +eg +eI +bb +be +aQ +aT +aW +aV +ai +aQ +aT +aW +aV +aR +aY +aU +jo +jz +jI +jU +kc +eJ +bb +be +aQ +aT +aW +aV +aR +am +bc +bd +ba +aX +aZ +bc +aS aM aM aM @@ -20269,29 +19726,29 @@ aM aM aM aM -CH -mu -dC -mu -mu aM +wx +lC +aO +lC +lC aM aM aM aM -zK -IX -AE -AE -JS -IX -MD -IX -Mp -AZ -mu -mu aM +zn +zE +Ab +Ab +At +zE +Bl +zE +zD +zp +lC +lC aM aM aM @@ -20315,15 +19772,16 @@ aM aM aM aM -mu -mu aM +lC +lC aM -mu -mu -mu aM -mt +lC +lC +lC +aM +lB aM aM aM @@ -20389,72 +19847,71 @@ aM "} (14,1,1) = {" am -bd -aT bc -bf -cc -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -eI -bU -bd -aT -bc -bf -aR -aU -ag -bb -aY -ba -bd -aT -bc -bf -ic -is -iJ -ir -iI -iZ -aV -be -bb -aY -ba -bd -aT -aa -aY -aR -aU -aX -aW aS +bb +be +cy +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +gQ +cC +bc +aS +bb +be +aQ +aT +ag +ba +aX aZ -aL +bc +aS +bb +be +iO +jA +jJ +jz +jI +cA +aU +bd +ba +aX +aZ +bc +aS +aa +aX +aQ +aT +aW +aV +aR +aY aM aM aM @@ -20526,32 +19983,33 @@ aM aM aM aM -CH -mu -dC -mu -mu aM +wx +lC +aO +lC +lC aM aM aM aM +aM +zm zE -IX -IX -AS -JS -IX -IX -IX -Mp -AZ -mu -mu -mu -mB -mB -mB +zE +Av +At +zE +zE +zE +zD +zp +lC +lC +lC +lI +lI +lI aM aM aM @@ -20564,8 +20022,8 @@ aM aM aM aM -lw -DM +EG +EG aM aM aM @@ -20576,11 +20034,11 @@ aM aM aM aM -mu -mu -mu +lC +lC +lC aM -mt +lB aM aM aM @@ -20646,72 +20104,71 @@ aM "} (15,1,1) = {" an -be -bb -aY -ba -cq -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -eM -ie -be -bb -aY -ba bd -aT -ao -aW -aS -aZ -aV -be -bb -aY -id -it -iK -ie -jg -hZ -aU +ba aX -aW +aZ +cz +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +gR +eY +bd +ba +aX +aZ +bc aS -aZ +ao aV -be -fL -aZ +aR +aY +aU +bd +ba +aX +eI +gO +eJ +eY +cB +cE +aT aW -aS -aZ aV -be -bb -aL +aR +aY +aU +bd +gP +aY +aV +aR +aY +aU +bd +ba aM aM aM @@ -20783,47 +20240,48 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu aM +wx +lC +aO +lC +lC +lC +lC aM aM +aM +zm +zF zE -zX -IX -AE -JS -IX -ME -ME -ME -AZ -AZ -AZ -AZ -AZ -AZ -xV -xV -xV -lw -ly -ly -ly -ly -ly -ly -sU -vN -Br -ly -ly -DM +Ab +At +zE +Bm +Bm +Bm +zp +zp +zp +zp +zp +zp +Du +Du +Du +EG +EG +EG +EG +EG +EG +EG +GA +GD +GN +EG +EG +EG aM aM aM @@ -20832,12 +20290,12 @@ aM aM aM aM -mu -mu -mu -mu +lC +lC +lC +lC aM -mt +lB aM aM aM @@ -20903,72 +20361,71 @@ aM "} (16,1,1) = {" ao -bf -aR -aU -aX -iZ -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -eO -iu -bf -aR -aU -aX -aW -aS -af +be +aQ aT -bc -bf -aR -aU -aX aW -ba -aX +cA +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +gS +gz +be +aQ +aT aW -aS -aZ aV -ba -bd -aT -bc -bf aR -aU -fL +af +aS +bb +be +aQ aT -bd -aT -bc -bf +aW +aV +aZ +aW +aV aR +aY aU -aL +aZ +bc +aS +bb +be +aQ +aT +gP +aS +bc +aS +bb +be +aQ +aT aM aM aM @@ -21040,47 +20497,48 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu aM +wx +lC +aO +lC +lC +lC +lC aM aM +aM +zm +zG zE -Ai -IX -AE -JS -IX -CV -xn -JB -AZ -Bz -Bz -Bz -Bz -Bz -Kj -Kz -Kz -Kj -lD -lL -lT -ma -mg -pv -pv -zA -zA -BK -DU -Fq +Ab +At +zE +Bn +BF +BU +zp +AA +AA +AA +AA +AA +Dv +DF +DF +Dv +EH +Fe +Fv +FN +FT +Gi +Gi +GE +GE +GZ +Hu +HC aM aM aM @@ -21089,12 +20547,12 @@ aM aM aM aM -mu -mu +lC +lC aM aM aM -mt +lB aM aM aM @@ -21160,72 +20618,71 @@ aM "} (17,1,1) = {" ag -aW -aS -aZ aV -jg -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -eN -iP -aW -aS -aZ +aR +aY +aU +cB +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +gT +gL aV -be -bb +aR +aY +aU +bd +ba aj -bb -aY ba -bd -aT -bc -bf -ie -iu -iL -ip -iy -iP -aV -be -bb -aY -ba -bd -aT -fL -aU -aU aX -aW -aS aZ +bc +aS +bb +be +eY +gz +cD +gJ +dm +gL +aU +bd +ba +aX +aZ +bc +aS +gP +aT +aT +aW aV -aL +aR +aY +aU aM aM aM @@ -21297,47 +20754,48 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu aM -aM -aM -zM -zY -IX -AT -JS -IX -MF -MO -Np -AZ -Bz -Bz -Bz -Bz -Bz -Kj -Ky -Ky -Kj +wx lC -lK -lS -ly -mf -ps -ps -ps -ps -BJ -DU -Fq +aO +lC +lC +lC +lC +aM +aM +aM +zo +zH +zE +Aw +At +zE +Bo +BG +BV +zp +AA +AA +AA +AA +AA +Dv +DG +DG +Dv +EI +Ff +Fw +EG +FU +Gj +Gj +Gj +Gj +Ha +Hu +HC aM aM aM @@ -21351,7 +20809,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -21417,72 +20875,71 @@ aM "} (18,1,1) = {" af -aV -be -bb -aY -bU -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -Em -iK -aV -be -bb -aY -ba -bd -al -aW -aS -aZ -aV -be -bb -aY -cd -iv -iM -iW -jh -ig aU -aX -aW -aS -aZ -aV -be -fL -aS -be -bb -aY -ba bd +ba +aX +cC +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +gU +eJ +aU +bd +ba +aX +aZ +bc +al +aV +aR +aY +aU +bd +ba +aX +jp +jB +jK +jV +kd +dJ aT -aL +aW +aV +aR +aY +aU +bd +gP +aR +bd +ba +aX +aZ +bc +aS aM aM aM @@ -21554,48 +21011,48 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu aM +wx +lC +aO +lC +lC +lC aM aM aM -AZ -AZ -AZ -AZ -IX -IX -ME -ME -ME -AZ -Bz -Bz -Bz -AZ -AZ -yo -yo -yo -lx -ly -ly -ly -ly -mj -ps -ps -Ae -ps -Mc -ly -EE aM +zp +zp +zp +zp +zE +zE +Bm +Bm +Bm +zp +AA +AA +AA +zp +zp +Dw +Dw +Dw +EG +EG +EG +EG +EG +FV +Gj +Gj +GF +Gj +Hb +EG +EG aM aM aM @@ -21608,7 +21065,8 @@ aM aM aM aM -mt +aM +lB aM aM aM @@ -21674,72 +21132,71 @@ aM "} (19,1,1) = {" aj -ba -bd -aT -bc -iL -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -eI -hZ -ig -ba -bd -aT -bc -bf -aR -ah -aT -bc -bf -aR -aU -aX -aW -if -iw -iN -iX -ix -iu -ba -bd -aT -bc -bf -aR -aU -fL -bb -aR -aU -aX -aW -aS aZ -aL +bc +aS +bb +cD +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +gQ +cE +dJ +aZ +bc +aS +bb +be +aQ +ah +aS +bb +be +aQ +aT +aW +aV +jq +jC +jL +jW +jD +gz +aZ +bc +aS +bb +be +aQ +aT +gP +ba +aQ +aT +aW +aV +aR +aY aM aM aM @@ -21811,52 +21268,52 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu aM +wx +lC +aO +lC +lC +lC aM aM aM -AZ -HA -EY -AZ -Mi -IX -IX -IX -IX -AZ -Bz -Bz -Bz -JM -mB -mB aM +zp +zI +Ac +zp +AI +zE +zE +zE +zE +zp +AA +AA +AA +CX +lI +lI aM aM aM aM aM -ly -mh -ps -ps -ps -ly -ly -ly -ly -ly -ly -ly -DM aM +EG +FW +Gj +Gj +Gj +EG +EG +EG +EG +EG +EG +EG +EG aM aM aM @@ -21865,7 +21322,8 @@ aM aM aM aM -mt +aM +lB aM aM aM @@ -21931,72 +21389,71 @@ aM "} (20,1,1) = {" ac -aS -aZ -aV -be -hZ -iL -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -iL -iP -aW -aS -aZ -aV -be -bb +aR aY -am -bd -aT -bc -bf -aR aU -aX -cw -ix -iO -iY -ji -iy +bd +cE +cD +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cD +gL +aV aR +aY +aU +bd ba -aS -aZ -aV -be -bb -ah aX -aW +am +bc aS -aZ -aV -be bb -aL +be +aQ +aT +aW +hl +jD +jM +jX +ke +dm +aQ +aZ +aR +aY +aU +bd +ba +ah +aW +aV +aR +aY +aU +bd +ba aM aM aM @@ -22068,52 +21525,52 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu aM +wx +lC +aO +lC +lC +lC aM aM aM -AZ -HC -EX -Ks -Mp -IX -IX -IX -Cn -AZ -Bz -Bz -Bz -JO -mB aM +zp +zJ +Ad +Ax +zD +zE +zE +zE +BW +zp +AA +AA +AA +CY +lI aM aM aM aM aM aM -ly -ml -pw -ps -ps -Bs -BT -BT -FY -BT -BT -ly -ly aM +EG +FX +Gk +Gj +Gj +GO +Hc +Hc +HD +Hc +Hc +EG +EG aM aM aM @@ -22122,8 +21579,8 @@ aM aM aM aM -mt aM +lB aM aM aM @@ -22159,23 +21616,24 @@ aM aM aM aM -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY +aM +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC aM aM aM @@ -22188,72 +21646,71 @@ aM "} (21,1,1) = {" ad -aT -bc -bf -aR -aU -bU -jg -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -ip -ba -bd -aT -bc -bf -aR -aU -aX -ac aS -aZ -aV -be bb -aY -ba -ig -iy -iP -iZ -it -iK -aX +be +aQ +aT +cC +cB +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +gJ +aZ +bc +aS +bb +be +aQ +aT aW -aS -aZ -aV -be -bb -aj -ba -bd -aT -bc -bf +ac aR +aY aU -aL +bd +ba +aX +aZ +dJ +dm +gL +cA +gO +eJ +aW +aV +aR +aY +aU +bd +ba +aj +aZ +bc +aS +bb +be +aQ +aT aM aM aM @@ -22325,114 +21782,115 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -aM -aM -aM -aM -AZ -HB -JA -AZ -Bf -Mp -IX -MY -Nu -AZ -Bz -Bz -Bz -JN -mB -mB -aM -aM -aM -aM -lw -ly -ly -ly -ly -pO -ly -ly -BL -BT -Ck -BT -BT -Le -ly -DM -aM -aM -aM -aM -aM -aM -aM -aM -mt -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM aM +wx +lC +aO +lC +lC +lC aM aM aM aM +zp +zK +Ae +zp +AJ +zD +zE +BH +BX +zp +AA +AA +AA +CZ +lI +lI aM aM aM aM +EG +EG +EG +EG +EG +Go +EG +EG +Hd +Hc +HE +Hc +Hc HY -Ia -Ic -Is -Ic -IE -Ic -Ic -Ic -Ic -Ic -Ic -Ic +EG +EG +aM +aM +aM +aM +aM +aM +aM +aM +lB +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +JC +JE +JG +JU +JG Ke -Kk -Kl -HY +JG +JG +JG +JG +JG +JG +JG +KL +KP +KQ +JC aM aM aM @@ -22445,72 +21903,71 @@ aM "} (22,1,1) = {" ah -aX aW -aS -aZ aV -aU -LD -iy -hZ -ig -bU -dY -id -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -bS -ig aR +aY aU -aX +aT +df +dm +cE +dJ +cC +eg +eI +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +dJ +aQ +aT aW -aS -aZ aV -be +aR +aY +aU +bd aa -aY -ba -bd -aT -bc -bf -aR -aU aX -aW -aS aZ -aV -be +bc +aS bb -aY -ba -bd +be +aQ aT -bc -ab -aR -aU -aX aW -aS -aZ aV -aL +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +ab +aQ +aT +aW +aV +aR +aY +aU aM aM aM @@ -22582,62 +22039,62 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu aM +wx +lC +aO +lC +lC +lC aM aM aM -AZ -AZ -AZ -AZ -AZ -AZ -Cg -AZ -AZ -AZ -AZ -AZ -Cg -AZ -AZ -mB aM +zp +zp +zp +zp +zp +zp +Bp +zp +zp +zp +zp +zp +Bp +zp +zp +lI aM -lw -ly -ly -ly -md -mo -pN -mb -Bn -ly -BT -BT -BT -BT -La -BT -ly -ly -DM aM +EG +EG +EG +EG +FO +FY +Gl +FP +GG +EG +Hc +Hc +Hc +Hc +HQ +Hc +EG +EG +EG aM aM aM aM aM aM -mt aM +lB aM aM aM @@ -22673,23 +22130,24 @@ aM aM aM aM -HY -Ib -Ic -Is -Ic -IE -Ic -Ic -Jd -Jd -Jd -Jd -Ic -Kf -Kl -KE -HY +aM +JC +JF +JG +JU +JG +Ke +JG +JG +Kp +Kp +Kp +Kp +JG +KM +KQ +KX +JC aM aM aM @@ -22702,72 +22160,71 @@ aM "} (23,1,1) = {" ak -bb -aY ba -bd -aT -bc -bf -aR -aU aX -aW -aS -iK -ie -jg -hZ -ig -bU -dY -id -iu -iL -ip -iy -iP -iZ -it -iK -aV -be -bb -aY -ba -bd -aT -bc -ab -aR -aU -aX -aW -aS aZ -aV -be -bb -aY -ba -bd -aT bc -bf -aR -aU -aX -aW aS -af -aV -be bb -aY -ba -bd +be +aQ aT -aL +aW +aV +aR +eJ +eY +cB +cE +dJ +cC +eg +eI +gz +cD +gJ +dm +gL +cA +gO +eJ +aU +bd +ba +aX +aZ +bc +aS +bb +ab +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +af +aU +bd +ba +aX +aZ +bc +aS aM aM aM @@ -22839,13 +22296,13 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu aM +wx +lC +aO +lC +lC +lC aM aM aM @@ -22853,48 +22310,48 @@ aM aM aM aM -AZ -Bz -Bz -Bz -Bz -AZ -IG -IG -IG -IG -AZ -mB aM +zp +AA +AA +AA +AA +zp +CC +CC +CC +CC +zp +lI aM aM -lF -ly -lU -mb -mb -pE -mb -AV -ly -sU -vN -Br -ly -ly -ly -ly -DU -Fq aM +EJ +EG +Fx +FP +FP +Gm +FP +GH +EG +GA +GD +GN +EG +EG +EG +EG +Hu +HC aM aM aM aM aM aM -mt aM +lB aM aM aM @@ -22930,23 +22387,24 @@ aM aM aM aM -HY -Ic -Ic -Ic -Ic -Ic -Ic -Ic -Je -Js +aM +JC JG -JP -Ic -Kf -Kl -Kk -HY +JG +JG +JG +JG +JG +JG +Kq +Kz +KE +KG +JG +KM +KQ +KP +JC aM aM aM @@ -22959,72 +22417,71 @@ aM "} (24,1,1) = {" ae -aU -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd aT -bc -bf -aR -aU -aX aW -aS -aZ aV -be -bb +aR aY -ba -bd -aT -bc -bf -aR aU +bd +ba aX -aW -aS aZ +bc +aS +bb +be +aQ +aT +aW aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU ak -bb -aY ba -bd -aT +aX +aZ bc -bf -aR -aU -aX -aW aS -aZ -aV -be bb -aY -ba -bd +be +aQ aT -ao -bf -aR -aU -aX aW -aS +aV +aR +aY +aU +bd +ba +aX aZ -aL +bc +aS +ao +be +aQ +aT +aW +aV +aR +aY aM aM aM @@ -23096,12 +22553,12 @@ aM aM aM aM -CH -mu -dC -mu -mu aM +wx +lC +aO +lC +lC aM aM aM @@ -23110,48 +22567,48 @@ aM aM aM aM -AZ -Bz -Bz -Bz -Bz -AZ -IG -IG -IG -IG -JM -mB aM +zp +AA +AA +AA +AA +zp +CC +CC +CC +CC +CX +lI aM aM -lG -lN -lW -mb -mb -pP -mb -mb -BA -BX -BX -FZ -ly -mb -lU -CD -DU -Fq aM +EK +Fg +Fy +FP +FP +Gn +FP +FP +GP +He +He +HF +EG +FP +Fx +If +Hu +HC aM aM aM aM aM aM -mt aM +lB aM aM aM @@ -23187,23 +22644,24 @@ aM aM aM aM -HY -Id -Ic -Ic -Ic -Ic -Ic -Ic -Jf -Jt -Ph -JQ -Ic -Kg -Jk -Jv -HY +aM +JC +JH +JG +JG +JG +JG +JG +JG +Kr +KA +KF +KH +JG +KN +Kw +KC +JC aM aM aM @@ -23216,72 +22674,71 @@ aM "} (25,1,1) = {" am -bd -aT bc -bf -aR -aU -aX -aW aS -aZ -aV -be bb -aY -ba -bd +be +aQ aT -bc -bf -aR -aU -aX aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR +aY aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT ag -aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR +aY aU -aX -aW -aS -aZ -aV -be -aa -aY -ba bd -aT +ba +aX +aZ bc -bf +aS +bb +be +aQ +aT +aW +aV aR -aL +aY +aU +bd +aa +aX +aZ +bc +aS +bb +be +aQ aM aM aM @@ -23353,11 +22810,89 @@ aM aM aM aM -CH -mu -dC -mu -mu +aM +wx +lC +aO +lC +lC +aM +aM +aM +aM +aM +aM +aM +aM +aM +zp +AA +AA +AA +AA +Bp +CC +CC +CO +Da +CY +lI +aM +aM +aM +EK +Fh +Fz +FP +FP +Go +FP +FP +GQ +Hf +GQ +FP +Go +FP +FP +If +Hu +HC +aM +aM +aM +aM +aM +aM +aM +lB +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM aM aM aM @@ -23367,100 +22902,23 @@ aM aM aM aM -AZ -Bz -Bz -Bz -Bz -Cg -IG -IG JC -JR -JO -mB -aM -aM -aM -lG -lM -lV -mb -mb -pO -mb -mb -By -BW -By -mb -pO -mb -mb -CD -DU -Fq -aM -aM -aM -aM -aM -aM -aM -mt -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -HY -Ie -Ic -Ic -Ic -Ic -Ic -Ic -Jg -Jg -Jg -Jg -Ic -Kf -Ig -Ig -HY +JI +JG +JG +JG +JG +JG +JG +Ks +Ks +Ks +Ks +JG +KM +KR +KR +JC aM aM aM @@ -23473,72 +22931,71 @@ aM "} (26,1,1) = {" ai -aZ -aV -be -bb aY -ba -bd -aT -bc -bf -aR aU -aX -aW -aS -aZ -aV -be -bb -aY -ba bd -aT -bc -bf -aR -aU -aX -aW -aS -aZ -aV -be -bb -aY ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ ad -aT -bc -bf -aR -aU -aX -aW aS -aZ -aV -be bb +be +aQ +aT +aW +aV +aR aY -ba +aU bd -aT -bc -bf -aR -aU -ag -aW -aS +ba +aX aZ -aV -be +bc +aS bb +be +aQ +aT +ag +aV +aR aY -aL +aU +bd +ba +aX aM aM aM @@ -23610,13 +23067,13 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu aM +wx +lC +aO +lC +lC +lC aM aM aM @@ -23624,100 +23081,101 @@ aM aM aM aM -AZ -Bz -Bz -Bz -Bz -AZ -IG -IG -IG -IG -JN -mB aM +zp +AA +AA +AA +AA +zp +CC +CC +CC +CC +CZ +lI aM aM -lG -lP -lW -mb -mb -pN -mb -mb -BC -BZ -BZ -FZ -ly -mb -lX -CD -DU -Fq aM -aM -aM -aM -aM -aM -aM -mt -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -HY +EK +Fi +Fy +FP +FP +Gl +FP +FP +GR +Hg +Hg +HF +EG +FP +FA If -Ic -Hp -Ix -IF -Pc -Hp -Ic -Ic -Ic -Ic -Ic +Hu +HC +aM +aM +aM +aM +aM +aM +aM +lB +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +JC +JJ +JG +JV +JX Kf -Ih -Ig -HY +Ki +JV +JG +JG +JG +JG +JG +KM +KS +KR +JC aM aM aM @@ -23730,42 +23188,42 @@ aM "} (27,1,1) = {" ao -bf -aR -aU -aX -aW -aS -aZ -aV be -bb -aY -ba -bd -aR -bc -bf -aR -aU -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd +aQ aT -bc -bf -aR -aU -aX aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aQ +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc aS +bb +be +aQ +aT +aW +aV +aR af an ak @@ -23788,14 +23246,13 @@ aa aj am ad +aS +bb +be +aQ aT -bc -bf -aR -aU -aX aW -aL +aV aM aM aM @@ -23867,62 +23324,62 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu aM +wx +lC +aO +lC +lC +lC +lC aM aM aM aM -AZ -AZ -AZ -AZ -AZ -Me -AZ -AZ -II -IG -IG -IG -AZ -mB aM +zp +zp +zp +zp +zp +BI +zp +zp +CD +CC +CC +CC +zp +lI aM aM -lH -lO -lX -mb -mb -pE -mb -Md -ly -sU -vN -Br -ly -ly -ly -ly -DU -Fq aM +EL +Fj +FA +FP +FP +Gm +FP +GI +EG +GA +GD +GN +EG +EG +EG +EG +Hu +HC aM aM aM aM aM aM -mt aM +lB aM aM aM @@ -23958,23 +23415,24 @@ aM aM aM aM -HY -HY -OZ -HY -HY -HY -HY -HY -Jh -Ju -Ju -Ju -Ju -Kf -Ig -Ig -HY +aM +JC +JC +JQ +JC +JC +JC +JC +JC +Kt +KB +KB +KB +KB +KM +KR +KR +JC aM aM aM @@ -23987,42 +23445,42 @@ aM "} (28,1,1) = {" al -bc -bf -aR -aU -aX -aW -aS -aZ -aV -be bb +be +aQ +aT +aW +aV +aR aY +aU +bd ba -aT -bc -bf -aR -aU aX -aW -aS aZ -aT -aT -bc -bf -aR -aU -aX -aW aS -aZ -aV -be bb +be +aQ +aT +aW +aV +aR aY +aS +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX am aM aM @@ -24124,53 +23582,53 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu +wx +lC +aO +lC +lC +lC +lC aM aM aM aM aM -AZ -AW -Bz -Bz -AW -Bg -AW -AZ -AZ -AZ -Cg -AZ -AZ -mB +zp +Ay +AA +AA +Ay +AK +Ay +zp +zp +zp +Bp +zp +zp +lI aM aM -lx -ly -ly -ly -mm -mm -pP -mb -Bo -ly -Bc -Cs -Cs -KS -Cs -Lo -ly -ly -EE +EG +EG +EG +EG +FQ +FQ +Gn +FP +GJ +EG +Hh +Hj +Hj +HN +Hj +HZ +EG +EG +EG aM aM aM @@ -24178,7 +23636,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -24215,23 +23673,23 @@ aM aM aM aM -HY -GN -Ic -Ic -Hr -Hr -HE -HY -Ji -Ju -Ju -Ju -Ju -Kg -Jk -Jv -HY +JC +JK +JG +JG +JY +JY +Kj +JC +Ku +KB +KB +KB +KB +KN +Kw +KC +JC aM aM aM @@ -24244,42 +23702,42 @@ aM "} (29,1,1) = {" ah -aX aW -aS -aZ aV -be -bb +aR aY -ba +aU bd -aT -bc -bf -aU -aX -aW -aS -aZ -aV -be -bb -aY -aU -aU -aX -aW -aS -aZ -aV -be -bb -aY ba -bd -aT +aX +aZ bc +aS +bb +be +aT +aW +aV +aR +aY +aU +bd +ba +aX +aT +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb ab aM aM @@ -24381,52 +23839,52 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu +wx +lC +aO +lC +lC +lC +lC aM aM aM aM aM -AZ -AU -Bg -Bg -Bz -Bg -Bg -AZ -Bz -Bz -Bz -JM -mB -mB +zp +Az +AK +AK +AA +AK +AK +zp +AA +AA +AA +CX +lI +lI aM aM aM aM -lx -ly -ly -ly -ly -pO -ly -ly -Ca -Cs -Cs -Cs -Cs -Lh -ly -EE +EG +EG +EG +EG +EG +Go +EG +EG +Hi +Hj +Hj +Hj +Hj +Ia +EG +EG aM aM aM @@ -24435,7 +23893,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -24472,23 +23930,23 @@ aM aM aM aM -HY -GM -Hm -Ic -Hr -Hr -HD -HY -Jj -Ju -Ju -Ju -Ju -Kf -Ii -Ik -HY +JC +JL +JR +JG +JY +JY +Kk +JC +Kv +KB +KB +KB +KB +KM +KT +KY +JC aM aM aM @@ -24501,42 +23959,42 @@ aM "} (30,1,1) = {" aj -ba -bd -aT -bc -bf -aR -aU -aX -aW -aS aZ -aV +bc +aS +bb be -aY -ba -bd +aQ aT -bc -bf -aR -aU -aX -aY -aY -ba -bd -aT -bc -bf -aR -aU -aX aW -aS -aZ aV +aR +aY +aU +bd +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aX +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU ak aM aM @@ -24638,31 +24096,31 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -AZ -AU -Bz -AW -Bg -Bg -Bz -Me -Bz -Bz -Bz -JO -mB +wx +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +zp +Az +AA +Ay +AK +AK +AA +BI +AA +AA +AA +CY +lI aM aM aM @@ -24670,82 +24128,82 @@ aM aM aM aM -ly -mp -qB -ps -ps -Bs -Cs -Ed -HH -KT -Ld -ly -ly -aM -aM -aM -aM -aM -aM -aM -aM -aM -mt -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -HY +EG +FZ +Gp +Gj +Gj GO -Ic -Hq -Hs -Hr -HF -HY -Jh -Ju -Ju -Ju -Ju -Kf -Ii -Il -HY +Hj +Hv +HG +HO +HR +EG +EG +aM +aM +aM +aM +aM +aM +aM +aM +aM +lB +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +JC +JM +JG +JW +JZ +JY +Kl +JC +Kt +KB +KB +KB +KB +KM +KT +KZ +JC aM aM aM @@ -24757,7 +24215,7 @@ aM aM "} (31,1,1) = {" -eE +ap ab ae ah @@ -24780,7 +24238,7 @@ ac ai af an -eE +ap ao ab ae @@ -24794,7 +24252,7 @@ ak aa aj am -MA +hX aM aM aM @@ -24895,51 +24353,51 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -AZ -Bz -Bz -Bz -Bg -Bz -Bg -AZ -Bz -Bz -Bz -JN -mB -mB +wx +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +zp +AA +AA +AA +AK +AA +AK +zp +AA +AA +AA +CZ +lI +lI aM aM aM aM aM aM -ly -mn -ps -ps -Bp -ly -ly -ly -ly -ly -ly -ly -EE +EG +Ga +Gj +Gj +GK +EG +EG +EG +EG +EG +EG +EG +EG aM aM aM @@ -24949,7 +24407,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -24986,23 +24444,23 @@ aM aM aM aM -HY -HY -Hn -HY -HY -Hy -HY -HY -Jk -Jv -Ju -Ju -Ju -Kf -Ij -Ii -HY +JC +JC +JS +JC +JC +Kg +JC +JC +Kw +KC +KB +KB +KB +KM +KU +KT +JC aM aM aM @@ -25014,73 +24472,71 @@ aM aM "} (32,1,1) = {" -ap -at aq -bg +au +ar +bf +bk +bf +as +bm bl +bh +at bg ar -bn -bm -bi -as -bh -aq -au -bj -bk av -bn -ar bi -at +bj +aw bm -bk -au -bh as -aL -aR -aU -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd +bh +au +bl +bj +av +bg +at +aM +aQ aT -bc -bf -aR -aU -aX aW -aS -aZ aV -be -bb +aR aY -ba -bd -aT -bc -bf -aR aU +bd +ba aX -aW -aS aZ -aV +bc +aS +bb be -aL -aL +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd aM aM aM @@ -25152,49 +24608,49 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -AZ -AW -Bz -Bz -Bz -Bz -Cq -AZ -Bz -Bz -Bz -AZ -AZ -xV -xV -xV -lw -ly -ly -ly -ly -mq -ps -tE -ps -BE -De -ly -DM aM aM +wx +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +zp +Ay +AA +AA +AA +AA +BY +zp +AA +AA +AA +zp +zp +Du +Du +Du +EG +EG +EG +EG +EG +Gb +Gj +GB +Gj +GS +Hk +EG +EG aM aM aM @@ -25206,9 +24662,9 @@ aM aM aM aM -mt aM aM +lB aM aM aM @@ -25243,23 +24699,25 @@ aM aM aM aM -HY -GR -Kt -HY -Hv -Hr -HI -HY -HL -HM -Ju -Ju -Ju -Kg -Jk -Jv -HY +aM +aM +JC +JN +JO +JC +Ka +JY +Km +JC +Kx +KD +KB +KB +KB +KN +Kw +KC +JC aM aM aM @@ -25271,33 +24729,33 @@ aM aM "} (33,1,1) = {" -aq -au -ar -bh -bm -bh -as -bk -ap -bj -at -bi ar av -bn +as +bg bl bg -bk -as -bj -au -ap -bl -av -bi at -aL +bj +aq +bi +au +bh +as +aw +bm +bk +bf +bj +at +bi +av +aq +bk +aw +bh +au +aM aa aj am @@ -25336,7 +24794,6 @@ al ao ae ah -aL aM aM aM @@ -25409,114 +24866,115 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -Mv -Mv -Bz -AW -BR -AW -Bz -AZ -Bz -Bz -Bz -Bz -Bz -Kj -Kz -Kz -Kj -lI -lQ -lY -ly -wl -qN -ps +aM +wx +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +ya +ya +AA +Ay Bq -Oc -Ct -DU -Fq -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -mt -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -HZ -Kt -Kt -HY +Ay +AA +zp +AA +AA +AA +AA +AA +Dv +DF +DF +Dv +EM +Fk +FB +EG +Gc +Gq +Gj +GL +GT +Hl Hu -Hr -HG -HY -HK -HM -Ju -Pi -Ju -Kf -Kr -KJ -HY +HC +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lB +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +JD +JO +JO +JC +Kb +JY +Kn +JC +Ky +KD +KB +KI +KB +KM +KV +La +JC aM aM aM @@ -25528,72 +24986,71 @@ aM aM "} (34,1,1) = {" -ar -av as -bi -ap +aw +at +bh +aq +bh +au +bk +ar +bm +av bi at -bl -aq -bn -au +bf bj -as +bl bg bk -bm -bh -bl -at -bn -av -aq -bm -bg -bj au -aL +bm +aw +ar +bl +bf +bi +av +aM ab -aR -aU -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd +aQ aT -bc -bf -aR -aU -aX aW -aS -aZ aV -be -bb +aR aY -ba +aU bd -aT +ba +aX +aZ bc -bf +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV aR aU -aX -aW -aS -aV ak -aL aM aM aM @@ -25666,114 +25123,115 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -Mv -Mv -Mv -AZ -AZ -AZ -AZ -Bz -Bz -Bz -Bz -Bz -Kj +aM +wx +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +ya +ya +ya +zp +zp +zp +zp +AA +AA +AA +AA +AA +Dv +DG +DG +Dv +EN +Fl +FC +FR +Gd +Gi +Gi +Gi +GU +Hm +Hu +HC +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lB +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +JC +JP +JT +JC +Kc +JY +Ko +JC Ky -Ky -Kj -lJ -lR -lZ -me -oT -pv -pv -pv -BI -DL -DU -Fq -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -mt -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -HY -Hi -Ho -HY -Hx -Hr -HJ -HY -HK -HM -Ju -Pj -Ju -Kf -Pk -Kt -HY +KD +KB +KJ +KB +KM +KW +JO +JC aM aM aM @@ -25785,72 +25243,71 @@ aM aM "} (35,1,1) = {" -as -bg at -bj -aq -bj +bf au -bm +bi ar -bk +bi av -bn -at +bl +as +bj +aw +bm +au +bg +bk +aq bh bl -ap -bi -bm -au -bk -bg -ar -ap -bh -bn av -aL +bj +bf +as +aq +bg +bm +aw +aM ac -aS -aZ -aV -be -bb -aY -ba -bd -aT -bc -bf aR -aU -aX -aW -aS -aZ -aV -be -bb aY -ba -bd -aT -bc -bf -aR aU -aX -aW -aS -aZ -aV -be -bb +bd ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aZ ad -aL aM aM aM @@ -25923,48 +25380,48 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -dC -mu -mu -AZ -AZ -AZ -AZ -AZ -AZ -yo -yo -yo -lx -ly -ly -ly -ly -ly -ly -sU -vN -Br -ly -ly -EE aM +wx +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +aO +lC +lC +zp +zp +zp +zp +zp +zp +Dw +Dw +Dw +EG +EG +EG +EG +EG +EG +EG +GA +GD +GN +EG +EG +EG aM aM aM @@ -25977,8 +25434,8 @@ aM aM aM aM -mt aM +lB aM aM aM @@ -26014,23 +25471,24 @@ aM aM aM aM -HY -HY -HY -HY -Hw -Hz -Hw -HY -HL -HM -Ju -HN -Ju +aM +JC +JC +JC +JC +Kd Kh -Kt -Pl -HY +Kd +JC +Kx +KD +KB +KK +KB +KO +JO +Lb +JC aM aM aM @@ -26042,72 +25500,71 @@ aM aM "} (36,1,1) = {" -at -bh au -bn -ar -bn -av -ap -as -bl bg -bk -au -bi +av bm -aq -bj -ap -av -bl -bh as +bm +aw aq +at +bk +bf +bj +av +bh +bl +ar bi +aq +aw bk bg -aL +at +ar +bh +bj +bf +aM ad -aT -bc -bf -aR -aU -aX -aW aS -aZ -aV -be bb -aY -ba -bd +be +aQ aT -bc -bf +aW +aV aR +aY aU +bd +ba aX -aW -aS aZ -aV -be -bb -aY -ba -bd -aT bc -bf -aR -aU +aS +bb +be +aQ +aT aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aV ai -aL aM aM aM @@ -26180,33 +25637,33 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -dC -mu -mu -mu -mu -mu -mu -mB -mB -mB aM +wx +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +aO +lC +lC +lC +lC +lC +lC +lI +lI +lI aM aM aM @@ -26218,9 +25675,9 @@ aM aM aM aM -lx -EE aM +EG +EG aM aM aM @@ -26234,8 +25691,8 @@ aM aM aM aM -mt aM +lB aM aM aM @@ -26271,23 +25728,24 @@ aM aM aM aM -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY -HY +aM +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC +JC aM aM aM @@ -26299,72 +25757,71 @@ aM aM "} (37,1,1) = {" -au -bi av -bk -as -bk -bg -aq -at -bm bh -bl -av +aw bj -ap -ar -bn -aq -bg -bm -bi at -ar bj -bl -bh -aL -ae -aU -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd -aT -bc bf -aR -aX +ar +au +bl +bg +bk +aw +bi +aq +as +bm +ar +bf +bl +bh +au +as +bi +bk +bg +aM +ae +aT aW -aS -aZ aV -be +aR +aY +aU +bd +ba +aX +aZ +bc +aS bb -gO -gS -hb -hl -gx -gL -gR -fF -fY -hC -fX -cw -iz be +aQ +aW +aV +aR +aY +aU +bd +ba +iD +jE +ko +kr +hM +kC +kJ +gI +hj +iP +hi +hl +jF +bd aa -aL aM aM aM @@ -26437,27 +25894,27 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -dC -mu -mu -mu aM +wx +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +aO +lC +lC +lC aM aM aM @@ -26491,7 +25948,8 @@ aM aM aM aM -mt +aM +lB aM aM aM @@ -26556,72 +26014,71 @@ aM aM "} (38,1,1) = {" -av -bj -bg -bl -at -bl -bh -ar -au -ap +aw bi -bm -bg -bn -aq -as -bk -ar -bh -ap -bj -au -as -bn -bm -bi -aL -af -aV -be -bb -aY -ba -bd -aT -bc bf -aR +bk +au +bk +bg +as +av +aq +bh +bl +bf +bm +ar +at +bj +as +bg +aq +bi +av +at +bm +bl +bh +aM +af aU +bd +ba aX -aW -aS aZ -ic -gy -gO -gS -LU -cg -fZ -db -gg -gr -gf -gi -gt -gh -gk -gv -gJ -gs -gl -fW +bc +aS +bb +be +aQ aT +aW +aV +aR +aY +iO +hN +iD +jE +jN +hn +hk +hh +hu +hF +ht +hw +hH +hv +hy +hJ +hZ +hG +hz +hf +aS ao -aL aM aM aM @@ -26694,26 +26151,26 @@ aM aM aM aM -CH -mu -dC -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -dC -dC -dC -mu -mu aM +wx +lC +aO +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +aO +aO +aO +lC +lC aM aM aM @@ -26748,7 +26205,8 @@ aM aM aM aM -mt +aM +lB aM aM aM @@ -26813,72 +26271,71 @@ aM aM "} (39,1,1) = {" -aw -aA -ax -aD -aJ -aD -ay -aH -aK -aF -az -aE ax aB -aG +ay +aE +aK +aE +az aI +aL +aG +aA +aF +ay aC aH -ay +aJ +aD +aI +az +aG +aB +aL +aJ +aC aF aA -aK -aI -aB -aE -az -aL +aM ag -aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR -aU -aX -fX -gk -gk -gv -gJ -gs -gl -gI -gq -gu -gj -gg -gr -gf -gi -gt -gh -gk -gv -ho aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +hi +hy +hy +hJ +hZ +hG +hz +hY +hE +hI +hx +hu +hF +ht +hw +hH +hv +hy +hJ +ix +aX am -aL aM aM aM @@ -26951,22 +26408,22 @@ aM aM aM aM -CH -mu -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC -dC aM +wx +lC +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO +aO aM aM aM @@ -27005,7 +26462,8 @@ aM aM aM aM -mt +aM +lB aM aM aM @@ -27070,72 +26528,71 @@ aM aM "} (40,1,1) = {" -ax -bk -bi -ap -av -ap +ay bj -at -bg -ar -bn +bh +aq +aw aq bi -bl -as au -bm -at -bj -ar -bk -bg -au -bl -aq -aA -aL -ah -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd -aT -bc bf +as +bm +ar +bh +bk +at +av +bl +au +bi +as +bj +bf +av +bk +ar +aB +aM +ah +aW +aV aR +aY aU -hC -gt -gh -gk -gv -gJ -gs -gl -gI -gq -gu -gj -gg -gr -gf -gi -gt -gh -gk -ic +bd +ba +aX +aZ +bc +aS bb +be +aQ +aT +iP +hH +hv +hy +hJ +hZ +hG +hz +hY +hE +hI +hx +hu +hF +ht +hw +hH +hv +hy +iO +ba aj -aL aM aM aM @@ -27208,61 +26665,62 @@ aM aM aM aM -CH -CH -CH -CH -CH -CH -CH -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt +aM +wx +wx +wx +wx +wx +wx +wx +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB aM aM aM @@ -27327,72 +26785,72 @@ aM aM "} (41,1,1) = {" -ay -bl -bj -aq -bg -aq -bn -au -bh -as +az bk +bi ar +bf +ar +bm +av +bg +at bj +as +bi +bl +au +aw +aq +av bm at -av -ap -au -bn -as +bk +bg +aw bl -bh -av -bm -ar -aB -aL +as +aC +aM aa -aY -ba -bd -aT +aX +aZ bc -bf -aR -gd -gm -gw -gK -gQ -gZ +aS +bb +be +aQ +hr +hA +hK +ia +hL +ik +ir +ix +iQ +hY +hE +hI +hx +hu +hF +ht +hw +hH +hv +hy +hJ +hZ +hG +hz +hY +hE +hI hh -ho -hD -gI -gq -gu -gj -gg -gr -gf -gi -gt -gh -gk -gv -gJ -gs -gl -gI -gq -gu -db -aR +aQ ah -aL +aM aM aM aM @@ -27584,72 +27042,72 @@ aM aM "} (42,1,1) = {" -az -bm -bn -ar -bh -ar -bk -av -bi -at +aA bl +bm as -bn -ap -au bg +as +bj +aw +bh +au +bk +at +bm aq av -bk +bf +ar +aw +bj +au +bl +bh +bf +aq at -bm -bi -bg -ap -as -aC -aL +aD +aM ai -aZ -aV -be -bb aY -ba -fW -LV -gi -gt -gh -gk -gv -ho -dt -gr -gi -gu -gj -gg -gr -gf -gi -gt -gh -gk -gv -gi -gt -gh -gk -gv -gJ -gs -hD +aU bd +ba +aX +aZ +hf +hs +hw +hH +hv +hy +hJ +ix +hm +hF +hw +hI +hx +hu +hF +ht +hw +hH +hv +hy +hJ +hw +hH +hv +hy +hJ +hZ +hG +iQ +bc al -aL +aM aM aM aM @@ -27841,72 +27299,72 @@ aM aM "} (43,1,1) = {" -aA -ap -bk -as -bi -as -bl -bg +aB +aq bj -au -bm +at +bh at bk -aq -av -bh -ar -bg -bl -au -ap -bj -bh -aq -at -aD -aL -aj -ba -bd -aT -bc bf -aR -cf -gf -gq -gu -gj -gg -gr -gf -gr -gi -gs -gv -gJ -gs -gl -gI -gq -gu -gj -gg -gr -gJ -gs -gl -gI -cg -fZ -db -ld -aU +bi +av +bl +au +bj +ar +aw +bg +as +bf +bk +av +aq +bi +bg +ar +au +aE +aM +aj +aZ +bc +aS +bb +be +aQ +hg +ht +hE +hI +hx +hu +hF +ht +hF +hw +hG +hJ +hZ +hG +hz +hY +hE +hI +hx +hu +hF +hZ +hG +hz +hY +hn +hk +hh +kX +aT ag -aL +aM aM aM aM @@ -28098,72 +27556,72 @@ aM aM "} (44,1,1) = {" -aB -aq -bl -at -bj -at -bm -bh -bn -av -ap +aC +ar +bk +au +bi au bl -ar bg -bi -as -bh bm -av +aw aq -bn -bi -ar -au -aE -aL -ak -bb -aY -ba -bd -aT -bc -db -gg -gh -gk -gv -gJ -gs -gl -gv -gs -gj -gg -gr -gf -gi -gt -gh -gk -gv -gJ -gs -gk -gv -gJ -gs -gl -gI -cg -bc +av +bk +as bf +bh +at +bg +bl +aw +ar +bm +bh +as +av +aF +aM +ak +ba +aX +aZ +bc +aS +bb +hh +hu +hv +hy +hJ +hZ +hG +hz +hJ +hG +hx +hu +hF +ht +hw +hH +hv +hy +hJ +hZ +hG +hy +hJ +hZ +hG +hz +hY +hn +bb +be ae -aL +aM aM aM aM @@ -28355,72 +27813,72 @@ aM aM "} (45,1,1) = {" -aC -ar -bm -au -bn -au -ap -bi -bk -bg -aq +aD +as +bl av bm -as +av +aq bh bj -at -bi -ap -bg -ar -bk -bj -as -av -aF -aL -al -bc bf +ar +aw +bl +at +bg +bi +au +bh +aq +bf +as +bj +bi +at +aw +aG +aM +al +bb +be +aQ +aT +aW +aV +hi +hv +hz +hY +hE +hI +hx +hu +hF +hw +hF +hw +hy +hJ +hZ +hG +hz +hY +hE +hI +hx +hY +hE +hI +hx +hu +hF +hj +aV aR -aU -aX -aW -fX -gh -gl -gI -gq -gu -gj -gg -gr -gi -gr -gi -gk -gv -gJ -gs -gl -gI -gq -gu -gj -gI -gq -gu -gj -gg -gr -fY -aW -aS af -aL +aM aM aM aM @@ -28612,72 +28070,72 @@ aM aM "} (46,1,1) = {" -aD -as -ap -av -bk -av +aE +at aq +aw bj -bl +aw +ar +bi +bk +bg +as +bf +aq +au bh +bm +av +bi ar bg -ap at -bi -bn +bk +bm au -bj -aq -bh -as -bl -bn -at -bg -aG -aL -am -bd -aT -bc bf -aR -aU -fY -gi -gr -gf -gi -gt -gh -gk -gv -gs -gv -gs -gq -gu -gj -gg -gr -gf -gi -gt -gh -gs -gl -gI -gq -gu -gj -ld -aU -aX +aH +aM +am +bc +aS +bb +be +aQ +aT +hj +hw +hF +ht +hw +hH +hv +hy +hJ +hG +hJ +hG +hE +hI +hx +hu +hF +ht +hw +hH +hv +hG +hz +hY +hE +hI +hx +kX +aT +aW ac -aL +aM aM aM aM @@ -28869,72 +28327,72 @@ aM aM "} (47,1,1) = {" -aE -at -aq -bg +aF +au +ar +bf +bk +bf +as +bm bl +bh +at bg ar -bn -bm +av bi +bj +aw +bm as bh -aq au +bl bj -bk av -bn -ar -bi -at -bm -bk -au -bh -aH -aL +bg +aI +aM an -be -bb -aY -ba bd -aT -fZ -gj -gs -gl -gI -gq -gu -gj -gg -gf -gi -gt -gh -gk -gv -gJ -gs -gl -gI -gq -gu -gh -gk -gv -gJ -gs -gl -fW -aT +ba +aX +aZ bc +aS +hk +hx +hG +hz +hY +hE +hI +hx +hu +ht +hw +hH +hv +hy +hJ +hZ +hG +hz +hY +hE +hI +hv +hy +hJ +hZ +hG +hz +hf +aS +bb ab -aL +aM aM aM aM @@ -29126,72 +28584,72 @@ aM aM "} (48,1,1) = {" -aF -au -ar -bh -bm -bh -as -bi -cF -cK -dd -eG -dH -ar -cF -cK -dd -eG -dH -bj -au -ap -bl +aG av +as +bg +bl +bg +at +bh +dn +ds +dK +dY +eh +as +dn +ds +dK +dY +eh bi -aI -aL +av +aq +bk +aw +bh +aJ +aM ao -bf -aR -aU -aX +be +aQ +aT aW -aS -cw -gk -gt -gh -gk -gv -gJ -gs -gr -gi -gu -gj -gg -gr -gf -gi -gt -gh -gk -gv -gJ -gq -gu -gj -gg -gr -gf -hC -aS -aZ +aV +aR +hl +hy +hH +hv +hy +hJ +hZ +hG +hF +hw +hI +hx +hu +hF +ht +hw +hH +hv +hy +hJ +hZ +hE +hI +hx +hu +hF +ht +iP +aR +aY an -aL +aM aM aM aM @@ -29383,72 +28841,72 @@ aM aM "} (49,1,1) = {" -aG -av -ar -av +aH +aw as -bi -ap -av -cG -cU -LS -dw -dd -bi -cG -ex -eB -dn -dd -bn -av +aw +at +bh aq +aw +do +dz +dL +dZ +dK +bh +do +fi +fv +fR +dK bm -bg -bj -aJ -aL +aw +ar +bl +bf +bi +aK +aM ag -aW -aS -aZ aV -be -bb -dt -gl -gu -gj -gg -gr -gf -gi -gv -gs -gv -gk -gs -gl -gI -gq -gu -gj -gg -gr -gf -gr -gf -gi -gt -cw -iz -ic -ho +aR aY +aU +bd +ba +hm +hz +hI +hx +hu +hF +ht +hw +hJ +hG +hJ +hy +hG +hz +hY +hE +hI +hx +hu +hF +ht +hF +ht +hw +hH +hl +jF +iO +ix +aX am -aL +aM aM aM aM @@ -29640,72 +29098,72 @@ aM aM "} (50,1,1) = {" -aH -bg -as -bg +aI +bf at +bf +au +bi +ar +as +dp +dA +dM +ea +ei +bi +dp +fj +fw +fS +ei bj +bf +as aq -ar -cH -KF -LT -dx -dI -bj -cH -ey -eC -cS -dI -bk bg -ar -ap -bh -bn -aK +bm aL +aM af -aV -be -bb -aY -ba +aU bd -cg -fZ -gv -gJ -gs -gl -gI -cg -fZ -gk -gr -gf -gi -gt -gh -gk -gv -gJ -gs -gl -gI -gt -gh -gk -gv -gJ -gs -gl -fW -aT +ba +aX +aZ +bc +hn +hk +hJ +hZ +hG +hz +hY +hn +hk +hy +hF +ht +hw +hH +hv +hy +hJ +hZ +hG +hz +hY +hH +hv +hy +hJ +hZ +hG +hz +hf +aS ao -aL +aM aM aM aM @@ -29897,72 +29355,72 @@ aM aM "} (51,1,1) = {" -aI -bh -at -bh +aJ +bg au -bn -ar -aq -cI -LP -dg -dy -cG -bn -cI -ez -eD -cD -cG -bl -bh +bg +av +bm as -aq -bi +ar +dq +dB +dN +eb +do +bm +dq +fk +fx +fT +do bk -aw -aL +bg +at +ar +bh +bj +ax +aM aj -ba -bd -aT +aZ bc -bf -aR -aU -gm -gw -gK -gQ -gZ -hh -gy -gO -fZ -gq -gu -gj -gg -gr -gf -gi -gt -gh -gk -gv -gJ -gs -gl -gI -gq -gu -gj -ld -aU +aS +bb +be +aQ +aT +hA +hK +ia +hL +ik +ir +hN +iD +hk +hE +hI +hx +hu +hF +ht +hw +hH +hv +hy +hJ +hZ +hG +hz +hY +hE +hI +hx +kX +aT ag -aL +aM aM aM aM @@ -30154,72 +29612,72 @@ aM aM "} (52,1,1) = {" -aJ -bi -au -bi -av -bk -as +aK bh -cJ -En -dh -LS -cH -bk -cJ -eA -eH -eB -cH -bm -bi -at -ar +av +bh +aw bj +at +bg +dr +dC +dO +dL +dp +bj +dr +fl +fy +fv +dp bl -ax -aL +bh +au +as +bi +bk +ay +aM ac -aS -aZ -aV -be -bb -aY -ba -bd -aT -bc -bf aR +aY aU -aX -aW -fZ -gk -gv -gJ -gs -gl -gI -gq -gu -gj -gg -gr -gf -gi -gt -gh -gk -gv -gJ -dt +bd ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +hk +hy +hJ +hZ +hG +hz +hY +hE +hI +hx +hu +hF +ht +hw +hH +hv +hy +hJ +hZ +hm +aZ ad -aL +aM aM aM aM @@ -30411,72 +29869,72 @@ aM aM "} (53,1,1) = {" -aK -bj -bg -bl -at -bl -bh -au -cK -cY -di -dz -cI -bg -cK -cY -di -dz -cI -ap -bj -au -as -bn -bm -ay aL -ad -aT -bc +bi bf -aR -aU -aX -aW +bk +au +bk +bg +av +ds +dD +dP +ec +dq +bf +ds +dD +dP +ec +dq +aq +bi +av +at +bm +bl +az +aM +ad aS -aZ -aV -be bb -aY -ba -bd -gx -gk -gg -gr -gf -gi -gt -gh -gk -gv -gJ -gs -gl -gI -gq -gu -gj -gg -gr -fY +be +aQ +aT aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +hM +hy +hu +hF +ht +hw +hH +hv +hy +hJ +hZ +hG +hz +hY +hE +hI +hx +hu +hF +hj +aV ac -aL +aM aM aM aM @@ -30668,72 +30126,72 @@ aM aM "} (54,1,1) = {" -aw -bn -bh +ax bm -au -bm -bi -as -av -aq -bh -ap -bh -bk -ar -at +bg bl -as -bi -aq -bn av +bl +bh at +aw +ar +bg +aq +bg +bj +as +au bk -ap -az -aL +at +bh +ar +bm +aw +au +bj +aq +aA +aM ah -aX aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR +aY aU -hC -fX -cw -iz -ic -ho -dt -hD -gI -gq -gu -gj -gg -gr -gf -gi -gt -gh -gk -ic +bd +ba +aX +aZ +bc +aS bb +be +aQ +aT +iP +hi +hl +jF +iO +ix +hm +iQ +hY +hE +hI +hx +hu +hF +ht +hw +hH +hv +hy +iO +ba ai -aL +aM aM aM aM @@ -30925,72 +30383,72 @@ aM aM "} (55,1,1) = {" -ax -bk -bi -ap -av -ap +ay bj -at -bg -ar -bn +bh +aq +aw aq bi -bl +au +bf as -au bm -at -bj ar +bh bk -bg -au +at +av bl -aq -aA -aL +au +bi +as +bj +bf +av +bk +ar +aB +aM ak -bb -aY ba -bd -aT -bc -bf -aR -aU aX -aW -aS aZ -aV -be -aY -ba -bd -aT bc -bf +aS +bb +be +aQ +aT +aW +aV aR -gd -gm -gw -gK -gQ -gZ -hh -dc -dt -hD -fW -cg -fZ -bf +aY +aU +bd +aX +aZ +bc +aS +bb +be +aQ +hr +hA +hK +ia +hL +ik +ir +fh +hm +iQ +hf +hn +hk +be ae -aL +aM aM aM aM @@ -31182,72 +30640,72 @@ aM aM "} (56,1,1) = {" -ay -bl -bj -aq -bg -aq -bn -au -bh -as +az bk +bi ar +bf +ar +bm +av +bg +at bj +as +bi +bl +au +aw +aq +av bm at -av -ap -au -bn -as +bk +bg +aw bl -bh -av -bm -ar -aB -aL +as +aC +aM ae -aU -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd aT -bc -bf -aR -aU -aX aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR +aY aU +bd +ba aX -aW -aS aZ +bc +aS +bb be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +bd aa -aL +aM aM aM aM @@ -31439,72 +30897,72 @@ aM aM "} (57,1,1) = {" -az -bm -bn -ar -bh -ar -bk -av -bi -at +aA bl +bm as -bn -ap -au bg +as +bj +aw +bh +au +bk +at +bm aq av -bk +bf +ar +aw +bj +au +bl +bh +bf +aq at -bm -bi -bg -ap -as -aC -aL +aD +aM am -bd -aT bc -bf -aR -aU -aX -aW aS -aZ -aV -be bb -aY -ba -bd +be +aQ aT -bc -bf -aR -aU -aX aW -aS -aZ aV -be -bb -aY -ba -bd -aT -bc -bf aR +aY +aU +bd +ba aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aW ac -aL +aM aM aM aM @@ -31696,72 +31154,72 @@ aM aM "} (58,1,1) = {" -aA -ap +aB +aq +bj +at +bh +at bk -as +bf bi -as -bl -bg -bj -au -bm -at -bk -aq av -bh -ar -bg bl au -ap bj -bh +ar +aw +bg +as +bf +bk +av aq -at -aD -aL +bi +bg +ar +au +aE +aM ai -aZ -aV -be -bb aY -ba -bd -aT -bc -bf -aR aU -aX -aW -aS -aZ -aV -be -bb -aY +bd ba -bd -aT -bc -bf -aR -aU aX -aW -aS aZ -be -be +bc +aS bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR aY bd +bd +ba +aX +bc al -aL +aM aM aM aM @@ -31953,33 +31411,33 @@ aM aM "} (59,1,1) = {" -aB -aq -bl -at -bj -at -bm -bh -bn -av -ap +aC +ar +bk +au +bi au bl -ar bg -bi -as -bh bm -av +aw aq -bn -bi +av +bk +as +bf +bh +at +bg +bl +aw ar -au -aE -aL +bm +bh +as +av +aF +aM ao ab ae @@ -32018,7 +31476,7 @@ ag ac af an -aL +aM aM aM aM @@ -32210,72 +31668,72 @@ aM aM "} (60,1,1) = {" -aC -ar -bm -au -bn -au -ap -bi -bk -bg -aq +aD +as +bl av bm -as +av +aq bh bj -at -bi -ap -bg +bf ar -bk -bj +aw +bl +at +bg +bi +au +bh +aq +bf as -av -aF -aL -aR -aU -aX -aW -aS -aZ -aV -be -bb -aY -ba -bd -aT -bc -bf -aR -aU -aX -aW -aS -aZ -be +bj +bi +at +aw +aG aM -bb -aY -ba -bd +aQ aT -bc -bf -aR -aU -aX aW -aS -aZ aV +aR +aY +aU +bd +ba +aX +aZ +bc +aS +bb be -aL +aQ +aT +aW +aV +aR +aY +bd +aM +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +aU +bd +aM aM aM aM @@ -32467,72 +31925,72 @@ aM aM "} (61,1,1) = {" -aD -as -ap -av -bk -av +aE +at aq +aw bj -bl +aw +ar +bi +bk +bg +as +bf +aq +au bh +bm +av +bi ar bg -ap at -bi -bn +bk +bm au -bj -aq -bh -as -bl -bn -at -bg -aG -aL -bb -aY -ba -bd -aT -bc bf -aR -aU +aH +aM +ba aX -aW -aS aZ -be -bb -aY -ba -bd -aT bc -bf -aR -aU -aX -aW aS -aZ -be bb -aY -ba -bd +be +aQ aT -bc -bf -aR -aX aW -aL +aV +aR +aY +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aT +aW +aV +aR +aY +bd +ba +aX +aZ +bc +aS +bb +be +aQ +aW +aV +aM aM aM aM @@ -32724,73 +32182,73 @@ aM aM "} (62,1,1) = {" -aE -at -aq -bg +aF +au +ar +bf +bk +bf +as +bm bl +bh +at bg ar -bn -bm +av bi +bj +aw +bm as bh -aq au +bl bj -bk av -bn -ar -bi -at -bm -bk -au -bh -aH -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL +bg +aI +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM aM aM aM @@ -32981,73 +32439,73 @@ aM aM "} (63,1,1) = {" -aF -aJ aG -ax +aK +aH +ay +aE +ay +aI +aC +aF +aA +aJ +az +aH +aL +aB aD ax -aH -aB -aE -az -aI -ay -aG -aK -aA aC -aw -aB -aH +aI +aA +aK +aF +aD +aL az aJ -aE -aC -aK -ay -aI -aL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -aL +aM +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +aM aM aM aM @@ -33238,73 +32696,72 @@ aM aM "} (64,1,1) = {" -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -fL -aZ -aV -be -be -bb -bf -aR +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +gP +aY aU -aX +bd +bd +ba +be +aQ +aT aW -aS -aZ aV -be -bb -aZ -aV -be -be -be -bb -bf aR +aY aU -aX +bd +ba +aY +aU +bd +bd +bd +ba +be +aQ +aT aW -aS -aZ aV -be -bb -aZ -aV -be -bb -aZ -aV -fL -aL +aR +aY +aU +bd +ba +aY +aU +bd +ba +aY +aU +gP aM aM aM @@ -33368,16 +32825,17 @@ aM aM aM aM -us -uU -us -us -uU -us -uU -us -uU -us +aM +tH +tW +tH +tH +tW +tH +tW +tH +tW +tH aM aM aM @@ -33521,47 +32979,46 @@ aM aM aM aM -aL -fL -aR -aU -aX -aW -aS -ba -bd +aM +gP +aQ aT +aW +aV +aR +aZ bc -bf -aR -aU -aX -aW aS -aR -aU -aX -aX -aX -aW -ba -bd +bb +be +aQ aT +aW +aV +aR +aQ +aT +aW +aW +aW +aV +aZ bc -bf -aR -aU -aX -aW aS -aR -aU +bb +be +aQ +aT aW -aS +aV aR -aU -fL -aL +aQ +aT +aV +aR +aQ +aT +gP aM aM aM @@ -33625,16 +33082,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -33778,47 +33236,46 @@ aM aM aM aM -aL -fL -aY -ba -bd -aW -aS -ba -bd -aT -bc -bf -aR -aU +aM +gP aX -aW -aS -aY -ba -bd -bd -bd -aT -ba -bd -aT +aZ bc -bf +aV +aR +aZ +bc +aS +bb +be +aQ +aT +aW +aV aR -aU aX -aW +aZ +bc +bc +bc aS -aY -ba -aW +aZ +bc aS -aY -ba -fL -aL +bb +be +aQ +aT +aW +aV +aR +aX +aZ +aV +aR +aX +aZ +gP aM aM aM @@ -33882,16 +33339,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -34035,47 +33493,46 @@ aM aM aM aM -aL -fL -aZ -aV -be -bc -bf -aZ -aV -be -bb +aM +gP aY -ba +aU bd -aT -bc -bf -aZ -aV -be -be -be bb -aZ -aV be -bb aY -ba +aU bd -aT -bc -bf +ba +aX aZ -aV bc -bf +aS +bb +be +aY +aU +bd +bd +bd +ba +aY +aU +bd +ba +aX aZ -aV -fL -aL +bc +aS +bb +be +aY +aU +bb +be +aY +aU +gP aM aM aM @@ -34139,16 +33596,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -34292,47 +33750,46 @@ aM aM aM aM -aL -fL -aY -ba -be -be -bb -bf -aR -aU +aM +gP aX -aW -aS aZ -aV -be -bb -aY +bd +bd ba -bd -bd -bd +be +aQ aT -bf -aR -aU -aX aW -aS -aZ aV -be -bb +aR aY +aU +bd ba +aX +aZ +bc +bc +bc +aS be -bb +aQ +aT +aW +aV +aR aY +aU +bd ba -fL -aL +aX +aZ +bd +ba +aX +aZ +gP aM aM aM @@ -34396,16 +33853,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -34549,47 +34007,46 @@ aM aM aM aM -aL -fL -aZ -aV -aX -aW -aS -ba -bd -aT -aZ -aZ -aZ -aZ -aZ -aZ -aZ -aZ -aZ -aZ -gQ -gQ -gQ -gQ -aZ -aZ -aZ -aZ -aZ +aM +gP +aY aU -aX aW -aS -aZ aV +aR +aZ +bc +aS +aY +aY +aY +aY +aY +aY +aY +aY +aY +aY +hL +hL +hL +hL +aY +aY +aY +aY +aY +aT aW -aS -aZ aV -fL -aL +aR +aY +aU +aV +aR +aY +aU +gP aM aM aM @@ -34653,16 +34110,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -34806,47 +34264,46 @@ aM aM aM aM -aL -fL -aR -aU -bd -bc -bf -aZ -aV -be -gQ -gQ -gQ -gQ -gQ -gQ -gQ -gQ -gQ -gQ -gQ -hd -hd -gQ -gQ -aZ -aZ -aZ -aZ aM +gP +aQ aT bc -bf -aR +bb +be +aY aU -bc -bf -aR -aU -fL -aL +bd +hL +hL +hL +hL +hL +hL +hL +hL +hL +hL +hL +ib +ib +hL +hL +aY +aY +aY +aY +aM +aS +bb +be +aQ +aT +bb +be +aQ +aT +gP aM aM aM @@ -34910,16 +34367,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -35063,47 +34521,46 @@ aM aM aM aM -aL -fL -aY +aM +gP +aX +aZ +bd +bd ba be -be -bb -bf -aR +aQ +aT +hL +ib +ib +ib +ib +ib +ib +ib +if +il +is +ib +if +il +hL +aY +aY +aY +aY +aM aU -gQ -hd -hd -hd -hd -hd -hd -hd -hp -ht -hI -hd -hp -ht -gQ -aZ -aZ -aZ -aZ -aM -aV -be -bb -aY +bd ba -be -bb -aY +aX +aZ +bd ba -fL -aL +aX +aZ +gP aM aM aM @@ -35167,16 +34624,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -35320,47 +34778,46 @@ aM aM aM aM -aL -fL -aZ -aV -aX +aM +gP +aY +aU aW -aS -ba -bd -aT -gQ -gQ -hd -hd -hd -hd -hd -hd -hk -hr -gT -gU -hc -hk -gQ -aZ -aZ -aZ -aZ -aM -aX -aW -aS -aZ aV -aW -aS +aR aZ +bc +aS +hL +hL +ib +ib +ib +ib +ib +ib +ig +im +it +iy +iE +ig +hL +aY +aY +aY +aY +aM +aW aV -fL -aL +aR +aY +aU +aV +aR +aY +aU +gP aM aM aM @@ -35424,16 +34881,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -35577,47 +35035,46 @@ aM aM aM aM -aL -fL -aR -aU -bd -bc -bf -aZ -aV -be -gQ -gQ -hd -hd -hd -hp -ht -hI -hk -hr -gT -cZ -gN -ha -gQ -aZ -aZ -aZ -aZ aM +gP +aQ aT bc -bf -aR +bb +be +aY aU -bc -bf -aR -aU -fL -aL +bd +hL +hL +ib +ib +ib +if +il +is +ig +im +it +iz +iF +iR +hL +aY +aY +aY +aY +aM +aS +bb +be +aQ +aT +bb +be +aQ +aT +gP aM aM aM @@ -35681,16 +35138,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -35834,47 +35292,46 @@ aM aM aM aM -aL -fL -aY +aM +gP +aX +aZ +bd +bd ba be -be -bb -bf -aR +aQ +aT +hL +ib +ib +ib +ib +ig +im +it +ih +in +iu +ib +if +il +hL +hL +hL +hL +hL +aM aU -gQ -hd -hd -hd -hd -hk -hr -gT -hj -hq -gM -hd -hp -ht -gQ -gQ -gQ -gQ -gQ -aM -aV -be -bb -aY +bd ba -be -bb -aY +aX +aZ +bd ba -fL -aL +aX +aZ +gP aM aM aM @@ -35938,16 +35395,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -36091,47 +35549,46 @@ aM aM aM aM -aL -fL -aZ -aV -aX +aM +gP +aY +aU aW -aS -ba -bd -aT -gQ -gQ -gQ -gQ -gQ -hk -hr -gT -cZ -gN -ha -hd -hp -ht -hI -hd -hp -ht -gQ -aM -aX -aW -aS -aZ aV -aW -aS +aR aZ +bc +aS +hL +hL +hL +hL +hL +ig +im +it +iz +iF +iR +ib +if +il +is +ib +if +il +hL +aM +aW aV -fL -aL +aR +aY +aU +aV +aR +aY +aU +gP aM aM aM @@ -36195,16 +35652,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -36348,47 +35806,46 @@ aM aM aM aM -aL -fL -aR -aU -bd -bc -bf -aZ -aV -be -aZ -aZ -gQ -gQ -gQ -hj -hq -gM -hd -hp -ht -hd -hk -hr -gT -gU -hc -hk -gQ -jQ +aM +gP +aQ aT bc -bf -aR +bb +be +aY aU -bc -bf -aR -aU -fL -aL +bd +aY +aY +hL +hL +hL +ih +in +iu +ib +if +il +ib +ig +im +it +iy +iE +ig +hL +ic +aS +bb +be +aQ +aT +bb +be +aQ +aT +gP aM aM aM @@ -36452,16 +35909,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -36605,47 +36063,46 @@ aM aM aM aM -aL -fL -aY +aM +gP +aX +aZ +bd +bd ba be -be -bb -bf -aR -aU -gQ -gQ -gQ -hd -hd -hd -hd -hd -hd -hp -ht -hI -hk -hr -gT -cZ -gN -ha -hd -jQ -gZ -be -bb -aY +aQ +aT +hL +hL +hL +ib +ib +ib +ib +ib +ib +if +il +is +ig +im +it +iz +iF +iR +ib +ic +ik +bd ba -be -bb -aY +aX +aZ +bd ba -fL -aL +aX +aZ +gP aM aM aM @@ -36709,16 +36166,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -36862,47 +36320,46 @@ aM aM aM aM -aL -fL -aZ -aV -aX +aM +gP +aY +aU aW -aS -ba -bd -aT -gQ -hd -hd -hd -hd -hd -hd -hd -hd -hk -hr -gT -hj -hq -gM -hd -hp -ht -hd -jP -gm -aW -aS -aZ aV -aW -aS +aR aZ +bc +aS +hL +ib +ib +ib +ib +ib +ib +ib +ib +ig +im +it +ih +in +iu +ib +if +il +ib +id +hA aV -fL -aL +aR +aY +aU +aV +aR +aY +aU +gP aM aM aM @@ -36966,16 +36423,17 @@ aM aM aM aM -tv -uV -tv -tv -vJ -tv -wx -tv -wW -tv +aM +sO +tY +sO +sO +vl +sO +vR +sO +wy +sO aM aM aM @@ -37119,47 +36577,46 @@ aM aM aM aM -aL -fL -aR +aM +gP +aQ +aT +bc +bb +be +aY aU bd -bc -bf -aZ -aV +hL +hL +ib +ib +ib +ib +ib +ib +ib +ig +im +it +iz +iF +iR +ib +ib +ib +ib +id +kr +bb be -gQ -gQ -hd -hd -hd -hd -hd -hd -hd -hk -hr -gT -cZ -gN -ha -hd -hd -hd -hd -jP -hl -bc -bf -aR -aU -bc -bf -aR -aU -fL -aL +aQ +aT +bb +be +aQ +aT +gP aM aM aM @@ -37223,16 +36680,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -37376,47 +36834,46 @@ aM aM aM aM -aL -fL -aY -ba -be -be -bb -bf -aR -aU +aM +gP +aX aZ -gQ -hd -hd -hd -hd -hd -hd -hd -hj -hq -gM -hd -hp -ht -hd -hd -hd -hd -jP -gZ -be -bb -aY +bd +bd ba be -bb +aQ +aT aY +hL +ib +ib +ib +ib +ib +ib +ib +ih +in +iu +ib +if +il +ib +ib +ib +ib +id +ik +bd ba -fL -aL +aX +aZ +bd +ba +aX +aZ +gP aM aM aM @@ -37480,16 +36937,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -37633,47 +37091,46 @@ aM aM aM aM -aL -fL -aZ -aV -be -be -bb -bf -aR +aM +gP +aY aU -aZ -gQ -hp -ht -hI -hd -hp -ht -hd -hk -hr -gT -gU -hc -hk -hd -hd -hd -hd -jP -gZ +bd +bd +ba be -bb -aZ -aV -be -bb -aZ -aV -fL -aL +aQ +aT +aY +hL +if +il +is +ib +if +il +ib +ig +im +it +iy +iE +ig +ib +ib +ib +ib +id +ik +bd +ba +aY +aU +bd +ba +aY +aU +gP aM aM aM @@ -37737,16 +37194,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -37890,47 +37348,46 @@ aM aM aM aM -aL -fL -aR -aU -aX -aW -aS -ba -bd +aM +gP +aQ aT +aW +aV +aR aZ -gQ -hk -hr -gT -gU -hc -hk -hd -hk -hr -gT -cZ -gN -ha -hd -hd -hd -hd -jP -gm -aW +bc aS +aY +hL +ig +im +it +iy +iE +ig +ib +ig +im +it +iz +iF +iR +ib +ib +ib +ib +id +hA +aV aR -aU -aW -aS +aQ +aT +aV aR -aU -fL -aL +aQ +aT +gP aM aM aM @@ -37994,16 +37451,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -38147,47 +37605,46 @@ aM aM aM aM -aL -fL -aY -ba -bd -aW +aM +gP +aX +aZ +bc +aV +aR +aZ +bc aS -ba -bd -aT -gQ -gQ -hk -hr -gT -cZ -gN -ha -hd -hj -hq -gM -hd -hp -ht -hd -hd -hd -hd -jP -gm -aW -aS -aY -ba -aW -aS -aY -ba -fL -aL +hL +hL +ig +im +it +iz +iF +iR +ib +ih +in +iu +ib +if +il +ib +ib +ib +ib +id +hA +aV +aR +aX +aZ +aV +aR +aX +aZ +gP aM aM aM @@ -38251,16 +37708,17 @@ aM aM aM aM -tv -uI -tv -tv -uI -tv -uI -tv -uI -tv +aM +sO +tX +sO +sO +tX +sO +tX +sO +tX +sO aM aM aM @@ -38404,47 +37862,46 @@ aM aM aM aM -aL -fL -aZ -aV +aM +gP +aY +aU +bd +bb be -bc -bf -aZ -aV +aY +aU +bd +hL +ib +ih +in +iu +ib +if +il +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +id +kr +bb be -gQ -hd -hj -hq -gM -hd -hp -ht -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -jP -hl -bc -bf -aZ -aV -bc -bf -aZ -aV -fL -aL +aY +aU +bb +be +aY +aU +gP aM aM aM @@ -38507,17 +37964,18 @@ aM aM aM aM -tv -tv -uV -tv -tv -vJ -tv -wx -tv -wW -tv +aM +sO +sO +tY +sO +sO +vl +sO +vR +sO +wy +sO aM aM aM @@ -38661,47 +38119,46 @@ aM aM aM aM -aL -fL -aY +aM +gP +aX +aZ +aW +bd +ba +be +aQ +aT +hL +hL +hL +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ic +ik +bd ba aX -be -bb -bf -aR -aU -gQ -gQ -gQ -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -jQ -gZ -be -bb -aY +aZ +bd ba -be -bb -aY -ba -fL -aL +aX +aZ +gP aM aM aM @@ -38764,17 +38221,18 @@ aM aM aM aM -tv -vb -uX -tv -xQ -vP -xQ +aM +sO +tI +tZ +sO +uD +vm +uD +vS +uD wz -xQ -xc -tv +sO aM aM aM @@ -38918,47 +38376,46 @@ aM aM aM aM -aL -fL -aZ +aM +gP +aY +aU +bc aV -bd -aW +aR +aZ +bc aS -ba -bd -aT -aZ -aZ -gQ -gQ -gQ -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -hd -gQ -jQ -aX +aY +aY +hL +hL +hL +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +ib +hL +ic aW -aS -aZ aV -aW -aS -aZ +aR +aY +aU aV -fL -aL +aR +aY +aU +gP aM aM aM @@ -39021,19 +38478,20 @@ aM aM aM aM -tv -uE -vb -tv -vH -xQ +aM +sO +tJ +tI +sO +uQ +uD +vC +uD wk -xQ -wO -xf -tv -tv -tv +wA +sO +sO +sO aM aM aM @@ -39175,47 +38633,46 @@ aM aM aM aM -aL -fL -aR -aU -be -bc -bf -aZ -aV -be -gQ -gQ -gQ -gQ -gQ -hd -hd -hp -ht -hI -hd -hp -ht -hd -hd -hd -hd -hd -gQ aM +gP +aQ aT -bc -bf -aR +bd +bb +be +aY aU -bc -bf -aR -aU -fL -aL +bd +hL +hL +hL +hL +hL +ib +ib +if +il +is +ib +if +il +ib +ib +ib +ib +ib +hL +aM +aS +bb +be +aQ +aT +bb +be +aQ +aT +gP aM aM aM @@ -39278,19 +38735,20 @@ aM aM aM aM -tv -vb -vb -vQ -vb -vb -vb -vb -vb -vb -vb -vb -tv +aM +sO +tI +tI +tM +tI +tI +tI +tI +tI +tI +tI +tI +sO aM aM aM @@ -39432,47 +38890,46 @@ aM aM aM aM -aL -fL -aY +aM +gP +aX +aZ +aW +bd +ba +be +aQ +aT +hL +ib +if +il +is +ib +if +il +im +it +iy +iE +ig +ib +hL +hL +hL +hL +hL +aM +aU +bd ba aX -be -bb -bf -aR -aU -gQ -hd -hp -ht -hI -hd -hp -ht -hr -gT -gU -hc -hk -hd -gQ -gQ -gQ -gQ -gQ -aM -aV -be -bb -aY +aZ +bd ba -be -bb -aY -ba -fL -aL +aX +aZ +gP aM aM aM @@ -39535,19 +38992,20 @@ aM aM aM aM -tv -uv -vb -tv -vb -vb -vb -vb -vb -vb -vb -vb -tv +aM +sO +tK +tI +sO +tI +tI +tI +tI +tI +tI +tI +tI +sO aM aM aM @@ -39689,47 +39147,46 @@ aM aM aM aM -aL -fL -aZ +aM +gP +aY +aU +bc aV -bd -aW -aS -ba -bd -aT -gx -jQ -hk -hr -gT -gU -hc -hk -hr -gT -cZ -gN -ha -jP -jQ -aM -aM -aM -aM -aM -aX -aW -aS +aR aZ -aV -aW +bc aS -aZ +hM +ic +ig +im +it +iy +iE +ig +im +it +iz +iF +iR +id +ic +aM +aM +aM +aM +aM +aW aV -fL -aL +aR +aY +aU +aV +aR +aY +aU +gP aM aM aM @@ -39792,19 +39249,20 @@ aM aM aM aM -tv -uw -uY -tv -wE -xl -xq -xA -xY -uw -uw -yZ -tv +aM +sO +tL +ua +sO +uR +vn +vD +vT +wl +tL +tL +xe +sO aM aM aM @@ -39946,47 +39404,46 @@ aM aM aM aM -aL -fL -aR -aU -be -bc -bf -aZ -aV -be -gy -jQ -hk -hr -gT -cZ -gN -ha -hq -gM -hd -hp -ht -jP -jQ -aM -aM -aM -aM aM +gP +aQ aT -bc -bf -aR +bd +bb +be +aY aU -bc -bf -aR -aU -fL -aL +bd +hN +ic +ig +im +it +iz +iF +iR +in +iu +ib +if +il +id +ic +aM +aM +aM +aM +aM +aS +bb +be +aQ +aT +bb +be +aQ +aT +gP aM aM aM @@ -40047,25 +39504,26 @@ aM aM aM aM -tv -tv -tv -vQ -tv -tv -tv -tv -vI -vX -tv -yj -yj -tv -tv -tv -tv -tv -tv +aM +sO +sO +sO +tM +sO +sO +sO +sO +vc +vt +sO +wB +wB +sO +sO +sO +sO +sO +sO aM aM aM @@ -40203,47 +39661,46 @@ aM aM aM aM -aL -fL -aY +aM +gP +aX +aZ +aW +bd +ba +be +aQ +aT +hA +id +ih +in +iu +ib +if +il +id +id +id +id +id +id +ic +aM +aM +aM +aM +aM +aU +bd ba aX -be -bb -bf -aR -aU -gm -jP -hj -hq -gM -hd -hp -ht -jP -jP -jP -jP -jP -jP -jQ -aM -aM -aM -aM -aM -aV -be -bb -aY +aZ +bd ba -be -bb -aY -ba -fL -aL +aX +aZ +gP aM aM aM @@ -40304,25 +39761,26 @@ aM aM aM aM -tv -un -Ag -uh -mc -uh -vx -vT -xr -xJ -ya -uh -uh -vT -zn -uh -uh -Af -tv +aM +sO +sV +tz +te +ub +te +uS +vo +vE +vU +wm +te +te +vo +xB +te +te +yf +sO aM aM aM @@ -40460,47 +39918,46 @@ aM aM aM aM -aL -fL -aZ +aM +gP +aY +aU +bc aV -bd -aW -aS -ba -bd -aT -gx -jQ -jQ -jQ -jQ -jQ -jQ -jQ -jQ -jQ -jQ -jP -jP -jQ -jQ -aM -aM -aM -aM -aM -aX -aW -aS +aR aZ -aV -aW +bc aS -aZ +hM +ic +ic +ic +ic +ic +ic +ic +ic +ic +ic +id +id +ic +ic +aM +aM +aM +aM +aM +aW aV -fL -aL +aR +aY +aU +aV +aR +aY +aU +gP aM aM aM @@ -40561,25 +40018,26 @@ aM aM aM aM -tv -tv -tv -uh -uh -uh -wP -vV -xt -uh -uh -uh -uh -vV -zt -uh -uh -Af -tv +aM +sO +sO +sO +te +te +te +uT +vp +vF +te +te +te +te +vp +xC +te +te +yf +sO aM aM aM @@ -40717,47 +40175,46 @@ aM aM aM aM -aL -fL -aR -aU -be -bc -bf -aZ -aV -be -bb -aY -ba -bd +aM +gP +aQ aT -bc -bf -aR +bd +bb +be +aY aU +bd +ba aX -gm -gm -gw -gQ -aV -be +aZ +bc +aS bb -aY -ba -bd +be +aQ aT -bc -bf -aR +aW +hA +hA +hK +hL aU +bd +ba +aX +aZ bc -bf -aR -aU -fL -aL +aS +bb +be +aQ +aT +bb +be +aQ +aT +gP aM aM aM @@ -40818,25 +40275,26 @@ aM aM aM aM -tv -up -uh -uh -uh -uh -xv -vV -xs -uh -uh -uh -uh -vV -zs -uh -uh -Ah -tv +aM +sO +sW +te +te +te +te +uU +vp +vG +te +te +te +te +vp +xD +te +te +yg +sO aM aM aM @@ -40974,47 +40432,46 @@ aM aM aM aM -aL -fL -aY -ba +aM +gP aX -be -bb -bf -aR -aU -aX -aW -aS aZ -aV -be -bb -aY +aW +bd ba -bd -bd -bd +be +aQ aT -bf -aR -aU -aX aW -aS -aZ aV -be -bb +aR aY +aU +bd ba +aX +aZ +bc +bc +bc +aS be -bb +aQ +aT +aW +aV +aR aY +aU +bd ba -fL -aL +aX +aZ +bd +ba +aX +aZ +gP aM aM aM @@ -41075,25 +40532,26 @@ aM aM aM aM -tv -ux -uh -uh -uh -uh -xo -vV -xH -uh -uh -uh -uh -vV -zv -uh -uh -Ao -tv +aM +sO +sX +te +te +te +te +uV +vp +vH +te +te +te +te +vp +xE +te +te +yh +sO aM aM aM @@ -41231,47 +40689,46 @@ aM aM aM aM -aL -fL -aZ -aV -bd -aW -aS -ba -bd -aT -bc -bf -aR +aM +gP +aY aU -aX -aW -aS -aZ +bc aV -be -be -be +aR +aZ +bc +aS bb -ba -bd +be +aQ aT -bc -bf +aW +aV aR +aY aU -aX -aW -aS +bd +bd +bd +ba aZ -aV -aW +bc aS -aZ +bb +be +aQ +aT +aW aV -fL -aL +aR +aY +aU +aV +aR +aY +aU +gP aM aM aM @@ -41314,43 +40771,44 @@ aM aM aM aM -oN -jH -jH -jH -jH -jH -jH -jH -jH -jH -jH -jH -jH -jH -jH -jH -jH -jH -tv -uu -uh -uh -uh -uh -wV -vW -xu -xI -Bt -uh -uh -vW -zu -uh -uh -An -tv +aM +ox +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +oJ +sO +sY +te +te +te +te +uW +vq +vI +vV +wn +te +te +vq +xF +te +te +yi +sO aM aM aM @@ -41488,47 +40946,46 @@ aM aM aM aM -aL -fL -aR -aU -be -bc -bf -aZ -aV -be -bb -aY -ba -bd +aM +gP +aQ aT -bc -bf -aR +bd +bb +be +aY aU +bd +ba aX -aX -aX +aZ +bc +aS +bb +be +aQ +aT +aW +aW aW -aZ aV -be -bb aY -ba +aU bd +ba +aX +aZ +bc +aS +bb +be +aQ aT -bc -bf -aR -aU -bc -bf -aR -aU -fL -aL +bb +be +aQ +aT +gP aM aM aM @@ -41571,43 +41028,44 @@ aM aM aM aM -oN -qW -qW -qW -qW -qW -qW -qW -qW -qW -qW -qW -qW -qW -qW -qW -qW -qW -tv -uz -uh -uh -uh -uh -wX -tv -vI -vX -tv +aM +ox +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +sO +sZ +te +te +te +te +uX +sO +vc +vt +sO +wB +wB +sO +te +te +te yj -yj -tv -uh -uh -uh -Aq -tv +sO aM aM aM @@ -41745,47 +41203,46 @@ aM aM aM aM -aL -fL -aY -ba -be -be -bb -bf -aR -aU +aM +gP aX -aW -aS aZ -aV -be -bb -aY +bd +bd ba -bd -bd -bd +be +aQ aT -bf -aR -aU -aX aW -aS -aZ aV -be -bb +aR aY +aU +bd ba +aX +aZ +bc +bc +bc +aS be -bb +aQ +aT +aW +aV +aR aY +aU +bd ba -fL -aL +aX +aZ +bd +ba +aX +aZ +gP aM aM aM @@ -41828,44 +41285,44 @@ aM aM aM aM -oN -qW -qW -qW -qW -qX -rs -rV -sz -qW -qX -rs -rV -sz -qW -qW -qW -qW -tv -uy -uh -uh -uh -uh -uh -uh -uh -uh -yb -uh -uh -ze -uh -uh -uh -In -tv aM +ox +oK +oK +oK +oK +oS +pR +qs +qK +oK +oS +pR +qs +qK +oK +oK +oK +oK +sO +ta +te +te +te +te +te +te +te +te +wo +te +te +xf +te +te +te +yk +sO aM aM aM @@ -41898,18 +41355,19 @@ aM aM aM aM -EH -EH -EH -EH -EH -EH -EH -EH -EH -EH -EH -EH +aM +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU aM aM aM @@ -42002,48 +41460,46 @@ aM aM aM aM -aL -fL -aZ aM -aX +gP +aY +aM aW -aS -aT -bd -aT -bc -bf +aV aR -aU -aX -aW aS -aZ -aM -aM -aM -aM -aM -aT -bd -aT bc -bf +aS +bb +be +aQ +aT +aW +aV aR -aU -aX -aW +aY +aM +aM +aM +aM +aM aS -aZ -aM -aW +bc aS -aZ +bb +be +aQ +aT +aW +aV +aR +aY aM -fL -aL +aV +aR +aY aM +gP aM aM aM @@ -42085,45 +41541,45 @@ aM aM aM aM -oN -qW -qW -qW -qX -pe -qf -qf -pe -pe -pe -qf -qf -pe -sz -qW -qW -qW -tv -vC -uh -vR -uk -uh -uh -uh -uh -uh -yb -uh -uh -ze -uh -uh -uh -wD -tv aM aM +ox +oK +oK +oK +oS +oT +pS +pS +oT +oT +oT +pS +pS +oT +qK +oK +oK +oK +sO +tb +te +tN +uc +te +te +te +te +te +wo +te +te +xf +te +te +te +yl +sO aM aM aM @@ -42148,25 +41604,27 @@ aM aM aM aM -AH -EH -EH -EH -EH -EH -EH -EH -FF -FF -FF -FF -FF -FF -FF -FF -FF -FU -EH +aM +aM +AB +EU +EU +EU +EU +EU +EU +EU +HS +HS +HS +HS +HS +HS +HS +HS +HS +II +EU aM aM aM @@ -42259,47 +41717,46 @@ aM aM aM aM -aL -fL -aZ -aV aM -aW -aS -ba -bd -aT -bc -bf -aR +gP +aY aU -aX -aW -aS -aZ +aM aV -be -be -be +aR +aZ +bc +aS bb -ba -bd +be +aQ aT -bc -bf +aW +aV aR +aY aU -aX -aW -aS +bd +bd +bd +ba aZ -aV -aW +bc aS -aZ +bb +be +aQ +aT +aW aV -fL -aL +aR +aY +aU +aV +aR +aY +aU +gP aM aM aM @@ -42322,9 +41779,10 @@ aM aM aM aM -mL -mL -mL +aM +lR +lR +lR aM aM aM @@ -42342,90 +41800,90 @@ aM aM aM aM -oN -qW -qW -qX -pe -pe -qg -pB -sC -pe -rm -rJ -rU -pe -pe -sz -qW -qW -tv -tv -tv -tv -tv -tv -tv -tv -vI -vX -tv -yk -yC -tv -vI -vX -tv -tv -tv -yP -zd -zd -zd -AI -AH -jO -jO -jO -jO -jO -jO -jO -AH -CN -CN -CN -CN -CN -CN -CN -CN -CN -CN -CN -CN -CN -Fe -Fe -Fe -Fe -Fe -Fe -Fe -Fe -EH -EH -EH -EH -EH -EH -EH -EH -FT -EH -EH -EH +ox +oK +oK +oS +oT +oT +pT +pn +qL +oT +rj +rH +rT +oT +oT +qK +oK +oK +sO +sO +sO +sO +sO +sO +sO +sO +vc +vt +sO +wC +wN +sO +vc +vt +sO +sO +sO +yF +yR +yR +yR +Af +AB +AL +AL +AL +AL +AL +AL +AL +AB +yx +yx +yx +yx +yx +yx +yx +yx +yx +yx +yx +yx +yx +Fq +Fq +Fq +Fq +Fq +Fq +Fq +Fq +EU +EU +EU +EU +EU +EU +EU +EU +IJ +EU +EU +EU aM aM aM @@ -42516,47 +41974,46 @@ aM aM aM aM -aL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -fL -aL +aM +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP +gP aM aM aM @@ -42579,9 +42036,10 @@ aM aM aM aM -mL -mL -mL +aM +lR +lR +lR aM aM aM @@ -42599,90 +42057,90 @@ aM aM aM aM -oN -qW -qX -pp -pB -pM -pB -pB -pB -pe -rn -rJ -rJ +ox +oK +oS +pb +pn +ps +pn +pn +pn +oT +rk +rH +rH sg -rJ -pe -sz -qW -tv -vM -Ls -tv -ve -vK -vS -wm -uh -uh -yc -uh -uh -zf -zw -zI -wC -As -tv -zN -zm -zm -zm -zN -AH -Bh -Bh -Bh -Bh -Bh -Bh -Bh -AH -JE -JU -JU -JU -JU -KK -KU -JU -JU -Mj -JU -Ll -CN -Fe -EH -EH -EH -EH -EH -EH -EH -EH -zj -zj -zj -zj -zj -EA -FS -Fe -Fe -Fe -EH +rH +oT +qK +oK +sO +tc +tA +sO +ud +uB +uY +vr +te +te +wp +te +te +xg +xG +xT +yb +ym +sO +yG +yS +yS +yS +yG +AB +AM +AM +AM +AM +AM +AM +AM +AB +CP +Db +Db +Db +Db +Ed +Ev +Db +Db +FD +Db +EQ +yx +Fq +EU +EU +EU +EU +EU +EU +EU +EU +Ig +Ig +Ig +Ig +Ig +Fp +IF +Fq +Fq +Fq +EU aM aM aM @@ -42773,47 +42231,6 @@ aM aM aM aM -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL -aL aM aM aM @@ -42836,9 +42253,6 @@ aM aM aM aM -mL -mL -mL aM aM aM @@ -42856,90 +42270,134 @@ aM aM aM aM -oN -qW -pe -pq -pB -li -qh -pB -sC -pe -ro -rJ -rJ -tG -rJ -sL -pe -qW -tv -uW -uW -tv -uh -uh -uh -uh -uh -uh -yc -uh -uh -uh -uh -uh -uh -Ar -tv -zN -zZ -Am -Ax -zN -AH -Bh -Bh -BF -kC -Cv -Bh -Bh -AH -JD -JU -Ka -Ku -JU -JU -JU -Li -JU -JU -Ll -LW -CN -Fe -EH -Ga -Ga -Gk -Gk -EH -EH -EH -GA -GA -GA -GA -GA -FQ -EH -EH -EH -Fe -EH +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lR +lR +lR +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +ox +oK +oT +pc +pn +pt +pU +pn +qL +oT +rl +rH +rH +sh +rH +su +oT +oK +sO +td +td +sO +te +te +te +te +te +te +wp +te +te +te +te +te +te +yn +sO +yG +yT +zq +zL +yG +AB +AM +AM +AX +BJ +BZ +AM +AM +AB +CQ +Db +Dl +Dx +Db +Db +Db +EO +Db +Db +EQ +Fm +yx +Fq +EU +GV +GV +Hx +Hx +EU +EU +EU +Ih +Ih +Ih +Ih +Ih +IB +EU +EU +EU +Fq +EU aM aM aM @@ -43093,9 +42551,9 @@ aM aM aM aM -mL -mL -mL +lR +lR +lR aM aM aM @@ -43113,90 +42571,90 @@ aM aM aM aM -oN -qW -pe -pr -pB -lk -qh -pB -pB -pe -rm -rJ -rJ -tG -rJ -sM -pe -qW -tv -uh -uh -uh -uh -uh -uh -uh -uh -xK -tv -ym -xQ -xQ -xQ -xQ -uh -wq -tv -zN -Aa -Ac -Ay -zN -AH -Bh -BF -BU -kG -Cw -Cv -Bh -AH -JD -JU -JU -JU -KA -JU -JU -Lj -JU -Ll -LW -EZ -CN -Fe -EH -Gb -Gb -Gb -Op -EH -za -Hg -FH -FH -FH -FH -FH -FH -Hb -Gz -EH -Fe -EH +ox +oK +oT +pd +pn +pu +pU +pn +pn +oT +rj +rH +rH +sh +rH +sv +oT +oK +sO +te +te +te +te +te +te +te +te +vW +sO +wD +uD +uD +uD +uD +te +ul +sO +yG +yU +yW +zM +yG +AB +AM +AX +Br +BK +Ca +BZ +AM +AB +CQ +Db +Db +Db +DH +Db +Db +EP +Db +EQ +Fm +Fn +yx +Fq +EU +GW +GW +GW +HH +EU +HT +Ib +Ii +Ii +Ii +Ii +Ii +Ii +IG +IK +EU +Fq +EU aM aM aM @@ -43350,9 +42808,9 @@ aM aM aM aM -mM -mG -mM +lD +lD +lD aM aM aM @@ -43370,90 +42828,90 @@ aM aM aM aM -oN -qW +ox +oK +oT pe -ks -pB -lj -qh -pB -sC -pe -rp -rJ -rJ -tG -rJ -ua -pe -qW -tv -wy -uh -uh -uh -uh -uh -uh -uh -Ap -tv -yl -yD -zg -zi -zJ -zO -tv -tv +pn +pv +pU +pn +qL +oT +rm +rH +rH +sh +rH +sw +oT +oK +sO +tf +te +te +te +te +te +te +te +vX +sO +wE +wO +xh +xi +xU +yc +sO +sO +yG +yV +yW zN -BS -Ac -Az -zN -AH -Bh -BD -lr -kE -lt -BD -Bh -AH -JD -JU -JU -JU -JU -KL -JU -Ka -Ll -LW -EZ -EZ -CN -Fe -EH -Gb -Gb -Gb -Oo -EH -za -Hg -FH -FL -FH -FH -FL -FH -Hb -Gz -EH -Fe -EH +yG +AB +AM +AY +Bs +BL +Cb +AY +AM +AB +CQ +Db +Db +Db +Db +Ee +Db +Dl +EQ +Fm +Fn +Fn +yx +Fq +EU +GW +GW +GW +HI +EU +HT +Ib +Ii +Im +Ii +Ii +Im +Ii +IG +IK +EU +Fq +EU aM aM aM @@ -43603,13 +43061,13 @@ aM aM aM aM -mw -mC -mC -mC -mN -mD -mx +lD +lD +lD +lD +lD +lD +lD aM aM aM @@ -43627,90 +43085,90 @@ aM aM aM aM -oN -qW -pe -pe -pe -pe -pe -pQ -pe -pe -pe -pQ -pe -pe -pe -pe -pe -qW -tv -vk -uh -uh -vp -Lw -wY -xm -xw -xL -tv -yz -yD -zi -zC -zJ -uh -xQ +ox +oK +oT +oT +oT +oT +oT +pw +oT +oT +oT +pw +oT +oT +oT +oT +oT +oK +sO +tg +te +te +ue +uC +uZ +vs +vJ +vY +sO +wF +wO +xi +xH +xU +te +uD +yA +yH +yW +yW +zO +yG AB -BM -Ac -Ac -jS -zN -AH -Bh -BG -BY -kG -Cx -CL -Bh -AH -JF -JU -JU -JU -KB -JU -JU -Ll -LW -EZ -EZ -EZ -CN -Fe -Nw -Gb -Gb -Gb -Oo -EH -za -Hg -FH -FH -FO -FH -FH -FH -Hb -Gz -EH -Fe -EH +AM +AZ +Bt +BK +Cc +Cs +AM +AB +CR +Db +Db +Db +DI +Db +Db +EQ +Fm +Fn +Fn +Fn +yx +Fq +GM +GW +GW +GW +HI +EU +HT +Ib +Ii +Ii +Io +Ii +Ii +Ii +IG +IK +EU +Fq +EU aM aM aM @@ -43860,13 +43318,13 @@ aM aM aM aM -mx -mD -mD -mI -mx -mG -mx +lD +lD +lD +lD +lD +lD +lD aM aM aM @@ -43884,91 +43342,91 @@ aM aM aM aM -oN -qW -pR -qc -qu -pB -pB -pB -pB -pB -pB -pB -pB -pB -pB -pB -pe -qW -tv -vg -uh -uh -vp -tv -tv -tv -vI -vX -tv -yz -yD -zh -zx -zJ -uh -yv -AB -BM -Ac -Ac -Az +ox +oK +oU +pf +po +pn +pn +pn +pn +pn +pn +pn +pn +pn +pn +pn +oT +oK +sO +th +te +te +ue +sO +sO +sO +vc +vt +sO +wF +wO +xj +xI +xU +te +yo +yA +yH +yW +yW zN -AH -Bh -BF -BV -kH -BV -Cv -Bh -AH -JF -JU -JU -JU -JU -JU -Ku -Lk -EZ -EZ -EZ -EZ -CN -Fe -EH -Gb -Gb -Gb -Gb -EH -za -Hg -FH -FL -FH -FH -FL -FH -Hb -Gz -EH -Fe -EH -EH +yG +AB +AM +AX +Bu +BM +Bu +BZ +AM +AB +CR +Db +Db +Db +Db +Db +Dx +ER +Fn +Fn +Fn +Fn +yx +Fq +EU +GW +GW +GW +GW +EU +HT +Ib +Ii +Im +Ii +Ii +Im +Ii +IG +IK +EU +Fq +EU +EU aM aM aM @@ -44117,16 +43575,16 @@ aM aM aM aM -mx -mD -mF -mI -mx -mD -mz -mC -mC -mX +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD aM aM aM @@ -44141,91 +43599,91 @@ aM aM aM aM -oN -qW -pR -pu -qu -pB -pB -pB -pB -pB -pB -pB -pB -tH -tH -pB -pe -qW -tv -vf -uh -uh -wo -tv -xa -uh -uh -xM -xM -uh -xQ -xQ -xQ -xQ -uh -tv -tv +ox +oK +oU +pg +po +pn +pn +pn +pn +pn +pn +pn +pn +si +si +pn +oT +oK +sO +ti +te +te +uf +sO +va +te +te +vZ +vZ +te +uD +uD +uD +uD +te +sO +sO +yG +yX +yW zN -Ad -Ac -Az -zN -AH -Bh -BD -kx -kG -kU -BD -Bh -AH -CP -Dm -Dm -CP -Dm -Dm -CP -EF -EZ -EZ -EZ -EZ -CN -Fe -EH -Gc -Gc -Gl -Gb -EH -za -Hg -FH -FH -FH -FH -FH -FH -Hb -Gz -EH -Fe -Fe -EH +yG +AB +AM +AY +Bv +BK +Cd +AY +AM +AB +Ci +Dc +Dc +Ci +Dc +Dc +Ci +ES +Fn +Fn +Fn +Fn +yx +Fq +EU +GX +GX +Hy +GW +EU +HT +Ib +Ii +Ii +Ii +Ii +Ii +Ii +IG +IK +EU +Fq +Fq +EU aM aM aM @@ -44374,16 +43832,16 @@ aM aM aM aM -mx -mD -mD -mI -mx -mD -mD -mI -mI -mx +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD aM aM aM @@ -44398,92 +43856,92 @@ aM aM aM aM -oN +ox +oK +oT +oT +oT +pw +oT +oT +pn qW -pe -pe -pe -pQ -pe -pe -pB -rh -pB -pe -pB -tH -tH -pB -pe -qW -tv -vf -uh -uh -wn -tv -wZ -xQ -xQ -xQ -xQ -xQ -xQ -xQ -xQ -xQ -xQ -wq -tv +pn +oT +pn +si +si +pn +oT +oK +sO +ti +te +te +ug +sO +vb +uD +uD +uD +uD +uD +uD +uD +uD +uD +uD +ul +sO +yG +yY +yW zN -jZ -Ac -Az -zN -AH -Bh -BD -ls -kG -lu -BD -Bh -AH -CP -Dj -Dt -CP -DN -Ee -CP -EG -EZ -EZ -EZ -EZ -CN -Fe -EH -EH -EH -EH -Gr -EH -EH -EH -FJ -FJ -FJ -FJ -FJ -FJ -EH -EH -EH -EH -Gn -EH -EH +yG +AB +AM +AY +Bw +BK +Ce +AY +AM +AB +Ci +Dd +Dm +Ci +DJ +Ef +Ci +ET +Fn +Fn +Fn +Fn +yx +Fq +EU +EU +EU +EU +HJ +EU +EU +EU +Ij +Ij +Ij +Ij +Ij +Ij +EU +EU +EU +EU +Jb +EU +EU aM aM aM @@ -44631,16 +44089,16 @@ aM aM aM aM -my -mE -mG -mJ -mO -mD -mD -mD -mD -mx +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD aM aM aM @@ -44655,92 +44113,92 @@ aM aM aM aM -oN -qW -pe -lg -pB -pB -qi -pe -qT -xX -sq -pe -pB -tH -tH -pB -pe -qW -tv -vy +ox +oK +oT +ph +pn +pn +pV +oT +qM +qX +rn +oT +pn +si +si +pn +oT +oK +sO +tj +te +te uh -uh -wp -tv -wZ -xQ -xQ -xQ -xQ -xQ -xQ -xQ -xQ -xQ -xQ -Ar -tv +sO +vb +uD +uD +uD +uD +uD +uD +uD +uD +uD +uD +yn +sO +yI +yG +zr +yG zP -zN +AB +AM +Ba +Bv +BK +Cd +Ba +AM +AB Ci -zN -AA -AH -Bh -kk -kx -kG -kU -kk -Bh -AH -CP -Dk -Du -CP -DO -Ef -CP -EG -EZ -EZ -EZ -EZ -CN -Fe -Fe -EH +De +Dn +Ci +DK +Eg +Ci +ET Fn -Fp -Fp -Fp -Cl -GB -GC -GC -GC -GC -GC -GC -GB -Cl -Gd -Gd -Gd -Gq -EH +Fn +Fn +Fn +yx +Fq +Fq +EU +Hn +Hr +Hr +Hr +HU +Ic +Id +Id +Id +Id +Id +Id +Ic +HU +IQ +IQ +IQ +Jf +EU aM aM aM @@ -44888,16 +44346,16 @@ aM aM aM aM -mx -mD -mD -mD -mD -mD -mD -mD -mD -mx +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD aM aM aM @@ -44912,92 +44370,92 @@ aM aM aM aM -oN -qW -pe -kL -pB -pB -qj -pe -qU -qU -qU -pe -pB -pB -pB -pB -pe -qW -tv -vy +ox +oK +oT +pi +pn +pn +pW +oT +qN +qN +qN +oT +pn +pn +pn +pn +oT +oK +sO +tj +te +te uh -uh -wp -tv -xa -xQ -uw -xQ -uw -vd -zc -yR -xQ -xQ -wC -As -tv +sO +va +uD +tL +uD +tL +wG +wP +xk +uD +uD +yb +ym +sO aM +yI +zs zP -Ch -AA aM -AH -Bh -kg -kx -kG -kU -kg -Bh -AH -CP -Dl -Dl -CP -Dl -Dl -CP -EG -EZ -EZ -EZ -EZ -CN -Fe -Fe -EH -Fm -Fw -Fp -Fw -Cl -GC -GC -GC -GC -GC -GC -GC -GC -Cl -FX -Gd -Gd -Gq -EH +AB +AM +Bb +Bv +BK +Cd +Bb +AM +AB +Ci +Df +Df +Ci +Df +Df +Ci +ET +Fn +Fn +Fn +Fn +yx +Fq +Fq +EU +Ho +Hz +Hr +Hz +HU +Id +Id +Id +Id +Id +Id +Id +Id +HU +IR +IQ +IQ +Jf +EU aM aM aM @@ -45145,16 +44603,16 @@ aM aM aM aM -mx -mD -mD -mD -mD -mD -mT -mT -mT -mx +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD aM aM aM @@ -45169,92 +44627,92 @@ aM aM aM aM -oN -qW -pe -pe -qD -pB -qk -pe -qW -qW -qW -pe -pe -pQ -pe -pe -pe -qW -yh -yh -yh -yh -yh -yh -vI -vX -xx -tv -wR -tv -xC -zk -xx -xx -zk -xC -tv -tv -tv -vI -Aj -vX -AH -Bh -kp -kx -kG -kU -kp -Bh -AH -JH -CP -CP -Ny -CP -CP -CP -EH -EH -EH -EH -EH -EH -EH -Fe -EH -Fo -Fw -FB -Fw -Cl -GC -GC -GC -GC -GC -GC -GC -GC -Cl -FX -Gh -Gd -Gq -EH +ox +oK +oT +oT +pp +pn +pX +oT +oK +oK +oK +oT +oT +pw +oT +oT +oT +oK +sP +sP +sP +sP +sP +sP +vc +vt +vK +sO +wq +sO +wQ +xl +vK +vK +xl +wQ +sO +sO +sO +vc +zQ +vt +AB +AM +Bc +Bv +BK +Cd +Bc +AM +AB +CS +Ci +Ci +CT +Ci +Ci +Ci +EU +EU +EU +EU +EU +EU +EU +Fq +EU +Hp +Hz +HK +Hz +HU +Id +Id +Id +Id +Id +Id +Id +Id +HU +IR +IW +IQ +Jf +EU aM aM aM @@ -45402,16 +44860,16 @@ aM aM aM aM -mz -mC -mC -mC -mC -mC -mC -mC -mC -mO +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD aM aM aM @@ -45426,92 +44884,92 @@ aM aM aM aM -oN -qW -ra -pe -lh -pB -ql -pe -qW -qW -qW -pe -pB -pB -sC -pe -sf -qW -yh -tU -uC -uF -uZ -yh -xb -xQ -xQ -vT -wQ -vT -vA -yM -xQ -xQ -xQ -AF -Ba -BN -tv -xQ -xQ -xQ -AH -Bh -BD -ls -kG -lu -BD -Bh -AH -CP -Dm -Dm -CP -Dm -Dm -CP -EH -Ey -EA +ox +oK +oV +oT +pq +pn +pY +oT +oK +oK +oK +oT +pn +pn +qL +oT +qt +oK +sP +tk +tB +tO +ui +sP +vd +uD +uD +vo +wr +vo +wR +wS +uD +uD +uD yp -EA -EA -EH -Fe -EH -Fm -Fw -FA -Fw -Cl -GC -GC -GC -GC -GC -GC -GC -GC -Cl -FX -Gd -Go -Gs -EH +yB +yJ +sO +uD +uD +uD +AB +AM +AY +Bw +BK +Ce +AY +AM +AB +Ci +Dc +Dc +Ci +Dc +Dc +Ci +EU +Fo +Fp +EV +Fp +Fp +EU +Fq +EU +Ho +Hz +HL +Hz +HU +Id +Id +Id +Id +Id +Id +Id +Id +HU +IR +IQ +Jc +Jg +EU aM aM aM @@ -45683,92 +45141,92 @@ aM aM aM aM -oN -qW -qW -pe -pe -qF -qm -pe -qW -qW -qW -pe -te -pB -pe -pe -qW -qW -yh -tV -tV -uH -vc -yh -xe -xQ -xQ -vV -wQ -vV -yM -xQ -xQ -xQ -xQ -xQ -xQ -xQ -xx -xQ -xQ -xQ -AH -Bh -BP -Ce -kG -Cz -CQ -Bh -AH -CP -Dn -Dv -CP -DP -Eg -CP -EH -EA -EK -EA -EA -EA -Fk -Fe -EH -Ft -Fw -FB -Fw -Cl +ox +oK +oK +oT +oT +px +pZ +oT +oK +oK +oK +oT +rU +pn +oT +oT +oK +oK +sP +tl +tl +tP +uj +sP +ve +uD +uD +vp +wr +vp +wS +uD +uD +uD +uD +uD +uD +uD +vK +uD +uD +uD +AB +AM +Bd +Bx +BK +Cf +Ct +AM +AB +Ci +Dg +Do +Ci +DL +Eh +Ci +EU +Fp +FE +Fp +Fp +Fp GC -GC -GC -GC -GC -GC -GC -GC -Cl -FX -Gh -Go -Gu -EH +Fq +EU +Hq +Hz +HK +Hz +HU +Id +Id +Id +Id +Id +Id +Id +Id +HU +IR +IW +Jc +Jh +EU aM aM aM @@ -45940,92 +45398,92 @@ aM aM aM aM -oN -qW -qW -ra -pe -qE -qn -pe -qW -qW -qW -pe -td -pB -pe -sf -qW -qW -yh -tV +ox +oK +oK +oV +oT +py +qa +oT +oK +oK +oK +oT +rV +pn +oT +qt +oK +oK +sP +tl +tC +tQ +uk +sP +vf uD -uG -va -yh -xd -xQ -xQ -wB -wQ -wB -xQ -xQ -xQ -xQ -xQ -xQ -xQ -xQ -xx -xQ -xQ -xQ -AH -Bi -BH -Cd -kJ -Cy -CO -Bi -AH -CP -Do -Dw -CP -DQ -Eh -CP -yp -yp -EJ -yp -EA -EA -EH -Fe -EH +uD +wa +wr +wa +uD +uD +uD +uD +uD +uD +uD +uD +vK +uD +uD +uD +AB +AN +Be +By +BN +Cg +Cu +AN +AB +Ci +Dh +Dp +Ci +DM +Ei +Ci +EV +EV +FF +EV Fp -Fw Fp -Fw -Cl -GC -GC -GC -GC -GC -GC -GC -GC -Cl -FX -Gd -Go -Gt -EH +EU +Fq +EU +Hr +Hz +Hr +Hz +HU +Id +Id +Id +Id +Id +Id +Id +Id +HU +IR +IQ +Jc +Ji +EU aM aM aM @@ -46197,92 +45655,92 @@ aM aM aM aM -oN -qW -qW -qW -ra -pe -pe -sf -qW -qW -qW -ra -pe -pe -sf -qW -qW -qW -yh -tV -tV -tV -tV -yh -xQ -xQ -xe -vV -wQ -vV -yS -xQ -zF -zF -zF -zF -zF -zF -tv -xQ -xQ -xQ -AH -Bm -Bm -Bm -Bm -Bm -Bm -Bm -AH -CP -Dl -Dl -CP -Dl -Dl -CP -yp -EA -EA -EA -EA -EA -EH -EH -EH +ox +oK +oK +oK +oV +oT +oT +qt +oK +oK +oK +oV +oT +oT +qt +oK +oK +oK +sP +tl +tl +tl +tl +sP +uD +uD +ve +vp +wr +vp +wT +uD +xJ +xJ +xJ +xJ +xJ +xJ +sO +uD +uD +uD +AB +AO +AO +AO +AO +AO +AO +AO +AB +Ci +Df +Df +Ci +Df +Df +Ci +EV Fp Fp Fp Fp -Cl -GC -GC -GC -GP -GS -GV -GC -GC -OI -Gf -Gd -Gd -Gv -EH +Fp +EU +EU +EU +Hr +Hr +Hr +Hr +HU +Id +Id +Id +Ip +Is +Iv +Id +Id +IL +IS +IQ +IQ +Jj +EU aM aM aM @@ -46454,92 +45912,92 @@ aM aM aM aM -oN -qW -qW -qW -qW -qW -qW -rW -qW -qW -qW -qW -qW -qW -qW -qW -qW -qW -yh -tV -tV -tV -tV -yh -xQ -xQ -xe -vW -wQ -vW -yQ -xQ -zD -zD -zD -zD -zD -zD -tv -xQ -xQ -xQ -AH -Bj -Bm -Bm -Bm -Bm -Bm -Bm -AH -CP -CP -CP -CP -CP -CP -CP -Eq -Fe -Fe -Fe -Fe -Fe -Fe -Fe -NP -Fp -Fp -Fp -Fp -Cl -GC -GC -GC -GQ -OG -GW -Hc -Hc -CI -Ge -Gi -Gd -Gd -EH +ox +oK +oK +oK +oK +oK +oK +qu +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +sP +tl +tl +tl +tl +sP +uD +uD +ve +vq +wr +vq +wU +uD +xK +xK +xK +xK +xK +xK +sO +uD +uD +uD +AB +AP +AO +AO +AO +AO +AO +AO +AB +Ci +Ci +Ci +Ci +Ci +Ci +Ci +EW +Fq +Fq +Fq +Fq +Fq +Fq +Fq +GY +Hr +Hr +Hr +Hr +HU +Id +Id +Id +Iq +It +Iw +IC +IC +IM +IT +IX +IQ +IQ +EU aM aM aM @@ -46711,92 +46169,92 @@ aM aM aM aM -oN -oN -oN -oN -pF -pF -pF -pF -sG -sG -pF -pF -pF -pF -pF -pF -pF -pF -yh -tX -vE -tX -yh -yh -xQ -xQ -tv -tv -wS -tv -tv -xx -vI -vX -tv -tv -tv -tv -tv -xN -yW -tv -AH -Bl -Bm -Bm -Bm -Bm -Bm -Bm -AH -CP -CP -CP -CP -CP -CP -CP -yp -EA -EA -EA -EA -EA -EH -EH -EH +ox +ox +ox +ox +pr +pr +pr +pr +qO +qO +pr +pr +pr +pr +pr +pr +pr +pr +sP +tm +tD +tm +sP +sP +uD +uD +sO +sO +ws +sO +sO +vK +vc +vt +sO +sO +sO +sO +sO +wc +zR +sO +AB +AQ +AO +AO +AO +AO +AO +AO +AB +Ci +Ci +Ci +Ci +Ci +Ci +Ci +EV Fp Fp Fp Fp -Cl -GC -GC -GC -GP -GS -GX -GC -GC -OI -Gd -Gj -Gd -GG -EH +Fp +EU +EU +EU +Hr +Hr +Hr +Hr +HU +Id +Id +Id +Ip +Is +Ix +Id +Id +IL +IQ +IY +IQ +Jk +EU aM aM aM @@ -46972,88 +46430,88 @@ aM aM aM aM -pF -qI -qo -pF -sk -sk -pF -qI -qo -pF -tf -tt -pF -tO -tO -tW -ur -tW -wq -xQ -xQ -xQ -tv -wJ -wQ -xB -tv -xQ -xQ -yJ -tv -AG -AG -AG -lq -AG -AG -AG -AH -Bk -BB -Bk -AH -AH -AH -AH -AH -CP -CP +pr +pz +qb +pr +qx +qx +pr +pz +qb +pr +rX +sx +pr +sI +sI +tn +tE +tn +ul +uD +uD +uD +sO +wb +wr +wH +sO +uD +uD +xV +sO +yq +yq +yq +yZ +yq +yq +yq +AB +AR +Bf +AR +AB +AB +AB +AB +AB +Ci +Ci +Dq Dy -DB -DH -CT -CT -yp -yI -EJ -yI -EA -EA -EH -Fe -EH +DN +Cv +Cv +EV +Fr +FF +Fr Fp -Fw Fp -Fw -Cl -GC -GC -GC -GC -GC -GC -GC -GC -Cl -FX -Gd -Go -GF -EH +EU +Fq +EU +Hr +Hz +Hr +Hz +HU +Id +Id +Id +Id +Id +Id +Id +Id +HU +IR +IQ +Jc +Jl +EU aM aM aM @@ -47229,88 +46687,88 @@ aM aM aM aM -pF -pU -pU -pF -sk -sk -pF -pU -pU -pF -tc -tc -tJ -tO -tO -tY -ur -tY -wq -xQ -xQ -xQ -tv -wJ -wQ -xB -tv -xK -xQ -yE -tv -AK -Bb -AJ -AG -Cj -Cj -Cj -AH -Bm -Bm -Bm -AH -CB -CT -CX -Jc -CP -CP +pr +pA +pA +pr +qx +qx +pr +pA +pA +pr +rJ +rJ +sC +sI +sI +to +tE +to +ul +uD +uD +uD +sO +wb +wr +wH +sO +vW +uD +xW +sO +yr +yC +ys +yq +zt +zt +zt +AB +AO +AO +AO +AB +Ch +Cv +CE +CJ +Ci +Ci +Dq Dy -DB -CT -CT -CT -EH -EA -EL -EA -EA -EA -Fk -Fe -EH -Ft -Fw -FB -Fw -Cl +Cv +Cv +Cv +EU +Fp +FG +Fp +Fp +Fp GC -GC -GC -GC -GC -GC -GC -GC -Cl -FX -Gh -Go -GI -EH +Fq +EU +Hq +Hz +HK +Hz +HU +Id +Id +Id +Id +Id +Id +Id +Id +HU +IR +IW +Jc +Jm +EU aM aM aM @@ -47486,88 +46944,88 @@ aM aM aM aM -pF -pV -pU -pF -sk -sk -pF -pV -pU -pF -tp -tc -tI -tO -tO -tW -ur -tW -wq -xQ -xg -xp -tv -wJ -wQ -xB -tv -zl -zG -yF -tv -AJ -Bb -AJ -AG -AG -AG -AG -AH -Bm -Bm -Bm -AH -CB -CT -CX -Jb -CP -CP +pr +pB +pA +pr +qx +qx +pr +pB +pA +pr +sp +rJ +sD +sI +sI +tn +tE +tn +ul +uD +vg +vu +sO +wb +wr +wH +sO +xm +xL +xX +sO +ys +yC +ys +yq +yq +yq +yq +AB +AO +AO +AO +AB +Ch +Cv +CE +CK +Ci +Ci +Dq Dy -DB -CT -CT -DX -EH -Ey -EA -yI -EA -EA -EH -Fe -EH +Cv +Cv +Ew +EU +Fo Fp -Fw -FA -Fw -Cl -GC -GC -GC -GC -GC -GC -GC -GC -Cl -FX -Gd -Go -GH -EH +Fr +Fp +Fp +EU +Fq +EU +Hr +Hz +HL +Hz +HU +Id +Id +Id +Id +Id +Id +Id +Id +HU +IR +IQ +Jc +Jn +EU aM aM aM @@ -47743,88 +47201,88 @@ aM aM aM aM -pF -pF -ru -pF -sm -sm -pF -pF -ru -pF -pF -tc -pF -tO -tx -uc -vO -uc -tv -tv -tv -tv -tv -xN -wR -yA -tv -tv -tv -tv -tv -AG -AG -AG -AG -Cj -Cj -Cj -AH -Bm -Bm -Bm -AH -CB -CT -CX -Jb -CP -CP +pr +pr +qc +pr +qw +qw +pr +pr +qc +pr +pr +rJ +pr +sI +sQ +tp +tF +tp +sO +sO +sO +sO +sO +wc +wq +wI +sO +sO +sO +sO +sO +yq +yq +yq +yq +zt +zt +zt +AB +AO +AO +AO +AB +Ch +Cv +CE +CK +Ci +Ci +Dq Dy -DB -CT -CT -Ec -EH -EH -EH -EH -EH -EH -EH -Fe -EH -Ft -Fw -FB -Fw -Cl -GC -GC -GC -GC -GC -GC -GC -GC -Cl -FX -Gh -Go -GK -EH +Cv +Cv +Ex +EU +EU +EU +EU +EU +EU +EU +Fq +EU +Hq +Hz +HK +Hz +HU +Id +Id +Id +Id +Id +Id +Id +Id +HU +IR +IW +Jc +Jo +EU aM aM aM @@ -48001,7 +47459,25 @@ aM aM aM aM -pF +pr +qd +qd +qd +qd +qd +qd +qd +pr +sq +qY +pr +sI +sQ +tq +ty +ty +ty +uE ty ty ty @@ -48009,79 +47485,61 @@ ty ty ty ty -pF -sA -sB -pF -tO -tx -ub -uB -uB -uB -vn -uB -uB -uB -uB -uB -uB -uB -uB -uB -uB -tx -ws -ws -ws -zo -ws -ws -ws -AH -Bm -Bm -Bm -Cc -CP -CP -CP -CP -Ny -CP +ty +ty +ty +sQ +yt +yt +yt +za +yt +yt +yt +AB +AO +AO +AO +BO +Ci +Ci +Ci +Ci +CT +Ci +Dq Dy -DB -CT -CT -DZ -CN -CN -EM -DV -ET -Fa -EH -Fe -EH -Fp -Fx -FC -FD -Cm -GD -GD -GD -GD -GD -GD -GD -GD -Cm -Gg -Gm -Go -GJ -EH +Cv +Cv +Ey +yx +yx +FH +DQ +Ge +Gr +EU +Fq +EU +Hr +HA +HM +HP +HV +Ie +Ie +Ie +Ie +Ie +Ie +Ie +Ie +HV +IU +IZ +Jc +Jp +EU aM aM aM @@ -48258,87 +47716,87 @@ aM aM aM aM -pF -rE +pr +qe +qd +qd +qd +qd +qd +qd +pr +qY +qY +pr +sI +sQ +tr +ty +ty +um +uF +ty +uH ty ty ty ty ty ty -pF -sB -sB -pF -tO -tx -ue -uB -uB -vj -wA -uB -vB -uB -uB -uB -uB -uB -uB -vB -uB -wA -yy -yw -yw -yw -yw -yw -AL -AH -Bm -Bm -Bm -Fs -CP -CP -CP -CP -CP -CP +uH +ty +uF +yu +yv +yv +yv +yv +yv +Ag +AB +AO +AO +AO +BP +Ci +Ci +Ci +Ci +Ci +Ci +Dq Dy -DB -CT -CT -Ei -CN -CN -EO -DV -DV -DV -EH -Fe -EH -Fv -Fy -Fp -Fp -Cl -GB -GC -GC -GC -GC -GC -GC -GB -Cl -Gd -Gd -Gd -GL -EH +Cv +Cv +Ez +yx +yx +FI +DQ +DQ +DQ +EU +Fq +EU +Hs +HB +Hr +Hr +HU +Ic +Id +Id +Id +Id +Id +Id +Ic +HU +IQ +IQ +IQ +Jq +EU aM aM aM @@ -48515,87 +47973,87 @@ aM aM aM aM -pF -rv -rv +pr +qf +qf +qd +qd +qf +qf +qd +sj +qY +qY +sC +sI +sQ +ts ty ty -rv -rv +un +uG ty -tj -sB -sB -tJ -tO -tx -ud -uB -uB -vi -vo -uB -uB -uB -uB -uB -uB -uB -uB -uB -uB -yq -yw -yw -yw -yw -yw -yw -AL -AH -AH -AH -AH -AH -CN -CU -CU -CN -CN -CN -CN -CN -CN -CN -CN -CN -CN -EN -DV -FE -Fb -EH -Fe -EH -EH -EH -EH -EH -EH -EH +ty +ty +ty +ty +ty +ty +ty +ty +ty +yd +yv +yv +yv +yv +yv +yv +Ag +AB +AB +AB +AB +AB +yx +Cw +Cw +yx +yx +yx +yx +yx +yx +yx +yx +yx +yx FJ -FJ -FJ -FJ -FJ -FJ -EH -EH -EH -EH -Gn -EH -EH +DQ +Gf +Gs +EU +Fq +EU +EU +EU +EU +EU +EU +EU +Ij +Ij +Ij +Ij +Ij +Ij +EU +EU +EU +EU +Jb +EU +EU aM aM aM @@ -48772,86 +48230,86 @@ aM aM aM aM -pF -rG -sj +pr +qg +qv +qd +qd +qv +qv +qd +pr +qY +qY +sE +sI +sQ +tt ty ty -sj -sj +uo +uG ty -pF -sB -sB -tK -tO -tx -uj -uB -uB -vm -vo -uB -vo -vo -vo -wT -vo -vo -tx -tx -uB -xR -yB -yB -yB -yB +uG +uG +uG +wt +uG +uG +sQ +sQ +ty +wj yw yw -AL -CN -Bv -Bv -Bv -Bv -wG yw yw -wG -Bv -Bv -Bv -CN -DJ -DW -DV -yG -CN -EQ -DV -DV -Fd -EH -Fe -Fe -Fe -Fe -Fe -EH +yv +yv +Ag +yx +AS +AS +AS +AS zb -Hg +yv +yv +zb +AS +AS +AS +yx +DO +Ej +DQ +EX +yx FK -FK -FK -FK -FK -FK -Hb -GE -EH -Fe -Fe -EH +DQ +DQ +Gt +EU +Fq +Fq +Fq +Fq +Fq +EU +HW +Ib +Ik +Ik +Ik +Ik +Ik +Ik +IG +IN +EU +Fq +Fq +EU aM aM aM @@ -49029,86 +48487,86 @@ aM aM aM aM -rc -rF -sj +pC +qh +qv +qd +qd +qh +rI +qd +pr +qY +sy +sD +sI +sQ +tu ty ty -rF -sZ +up +uG ty -pF -sB -ui -tI -tO -tx -uf -uB -uB -vl -vo -uB -vo -wr -wF -uB -xi -xU -tx -tx -uB -tx -CN -CN -CN -CN -zo -zo -CN -CN -wG -wG -wG -wG -wG -CJ -CJ -wG -wG -wG -wG -CN -DJ -Ej -DV -DV -CN -EP -DV -EU -Fc -EH -EH -EH -EH -EH -Fe -EH +uG +vL +ty +ty +wJ +wV +sQ +sQ +ty +sQ +yx +yx +yx +yx +za +za +yx +yx zb -Hg -FK -FM -FK -FK -FM -FK -Hb -GE -EH -Fe -EH -EH +zb +zb +zb +zb +Cj +Cj +zb +zb +zb +zb +yx +DO +Ek +DQ +DQ +yx +FL +DQ +Gg +Gu +EU +EU +EU +EU +EU +Fq +EU +HW +Ib +Ik +In +Ik +Ik +In +Ik +IG +IN +EU +Fq +EU +EU aM aM aM @@ -49286,85 +48744,85 @@ aM aM aM aM -re -rv -rv +pD +qf +qf +qd +qd +qf +qf +qd +pr +pr +pr +pr +pr +pr +pr +pr +pr +sQ +sQ +ty +uG +ty +wd +ty +wd +ty +xn +uG ty ty -rv -rv -ty -pF -pF -pF -pF -pF -pF -pF -pF -pF -tx -tx -uB -vo -uB -wI -uB -wI -uB -xW -vo -uB -uB -tx -yw -yw -wG -yw -yw -wG -AX -Bx -Bx -Bx -Bx -Bx -yw -yw -Bx -Dr -Dx -DA -CN -DJ -Ej -DV -DV -CN -CN -Mu -CN -CN -CN -aM -aM -aM -EH -Fe -EH +sQ +yv +yv zb -Hg -FK -FK -FP -FK -FK -FK -Hb -GE -EH -Fe -EH +yv +yv +zb +AC +AT +AT +AT +AT +AT +yv +yv +AT +CU +Di +Dr +yx +DO +Ek +DQ +DQ +yx +yx +FS +yx +yx +yx +aM +aM +aM +EU +Fq +EU +HW +Ib +Ik +Ik +Ir +Ik +Ik +Ik +IG +IN +EU +Fq +EU aM aM aM @@ -49543,85 +49001,85 @@ aM aM aM aM -re -uA +pD +qi +qd +qd +qd +qd +qd +qd +qd +qd +qd +qd +pr +qd +qd +qd +tR ty ty ty +uG +vM +we +wu +wK +wW +xo +uG ty ty -ty -ty -ty -ty -ty -pF -ty -ty -ty -vU -uB -uB -uB -vo -wt -wH -wU -xy -xE -xS -vo -uB -uB -wA -yw -yw -zp -yw -yw -AN -yw -yw -yw -yw -yw -yw -yw -yw -yw -yw -yw -yw -Kv -DK +uF +yv +yv +zc +yv +yv +Ah +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +Dz +DP El -DV -DV -EC -DV -DV -DV -zq -CN +DQ +DQ +Fs +DQ +DQ +DQ +Gv +yx aM aM aM -EH -Fe -EH -zb -Hg -FK -FM -FK -FK -FM -FK -Hb -GE -EH -Fe -EH +EU +Fq +EU +HW +Ib +Ik +In +Ik +Ik +In +Ik +IG +IN +EU +Fq +EU aM aM aM @@ -49800,85 +49258,85 @@ aM aM aM aM -rf -rL -ty -ty -sB +pE +qj +qd +qd +qY +ro +qY +qd +qd +qd +qd +qd +sJ sR -sB +sR +sR +sJ +ty +uH +ty +uG +vN +wf ty ty ty ty +uG ty -tP -tT -tT -tT -tP -uB -vB -uB -vo -wu -wL -uB -uB -uB -uB -vo -uB -vB -yH -yw -yw -wG -zQ -Al -AP -yw -yw -yw -yw -yw -yw -yw -yw -Dh -yw -yw -yw -DC -DV -DV -DV -DV -DV -DV -DV -DV -BQ -CN -aM -aM -aM -EH -Fe -EH +uH +yy +yv +yv zb -Hg -FK -FK -FK -FK -FK -FK -Hb -GE -EH -Fe -EH +zu +zS +Ai +yv +yv +yv +yv +yv +yv +yv +yv +CL +yv +yv +yv +DA +DQ +DQ +DQ +DQ +DQ +DQ +DQ +DQ +Gw +yx +aM +aM +aM +EU +Fq +EU +HW +Ib +Ik +Ik +Ik +Ik +Ik +Ik +IG +IN +EU +Fq +EU aM aM aM @@ -50057,85 +49515,85 @@ aM aM aM aM -pF -rK -ty -ty -sB -sQ -sB +pr +qk +qd +qd +qY +rp +qY +qd +qd +qd +qd +qd +pr +qd +qd +qd +tS ty ty ty +uG +vO +wg +wu +wL +wW +xp +uG ty ty -pF -ty -ty -ty -wh -uB -uB -uB -vo -wv -wK -wU -CW -xE -CZ -vo -uB -uB -xR -yw -yw -zr -yw -Ak -AO -yw -yw -yw -yw -yw -yw -yw -yw -yw -yw -yw -yw -DC -DV -DV -DV -DV -ED -DV -DV -DV -DR -CN +wj +yv +yv +zd +yv +zT +Aj +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +DA +DQ +DQ +DQ +DQ +Ft +DQ +DQ +DQ +DS +yx aM aM aM -EH -Fe -EH -EH -EH -GA -GA -GA -GA -GA -FQ -EH -EH -EH -Fe -EH +EU +Fq +EU +EU +EU +Ih +Ih +Ih +Ih +Ih +IB +EU +EU +EU +Fq +EU aM aM aM @@ -50314,85 +49772,85 @@ aM aM aM aM -pF -pF -sm -sm -pF -pF -pF -pF -tk -tc -tk -pF -pF -pF -pF -pF -pF -tx -tx -uB -vo -uB -wN -uB -wN -xG -xD -vo -uB -uB -tx -yw -yw -wG -yw -At -wG -yw -yw -yw -Cf -Cf -yw -yw -Cf -Cf -Cf -yw -yw -CN -DS -DV -DV -DV -DV -DV -DV -DV -Fi -CN +pr +pr +qw +qw +pr +pr +pr +pr +sk +rJ +sk +pr +pr +pr +pr +pr +pr +sQ +sQ +ty +uG +ty +wh +ty +wh +wX +xq +uG +ty +ty +sQ +yv +yv +zb +yv +zU +zb +yv +yv +yv +Bz +Bz +yv +yv +Bz +Bz +Bz +yv +yv +yx +DR +DQ +DQ +DQ +DQ +DQ +DQ +DQ +Gx +yx aM aM aM -EH -Fe -Fe -Fe -EH -Gw -Gw -Gw -Gw -Gw -EA -FS -Fe -Fe -Fe -EH +EU +Fq +Fq +Fq +EU +Il +Il +Il +Il +Il +Fp +IF +Fq +Fq +Fq +EU aM aM aM @@ -50572,84 +50030,84 @@ aM aM aM aM -pF -sk -sk -pF -sT -tc -tc -tc -tc -tu -tL -tO -tx -ul -uB -uB -uB -vo -uB -vo -BO +pr +qx +qx +pr +rq +rJ +rJ +rJ +rJ +sz +sF +sI +sQ +tv +ty +ty +ty +uG +ty +uG +vP +wi +ty wM -uB -xz -xF -tx -tx -uB -tx -tx -CN -CN -CN -CN -CN -CN -CN -wG -wG -wG -wG -CJ -CJ -wG -wG -wG -CJ -CJ -CN -DR -DR -DV -DV -DV -DV -DV -DV -Fh -CN +wY +sQ +sQ +ty +sQ +sQ +yx +yx +yx +yx +yx +yx +yx +zb +zb +zb +zb +Cj +Cj +zb +zb +zb +Cj +Cj +yx +DS +DS +DQ +DQ +DQ +DQ +DQ +DQ +Gy +yx aM aM aM -EH -EH -EH -Fe -EH -EH -EH -EH -EH -EH -EH -EH -FV -EH -EH -EH +EU +EU +EU +Fq +EU +EU +EU +EU +EU +EU +EU +EU +IO +EU +EU +EU aM aM aM @@ -50829,35 +50287,35 @@ aM aM aM aM -pF -sk -sk -pF -sW -tc -tg -tl -tc -tc -re -tO -tx -ut -uB -uB -uB -vo -uB -vo -vo -vo -wT -vo -vo -tx -tx -uB -tx +pr +qx +qx +pr +rr +rJ +rW +sl +rJ +rJ +pD +sI +sQ +tw +ty +ty +ty +uG +ty +uG +uG +uG +wt +uG +uG +sQ +sQ +ty +sQ aM aM aM @@ -50865,46 +50323,46 @@ aM aM aM aM -CN -Bv -Bv -Bv -wG -yw -yw -wG -Bv -wG -yw -yw -CN -DR -DR -Ek -Eu -Eu -DV -DV -EW -Fj -CN +yx +AS +AS +AS +zb +yv +yv +zb +AS +zb +yv +yv +yx +DS +DS +EA +EY +EY +DQ +DQ +Gh +Gz +yx aM aM aM aM aM -EH -FG -FG -FG -FG -FG -FG -FG -FG -FG -FW -EH +EU +HX +HX +HX +HX +HX +HX +HX +HX +HX +IP +EU aM aM aM @@ -51086,35 +50544,35 @@ aM aM aM aM -pF -sk -sk -pF -sW -tc -tf -tl -tc -tc -re -tO -tx -um -uB -uB -uB -vo -uB -uB -uB -uB -uB -uB -uB -uB -uB -uB +pr +qx +qx +pr +rr +rJ +rX +sl +rJ +rJ +pD +sI +sQ tx +ty +ty +ty +uG +ty +ty +ty +ty +ty +ty +ty +ty +ty +ty +sQ aM aM aM @@ -51122,46 +50580,46 @@ aM aM aM aM -CN -CN -CN -Bv -wG -yw -yw -wG -xT -wG -yw -yw -CN -CN -CN -CN -CN -CN -AM -AM -AM -CN -CN +yx +yx +yx +AS +zb +yv +yv +zb +CM +zb +yv +yv +yx +yx +yx +yx +yx +yx +FM +FM +FM +yx +yx aM aM aM aM aM -EH -EH -EH -EH -EH -EH -EH -EH -EH -EH -EH -EH +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU aM aM aM @@ -51343,35 +50801,35 @@ aM aM aM aM -pF -sk -sk -pF -sY -tc -tf -tc -tc -tc -re -tO -tx -uB -uB -uB -uB -wA -uB -vB -uB -uB -uB -uB -uB -uB -vB -uB -tx +pr +qx +qx +pr +rs +rJ +rX +rJ +rJ +rJ +pD +sI +sQ +ty +ty +ty +ty +uF +ty +uH +ty +ty +ty +ty +ty +ty +uH +ty +sQ aM aM aM @@ -51381,19 +50839,19 @@ aM aM aM aM -CN -Bv -wG -CK -yw -yw -yw -yw -yw -yw -wG -Bv -CN +yx +AS +zb +Ck +yv +yv +yv +yv +yv +yv +zb +AS +yx aM aM aM @@ -51600,35 +51058,35 @@ aM aM aM aM -pF -sk -sk -pF -pF -pF -pF -tc -tr -tz -re -tO -tx -uB -uB -uB -uB -vD -uB -uB -uB -uB -uB -uB -uB -uB -uB -uB -tx +pr +qx +qx +pr +pr +pr +pr +rJ +sr +sA +pD +sI +sQ +ty +ty +ty +ty +uI +ty +ty +ty +ty +ty +ty +ty +ty +ty +ty +sQ aM aM aM @@ -51638,19 +51096,19 @@ aM aM aM aM -CN -Bv -wG -yw -yw -yw -yw -yw -yw -yw -wG -Bv -CN +yx +AS +zb +yv +yv +yv +yv +yv +yv +yv +zb +AS +yx aM aM aM @@ -51857,35 +51315,35 @@ aM aM aM aM -pF -sk -sk -pF -rw -rM -pF -tc -tc -tc -re -tO -tx -tx -tx -tx -tx -tx -xh -ug -ug -xR -xj -xj -wA -tx -tx -tx -tx +pr +qx +qx +pr +rt +rK +pr +rJ +rJ +rJ +pD +sI +sQ +sQ +sQ +sQ +sQ +sQ +vh +tG +tG +wj +wv +wv +uF +sQ +sQ +sQ +sQ aM aM aM @@ -51895,19 +51353,19 @@ aM aM aM aM -CN -Bv -wG -yw -yw -yw -vB -yw -yw -yw -wG -Bv -CN +yx +AS +zb +yv +yv +yv +uH +yv +yv +yv +zb +AS +yx aM aM aM @@ -52114,31 +51572,31 @@ aM aM aM aM -pF -sk -sk -pF -rx -rx -tq -tc -tc -tc -rf -tO -tx +pr +qx +qx +pr +ru +ru +rY +rJ +rJ +rJ +pE +sI +sQ aM aM -ug +tG +uq uJ -vq -vq -vZ -ug -uQ -ur -ur -Cb +uJ +vv +tG +ux +tE +tE +wZ aM aM aM @@ -52152,19 +51610,19 @@ aM aM aM aM +yx +AS +zb +yv +yv +CF CN -Bv -wG -yw -yw -Db -Jr -yw -yw -yw -wG -Bv -CN +yv +yv +yv +zb +AS +yx aM aM aM @@ -52371,31 +51829,31 @@ aM aM aM aM -pF -sk -sk -pF -ry -rN -pF -tf -tf -tF -pF -pF -tx +pr +qx +qx +pr +rv +rL +pr +rX +rX +sB +pr +pr +sQ aM aM -ug +tG +ur uK -vr -vq -wa -ug -uQ -ur -ur -Cb +uJ +vw +tG +ux +tE +tE +wZ aM aM aM @@ -52409,19 +51867,19 @@ aM aM aM aM -CN -CN -wG -GT -wG -CN -CN -CN -wG -GT -wG -CN -CN +yx +yx +zb +Cl +zb +yx +yx +yx +zb +Cl +zb +yx +yx aM aM aM @@ -52627,32 +52085,32 @@ aM aM aM aM -pZ pF -jN -jN -pZ -pZ -pZ -pZ -pZ -pZ -pZ -pZ -pZ -pZ -pZ -ug -ug +pr +qy +qy +pF +pF +pF +pF +pF +pF +pF +pF +pF +pF +pF +tG +tG +uq uJ -vq -vq -wb -ug -uQ -ur -ur -Cb +uJ +vx +tG +ux +tE +tE +wZ aM aM aM @@ -52668,15 +52126,15 @@ aM aM aM aM -wG -Dp -wG +zb +Cm +zb aM aM aM -wG -Dp -wG +zb +Cm +zb aM aM aM @@ -52884,32 +52342,32 @@ aM aM aM aM -pZ -rO -rO -rO -rO -rO -rO -rO -rO -rO -rO -rO -rO -rO -rO -ug -ug -uL -vr -vq -wc -ug -uQ -ur -ur -Cb +pF +ql +ql +ql +ql +ql +ql +ql +ql +ql +ql +ql +ql +ql +ql +tG +tG +us +uK +uJ +vy +tG +ux +tE +tE +wZ aM aM aM @@ -52925,15 +52383,15 @@ aM aM aM aM -wG -GT -wG +zb +Cl +zb aM aM aM -wG -GT -wG +zb +Cl +zb aM aM aM @@ -53141,32 +52599,32 @@ aM aM aM aM -pZ -rO -sn -sO -sO -sO -sO -sO -sO -sO -sO -sO -tQ -rO -rO -ug -ug -uM -vq -vq -vq -ug -uQ -ur -ur -Cb +pF +ql +qz +qz +qz +qz +qz +qz +qz +qz +qz +qz +qz +ql +ql +tG +tG +ut +uJ +uJ +uJ +tG +ux +tE +tE +wZ aM aM aM @@ -53181,20 +52639,20 @@ aM aM aM aM -yT -AQ -Hf -AQ -CC -CM -Df -AQ -Kc -DD -AQ -AQ -AQ -Ev +yK +yK +Cn +yK +yL +yL +yL +yK +Ds +yK +yK +yK +yK +yK aM aM aM @@ -53398,60 +52856,60 @@ aM aM aM aM -pZ -rO -sr -qY -sb -qY -qY -qY -qY -qY -sb -tM -ts -tA -rO -ug -ug -ug -ug -ug -ug -ug -tx -xj -xj -tx -tx -tx -tx -tx -tx +pF +ql +qz +qQ +qZ +qQ +qQ +qQ +qQ +qQ +qZ +qz +qz +sS +ql +tG +tG +tG +tG +tG +tG +tG +sQ +wv +wv +sQ +sQ +sQ +sQ +sQ +sQ aM aM aM -yT -AC -AQ -AQ -AQ -AC -zy -FN -AD -HO -Bu -Bu -Bu -JW -AD -AC -NE -KN -Eo -EV +yK +zV +yK +yK +yK +zV +yK +BQ +zx +Cx +Am +Am +Am +Dj +zx +zV +DT +Em +EB +Fa aM aM aM @@ -53655,60 +53113,60 @@ aM aM aM aM -pZ -rO -sr -qY -qY -qY -qY -qY -qY -qY -qY -qY -tR -tB -rO -ug -uo -uN -tx -vF -we -we -tx -ur -ur -tx -yr -ys -yU -Ab -tx +pF +ql +qz +qQ +qQ +qQ +qQ +qQ +qQ +qQ +qQ +qQ +sM +sT +ql +tG +tT +uu +sQ +vi +vz +vz +sQ +tE +tE +sQ +xr +xs +xY +ye +sQ aM aM -yT -zy +yK +yK +zx +Al AD -CR -CY -AD -AD -CR -AD -AD -AD -AD -AD -AD -AD -AD -NN -NF -KM -Eo -EV +zx +zx +Al +zx +zx +zx +zx +zx +zx +zx +zx +DC +DU +En +EB +Fa aM aM aM @@ -53912,61 +53370,61 @@ aM aM aM aM -pZ -rO -sr -qY -qY -qY -qY -qY -qY -qY -qY -qY -tR -tB -rO -ug -wj -uN -tx -uN -uN -uN -uO -ur -ur -xO -ys -ys -ys -ys -tx +pF +ql +qz +qQ +qQ +qQ +qQ +qQ +qQ +qQ +qQ +qQ +sM +sT +ql +tG +tU +uu +sQ +uu +uu +uu +uv +tE +tE +xa +xs +xs +xs +xs +sQ aM -yT -zy -Co -AD -Bu -AC -Cr -Cr -Cr -Cr -AD -Cr -Cr -Cr -Cr -Cr -Kd -AY -DT -DT -DT -DG -Ev +yK +yK +zv +zx +Am +zV +Ar +Ar +Ar +Ar +zx +Ar +Ar +Ar +Ar +Ar +Dt +yK +yK +yK +yK +yK +yK aM aM aM @@ -54055,13 +53513,13 @@ aM aM "} (145,1,1) = {" -tw -tw -tw -tw -tw -tw -tw +aN +aN +aN +aN +aN +aN +aN aM aM aM @@ -54169,62 +53627,62 @@ aM aM aM aM -pZ -rO -sr -qY -qY -qY -qY -qY -qY -qY -qY -qY -tR -tB -rO -ug -uq -uN -tx -uo -wj -wj -tx -ur -ur -tx -tx -tx -tx -tx -tx +pF +ql +qz +qQ +qQ +qQ +qQ +qQ +qQ +qQ +qQ +qQ +sM +sT +ql +tG +tV +uu +sQ +tT +tU +tU +sQ +tE +tE +sQ +sQ +sQ +sQ +sQ +sQ aM -zS -Ni -Av -AD -Da -AY -AQ -CC -Df -zB -Hj -CC -CM -CM -CM -Df -AD -zS -NH -KO -KY -DY -AY -Ev +yL +zf +zw +zx +An +yK +yK +yL +yL +yK +Co +yL +yL +yL +yL +yL +zx +yL +DW +Eo +EC +Fb +yK +yK aM aM aM @@ -54312,13 +53770,13 @@ aM aM "} (146,1,1) = {" -tw -aP -bQ -tw -aP -bQ -tw +aN +bn +bL +aN +bn +bL +aN aM aM aM @@ -54426,62 +53884,62 @@ aM aM aM aM -pZ -rO -sr -qY -sc -rz -qY -tD -qY -sE -sc -tN -ts -tC -rO -ug -tx -uO -tx -tx -tx -tx -tx -ur -ur -tx -uN +pF +ql +qz +qQ +ra +rw +qQ +rZ +qQ +ss +ra +qz +qz +sU +ql +tG +sQ +uv +sQ +sQ +sQ +sQ +sQ +tE +tE +sQ +uu +xM +xM +vi +sQ +aM yL +zg +zx +zW +yK +yK +AU +Bh +Bh +zV +Cp +Am +Am +Am +Am +Am +zx yL -vF -tx -aM -Na -Nj -AD -CA -AR -Be -DF -MQ -MQ -AC -Hk -Bu -Bu -Bu -Bu -Bu -AD -zT -NI -NV -Ea -Ea -EI -EV +DX +Ep +DY +DY +Fu +Fa aM aM aM @@ -54569,13 +54027,13 @@ aM aM "} (147,1,1) = {" -tw -aO +aN bo -tw -aO -aO -tw +bq +aN +bo +bo +aN aM aM aM @@ -54683,62 +54141,62 @@ aM aM aM aM -pZ -rO -sy -sO -sO -ss -sI -sO -sI -tZ -sO -sO -tS -rO -rO -ug -ur -ur -ur -ur -ur -ur -tx -ur -ur -tx -yt +pF +ql +qz +qz +qz +rx +rM +qz +rM +st +qz +qz +qz +ql +ql +tG +tE +tE +tE +tE +tE +tE +sQ +tE +tE +sQ +xt +xM +xZ +uu +sQ +aM yL -yV -uN -tx -aM -Na -Nk -Av -Nc -Ng -Bd -DE -MR -Bw -FR -AD -AD -AD -Nc -AD -AD -AD -Kx -Ea -Ea -NR -Ea -EI -EV +zh +zw +zX +Ap +AG +AV +Bi +BB +BR +zx +zx +zx +zX +zx +zx +zx +DD +DY +DY +ED +DY +Fu +Fa aM aM aM @@ -54826,13 +54284,13 @@ aM aM "} (148,1,1) = {" -tw -tw -tw -tw -tw -vh -tw +aN +aN +aN +aN +aN +cF +aN aM aM aM @@ -54940,62 +54398,62 @@ aM aM aM aM -pZ -rO -rO -rO -pZ -pZ -pZ -pZ -pZ -pZ -pZ -rO -rO -rO -rO -ug -ur -ur -ur -ur -ur -ur -uO -ur -ur -uO -uN +pF +ql +ql +ql +pF +pF +pF +pF +pF +pF +pF +ql +ql +ql +ql +tG +tE +tE +tE +tE +tE +tE +uv +tE +tE +uv +uu +xM +xM +uu +sQ +aM yL +zi +zx +zY +yK +yK +AW +Bj +Bj +zV +zx +Ar +Ar +Ar +Ar +Ar +zx yL -uN -tx -aM -Na -Nl -AD -CE -AR -Be -DI -MP -MP -AC -AD -Cr -Cr -Cr -Cr -Cr -AD -zS -KD -Ea -Eb -Ea -EI -EV +DZ +DY +EE +DY +Fu +Fa aM aM aM @@ -55083,13 +54541,13 @@ aM aM "} (149,1,1) = {" -tw -aP -bQ -tw -aP -bQ -tw +aN +bn +bL +aN +bn +bL +aN aM aM aM @@ -55197,62 +54655,62 @@ aM aM aM aM -pZ -jI -jI -jI -jI -jI -jI -jI -jI -jI -jI -jI -jI -jI -jI -ug -ur -ur -ur -ur -ur -ur -tx -ur -ur -tx -uN -uN -uN -uN -tx +pF +qm +qm +qm +qm +qm +qm +qm +qm +qm +qm +qm +qm +qm +qm +tG +tE +tE +tE +tE +tE +tE +sQ +tE +tE +sQ +uu +uu +uu +uu +sQ aM -zT -Nm -Av -AD -Nf -AY -AQ -CC -Df -zy -Hj -CC -CM -CM -CM -Df -AD -zT -NJ -KP -KZ -Ew -AY -Ex +yL +zj +zw +zx +Aq +yK +yK +yL +yL +yK +Co +yL +yL +yL +yL +yL +zx +zV +Ea +Eq +EF +Fc +yK +yK aM aM aM @@ -55340,13 +54798,13 @@ aM aM "} (150,1,1) = {" -tw -aQ -aO -tw -aO -aO -tw +aN +bp +bo +aN +bo +bo +aN aM aM aM @@ -55469,46 +54927,46 @@ aM aM aM aM -tx -tx -uO -tx -tx -tx -tx -tx -xj -xj -tx -yu -yu -yu -yu -yu +sQ +sQ +uv +sQ +sQ +sQ +sQ +sQ +wv +wv +sQ +xu +xu +xu +xu +xu aM -yX -zB -Cp -AD -Cr -AC -Bu -Bu -Bu -Bu -AD -Bu -Bu -Bu -Bu -Bu -Kd -AY -AQ -AQ -AQ -DD -Ex +yK +yK +zy +zx +Ar +zV +Am +Am +Am +Am +zx +Am +Am +Am +Am +Am +Dt +yK +yK +yK +yK +yK +yK aM aM aM @@ -55597,13 +55055,13 @@ aM aM "} (151,1,1) = {" -tw -tw -tw -tw -tw -tw -tw +aN +aN +aN +aN +aN +aN +aN aM aM aM @@ -55726,45 +55184,45 @@ aM aM aM aM -tx -ur -ur -vs -vG -wf -ww -uN -ww -ww -tx -yd -ye -yu +sQ +tE +tE +uL +vj +vA +vQ +uu +vQ +vQ +sQ +xv +xw +xu aM aM aM aM -yX -zB +yK +yK +zx +As AD -CS -CY -AD -AD -CS -AD -AD -AD -AD -AD -AD -AD -AD -NN -NL -KQ -Eo -EV +zx +zx +As +zx +zx +zx +zx +zx +zx +zx +zx +DC +Eb +Er +EB +Fa aM aM aM @@ -55854,13 +55312,13 @@ aM aM "} (152,1,1) = {" -tw -aP -bQ -tw -cu -bQ -tw +aN +bn +bL +aN +cg +bL +aN aM aM aM @@ -55983,45 +55441,45 @@ aM aM aM aM -tx -ur -uP -vt -vG -wf -ww -uN -ww -ww -xP -ye -ye -yu +sQ +tE +uw +uM +vj +vA +vQ +uu +vQ +vQ +xb +xw +xw +xu aM aM aM aM aM -yX -AC -AQ -AQ -AQ -AC -zB -FN -Cr -HQ -Cr -Cr -Cr -JX -Cr -AC -NG -KR -Eo -EV +yK +zV +yK +yK +yK +zV +yK +BQ +Ar +Cy +Ar +Ar +Ar +Dk +Ar +zV +Ec +Es +EB +Fa aM aM aM @@ -56111,13 +55569,13 @@ aM aM "} (153,1,1) = {" -tw +aN +bq bo -aO -tw -aO -aO -tw +aN +bo +bo +aN aM aM aM @@ -56240,20 +55698,20 @@ aM aM aM aM -tx -ur -uQ -uP -xk -uN -uN -uN -ww -ww -xP -ye -ye -yu +sQ +tE +ux +uw +vk +uu +uu +uu +vQ +vQ +xb +xw +xw +xu aM aM aM @@ -56265,20 +55723,20 @@ aM aM aM aM -yX -AQ -AC -AQ -CC -CM -Df -AQ -AC -DG -AQ -AQ -AQ -Ex +yK +yK +zV +yK +yL +yL +yL +yK +zV +yK +yK +yK +yK +yK aM aM aM @@ -56368,13 +55826,13 @@ aM aM "} (154,1,1) = {" -tw -tw -tw -tw -tw -tw -tw +aN +aN +aN +aN +aN +aN +aN aM aM aM @@ -56497,20 +55955,20 @@ aM aM aM aM -tx -ur -uP -vu -vG -wf -ww +sQ +tE +uw uN -ww -ww -xP -ye -ye -yu +vj +vA +vQ +uu +vQ +vQ +xb +xw +xw +xu aM aM aM @@ -56625,13 +56083,13 @@ aM aM "} (155,1,1) = {" -tw -aP -bQ -tw -aP -bQ -tw +aN +bn +bL +aN +bn +bL +aN aM aM aM @@ -56754,20 +56212,20 @@ aM aM aM aM -tx -ur -ur -vs -vG -wf -ww -uN -ww -ww -tx -yf -yi -yu +sQ +tE +tE +uL +vj +vA +vQ +uu +vQ +vQ +sQ +xx +xN +xu aM aM aM @@ -56882,13 +56340,13 @@ aM aM "} (156,1,1) = {" -tw -aO -aO -tw +aN bo -aO -tw +bo +aN +bq +bo +aN aM aM aM @@ -57011,25 +56469,25 @@ aM aM aM aM -tx -ur -uR -vv -vv -vv -vv -vv -vv -tx -tx -tx -tx -tx -tx -vo -vo -tx -tx +sQ +tE +uy +uO +uO +uO +uO +uO +uO +sQ +sQ +sQ +sQ +sQ +sQ +uG +uG +sQ +sQ aM aM aM @@ -57139,13 +56597,13 @@ aM aM "} (157,1,1) = {" -tw -tw -tw -tw -tw -tw -tw +aN +aN +aN +aN +aN +aN +aN aM aM aM @@ -57170,19 +56628,19 @@ aM aM aM aM -fM -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fO +gV +gW +gW +gW +gW +gW +gW +gW +gW +gW +gW +gW +gX aM aM aM @@ -57268,25 +56726,25 @@ aM aM aM aM -tx -ur -uS -vw -vw -vw -vw -vw -vw -uO -ur -ur -ur -ur -ur -ur -ur -zV -tx +sQ +tE +uz +uP +uP +uP +uP +uP +uP +uv +tE +tE +tE +tE +tE +tE +tE +yP +sQ aM aM aM @@ -57427,19 +56885,19 @@ aM aM aM aM -fN -fP -fU -fU -fU -fU -fU -fU -fU -fU -hs -bD -fO +gW +gY +gY +gY +gY +gY +gY +gY +gY +gY +gY +iG +gX aM aM aM @@ -57525,25 +56983,25 @@ aM aM aM aM -tx -ur -uT -vw -vw -vw -vw -vw -vw -uO -ur -ur -yN -yN -yN -yN -ur -ur -tx +sQ +tE +uA +uP +uP +uP +uP +uP +uP +uv +tE +tE +xO +xO +xO +xO +tE +tE +sQ aM aM aM @@ -57684,49 +57142,49 @@ aM aM aM aM -fN -fQ -kP -ga -gn -gn -gn -go -go -hm -fU -hs -fO -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -dj +gW +gZ he -ja -jt -jt -jv -he -he -jC +ho +hB +hB +hB +hC +hC +iv +gY +gY +gX +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lg +lg +ln +lp +lp +lq +lg +lg +lg aM aM aM @@ -57782,25 +57240,25 @@ aM aM aM aM -tx -tx -tx -tx -tx -tx -tx -tx -tx -tx -ur -uQ -uP -uP -uP -uP -zL -ur -tx +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +tE +ux +uw +uw +uw +uw +yD +tE +sQ aM aM aM @@ -57941,49 +57399,49 @@ aM aM aM aM -fN -fR -kP -ga -go -go -go -go -go -go -hv -mU -fO -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM +gW +ha he -iC +ho +hC +hC +hC +hC +hC +hC iB -iB -iB -iB -jx -ph -jE +iH +gX +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lg +lg +ll +ll +ll +ll +lr +lu +lw aM aM aM @@ -58048,16 +57506,16 @@ aM aM aM aM -tx -yY -uQ -uP -uP -uP -uP -zL -ur -tx +sQ +xc +ux +uw +uw +uw +uw +yD +tE +sQ aM aM aM @@ -58198,49 +57656,49 @@ aM aM aM aM -fN -fS -kP -ga -gp -gp -gp -go -go -hn -fU -hu -fO -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM gW -iB -jr -iB -iB -iB -jw -ph -jD +hb +he +ho +hD +hD +hD +hC +hC +iw +gY +gY +gX +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +li +ll +lo +ll +ll +ll +ls +lu +lx aM aM aM @@ -58305,16 +57763,16 @@ aM aM aM aM -tx -ur -ur -yO -yO -yO -yO -ur -ur -tx +sQ +tE +tE +xP +xP +xP +xP +tE +tE +sQ aM aM aM @@ -58455,19 +57913,19 @@ aM aM aM aM -fN -fT -fU -fU -fU -fU -fU -gV -gV -fU -hu -bD -fO +gW +gY +gY +gY +gY +gY +gY +ii +ii +gY +gY +iG +gX aM aM aM @@ -58489,15 +57947,15 @@ aM aM aM aM -he -iD -iB -iB -iB -iB -jA -ph -jG +lg +lg +ll +ll +ll +ll +lt +lu +ly aM aM aM @@ -58562,16 +58020,16 @@ aM aM aM aM -tx -xZ -ur -ur -ur -ur -ur -ur -zW -tx +sQ +xd +tE +tE +tE +tE +tE +tE +yQ +sQ aM aM aM @@ -58712,19 +58170,19 @@ aM aM aM aM -fO -fO -fO -fO -fO -gz -mQ -lf -lf -mQ -gz -gz -fO +gX +gX +gX +gX +gX +hO +ie +hT +hT +ie +hO +hO +gX aM aM aM @@ -58746,15 +58204,15 @@ aM aM aM aM -iA -he -ja -jt -jt -jv -he -he -jF +lg +lg +ln +lp +lp +lq +lg +lg +lg aM aM aM @@ -58819,16 +58277,16 @@ aM aM aM aM -tx -tx -yg -yn -yn -yn -yn -yK -tx -tx +sQ +sQ +xy +xQ +xQ +xQ +xQ +yE +sQ +sQ aM aM aM @@ -58971,17 +58429,17 @@ aM aM aM aM -fO -kY -fO -gA -gA -mR -mR -gA -gA -gA -fO +gX +hp +gX +hP +hP +ij +ij +hP +hP +hP +gX aM aM aM @@ -59228,17 +58686,17 @@ aM aM aM aM -fO -kR -fO -kZ -lf -lf -lf -lf -lf -nO -fO +gX +hq +gX +hQ +hT +hT +hT +hT +hT +iI +gX aM aM aM @@ -59485,17 +58943,17 @@ aM aM aM aM -fO -fO -fO -le -lf -lf -lf -lf -lf -lf -fO +gX +gX +gX +hR +hT +hT +hT +hT +hT +hT +gX aM aM aM @@ -59744,15 +59202,15 @@ aM aM aM aM -fO -lb -lb -lb -lf -lb -lb -lb -fO +gX +hS +hS +hS +hT +hS +hS +hS +gX aM aM aM @@ -60001,15 +59459,15 @@ aM aM aM aM -fO -lf -lf -lf -lf -lf -lf -lf -fO +gX +hT +hT +hT +hT +hT +hT +hT +gX aM aM aM @@ -60258,15 +59716,15 @@ aM aM aM aM -fO -gA -gA -gA -mS -gA -gA -gA -fO +gX +hP +hP +hP +io +hP +hP +hP +gX aM aM aM @@ -60515,15 +59973,15 @@ aM aM aM aM -fO -mv -lf -mv -lf -mv -lf -mv -fO +gX +hU +hT +hU +hT +hU +hT +hU +gX aM aM aM @@ -60772,15 +60230,15 @@ aM aM aM aM -fO -mr -mH -mr -mH -mr -mH -mr -fO +gX +hV +hW +hV +hW +hV +hW +hV +gX aM aM aM @@ -61029,15 +60487,15 @@ aM aM aM aM -fO -mH -mH -mH -mH -mH -mH -mH -fO +gX +hW +hW +hW +hW +hW +hW +hW +gX aM aM aM @@ -61286,15 +60744,15 @@ aM aM aM aM -fO -mH -mH -mH -mH -mH -mH -mH -fO +gX +hW +hW +hW +hW +hW +hW +hW +gX aM aM aM @@ -61543,15 +61001,15 @@ aM aM aM aM -fO -fO -fO -fO -fO -fO -fO -fO -fO +gX +gX +gX +gX +gX +gX +gX +gX +gX aM aM aM @@ -62536,29 +61994,29 @@ aM aM "} (178,1,1) = {" -dC -bq -bq -bq -bq -bq -bq -bq -bq -bq -bq -dC -bq -bq -bq -bq -bq -bq -bq -bq -bq -bq -dC +aO +br +br +br +br +br +br +br +br +br +br +aO +br +br +br +br +br +br +br +br +br +br +aO aM aM aM @@ -62793,29 +62251,29 @@ aM aM "} (179,1,1) = {" -aN -bp -bp -bp -bp -bp -bp -bp -bp -bp -bC -eK -bW -bW -bW -bW -bW -bW -bW -bW -bW -bW -kO +aP +bs +bs +bs +bs +bs +bs +bs +bs +bs +bt +ed +ej +ej +ej +ej +ej +ej +ej +ej +ej +ej +gH aM aM aM @@ -63050,29 +62508,29 @@ aM aM "} (180,1,1) = {" -aN -bp -bp -bv -bp -bp -bp -bp -bp -bp -bp +aP +bs +bs +bM +bs +bs +bs +bs +bs +bs +bs +ed +ej +ej +ej eK -bW -bW -bW -bX -bW -bW -bW -bW -bX -bW -kO +ej +ej +ej +ej +eK +ej +gH aM aM aM @@ -63307,29 +62765,29 @@ aM aM "} (181,1,1) = {" -aN -bp -bp -bp -bp -bC -bp -bp -bv -bp -bp -eK -bW -bW -bW -bW -bW -bW -bW -bW -bW -bW -kO +aP +bs +bs +bs +bs +bt +bs +bs +bM +bs +bs +ed +ej +ej +ej +ej +ej +ej +ej +ej +ej +ej +gH aM aM aM @@ -63564,29 +63022,29 @@ aM aM "} (182,1,1) = {" -aN -bC -bp -bp -bp -bp -bp -bp -bp -bp -bp +aP +bt +bs +bs +bs +bs +bs +bs +bs +bs +bs +ed +ej eK -bW -bX -bW -bW -bW -bW -bX -bW -bW -bW -kO +ej +ej +ej +ej +eK +ej +ej +ej +gH aM aM aM @@ -63821,29 +63279,29 @@ aM aM "} (183,1,1) = {" -aN -bp -bp -bp -bp -bp -bp -bp -bp -bp -bv -eK -bW -bW -bW -bW -bW -bW -bW -bW -bW -bW -kO +aP +bs +bs +bs +bs +bs +bs +bs +bs +bs +bM +ed +ej +ej +ej +ej +ej +ej +ej +ej +ej +ej +gH aM aM aM @@ -64078,29 +63536,29 @@ aM aM "} (184,1,1) = {" -aN -bp -bp -bp -bC -bp -bp -bv -bp -bp -bp -eK -bW -bW -bW -bW -bW -bW -bW -bW -bW -bW -kO +aP +bs +bs +bs +bt +bs +bs +bM +bs +bs +bs +ed +ej +ej +ej +ej +ej +ej +ej +ej +ej +ej +gH aM aM aM @@ -64335,29 +63793,29 @@ aM aM "} (185,1,1) = {" -aN -bp -bp -bp -bp -bC -bp -bp -bp -bp -bp +aP +bs +bs +bs +bs +bt +bs +bs +bs +bs +bs +ed +ej +ej +ej eK -bW -bW -bW -bX -bW -bW -bW -bW -bX -bW -kO +ej +ej +ej +ej +eK +ej +gH aM aM aM @@ -64592,29 +64050,29 @@ aM aM "} (186,1,1) = {" -aN -bp -bp -bp -bp -bp -bp -bp -bp -bp -bp -eK -bW -bW -bW -bW -bW -bW -bW -bW -bW -bW -kO +aP +bs +bs +bs +bs +bs +bs +bs +bs +bs +bs +ed +ej +ej +ej +ej +ej +ej +ej +ej +ej +ej +gH aM aM aM @@ -64849,29 +64307,29 @@ aM aM "} (187,1,1) = {" -aN -bp -bv -bp -bp -bp -bp -bp -bp -bp -bp +aP +bs +bM +bs +bs +bs +bs +bs +bs +bs +bs +ed +ej eK -bW -bX -bW -bW -bW -bW -bX -bW -bW -bW -kO +ej +ej +ej +ej +eK +ej +ej +ej +gH aM aM aM @@ -65106,29 +64564,29 @@ aM aM "} (188,1,1) = {" -aN -bp -bp -bp -bp -bp -bp -bC -bp -bp -bv -eK -bW -bW -bW -bW -bW -bW -bW -bW -bW -bW -kO +aP +bs +bs +bs +bs +bs +bs +bt +bs +bs +bM +ed +ej +ej +ej +ej +ej +ej +ej +ej +ej +ej +gH aM aM aM @@ -65363,29 +64821,29 @@ aM aM "} (189,1,1) = {" -dC -br -br -br -br -br -br -br -br -br -br -dC -br -br -br -br -br -br -br -br -br -br -dC +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO aM aM aM @@ -65620,29 +65078,29 @@ aM aM "} (190,1,1) = {" -aN -bs -bE -bF -cj -cC -cC -dV -bF -bE -bs -eK -eP -eP -eP -eP -eP -eP -eP -ka -eP -eP -kO +aP +bv +bN +bO +bX +ck +ck +dg +bO +bN +bv +ed +ek +ek +ek +ek +ek +ek +ek +gq +ek +ek +gH aM aM aM @@ -65877,29 +65335,29 @@ aM aM "} (191,1,1) = {" -aN -bt -bF -bE -cl -cC -cC -dQ -bE -bF -bt -eK -eP -fk -eP -eP -eP -eP -eP -eP -gB -eP -kO +aP +bw +bO +bN +bY +ck +ck +dh +bN +bO +bw +ed +ek +eL +ek +ek +ek +ek +ek +ek +fz +ek +gH aM aM aM @@ -66134,29 +65592,29 @@ aM aM "} (192,1,1) = {" -aN -bs -bE +aP +bv +bN +bW +ch ck -cy -cC -cC -dW -ec -bE -bs -eK -eP -eP -eP -fG -eP -eP -eP -eP -eP -eP -kO +ck +di +dt +bN +bv +ed +ek +ek +ek +fm +ek +ek +ek +ek +ek +ek +gH aM aM aM @@ -66391,29 +65849,29 @@ aM aM "} (193,1,1) = {" -aN -bt -bF -cj -cv -cC -cC -cv -dV -bF -bt -eK -eP -eP -eP -eP -gB -eP -eP -eP -fG -eP -kO +aP +bw +bO +bX +ci +ck +ck +ci +dg +bO +bw +ed +ek +ek +ek +ek +fz +ek +ek +ek +fm +ek +gH aM aM aM @@ -66648,29 +66106,29 @@ aM aM "} (194,1,1) = {" -aN -bs -bE -cl -cA -df -df -cA -dQ -bE -bs -eK -eP -eP -eP -fz -eP -eP -fk -eP -eP -ka -kO +aP +bv +bN +bY +cj +cG +cG +cj +dh +bN +bv +ed +ek +ek +ek +eZ +ek +ek +eL +ek +ek +gq +gH aM aM aM @@ -66905,29 +66363,29 @@ aM aM "} (195,1,1) = {" -aN -bs -bF +aP +bv +bO +bX cj -cA -df -df -cA -dV -bF -bs -eK -eP -eP -eP -eP -eP -eP -eP -ka -eP -eP -kO +cG +cG +cj +dg +bO +bv +ed +ek +ek +ek +ek +ek +ek +ek +gq +ek +ek +gH aM aM aM @@ -67162,29 +66620,29 @@ aM aM "} (196,1,1) = {" -aN -bt -bE -cl -cC -cC -cC -cC -dQ -bE -bt -eK -eP -fk -eP -eP -eP -eP -fG -eP -gB -eP -kO +aP +bw +bN +bY +ck +ck +ck +ck +dh +bN +bw +ed +ek +eL +ek +ek +ek +ek +fm +ek +fz +ek +gH aM aM aM @@ -67236,77 +66694,77 @@ aM aM aM aM -ms -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -mt -wg -mt -mt -mt -mt -mt -mt -mt -mt -mt -zz +lA +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +lB +vB +lB +lB +lB +lB +lB +lB +lB +lB +lB +yz aM aM aM @@ -67419,29 +66877,29 @@ aM aM "} (197,1,1) = {" -aN -bs -bF -cm -cB -dk -dk -cB +aP +bv +bO +bZ +cl +cH +cH +cl +du +bO +bv ed -bF -bs -eK -eP -eP -eP -eP -eP -eP -eP -eP -eP -eP -kO +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +gH aM aM aM @@ -67493,7 +66951,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -67563,7 +67021,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -67676,29 +67134,29 @@ aM aM "} (198,1,1) = {" -aN -bt -bE -bF -bE -bF -bF -bE -bF -bF -bt -eK -eP -eP +aP +bw +bN +bO +bN +bO +bO +bN +bO +bO +bw +ed +ek +ek +eZ +ek fz -eP -gB -eP -eP -eP -fG -eP -kO +ek +ek +ek +fm +ek +gH aM aM aM @@ -67750,7 +67208,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -67820,7 +67278,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -67933,29 +67391,29 @@ aM aM "} (199,1,1) = {" -aN -bs -bF -bE -bF -bE -bE -bF -bE -bE -bs -eK -eP -eP -eP -eP -eP -eP -fk -eP -eP -ka -kO +aP +bv +bO +bN +bO +bN +bN +bO +bN +bN +bv +ed +ek +ek +ek +ek +ek +ek +eL +ek +ek +gq +gH aM aM aM @@ -68007,7 +67465,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -68077,7 +67535,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -68190,29 +67648,29 @@ aM aM "} (200,1,1) = {" -dC -br -br -br -br -br -br -br -br -br -br -dC -br -br -br -br -br -br -br -br -br -br -dC +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO aM aM aM @@ -68264,7 +67722,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -68334,7 +67792,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -68447,29 +67905,29 @@ aM aM "} (201,1,1) = {" -aN -bu -bR -bR -cL -dl -dl -dl -dl -dl -eq -eK -eQ -eQ -eQ -fH -gC -gC -fH -fH -fH -fH -kO +aP +bx +bP +bP +cm +cI +cI +cI +cI +cI +dQ +ed +el +el +el +fn +fA +fA +fn +fn +fn +fn +gH aM aM aM @@ -68521,7 +67979,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -68591,7 +68049,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -68704,29 +68162,29 @@ aM aM "} (202,1,1) = {" -aN -bw -bR -bR -cL -dl -dl -dl -dl -dl -dl -eK -eQ -eQ -eQ -fH -gE -hH -hH -hH -kq -fH -kO +aP +by +bP +bP +cm +cI +cI +cI +cI +cI +cI +ed +el +el +el +fn +fB +fU +fU +fU +gw +fn +gH aM aM aM @@ -68778,7 +68236,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -68848,7 +68306,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -68961,29 +68419,29 @@ aM aM "} (203,1,1) = {" -aN -bw -bR -bR -cL -dm +aP +by +bP +bP +cm +cJ +cU +cU +cU dE -dE -dE -ei -dl -eK -eQ -fo -fA -fH -gD -hG -hG -hG -ko -fH -kO +cI +ed +el +eM +fa +fn +fC +fV +fV +fV +gx +fn +gH aM aM aM @@ -69035,7 +68493,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -69056,9 +68514,9 @@ aM aM aM aM -mu -mu -mu +lC +lC +lC aM aM aM @@ -69105,7 +68563,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -69218,29 +68676,29 @@ aM aM "} (204,1,1) = {" -aN -bw -bR -bR -cL -do +aP +by +bP +bP +cm +cK +cV +cV +cV dF -dF -dF -em -dl -eK -eQ -fp -fA -fH -gD -hG -hG -hG -ko -fH -kO +cI +ed +el +eN +fa +fn +fC +fV +fV +fV +gx +fn +gH aM aM aM @@ -69292,7 +68750,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -69312,11 +68770,11 @@ aM aM aM aM -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC aM aM aM @@ -69362,7 +68820,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -69475,29 +68933,29 @@ aM aM "} (205,1,1) = {" -aN -bw -bR -bR -cL -do +aP +by +bP +bP +cm +cK +cV +cV +cV dF -dF -dF -em -dl -eK -eQ -fp -fA -fH -gD -hG -hG -hG -ko -fH -kO +cI +ed +el +eN +fa +fn +fC +fV +fV +fV +gx +fn +gH aM aM aM @@ -69524,9 +68982,9 @@ aM aM aM aM -jj -jj -jj +kf +kf +kf aM aM aM @@ -69549,7 +69007,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -69569,12 +69027,12 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC aM aM aM @@ -69619,7 +69077,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -69732,29 +69190,29 @@ aM aM "} (206,1,1) = {" -aN -bw -bR -bR -cL -do +aP +by +bP +bP +cm +cK +cV +cV +cV dF -dF -dF -em -dl -eK -eQ -fp -fA -fH -gD -hG -hG -hG -ko -fH -kO +cI +ed +el +eN +fa +fn +fC +fV +fV +fV +gx +fn +gH aM aM aM @@ -69774,16 +69232,16 @@ aM aM aM aM -mV -mZ -mZ -mZ -mZ -ok +iJ +iJ +iJ +iJ +iJ +iJ aM -jj -jj -jj +kf +kf +kf aM aM aM @@ -69806,7 +69264,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -69827,12 +69285,12 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC aM aM aM @@ -69844,11 +69302,11 @@ aM aM aM aM -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC aM aM aM @@ -69876,7 +69334,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -69989,29 +69447,29 @@ aM aM "} (207,1,1) = {" -aN -bw -bR -bR -cL -do +aP +by +bP +bP +cm +cK +cV +cV +cV dF -dF -dF -em -dl -eK -eQ -fq -fA -fH -gD -hG -hG -hG -ko -fH -kO +cI +ed +el +eO +fa +fn +fC +fV +fV +fV +gx +fn +gH aM aM aM @@ -70031,16 +69489,16 @@ aM aM aM aM -hy -mY -hL -ii -ii -na +iK +iT +iZ +jr +jr +iJ aM -jj -jj -jj +kf +kf +kf aM aM aM @@ -70063,7 +69521,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -70084,12 +69542,12 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC aM aM aM @@ -70099,13 +69557,13 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -70133,7 +69591,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -70246,29 +69704,29 @@ aM aM "} (208,1,1) = {" -aN -bw -bR -bR +aP +by +bP +bP +cm cL -dp -dJ -dJ -dJ -en -dl -eK -eQ -eQ -eQ -fH -gF -hJ -hJ -hJ -kr -fH -kO +cW +cW +cW +dG +cI +ed +el +el +el +fn +fD +fW +fW +fW +gy +fn +gH aM aM aM @@ -70288,16 +69746,16 @@ aM aM aM aM -hz -mY -hM -ii -ii -na +iL +iT +ja +jr +jr +iJ aM -jj -jj -jj +kf +kf +kf aM aM aM @@ -70320,7 +69778,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -70342,10 +69800,10 @@ aM aM aM aM -mu -mu -mu -mu +lC +lC +lC +lC aM aM aM @@ -70355,13 +69813,13 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -70390,7 +69848,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -70503,29 +69961,29 @@ aM aM "} (209,1,1) = {" -aN -bw -bR -bR -cL -dl -dl -dl -dl -dl -dl -eK -eQ -eQ -eQ -fH -fH -fH -fH -fH -fH -fH -kO +aP +by +bP +bP +cm +cI +cI +cI +cI +cI +cI +ed +el +el +el +fn +fn +fn +fn +fn +fn +fn +gH aM aM aM @@ -70545,23 +70003,23 @@ aM aM aM aM -hA -mY -nT -oi -jb -nP -mZ -mZ -oH -mZ -nb -mZ -jT -mZ -mZ -mZ -ok +iM +iT +iJ +iJ +jG +iJ +iJ +iJ +ki +iJ +iJ +iJ +kw +iJ +iJ +iJ +iJ aM aM aM @@ -70577,7 +70035,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -70611,13 +70069,13 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -70626,8 +70084,8 @@ aM aM aM aM -mu -mu +lC +lC aM aM aM @@ -70647,7 +70105,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -70760,29 +70218,29 @@ aM aM "} (210,1,1) = {" -aN -bw -bR -bR +aP +by +bP +bP +cn cM -dq -dq -dq -dq -dq -er -eK -eR -eQ -eQ -fI -fI -fI -fI -fI -fI -fI -kO +cM +cM +cM +cM +dR +ed +em +el +el +fo +fo +fo +fo +fo +fo +fo +gH aM aM aM @@ -70802,24 +70260,24 @@ aM aM aM aM -mW -nb -nU -io -im -iR -jk -jm -jp -hP -na -jJ -jU -ki -ku -ki -oV -ok +iJ +iJ +iJ +jt +jv +jP +jY +kg +kj +jd +iJ +ks +kx +kD +kK +kD +iJ +iJ aM aM aM @@ -70834,7 +70292,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -70868,11 +70326,11 @@ aM aM aM aM -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC aM aM aM @@ -70883,9 +70341,9 @@ aM aM aM aM -mu -mu -mu +lC +lC +lC aM aM aM @@ -70904,7 +70362,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -71017,29 +70475,29 @@ aM aM "} (211,1,1) = {" -dC -br -br -br -br -br -br -br -br -br -br -dC -br -br -br -br -br -br -br -br -br -br -dC +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO aM aM aM @@ -71056,30 +70514,30 @@ aM aM aM aM -hf -hf -hf -hf -na -hP -il -im -il -in -il -im -js -na -jJ -jU -jU -jU -jU -oV -nP -mZ -mZ -ok +ip +ip +ip +ip +iJ +jd +ju +jv +ju +jw +ju +jv +kn +iJ +ks +kx +kx +kx +kx +iJ +iJ +iJ +iJ +iJ aM aM aM @@ -71091,7 +70549,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -71141,8 +70599,8 @@ aM aM aM aM -mu -mu +lC +lC aM aM aM @@ -71161,7 +70619,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -71274,29 +70732,29 @@ aM aM "} (212,1,1) = {" -aN -by -by -by -by -by -by -by -by -by -by -eL -eT -eT -eT -eT -eT -eT -eT -eT -eT -eT -kO +aP +bz +bz +bz +bz +bz +bz +bz +bz +bz +bz +ee +en +en +en +en +en +en +en +en +en +en +gH aM aM aM @@ -71313,30 +70771,30 @@ aM aM aM aM -hf -hf -hf -hf -nc -hS -im -im -im -im -im -im -im -na -jK -jU -jU -jU -jU -na -kV +ip +ip +ip +ip +iW +je +jv +jv +jv +jv +jv +jv +jv +iJ +kt +kx +kx +kx +kx +iJ kS -lm -lz +kV +kY +kv aM aM aM @@ -71348,7 +70806,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -71418,7 +70876,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -71531,29 +70989,29 @@ aM aM "} (213,1,1) = {" -aN -bx -bV -cn -cn -cn -cn -cn +aP +bA +bQ +ca +ca +ca +ca +ca +dv +ca +bA ee -cn -bx -eL -eS -eS -eT -eS -eS -eS -eS -eT -eS -eS -kO +eo +eo +en +eo +eo +eo +eo +en +eo +eo +gH aM aM aM @@ -71570,30 +71028,30 @@ aM aM aM aM -hf -hf -hf -hf -na -hR -il -im -il -jc -jc -il -im -oP -jL -jV -kh -jL -jV -pd -jd -il -ll -lA +ip +ip +ip +ip +iJ +jf +ju +jv +ju +jZ +jZ +ju +jv +iJ +kv +kv +kE +kv +kv +iJ +ka +ju +kZ +kv aM aM aM @@ -71605,7 +71063,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -71619,12 +71077,12 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC aM aM aM @@ -71675,7 +71133,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -71788,29 +71246,29 @@ aM aM "} (214,1,1) = {" -aN -bz -bY -bY -cP -dv -dL -dZ -ef -dZ -et -eL -eV -eV -fB -eV -eV -eV -eV -kb -eV -eV -kO +aP +bB +bR +bR +co +cN +cX +dj +dw +dj +dS +ee +ep +ep +fb +ep +ep +ep +ep +gr +ep +ep +gH aM aM aM @@ -71831,26 +71289,26 @@ aM aM aM aM -na -hU -in -im -iS -jk -jk -jo -im -im -im -im -im -im -im -kM -im -iS -ln -lA +iJ +jg +jw +jv +jQ +jY +jY +kk +jv +jv +jv +jv +jv +jv +jv +kR +jv +jQ +la +kv aM aM aM @@ -71862,7 +71320,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -71874,16 +71332,16 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -71901,17 +71359,17 @@ aM aM aM aM -nv -nH -nx -nh -ny -nH -nH -nH -nH -nH -om +mn +mn +qn +qC +qR +mn +mn +mn +mn +mn +mn aM aM aM @@ -71932,7 +71390,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -72045,29 +71503,29 @@ aM aM "} (215,1,1) = {" -aN -bz -bY -bz -cN -dr -dK -dX -dM -dX -es -eL -eU -fr -fr -fr -gG -hK -iG -iG -iG -kt -kO +aP +bB +bR +bB +cp +cO +cY +dk +cZ +dk +dT +ee +eq +eP +eP +eP +fE +fX +gi +gi +gi +gA +gH aM aM aM @@ -72084,30 +71542,30 @@ aM aM aM aM -hg -hg -hg -hg -na -hT -il -im -iS -jk -jk -jo -im -il -il -jW -kl -jX +iq +iq +iq +iq +iJ +jh +ju +jv +jQ +jY +jY +kk +jv +ju +ju +kz kF -na -kW -il -lo -lA +kA +kN +iJ +kT +ju +lb +kv aM aM aM @@ -72119,7 +71577,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -72130,17 +71588,17 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -72151,24 +71609,24 @@ aM aM aM aM -nv -nH -qQ -nH -nH -nH -nH -nH -qJ -rj -rC -rj +mn +mn +om +mn +mn +mn +mn +mn +pG +pH +qD +pH +rb +ry +rN +sa sd -st -sN -lv -ti -tm +sm aM aM aM @@ -72189,7 +71647,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -72302,29 +71760,29 @@ aM aM "} (216,1,1) = {" -aN -bz -bY -co -cR -dr -dM -dM -dM -dX -es -eL -eW -ft -ft -ft +aP +bB +bR +cb +cq +cO +cZ +cZ +cZ +dk +dT +ee +er +eQ +eQ +eQ +fF +fY +eQ +eQ +eQ +gs gH -hN -ft -ft -ft -kd -kO aM aM aM @@ -72341,29 +71799,41 @@ aM aM aM aM -hg -hg -hg -hg -nd -ik -im -im -il -jd -jd -il -im -im -im -jX -km -ky -ky -na -kX +iq +iq +iq +iq +iX +ji +jv +jv +ju +ka +ka +ju +jv +jv +jv +kA +kG +kL +kL +iJ +kU +kW lc -lp +kv +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM lB aM aM @@ -72374,29 +71844,17 @@ aM aM aM aM -aM -aM -mt -aM -aM -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -72408,24 +71866,24 @@ aM aM aM aM -nH -pi +mn +nY +on +mn +oL oW -nH -Ma -pS -qC -nH -rj -rj -rD -rj -rj -su -rj -sX -ti -tn +pj +mn +pH +pH +qE +pH +pH +rz +pH +sb +sd +sn aM aM aM @@ -72446,7 +71904,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -72559,29 +72017,29 @@ aM aM "} (217,1,1) = {" -aN -bz -bY -bz -cQ -dr -dK -dX -dM -dX -es -eL -eU -fr -eW -ft +aP +bB +bR +bB +cr +cO +cY +dk +cZ +dk +dT +ee +eq +eP +er +eQ +fF +fY +eQ +gs +gi +gA gH -hN -ft -kd -iG -kt -kO aM aM aM @@ -72598,30 +72056,30 @@ aM aM aM aM -hg -hg -hg -hg -na -hP -il -im -im -im -im -im -im -im -im -jY -kn -ky -ky -oV -nb -mZ -mZ -os +iq +iq +iq +iq +iJ +jd +ju +jv +jv +jv +jv +jv +jv +jv +jv +kB +kH +kL +kL +iJ +iJ +iJ +iJ +iJ aM aM aM @@ -72633,7 +72091,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -72642,17 +72100,17 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -72665,24 +72123,24 @@ aM aM aM aM -nH -oS -pj -qQ -nR -nR -nR -nH -se -rj -rj -rj -rj -sH -sS -th -ti -to +mn +nZ +oo +om +mM +mM +mM +mn +pI +pH +pH +pH +pH +rA +rO +sc +sd +so aM aM aM @@ -72703,7 +72161,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -72816,29 +72274,29 @@ aM aM "} (218,1,1) = {" -aN -bz -bY -bY -cW -dA -dN -ea -eg -ea -eu -eL -eY -ft -eW -ft -gP -hN -ft -kd -ft -kw -kO +aP +bB +bR +bR +cs +cP +da +dl +dx +dl +dU +ee +es +eQ +er +eQ +fG +fY +eQ +gs +eQ +gB +gH aM aM aM @@ -72858,24 +72316,24 @@ aM aM aM aM -mV -nP -oh -iF -im -iT -je -hP +iJ +iJ +iJ +jx +jv +jR +kb +jd +kl ju -il -jz -il -jX -nZ -kz +kq +ju +kA kI -oV -os +kM +kO +iJ +iJ aM aM aM @@ -72890,7 +72348,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -72898,48 +72356,48 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM aM aM -nv -nH -nH -nH -om +mn +mn +mn +mn +mn aM aM -nv -nH -oY -oW -qR -nR -nR -nR -nH -rd -rj -rj -rj -rj -sw -nH -nH -nH -oo +mn +mn +oa +on +oy +mM +mM +mM +mn +pJ +pH +pH +pH +pH +rB +mn +mn +mn +mn aM aM aM @@ -72960,7 +72418,7 @@ aM aM aM aM -wg +vB aM aM aM @@ -73073,29 +72531,65 @@ aM aM "} (219,1,1) = {" -aN -bz -bY -cp -cV -cV -cV -cV -cV -cV -cV -eL -eX -fu -eW -ft +aP +bB +bR +cc +ct +ct +ct +ct +ct +ct +ct +ee +et +eR +er +eQ +fF +fY +eQ +gs +gj +gC gH -hN -ft -kd -iQ +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +iK +iT +iJ +js +jG +iJ +iJ +iJ +km +iJ +iJ kv -kO +iJ +iJ +iJ +iJ +iJ aM aM aM @@ -73111,27 +72605,7 @@ aM aM aM aM -aM -aM -aM -aM -hy -mY -ob -oi -jb -nb -mZ -mZ -jq -mZ -mZ -jM -mZ -mZ -mZ -mZ -os +lB aM aM aM @@ -73139,61 +72613,45 @@ aM aM aM aM +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM aM aM -aM -aM -aM -mt -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -aM -aM -aM -aM -aM -nv -nH -nI -nQ -og -nH -nH -nH -nH -nH -nH -nH -nH +mn +mn +mL +mV +nf +mn +mn +mn +mn +mn +mn +mn +mn +oM +mM +mM +mn +pK pH -nR -nR -nH -qZ -rj -rj -rj -sP -sv -nH +pH +pH +rc +rC +mn aM aM aM @@ -73217,7 +72675,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -73330,29 +72788,29 @@ aM aM "} (220,1,1) = {" -aN -bz -bY -cs -de -dD -dD -dD -dD -ep -bz -eL -eW -ft -ft -ft +aP +bB +bR +cd +cu +cQ +cQ +cQ +cQ +dH +bB +ee +er +eQ +eQ +eQ +fF +fY +eQ +eQ +eQ +gs gH -hN -ft -ft -ft -kd -kO aM aM aM @@ -73372,16 +72830,16 @@ aM aM aM aM -hz -mY -hX -ii -ii -na -aM -jl -jl +iL +iT jl +jr +jr +iJ +aM +kh +kh +kh aM aM aM @@ -73404,7 +72862,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -73415,11 +72873,11 @@ aM aM aM aM -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC aM aM aM @@ -73427,32 +72885,32 @@ aM aM aM aM -rP -nn +mo +mC +mM +mM +mM +nm +nv +nE +nL nR -nR -nR -oC -oG -oB -oO -vL -nR -nH -nH -nH -pT -qd -nH -nH -nH -rR -rY -nH -nH -nH -nH -om +mM +mn +mn +mn +oX +pk +mn +mn +mn +qF +qS +mn +mn +mn +mn +mn aM aM aM @@ -73474,7 +72932,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -73587,29 +73045,29 @@ aM aM "} (221,1,1) = {" -aN -bz -bY -cr -da -dB -dB -dB -dB -eo -bz -eL -eX -fu -fu -fu -gX -hO -iQ -iQ -iQ -kv -kO +aP +bB +bR +ce +cv +cR +cR +cR +cR +dI +bB +ee +et +eR +eR +eR +fH +fZ +gj +gj +gj +gC +gH aM aM aM @@ -73629,16 +73087,16 @@ aM aM aM aM -hA -mY -hY -ii -ii -na +iM +iT +jm +jr +jr +iJ aM -jl -jl -jl +kh +kh +kh aM aM aM @@ -73661,7 +73119,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -73684,32 +73142,32 @@ aM aM aM aM -rI -nJ -nR -nR -nR -nH -oy -oA -oy -oy -qP -nH -pA -nR -nR -nR -nR -rr -nR -nR -nR -pz -sx -nR -ti -tm +mp +mD +mM +mM +mM +mn +nw +nF +nw +nw +ob +mn +oz +mM +mM +mM +mM +pL +mM +mM +mM +rd +rD +mM +sd +sm aM aM aM @@ -73731,7 +73189,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -73844,29 +73302,29 @@ aM aM "} (222,1,1) = {" -dC -br -br -br -br -br -br -br -br -br -br -dC -br -br -br -br -br -br -br -br -br -br -dC +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO aM aM aM @@ -73886,16 +73344,88 @@ aM aM aM aM +iJ +iJ +iJ +iJ +iJ +iJ +aM +kh +kh +kh +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lB +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +mp +mE +mN +mM +ng +mn +nx mW -mZ -mZ -mZ -mZ -os +mW +mW +mM +op +mM +mM +mM +mM +mM +mM +mM +mM +mM +re +mM +rP +sd +sn aM -jl -jl -jl aM aM aM @@ -73916,79 +73446,7 @@ aM aM aM aM -aM -aM -mt -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -rI -nr -nS -nR -qx -nH -oL -oa -oa -oa -nR -po -nR -nR -nR -nR -nR -nR -nR -nR -nR -sh -nR -sJ -ti -tn -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -mt +lB aM aM aM @@ -74101,29 +73559,29 @@ aM aM "} (223,1,1) = {" -aN -bA -bA -bA -bA -bA -bA -bA -bA -bA -bA -eL -dR -dU -dR -dS -dR -dU -fa -fl -fm -fm -kO +aP +bC +bC +bC +bC +bC +bC +bC +bC +bC +bC +ee +eu +ex +eu +ev +eu +ex +fJ +gc +gk +gk +gH aM aM aM @@ -74150,9 +73608,9 @@ aM aM aM aM -jl -jl -jl +kh +kh +kh aM aM aM @@ -74175,7 +73633,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -74198,32 +73656,32 @@ aM aM aM aM -rI -nL -nR -nR -nR -nH -ou -nR -nR -nR -oJ -nH -pC -nR -nR -nR -nR -rg -nR -nR -nR -pz -sD -sK -ti -to +mp +mF +mM +mM +mM +mn +ny +mM +mM +mM +oc +mn +oA +mM +mM +mM +mM +pM +mM +mM +mM +rd +rE +rQ +sd +so aM aM aM @@ -74245,7 +73703,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -74358,29 +73816,29 @@ aM aM "} (224,1,1) = {" -aN -bA -bZ -bA -bA -bA -bA -bA -bA -bZ -bA -eL -dS -ek -dU -dR -dT -fa -fl -fm -fm -fm -kO +aP +bC +bS +bC +bC +bC +bC +bC +bC +bS +bC +ee +ev +eS +ex +eu +ew +fJ +gc +gk +gk +gk +gH aM aM aM @@ -74432,7 +73890,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -74455,32 +73913,32 @@ aM aM aM aM -rB -ns -nR -oa -nR -nH -nF -or -oQ -LZ -nH -nH -nH -nH -qa -qp -nH -nH -nH -rS -rZ -nH -nH -nH -nH -oo +mq +mG +mM +mW +mM +mn +nz +nG +nM +nS +mn +mn +mn +mn +oY +pl +mn +mn +mn +qG +qT +mn +mn +mn +mn +mn aM aM aM @@ -74502,7 +73960,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -74615,29 +74073,29 @@ aM aM "} (225,1,1) = {" -aN -bA -bA -bA -bA -bA -bA -bA -bA -bA -bA -eL -dT -ej -dR -dU -dR -fb -fm -fm -fm -fm -kO +aP +bC +bC +bC +bC +bC +bC +bC +bC +bC +bC +ee +ew +eT +eu +ex +eu +ga +gk +gk +gk +gk +gH aM aM aM @@ -74689,7 +74147,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -74712,30 +74170,30 @@ aM aM aM aM -nz -nH -nL -on -oR -nH -nH -nH -nH -nH -nH -pt -nH -rb -nR -nR -nH -rk -rQ -nR -nR -si -sF -nH +mn +mn +mF +mX +nh +mn +mn +mn +mn +mn +mn +oq +mn +oN +mM +mM +mn +pN +qo +mM +mM +rf +rF +mn aM aM aM @@ -74759,7 +74217,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -74872,29 +74330,29 @@ aM aM "} (226,1,1) = {" -aN -bA -bA -bA -bZ -bA -bA -bZ -bA -bA -bA -eL -dR -dU -dS -ek -dS -fb -fm -fm -fm -fm -kO +aP +bC +bC +bC +bS +bC +bC +bS +bC +bC +bC +ee +eu +ex +ev +eS +ev +ga +gk +gk +gk +gk +gH aM aM aM @@ -74946,7 +74404,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -74970,32 +74428,32 @@ aM aM aM aM -nz -nH -nH -nH -oo +mn +mn +mn +mn +mn aM aM -nz -nH -oZ -oZ -qS -so -nR -nR -nH -rq -nR -nR -nR -oK -nH -nH -nH -nH -om +mn +mn +od +od +oB +oO +mM +mM +mn +pO +mM +mM +mM +rg +mn +mn +mn +mn +mn aM aM aM @@ -75016,7 +74474,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -75129,29 +74587,29 @@ aM aM "} (227,1,1) = {" -aN -bA -bA -bA -bA -bA -bA -bA -bA -bA -bA -eL -dU -dR -dR -ds -dT -fc -fn -fm -fm -fm -kO +aP +bC +bC +bC +bC +bC +bC +bC +bC +bC +bC +ee +ex +eu +eu +fp +ew +gb +gl +gk +gk +gk +gH aM aM aM @@ -75203,7 +74661,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -75214,11 +74672,11 @@ aM aM aM aM -mA -mA -mA -mK -mP +lH +lH +lH +lQ +lV aM aM aM @@ -75235,24 +74693,24 @@ aM aM aM aM -nH -oX -pl -pD -pJ -nR -nR -nH -rq -nR -nR -nR -sl -nH -sV -nL -ti -tm +mn +oe +or +oC +oP +mM +mM +mn +pO +mM +mM +mM +rh +mn +rR +mF +sd +sm aM aM aM @@ -75273,7 +74731,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -75386,29 +74844,29 @@ aM aM "} (228,1,1) = {" -aN -bA -bA -bA -bA -bA -bA -bA -bA -bA -bA -eL -dR -dU -dR -dS -dR -dT -fb -fm -fm -fm -kO +aP +bC +bC +bC +bC +bC +bC +bC +bC +bC +bC +ee +eu +ex +eu +ev +eu +ew +ga +gk +gk +gk +gH aM aM aM @@ -75460,21 +74918,21 @@ aM aM aM aM -mt +lB aM aM aM aM aM -mu -mu -mu +lC +lC +lC aM aM aM -mB +lI aM -mB +lI aM aM aM @@ -75482,34 +74940,34 @@ aM aM aM aM -qr -qw -qw -qw -qw -qw -qy +mj +ms +ms +ms +ms +ms +no aM aM aM -nH -pf -px -qS -pI -qb -qt -nH -rA -nR -rX -nR -nR -nN -nR -ta -ti -tn +mn +of +os +oB +oQ +oZ +pm +mn +pP +mM +qH +mM +mM +rG +mM +se +sd +sn aM aM aM @@ -75530,7 +74988,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -75643,29 +75101,29 @@ aM aM "} (229,1,1) = {" -aN -bA -bA -bA -bZ -bA -bA -bZ -bA -bA -bA -eL -dS -dR +aP +bC +bC +bC +bS +bC +bC +bS +bC +bC +bC +ee +ev +eu +fc +eu ew -dR -dT -fa -fl -fm -fm -fm -kO +fJ +gc +gk +gk +gk +gH aM aM aM @@ -75717,77 +75175,77 @@ aM aM aM aM +lB +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lI +lC +lC +lC +lI +aM +aM +aM +aM +aM +aM +mk mt -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mB -mu -mu -mu -mB -aM -aM -aM -aM -aM -aM -qq -ne -ne -nq -ne -ne -qq -aM -aM -mP -nz -pb -pb -nH -nH -nH -nH -nH -rt -rH -rT -sa -sp -nH -Lx -tb -ti -to -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM mt +mO +mt +mt +mk +aM +aM +lV +mn +og +og +mn +mn +mn +mn +mn +pQ +qp +qI +qU +ri +mn +rS +sf +sd +so +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lB aM aM aM @@ -75900,29 +75358,29 @@ aM aM "} (230,1,1) = {" -aN -bA -bA -bA -bA -bA -bA -bA -bA -bA -bA -eL -dT -ek -el -dU -cX -fb -fm -fm -fm -fm -kO +aP +bC +bC +bC +bC +bC +bC +bC +bC +bC +bC +ee +ew +eS +fd +ex +fI +ga +gk +gk +gk +gk +gH aM aM aM @@ -75974,56 +75432,56 @@ aM aM aM aM +lB +aM +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lC +lC +lC +lC +aM +aM +aM +aM +aM +aM +mk +mu +mH +mP +mY mt +mk aM aM +lQ +nT +oh +oh +oD +lI +lQ aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -aM -aM -aM -aM -aM -aM +mn +mn qq -nf -nm -nM -nA -ne -qq -aM -aM -mK -ot -pk -pk -oI -mB -mK -aM -nz -nH -nw -mi -nB -nH -nH -nH -nH -nH -oo +qJ +qV +mn +mn +mn +mn +mn +mn aM aM aM @@ -76044,7 +75502,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -76157,29 +75615,29 @@ aM aM "} (231,1,1) = {" -aN -bA -bZ -bA -bA -bA -bA -bA -bA -bZ -bA -eL -dR -ek -dS -ek -dS -fb -fm -fm -fm -fm -kO +aP +bC +bS +bC +bC +bC +bC +bC +bC +bS +bC +ee +eu +eS +ev +eS +ev +ga +gk +gk +gk +gk +gH aM aM aM @@ -76231,44 +75689,44 @@ aM aM aM aM +lB +aM +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +mb +mf +mg +lW +aM +ml +mv +mH +mQ +mY mt +np aM aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -lE -kc -kD -ih -aM -qs -ng -nm -nK -nA -ne -qz -aM -aM -oF +nN +nT +oi ot -pn -pL -oI +oD aM -mK +lQ aM aM aM @@ -76301,7 +75759,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -76414,29 +75872,29 @@ aM aM "} (232,1,1) = {" -aN -bA -bA -bA -bA -bA -bA -bA -bA -bA -bA -eL -dU -dR -dR -dU -fa -fl -fm -fm -fm -fm -kO +aP +bC +bC +bC +bC +bC +bC +bC +bC +bC +bC +ee +ex +eu +eu +ex +fJ +gc +gk +gk +gk +gk +gH aM aM aM @@ -76488,77 +75946,77 @@ aM aM aM aM +lB +aM +aM +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lC +lC +lW +lW +mc +mc +mc +lW +lW +lW mt -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -mu -ih -ih -pY -pY -pY -ih -ih -ih -ne -ne -nt -ne -ne -ih -qG -qH -ih -ih -pk -pk -ih -mB -mK -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -aM -aM -aM -aM mt +mR +mt +mt +lW +nA +nH +lW +lW +oh +oh +lW +lI +lQ +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lC +lC +lC +aM +aM +aM +aM +lB aM aM aM @@ -76671,29 +76129,29 @@ aM aM "} (233,1,1) = {" -dC -br -br -br -br -br -br -br -br -br -br -dC -br -br -br -br -br -br -br -br -br -br -dC +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO aM aM aM @@ -76745,77 +76203,77 @@ aM aM aM aM +lB +aM +aM +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lC +lC +lW +lX +md +md +md +me +me +lW mt -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -mu -ih -py -pX -pX -pX -kQ -kQ -ih -ne -ne -ne -ne -ne -kQ -kQ -kQ -kQ -qO -kQ -kQ -qV -aM -mK -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -mu -aM -aM -aM mt +mt +mt +mt +me +me +me +me +nU +me +me +oE +aM +lQ +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lC +lC +aM +aM +aM +lB aM aM aM @@ -76928,29 +76386,29 @@ aM aM "} (234,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +gH aM aM aM @@ -77002,77 +76460,77 @@ aM aM aM aM +lB +aM +aM +aM +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lC +lW +lY +me +me +me +me +me +mm mt -aM -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -ih -pW -kQ -kQ -kQ -kQ -kQ -qv -ne -ne -ne -ne -ne -kQ -kQ -kQ -kQ -kQ -kQ -kQ -qq -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -mu -mu -aM -aM -aM mt +mt +mt +mt +me +me +me +me +me +me +me +mk +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lC +lC +lC +aM +aM +aM +lB aM aM aM @@ -77185,29 +76643,29 @@ aM aM "} (235,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -eZ -eZ -fd -eZ -eZ -eZ -eZ -fd -eZ -eZ -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +ez +ez +ey +ez +ez +ez +ez +ey +ez +ez +gH aM aM aM @@ -77259,77 +76717,77 @@ aM aM aM aM +lB +aM +aM +aM +aM +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lW +lZ +md +md +md +mi +me +lW +mw mt -aM -aM -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -ih -oU -pX -pX -pX -qe -kQ -ih -rl -ne -ne -pa -ri -kQ -kQ -kQ -kQ -kQ -kQ -kQ -qz -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -aM -aM -aM mt +mZ +ni +me +me +me +me +me +me +me +np +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +aM +lC +lC +lC +lC +lC +lC +lC +lC +lC +aM +aM +aM +lB aM aM aM @@ -77370,37 +76828,37 @@ aM aM aM aM -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -HU -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Jy +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA aM aM aM @@ -77442,29 +76900,29 @@ aM aM "} (236,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -ff -ff -fC -ff -ff -ff -ff -ke -ff -ff -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +eA +eA +fe +eA +eA +eA +eA +gt +eA +eA +gH aM aM aM @@ -77516,7 +76974,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -77526,40 +76984,40 @@ aM aM aM aM -mu -mu -mu -mu -mu -ih -ih -pY -pY -pY -ih -ih -ih -ih -nC -ih -ih -ih -ih -oc -ih -ih -kQ -kQ -kQ -ih +lC +lC +lC +lC +lC +lW +lW +mc +mc +mc +lW +lW +lW +lW +mI +lW +lW +lW +lW +nB +lW +lW +me +me +me +lW aM aM aM -mA -mA -mP -mA -mA +lH +lH +lV +lH +lH aM aM aM @@ -77574,19 +77032,19 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM -mt +lB aM aM aM @@ -77627,37 +77085,37 @@ aM aM aM aM -GU -GY -Hd -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +ID +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -77699,29 +77157,29 @@ aM aM "} (237,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -fe -fv -fv -fv -gY -hQ -jn -jn -jn -kA -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +eB +eU +eU +eU +fK +gd +gm +gm +gm +gD +gH aM aM aM @@ -77773,7 +77231,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -77783,39 +77241,39 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -ih -ih -ih -ih -ih -mu -ih -ni -no -no -of -ih -kT -la +lC +lC +lC +lC +lC +lC +lW +lW +lW +lW +lW +lC +lW +mx +mJ +mJ +na +lW +nq +nC +nI +lW +lW oj -ih -ih -pm -ih -ih -mu +lW +lW +lC aM aM aM -mB +lI aM -mB +lI aM aM aM @@ -77832,18 +77290,18 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM -mt +lB aM aM aM @@ -77884,37 +77342,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -77956,29 +77414,29 @@ aM aM "} (238,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -fg -fw -fw -fw -hi -hV -fw -fw -fw -kB -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +eC +eV +eV +eV +fL +ge +eV +eV +eV +gE +gH aM aM aM @@ -78030,7 +77488,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -78039,47 +77497,47 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -nj -no -no -no -ih -kT -la -la -ih -nY -kQ -oq -ih -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +my +mJ +mJ +mJ +lW +nq +nC +nC +lW +nV +me +ou +lW +lC +lC aM -mB -mu -mu -mB +lI +lC +lC +lI aM aM -mA -mA -mA -mA -mA +lH +lH +lH +lH +lH aM aM aM @@ -78091,16 +77549,16 @@ aM aM aM aM -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC aM aM aM aM -mt +lB aM aM aM @@ -78141,37 +77599,37 @@ aM aM aM aM -GU -GZ -GY -GY -GY -GY -GY -GY -GY -GY -Hh -Ht -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iz +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +IH +IV +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -78213,29 +77671,29 @@ aM aM "} (239,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -fg -fw -fw -fw -hi -hV -fw -fw -fw -kB -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +eC +eV +eV +eV +fL +ge +eV +eV +eV +gE +gH aM aM aM @@ -78287,7 +77745,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -78296,46 +77754,46 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -nk -no -no +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +mz +mJ +mJ +nb +lW +nr nD -ih -nV -od -ih -ih -nX -kQ -op -ih -ih -mu -mu -mu -mu -mu -mu -mB +lW +lW +nW +me +ov +lW +lW +lC +lC +lC +lC +lC +lC +lI aM aM -mB +lI aM -mB +lI aM aM aM @@ -78349,15 +77807,15 @@ aM aM aM aM -mu -mu -mu -mu +lC +lC +lC +lC aM aM aM aM -mt +lB aM aM aM @@ -78398,37 +77856,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -Hh -GY -HS -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +IH +Iy +Jw +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -78470,29 +77928,29 @@ aM aM "} (240,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -fg -fw -fw -fw -hi -hV -fw -fw -fw -kB -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +eC +eV +eV +eV +fL +ge +eV +eV +eV +gE +gH aM aM aM @@ -78544,7 +78002,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -78553,47 +78011,47 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -nl -np -nu -nE -ih -nW -od -ih -pG -kQ -kQ -kQ -ow -ih -mu -mu -mu -mu -mu -mu -mu -mu -mB -mB -mB -mB -mB +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +mA +mK +mS +nc +lW +ns +nD +lW +nO +me +me +me +oF +lW +lC +lC +lC +lC +lC +lC +lC +lC +lI +lI +lI +lI +lI aM aM aM @@ -78607,14 +78065,14 @@ aM aM aM aM -mu -mu -mu +lC +lC +lC aM aM aM aM -mt +lB aM aM aM @@ -78655,37 +78113,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -Ht -GY -OJ -OJ -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +IV +Iy +Ja +Ja +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -78727,29 +78185,29 @@ aM aM "} (241,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -fg -fw -fw -fw -hi -hV -fw -fw -fw -kB -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +eC +eV +eV +eV +fL +ge +eV +eV +eV +gE +gH aM aM aM @@ -78801,7 +78259,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -78809,47 +78267,47 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -ih -ih -ih -ih -ih -ih -ih -ih -pG -kQ -kQ -kQ -ov -ih -ih -ih -ih -ih -ih -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +lW +lW +lW +lW +lW +lW +lW +lW +nO +me +me +me +oG +lW +lW +lW +lW +lW +lW +lC +lC +lC +lC +lC aM -mB +lI aM aM aM @@ -78871,7 +78329,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -78912,37 +78370,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -Hh -OJ -Gp -OV -OJ -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +IH +Ja +Jd +Jr +Ja +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -78984,29 +78442,29 @@ aM aM "} (242,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -fg -fw -fw -fw -hi -hV -fw -fw -fw -kB -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +eC +eV +eV +eV +fL +ge +eV +eV +eV +gE +gH aM aM aM @@ -79058,7 +78516,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -79066,48 +78524,48 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -bO -bL -bP -ci -ci -qL -kQ -kQ -kQ -kQ -kQ -qL -oE -oE -oE -oE -ih -ih -mu -mu -mu -mu -mu -mB -mB +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +mT +nd +nj +nt +nt +nJ +me +me +me +me +me +nJ +pa +pa +pa +pa +lW +lW +lC +lC +lC +lC +lC +lI +lI aM aM aM @@ -79128,7 +78586,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -79169,37 +78627,37 @@ aM aM aM aM -GU -Ha -GY -GY -GY -GY -OJ -OM -OW -OJ -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +IA +Iy +Iy +Iy +Iy +Ja +Je +Js +Ja +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -79241,29 +78699,29 @@ aM aM "} (243,1,1) = {" -aN -bB -bB -bB -bB -bB -bB -bB -bB -bB -bB -eL -fh -fx -fx -fx -hw -hW -jy -jy -jy -kK -kO +aP +bD +bD +bD +bD +bD +bD +bD +bD +bD +bD +ee +eD +eW +eW +eW +fM +gf +gn +gn +gn +gF +gH aM aM aM @@ -79315,7 +78773,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -79323,47 +78781,47 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -kQ -kQ -kQ -kQ -kQ -ol -kQ -kQ -oD -kQ -kQ -pc -kQ -kQ -kQ -kQ -yx -ih -mu -mu -mu -mu -mu -mB +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +me +me +me +me +me +nK +me +me +ok +me +me +oR +me +me +me +me +qr +lW +lC +lC +lC +lC +lC +lI aM aM aM @@ -79385,7 +78843,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -79426,37 +78884,37 @@ aM aM aM aM -GU -Ha -GY -GY -GY -GY -GY -OJ -OJ -GY -GY -GY -OX -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +IA +Iy +Iy +Iy +Iy +Iy +Ja +Ja +Iy +Iy +Iy +Ju +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -79498,29 +78956,29 @@ aM aM "} (244,1,1) = {" -dC -br -br -br -br -br -br -br -br -br -br -dC -br -br -br -br -br -br -br -br -br -br -dC +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +aO aM aM aM @@ -79572,7 +79030,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -79581,46 +79039,46 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -bT -mk -nG -pg -pg -qL -kQ -kQ -kQ -kQ -kQ -qL -oE -oE -oE -oE -ih -ih -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +mU +ne +nk +nu +nu +nJ +me +me +me +me +me +nJ +pa +pa +pa +pa +lW +lW +lC +lC +lC +lC +lC +lC aM aM aM @@ -79642,7 +79100,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -79683,37 +79141,37 @@ aM aM aM aM -GU -Ha -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +IA +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -79755,29 +79213,29 @@ aM aM "} (245,1,1) = {" -aN -bG -bG -bG -bG -bG -bG -bG -bG -bG -bG -eL -fi -fj -fj -fj -fj -fj -fj -fj -fj -fj -kO +aP +bE +bE +bE +bE +bE +bE +bE +bE +bE +bE +ee +eE +eF +eF +eF +eF +eF +eF +eF +eF +eF +gH aM aM aM @@ -79829,7 +79287,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -79838,51 +79296,51 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -ih -ih -ih -ih -ih -ih -qM -kQ -kQ -kQ -oz -ih -ih -ih -ih -ih -ih -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +lW +lW +lW +lW +lW +lW +nP +me +me +me +oH +lW +lW +lW +lW +lW +lW +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -79899,7 +79357,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -79940,37 +79398,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -OX -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Ju +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -80012,29 +79470,29 @@ aM aM "} (246,1,1) = {" -aN -bI -bI -bG -bI -bI -bI -bI -bG -bI -bI -eL -fi -fj -fj -fy -fy -fy -fy -fj -fj -fj -kO +aP +bF +bF +bE +bF +bF +bF +bF +bE +bF +bF +ee +eE +eF +eF +eX +eX +eX +eX +eF +eF +eF +gH aM aM aM @@ -80086,7 +79544,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -80095,52 +79553,52 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -qM -kQ -kQ -kQ -oz -ih -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +nP +me +me +me +oH +lW +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -80156,7 +79614,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -80197,37 +79655,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -GY -GY -GY -Ht -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +Iy +Iy +Iy +IV +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -80269,29 +79727,29 @@ aM aM "} (247,1,1) = {" -aN -bH -bH -ct -bH -bH -bH -bH -eh -bH -bH -eL -fj -fj -fj -fJ -fJ -fJ -fJ -fj -fj -fj -kO +aP +bG +bG +cf +bG +bG +bG +bG +dy +bG +bG +ee +eF +eF +eF +fq +fq +fq +fq +eF +eF +eF +gH aM aM aM @@ -80343,7 +79801,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -80353,52 +79811,52 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -pK -kQ -kQ -kQ -oe -ih -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +nQ +me +me +me +oI +lW +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -80413,7 +79871,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -80454,37 +79912,37 @@ aM aM aM aM -GU -Ha -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -OX -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +IA +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Ju +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -80526,29 +79984,29 @@ aM aM "} (248,1,1) = {" -aN -bK -cb -cb -cb -cb -dO -dO -dO -dO +aP +bH +bT +bT +bT +bT +db +db +db +db +dV +ee eF -eL -fj -fj -fE -gb -hB -hB -gc -kf -fy -fj -kO +eF +ff +fr +fN +fN +ft +gu +eX +eF +gH aM aM aM @@ -80600,7 +80058,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -80609,54 +80067,54 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -ih -qK -ox -oM -ih -ih -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +lW +nX +ol +ow +lW +lW +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -80670,7 +80128,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -80711,37 +80169,37 @@ aM aM aM aM -GU -Ha -GY -GY -GY -GY -GY -GY -HP -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +IA +Iy +Iy +Iy +Iy +Iy +Iy +Jt +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -80783,29 +80241,29 @@ aM aM "} (249,1,1) = {" -aN -bJ -ca -ca -ca -ca -ca -ca -ca -ca -ev -eL -fj -fy -fD -fV -hx -ij -jB -kf -fy -fj -kO +aP +bI +bU +bU +bU +bU +bU +bU +bU +bU +dW +ee +eF +eX +fg +fs +fO +gg +go +gu +eX +eF +gH aM aM aM @@ -80857,7 +80315,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -80865,56 +80323,56 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -ih -ih -ih -ih -ih -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lW +lW +lW +lW +lW +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -80927,7 +80385,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -80968,37 +80426,37 @@ aM aM aM aM -GU -Ha -GY -Hh -Hd -GY -GY -GY -GY -GY -GY -GY -HR -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +IA +Iy +IH +ID +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Jv +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -81040,29 +80498,29 @@ aM aM "} (250,1,1) = {" -aN -bJ -ca -ca -ca -ca -ca -ca -ca -ca -ev -eL -fj -fy -fD -fV -hF -iE -jB -kf -fy -fj -kO +aP +bI +bU +bU +bU +bU +bU +bU +bU +bU +dW +ee +eF +eX +fg +fs +fP +gh +go +gu +eX +eF +gH aM aM aM @@ -81114,7 +80572,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -81122,57 +80580,57 @@ aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -81184,7 +80642,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -81225,37 +80683,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -81297,29 +80755,29 @@ aM aM "} (251,1,1) = {" -aN -bJ -ca -ca -ca -ca -ca -ca -ca -ca -ev -eL -fj -fy -fD -gc -hE -hE -jR -kj -fj -fj -kO +aP +bI +bU +bU +bU +bU +bU +bU +bU +bU +dW +ee +eF +eX +fg +ft +fQ +fQ +gp +gv +eF +eF +gH aM aM aM @@ -81371,67 +80829,67 @@ aM aM aM aM -mt +lB aM aM aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -81441,7 +80899,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -81482,37 +80940,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -81554,29 +81012,29 @@ aM aM "} (252,1,1) = {" -aN -bJ -ca -ca -ca -ca -ca -ca -ca -ca -ev -eL -fj -fj -fj -ge -ge -ge -ge -fj -fj -fj -kO +aP +bI +bU +bU +bU +bU +bU +bU +bU +bU +dW +ee +eF +eF +eF +fu +fu +fu +fu +eF +eF +eF +gH aM aM aM @@ -81628,68 +81086,68 @@ aM aM aM aM -mt +lB aM aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -81698,7 +81156,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -81739,37 +81197,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -GY -GY -GY -GY -GY -Hd -Hh -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +ID +IH +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -81811,29 +81269,29 @@ aM aM "} (253,1,1) = {" -aN -bJ -ca -ca -ca -ca -ca -ca -ca -ca -ev -eL -fj -fj -fj -fy -fy -fy -fy -fj -fj -kN -kO +aP +bI +bU +bU +bU +bU +bU +bU +bU +bU +dW +ee +eF +eF +eF +eX +eX +eX +eX +eF +eF +gG +gH aM aM aM @@ -81885,68 +81343,68 @@ aM aM aM aM -mt +lB aM aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -81955,7 +81413,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -81996,37 +81454,37 @@ aM aM aM aM -GU -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -82068,29 +81526,29 @@ aM aM "} (254,1,1) = {" -aN -bN -ce -ce -ce -ce -dP -dP -dP -dP -eJ -eL -fj -fj -fj -fj -fj -fj -fj -fj -fj -kN -kO +aP +bJ +bV +bV +bV +bV +dc +dc +dc +dc +dX +ee +eF +eF +eF +eF +eF +eF +eF +eF +eF +gG +gH aM aM aM @@ -82142,69 +81600,69 @@ aM aM aM aM -mt +lB aM aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM @@ -82212,7 +81670,7 @@ aM aM aM aM -mt +lB aM aM aM @@ -82253,37 +81711,37 @@ aM aM aM aM -GU -GY -He -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -GY -HT -HV -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HX -HW +Iu +Iy +IE +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Iy +Jx +Jz +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JB +JA aM aM aM @@ -82325,29 +81783,29 @@ aM aM "} (255,1,1) = {" -dC -bM -bM -bM -bM -bM -bM -bM -bM -bM -bM -dC -bM -bM -bM -bM -bM -bM -bM -bM -bM -bM -dC +aO +bK +bK +bK +bK +bK +bK +bK +bK +bK +bK +aO +bK +bK +bK +bK +bK +bK +bK +bK +bK +bK +aO aM aM aM @@ -82399,77 +81857,77 @@ aM aM aM aM -mt +lB aM aM aM aM -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC +lC aM aM aM aM aM aM -mt +lB aM aM aM @@ -82510,37 +81968,37 @@ aM aM aM aM -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -GU -HU -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW -HW +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Iu +Jy +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA +JA aM aM aM diff --git a/maps/exodus/exodus-3.dmm b/maps/exodus/exodus-3_telecomms.dmm similarity index 97% rename from maps/exodus/exodus-3.dmm rename to maps/exodus/exodus-3_telecomms.dmm index 4559d33253c..53f93c5f4bb 100644 --- a/maps/exodus/exodus-3.dmm +++ b/maps/exodus/exodus-3_telecomms.dmm @@ -1,33 +1,26 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ab" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, +/turf/simulated/shuttle/wall, /area/derelict/ship) "ac" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (EAST)"; icon_state = "swall_straight"; dir = 4 }, /area/derelict/ship) "ad" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_s"; - icon_state = "swall_s" + icon_state = "swall_t"; + dir = 1 }, /area/derelict/ship) "ae" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ - tag = "icon-swall_t (NORTH)"; - icon_state = "swall_t"; - dir = 1 + icon_state = "swall_c" }, /area/derelict/ship) "af" = ( @@ -35,7 +28,6 @@ icon_state = "floor3" }, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (WEST)"; icon_state = "swall_c"; dir = 8 }, @@ -56,46 +48,38 @@ }, /area/derelict/ship) "ai" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t"; - icon_state = "swall_t" - }, -/area/derelict/ship) -"aj" = ( /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (NORTH)"; icon_state = "swall_c"; dir = 1 }, /area/derelict/ship) +"aj" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_t" + }, +/area/derelict/ship) "ak" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall15"; + dir = 2 + }, +/area/derelict/ship) +"al" = ( /obj/structure/shuttle/engine/propulsion{ - tag = "icon-propulsion_r (EAST)"; icon_state = "propulsion_r"; dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/ship) -"al" = ( +"am" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_t (EAST)"; icon_state = "swall_t"; dir = 4 }, /area/derelict/ship) -"am" = ( -/obj/structure/shuttle/engine/heater{ - icon_state = "heater"; - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/airless, -/area/derelict/ship) "an" = ( /obj/machinery/computer/med_data, /turf/simulated/shuttle/floor{ @@ -113,59 +97,53 @@ }, /area/derelict/ship) "ap" = ( -/turf/simulated/shuttle/wall{ - icon_state = "swall15"; - dir = 2 - }, -/area/derelict/ship) -"aq" = ( /turf/simulated/shuttle/plating, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (WEST)"; icon_state = "swall_c"; dir = 8 }, /area/derelict/ship) +"aq" = ( +/obj/structure/shuttle/engine/heater{ + icon_state = "heater"; + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/derelict/ship) "ar" = ( /obj/structure/shuttle/engine/propulsion{ - tag = "icon-propulsion (EAST)"; icon_state = "propulsion"; dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/ship) "as" = ( /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; icon_state = "swall_c" }, /area/derelict/ship) "at" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (WEST)"; - icon_state = "swall_t"; - dir = 8 - }, -/area/derelict/ship) -"au" = ( /obj/item/weapon/scalpel, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /area/derelict/ship) -"av" = ( +"au" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_straight"; - icon_state = "swall_straight" + icon_state = "swall_t"; + dir = 8 }, /area/derelict/ship) -"aw" = ( +"av" = ( /turf/simulated/shuttle/plating, /area/derelict/ship) -"ax" = ( +"aw" = ( /obj/structure/computerframe{ anchored = 1 }, @@ -173,7 +151,7 @@ icon_state = "floor3" }, /area/derelict/ship) -"ay" = ( +"ax" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -184,16 +162,16 @@ /obj/structure/window/reinforced, /turf/simulated/shuttle/plating, /area/derelict/ship) +"ay" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/shuttle/plating, +/area/derelict/ship) "az" = ( /obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/shuttle/plating, -/area/derelict/ship) -"aA" = ( -/obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 }, @@ -203,7 +181,7 @@ /obj/structure/window/reinforced, /turf/simulated/shuttle/plating, /area/derelict/ship) -"aB" = ( +"aA" = ( /obj/machinery/door/airlock/glass{ name = "Hibernation Pods" }, @@ -211,7 +189,7 @@ icon_state = "floor3" }, /area/derelict/ship) -"aC" = ( +"aB" = ( /obj/structure/bed/chair{ dir = 1 }, @@ -219,27 +197,24 @@ icon_state = "floor3" }, /area/derelict/ship) -"aD" = ( +"aC" = ( /obj/structure/table/standard, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /area/derelict/ship) -"aE" = ( -/turf/simulated/shuttle/plating, +"aD" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 + icon_state = "swall_straight" }, /area/derelict/ship) -"aF" = ( +"aE" = ( /obj/item/device/multitool, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /area/derelict/ship) -"aG" = ( +"aF" = ( /obj/item/weapon/cell{ charge = 100; maxcharge = 15000 @@ -248,26 +223,27 @@ icon_state = "floor3" }, /area/derelict/ship) -"aH" = ( +"aG" = ( /obj/machinery/door/unpowered/shuttle, /turf/simulated/floor/plating, /area/derelict/ship) +"aH" = ( +/turf/simulated/shuttle/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 4 + }, +/area/derelict/ship) "aI" = ( /obj/structure/shuttle/engine/propulsion{ - tag = "icon-propulsion_l (EAST)"; icon_state = "propulsion_l"; dir = 4 }, -/turf/space, +/turf/template_noop, /area/derelict/ship) "aJ" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 + icon_state = "swall_s" }, /area/derelict/ship) "aK" = ( @@ -293,12 +269,14 @@ }, /area/derelict/ship) "aM" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t (NORTH)"; - icon_state = "swall_t"; - dir = 1 +/turf/simulated/shuttle/floor{ + icon_state = "floor3" }, -/area/space) +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 4 + }, +/area/derelict/ship) "aN" = ( /obj/machinery/door/airlock/glass, /turf/simulated/shuttle/floor{ @@ -357,8 +335,8 @@ /area/derelict/ship) "aU" = ( /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aV" = ( /obj/structure/table/standard, /obj/item/weapon/gun/energy/retro, @@ -418,37 +396,26 @@ }, /area/derelict/ship) "bb" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; - icon_state = "swall_c" - }, -/area/derelict/ship) +/turf/simulated/shuttle/wall, +/area/template_noop) "bc" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_straight (EAST)"; + icon_state = "swall_t"; + dir = 1 + }, +/area/template_noop) +"bd" = ( +/turf/simulated/shuttle/wall{ icon_state = "swall_straight"; dir = 4 }, -/area/space) -"bd" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, -/area/space) +/area/template_noop) "be" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, +/turf/template_noop, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (WEST)"; - icon_state = "swall_c"; - dir = 8 + icon_state = "swall_c" }, -/area/space) +/area/template_noop) "bf" = ( /obj/structure/table/standard, /obj/item/device/analyzer, @@ -481,40 +448,39 @@ /area/derelict/ship) "bj" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_t (WEST)"; icon_state = "swall_t"; dir = 8 }, -/area/space) +/area/template_noop) "bk" = ( /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (NORTH)"; icon_state = "swall_c"; - dir = 1 + dir = 8 }, -/area/space) +/area/template_noop) "bl" = ( /turf/simulated/shuttle/floor{ icon_state = "floor3" }, -/area/space) +/area/template_noop) "bm" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 1 + }, +/area/template_noop) +"bn" = ( /turf/simulated/shuttle/wall{ - tag = "icon-swall_t (EAST)"; icon_state = "swall_t"; dir = 4 }, -/area/space) -"bn" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; - icon_state = "swall_c" - }, -/area/space) +/area/template_noop) "bo" = ( /obj/machinery/door/window/northright, /obj/effect/decal/remains/human, @@ -546,45 +512,37 @@ /turf/simulated/shuttle/floor{ icon_state = "floor3" }, -/area/space) +/area/template_noop) "bs" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ - tag = "icon-swall_s (NORTH)"; - icon_state = "swall_s"; - dir = 1 - }, -/area/derelict/ship) -"bt" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (EAST)"; - icon_state = "swall_c"; - dir = 4 - }, -/area/space) -"bu" = ( -/turf/simulated/shuttle/wall{ - tag = "icon-swall_t"; - icon_state = "swall_t" - }, -/area/space) -"bv" = ( -/obj/structure/table, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/space) -"bw" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (WEST)"; icon_state = "swall_c"; dir = 8 }, /area/derelict/ship) -"bx" = ( +"bt" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 1 + }, +/area/derelict/ship) +"bu" = ( +/obj/structure/table, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/template_noop) +"bv" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 4 + }, +/area/template_noop) +"bw" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -595,7 +553,7 @@ }, /turf/simulated/shuttle/plating, /area/derelict/ship) -"by" = ( +"bx" = ( /obj/machinery/light_switch{ pixel_x = 27 }, @@ -606,30 +564,26 @@ icon_state = "floor3" }, /area/derelict/ship) +"by" = ( +/turf/template_noop, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 1 + }, +/area/template_noop) "bz" = ( -/turf/space, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (NORTH)"; - icon_state = "swall_c"; - dir = 1 + icon_state = "swall_t" }, -/area/derelict/ship) +/area/template_noop) "bA" = ( -/turf/simulated/shuttle/plating, +/turf/template_noop, /turf/simulated/shuttle/wall{ - tag = "icon-swall_c (NORTH)"; icon_state = "swall_c"; - dir = 1 + dir = 8 }, -/area/derelict/ship) +/area/template_noop) "bB" = ( -/turf/simulated/shuttle/plating, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c"; - icon_state = "swall_c" - }, -/area/derelict/ship) -"bC" = ( /obj/item/weapon/material/shard{ icon_state = "medium" }, @@ -637,30 +591,30 @@ icon_state = "floor3" }, /area/derelict/ship) -"bD" = ( +"bC" = ( /obj/item/weapon/material/shard, /obj/structure/bed/chair, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /area/derelict/ship) -"bE" = ( +"bD" = ( /obj/structure/bed/chair, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /area/derelict/ship) +"bE" = ( +/obj/structure/cable, +/obj/structure/computerframe{ + anchored = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor3" + }, +/area/derelict/ship) "bF" = ( /obj/structure/cable, -/obj/structure/computerframe{ - anchored = 1 - }, -/turf/simulated/shuttle/floor{ - icon_state = "floor3" - }, -/area/derelict/ship) -"bG" = ( -/obj/structure/cable, /obj/structure/computerframe{ anchored = 1 }, @@ -669,7 +623,7 @@ icon_state = "floor3" }, /area/derelict/ship) -"bH" = ( +"bG" = ( /obj/structure/table/rack, /obj/item/weapon/tank/emergency_oxygen, /obj/item/weapon/tank/emergency_oxygen, @@ -679,7 +633,7 @@ icon_state = "floor3" }, /area/derelict/ship) -"bI" = ( +"bH" = ( /obj/structure/table/rack, /obj/item/clothing/suit/space/syndicate, /obj/item/clothing/head/helmet/space/syndicate, @@ -688,14 +642,14 @@ icon_state = "floor3" }, /area/derelict/ship) -"bJ" = ( +"bI" = ( /obj/structure/table/rack, /obj/item/weapon/storage/toolbox/syndicate, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /area/derelict/ship) -"bK" = ( +"bJ" = ( /obj/machinery/power/apc{ dir = 8; name = "west bump-derelict"; @@ -710,7 +664,7 @@ icon_state = "floor3" }, /area/derelict/ship) -"bL" = ( +"bK" = ( /obj/structure/cable{ d2 = 8; icon_state = "0-8" @@ -719,28 +673,31 @@ icon_state = "floor3" }, /area/derelict/ship) -"bM" = ( +"bL" = ( /obj/machinery/light/small, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /area/derelict/ship) +"bM" = ( +/turf/simulated/shuttle/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c"; + dir = 1 + }, +/area/derelict/ship) "bN" = ( -/obj/machinery/power/solar/fake, -/turf/simulated/floor/airless, -/area/space) -"bO" = ( /obj/item/trash/cheesie, -/turf/space, -/area/space) -"bP" = ( +/turf/template_noop, +/area/template_noop) +"bO" = ( /obj/machinery/door/blast/regular{ id = "oldship_gun"; name = "Pod Bay Door" }, /turf/simulated/shuttle/plating, /area/derelict/ship) -"bQ" = ( +"bP" = ( /obj/machinery/mass_driver{ dir = 8; icon_state = "mass_driver"; @@ -748,11 +705,11 @@ }, /turf/simulated/shuttle/plating, /area/derelict/ship) -"bR" = ( +"bQ" = ( /obj/machinery/door/airlock/glass, /turf/simulated/shuttle/plating, /area/derelict/ship) -"bS" = ( +"bR" = ( /obj/machinery/door/airlock/glass{ name = "Pod Bay" }, @@ -760,16 +717,19 @@ icon_state = "floor3" }, /area/derelict/ship) -"bT" = ( +"bS" = ( /obj/effect/decal/remains/human, /turf/simulated/shuttle/floor{ icon_state = "floor3" }, /area/derelict/ship) +"bT" = ( +/turf/simulated/shuttle/plating, +/turf/simulated/shuttle/wall{ + icon_state = "swall_c" + }, +/area/derelict/ship) "bU" = ( -/turf/simulated/floor/airless, -/area/space) -"bV" = ( /obj/machinery/computer/pod{ id = "oldship_gun" }, @@ -777,6 +737,12 @@ icon_state = "floor3" }, /area/derelict/ship) +"bV" = ( +/turf/simulated/shuttle/wall{ + icon_state = "swall_s"; + dir = 1 + }, +/area/derelict/ship) "bW" = ( /obj/structure/table/standard, /obj/item/weapon/screwdriver, @@ -795,35 +761,34 @@ "bY" = ( /obj/structure/lattice, /obj/structure/grille, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "bZ" = ( +/obj/machinery/power/solar/fake, +/turf/simulated/floor/airless, +/area/template_noop) +"ca" = ( +/turf/simulated/floor/airless, +/area/template_noop) +"cb" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/template_noop, +/area/template_noop) +"cc" = ( +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms North Solars"; + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"cd" = ( /obj/structure/grille, /turf/simulated/floor/airless, -/area/space) -"ca" = ( -/turf/simulated/floor/reinforced, -/area/tcommsat/computer) -"cb" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"cc" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet/green, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"cd" = ( -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms Lounge" - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) +/area/template_noop) "ce" = ( /turf/simulated/wall/r_wall, -/area/space) +/area/template_noop) "cf" = ( /turf/simulated/wall/r_wall, /area/turret_protected/tcomsat) @@ -832,16 +797,20 @@ /area/tcommsat/computer) "ch" = ( /obj/structure/lattice, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) "ci" = ( -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) "cj" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet/brown, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms West Wing North" + }, +/turf/template_noop, +/area/turret_protected/tcomsat) "ck" = ( /obj/structure/window/reinforced{ dir = 8 @@ -861,8 +830,7 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 6; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHEAST)" + icon_state = "intact" }, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) @@ -881,8 +849,7 @@ "cn" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ dir = 1; - icon_state = "map"; - tag = "icon-manifold-f (NORTH)" + icon_state = "map" }, /obj/machinery/meter, /turf/simulated/floor/plating, @@ -894,45 +861,36 @@ /turf/simulated/floor/plating, /area/turret_protected/tcomsat) "cp" = ( -/turf/simulated/floor/tiled, +/turf/simulated/floor/reinforced, /area/tcommsat/computer) "cq" = ( /obj/structure/bed, +/obj/item/weapon/bedsheet/green, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cr" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cs" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet/brown, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"ct" = ( +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms Lounge" + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cu" = ( +/obj/structure/bed, /obj/item/weapon/bedsheet/red, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"cr" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"cs" = ( -/obj/structure/table/standard, -/obj/item/weapon/folder/yellow, -/obj/item/weapon/folder/yellow, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms Main Computer Room" - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"ct" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms West Wing North" - }, -/turf/space, -/area/turret_protected/tcomsat) -"cu" = ( -/obj/structure/filingcabinet, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) "cv" = ( -/obj/machinery/computer/telecomms/traffic, /turf/simulated/floor/tiled, /area/tcommsat/computer) "cw" = ( @@ -940,7 +898,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) "cx" = ( /obj/structure/window/reinforced{ @@ -964,8 +922,7 @@ "cA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" + icon_state = "intact" }, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) @@ -983,9 +940,30 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) "cD" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cE" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cF" = ( +/obj/structure/table/standard, +/obj/item/weapon/folder/yellow, +/obj/item/weapon/folder/yellow, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms Main Computer Room" + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cG" = ( /obj/structure/table/standard, /obj/item/weapon/paper_bin, /obj/item/weapon/pen/blue{ @@ -994,25 +972,22 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"cE" = ( -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms West Solars"; - dir = 8 - }, -/turf/space, -/area/space) -"cF" = ( +"cH" = ( +/obj/machinery/computer/telecomms/traffic, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cI" = ( /obj/structure/table/standard, /obj/item/device/flashlight/lamp, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"cG" = ( +"cJ" = ( /obj/item/weapon/reagent_containers/food/snacks/meat/syntiflesh{ name = "Cuban Pete-Meat" }, /turf/simulated/floor/reinforced, /area/tcommsat/computer) -"cH" = ( +"cK" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_x = -29; @@ -1020,26 +995,13 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"cI" = ( -/obj/item/device/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHEAST)" - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"cJ" = ( +"cL" = ( /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"cK" = ( +"cM" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 @@ -1049,12 +1011,12 @@ }, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) -"cL" = ( +"cN" = ( /obj/structure/window/reinforced, /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) -"cM" = ( +"cO" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -1065,11 +1027,11 @@ }, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) -"cN" = ( +"cP" = ( /obj/structure/window/reinforced, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) -"cO" = ( +"cQ" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -1077,56 +1039,83 @@ /obj/structure/closet, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) -"cP" = ( +"cR" = ( /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"cQ" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"cR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) "cS" = ( +/obj/item/device/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, /obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHWEST)" + dir = 5; + icon_state = "intact" }, /turf/simulated/floor/tiled, /area/tcommsat/computer) "cT" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; + dir = 4; + icon_state = "intact" + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cU" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4; + icon_state = "intact" + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ icon_state = "intact"; dir = 4 }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"cU" = ( +"cW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cX" = ( +/obj/machinery/computer/telecomms/monitor{ + network = "tcommsat" + }, +/obj/item/device/radio/intercom{ + name = "General Listening Channel"; + pixel_x = 28; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cY" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet/orange, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"cZ" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/lattice, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"cV" = ( +"da" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -1135,9 +1124,9 @@ dir = 1 }, /obj/structure/lattice, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"cW" = ( +"db" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -1152,7 +1141,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) -"cX" = ( +"dc" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 @@ -1160,99 +1149,85 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"cY" = ( +"dd" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"cZ" = ( +"de" = ( /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"da" = ( +"df" = ( /obj/structure/sign/securearea, /turf/simulated/wall/r_wall, /area/tcommsat/computer) -"db" = ( -/obj/machinery/computer/telecomms/monitor{ - network = "tcommsat" - }, -/obj/item/device/radio/intercom{ - name = "General Listening Channel"; - pixel_x = 28; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"dc" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet/orange, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"dd" = ( +"dg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"de" = ( +"dh" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"df" = ( +"di" = ( /obj/structure/bed/chair/office/dark{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dg" = ( +"dj" = ( /obj/machinery/computer/telecomms/server{ network = "tcommsat" }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dh" = ( +"dk" = ( /obj/item/weapon/reagent_containers/food/snacks/meat/syntiflesh{ name = "Cuban Pete-Meat" }, /obj/item/weapon/spacecash/c1, /turf/simulated/floor/reinforced, /area/tcommsat/computer) -"di" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"dj" = ( +"dl" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dk" = ( -/obj/structure/bed/chair{ +"dm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dl" = ( +"dn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dm" = ( +"do" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"dp" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/fancy/cigarettes, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"dq" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -1261,25 +1236,7 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dn" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/fancy/cigarettes, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"do" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled{ - icon_state = "vault"; - dir = 5 - }, -/area/turret_protected/tcomsat) -"dp" = ( +"dr" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -1294,17 +1251,11 @@ dir = 5 }, /area/turret_protected/tcomsat) -"dq" = ( +"ds" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -1313,12 +1264,7 @@ dir = 5 }, /area/turret_protected/tcomsat) -"dr" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/space, -/area/space) -"ds" = ( +"dt" = ( /obj/structure/window/reinforced, /obj/structure/cable{ d1 = 1; @@ -1331,7 +1277,11 @@ dir = 5 }, /area/turret_protected/tcomsat) -"dt" = ( +"du" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/cable{ d1 = 4; d2 = 8; @@ -1339,12 +1289,14 @@ pixel_x = 0 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 + dir = 4 }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"du" = ( +/turf/simulated/floor/tiled{ + icon_state = "vault"; + dir = 5 + }, +/area/turret_protected/tcomsat) +"dv" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -1363,7 +1315,29 @@ dir = 5 }, /area/tcommsat/computer) -"dv" = ( +"dw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"dx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"dy" = ( /obj/structure/cable{ d1 = 2; d2 = 4; @@ -1376,19 +1350,7 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dw" = ( -/turf/simulated/wall/r_wall, -/area/tcommsat/chamber) -"dx" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"dy" = ( +"dz" = ( /obj/structure/cable{ d2 = 8; icon_state = "0-8" @@ -1402,56 +1364,65 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dz" = ( -/obj/machinery/vending/cola, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) "dA" = ( +/turf/simulated/wall/r_wall, +/area/tcommsat/chamber) +"dB" = ( /obj/machinery/vending/snack, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dB" = ( +"dC" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"dD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"dE" = ( /obj/item/weapon/cigbutt, /obj/machinery/light, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"dD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/tcommsat/computer) -"dE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/wall/r_wall, -/area/space) "dF" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 +/obj/structure/bed/chair{ + dir = 1 }, /turf/simulated/floor/tiled, /area/tcommsat/computer) "dG" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, /turf/simulated/floor/tiled, /area/tcommsat/computer) "dH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/tcommsat/computer) +"dI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/template_noop) +"dJ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/grille, /turf/simulated/floor/airless, -/area/space) -"dI" = ( +/area/template_noop) +"dK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/template_noop) +"dL" = ( /obj/structure/disposaloutlet{ dir = 4 }, @@ -1459,37 +1430,8 @@ dir = 8 }, /turf/simulated/floor/airless, -/area/space) -"dJ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/space, -/area/turret_protected/tcomsat) -"dK" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/lattice, -/obj/machinery/light, -/turf/space, -/area/turret_protected/tcomsat) -"dL" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/space, -/area/turret_protected/tcomsat) +/area/template_noop) "dM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/space) -"dN" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -1502,7 +1444,30 @@ dir = 5 }, /area/turret_protected/tcomsat) +"dN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) "dO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/lattice, +/obj/machinery/light, +/turf/template_noop, +/area/turret_protected/tcomsat) +"dP" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) +"dQ" = ( /obj/machinery/light{ dir = 8 }, @@ -1513,15 +1478,7 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/tcommsat/computer) -"dQ" = ( +"dR" = ( /obj/machinery/atmospherics/unary/freezer{ dir = 2; icon_state = "freezer_1"; @@ -1530,11 +1487,18 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dR" = ( +"dS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/tcommsat/computer) +"dT" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHEAST)" + icon_state = "intact" }, /obj/machinery/airlock_sensor/airlock_exterior{ frequency = 1381; @@ -1548,7 +1512,22 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/computer) -"dS" = ( +"dU" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + frequency = 1381; + icon_state = "door_locked"; + id_tag = "server_access_outer"; + locked = 1; + name = "Telecoms Server Access"; + req_access = list(61) + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/tcommsat/chamber) +"dV" = ( /obj/machinery/airlock_sensor{ frequency = 1381; id_tag = "server_access_sensor"; @@ -1575,47 +1554,22 @@ tag_secure = 1 }, /obj/effect/floor_decal/industrial/warning/cee{ - tag = "icon-warningcee (WEST)"; icon_state = "warningcee"; dir = 8 }, /turf/simulated/floor/plating, /area/tcommsat/chamber) -"dT" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - frequency = 1381; - icon_state = "door_locked"; - id_tag = "server_access_outer"; - locked = 1; - name = "Telecoms Server Access"; - req_access = list(61) - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/tcommsat/chamber) -"dU" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/turf/space, -/area/turret_protected/tcomsat) -"dV" = ( +"dW" = ( /obj/machinery/light/small{ dir = 1 }, /obj/effect/floor_decal/industrial/warning/cee{ - tag = "icon-warningcee (EAST)"; icon_state = "warningcee"; dir = 4 }, /turf/simulated/floor/plating, /area/tcommsat/chamber) -"dW" = ( +"dX" = ( /obj/machinery/door/airlock/hatch{ name = "Telecoms Lounge"; req_access = list(61) @@ -1626,11 +1580,18 @@ dir = 5 }, /area/tcommsat/computer) -"dX" = ( +"dY" = ( /obj/machinery/porta_turret/stationary, /turf/simulated/floor/airless, /area/turret_protected/tcomsat) -"dY" = ( +"dZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/turf/template_noop, +/area/turret_protected/tcomsat) +"ea" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -1648,7 +1609,24 @@ }, /turf/simulated/floor/plating, /area/tcommsat/chamber) -"dZ" = ( +"eb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/turf/simulated/floor/plating, +/area/tcommsat/chamber) +"ec" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -1673,7 +1651,7 @@ }, /turf/simulated/floor/plating, /area/tcommsat/chamber) -"ea" = ( +"ed" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -1687,10 +1665,12 @@ d2 = 8; icon_state = "0-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, /turf/simulated/floor/plating, /area/tcommsat/chamber) -"eb" = ( +"ee" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -1708,26 +1688,7 @@ }, /turf/simulated/floor/plating, /area/tcommsat/chamber) -"ec" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/tcommsat/chamber) -"ed" = ( +"ef" = ( /obj/machinery/door/airlock/maintenance_hatch{ frequency = 1381; icon_state = "door_locked"; @@ -1738,7 +1699,42 @@ }, /turf/simulated/floor/plating, /area/tcommsat/chamber) -"ee" = ( +"eg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled{ + icon_state = "vault"; + dir = 5 + }, +/area/turret_protected/tcomsat) +"eh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/turf/template_noop, +/area/turret_protected/tcomsat) +"ei" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled{ + icon_state = "vault"; + dir = 5 + }, +/area/turret_protected/tcomsat) +"ej" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -1746,9 +1742,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"ef" = ( +"ek" = ( /turf/simulated/floor/bluegrid{ name = "Mainframe Base"; nitrogen = 100; @@ -1756,7 +1752,7 @@ temperature = 80 }, /area/tcommsat/chamber) -"eg" = ( +"el" = ( /obj/structure/cable{ icon_state = "0-4"; d2 = 4 @@ -1774,74 +1770,13 @@ temperature = 80 }, /area/tcommsat/chamber) -"eh" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled{ - icon_state = "vault"; - dir = 5 - }, -/area/turret_protected/tcomsat) -"ei" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/tcommsat/chamber) -"ej" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms West Wing Central"; - dir = 8 - }, -/turf/space, -/area/turret_protected/tcomsat) -"ek" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled{ - icon_state = "vault"; - dir = 5 - }, -/area/turret_protected/tcomsat) -"el" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/tcommsat/chamber) "em" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, /obj/machinery/atmospherics/pipe/simple/hidden/yellow, /turf/simulated/floor/bluegrid{ name = "Mainframe Base"; @@ -1851,188 +1786,20 @@ }, /area/tcommsat/chamber) "en" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 }, -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 }, -/turf/space, -/area/turret_protected/tcomsat) +/area/tcommsat/chamber) "eo" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = 32 - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/tcommsat/chamber) -"ep" = ( -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"eq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/turret_protected/tcomsat) -"er" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/turret_protected/tcomsat) -"es" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/turret_protected/tcomsat) -"et" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled{ - icon_state = "vault"; - dir = 5 - }, -/area/turret_protected/tcomsat) -"eu" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/space, -/area/turret_protected/tcomsat) -"ev" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"ew" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"ex" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/tcommsat/chamber) -"ey" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled{ - icon_state = "vault"; - dir = 5 - }, -/area/turret_protected/tcomsat) -"ez" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"eA" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/space, -/area/turret_protected/tcomsat) -"eB" = ( -/obj/machinery/airlock_sensor/airlock_interior{ - frequency = 1381; - id_tag = "server_access_in_sensor"; - name = "interior sensor"; - pixel_y = 25 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = 32 - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/tcommsat/chamber) -"eC" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/turret_protected/tcomsat) -"eD" = ( -/obj/machinery/telecomms/server/presets/supply, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"eE" = ( -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms East Solars"; - dir = 4 - }, -/turf/space, -/area/space) -"eF" = ( -/obj/machinery/telecomms/server/presets/unused, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"eG" = ( /obj/structure/cable{ d1 = 2; d2 = 8; @@ -2056,23 +1823,8 @@ temperature = 80 }, /area/tcommsat/chamber) -"eH" = ( -/obj/machinery/telecomms/server/presets/common, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"eI" = ( -/obj/machinery/telecomms/server/presets/engineering, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"eJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/telecomms/broadcaster/preset_right, +"ep" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, /turf/simulated/floor/bluegrid{ name = "Mainframe Base"; nitrogen = 100; @@ -2080,17 +1832,7 @@ temperature = 80 }, /area/tcommsat/chamber) -"eK" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/space, -/area/turret_protected/tcomsat) -"eL" = ( +"eq" = ( /obj/machinery/airlock_sensor/airlock_interior{ frequency = 1381; id_tag = "server_access_in_sensor"; @@ -2106,25 +1848,183 @@ temperature = 80 }, /area/tcommsat/chamber) -"eM" = ( -/obj/structure/window/reinforced, +"er" = ( +/obj/machinery/airlock_sensor/airlock_interior{ + frequency = 1381; + id_tag = "server_access_in_sensor"; + name = "interior sensor"; + pixel_y = 25 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = 32 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/tcommsat/chamber) +"es" = ( +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"et" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = 32 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/tcommsat/chamber) +"eu" = ( /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, -/area/turret_protected/tcomsat) -"eN" = ( -/obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + icon_state = "vault"; + dir = 5 + }, +/area/turret_protected/tcomsat) +"ev" = ( /obj/structure/window/reinforced{ dir = 8 }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) +"ew" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"ex" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"ey" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/turret_protected/tcomsat) +"ez" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) -"eO" = ( +"eA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/turret_protected/tcomsat) +"eB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled{ + icon_state = "vault"; + dir = 5 + }, +/area/turret_protected/tcomsat) +"eC" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) +"eD" = ( +/obj/machinery/telecomms/server/presets/supply, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"eE" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"eF" = ( +/obj/machinery/telecomms/server/presets/unused, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"eG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/tcommsat/chamber) +"eH" = ( +/obj/machinery/telecomms/server/presets/common, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"eI" = ( +/obj/machinery/telecomms/server/presets/engineering, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"eJ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) +"eK" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -2140,7 +2040,17 @@ dir = 5 }, /area/turret_protected/tcomsat) -"eP" = ( +"eL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/turret_protected/tcomsat) +"eM" = ( /obj/structure/table/standard, /obj/item/weapon/stock_parts/micro_laser, /obj/item/weapon/stock_parts/manipulator, @@ -2154,7 +2064,14 @@ /obj/item/weapon/stock_parts/micro_laser/high, /turf/simulated/floor/tiled, /area/turret_protected/tcomsat) -"eQ" = ( +"eN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms Storage" + }, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomsat) +"eO" = ( /obj/structure/table/rack, /obj/item/weapon/circuitboard/telecomms/processor, /obj/item/weapon/circuitboard/telecomms/processor, @@ -2166,17 +2083,112 @@ /obj/item/weapon/circuitboard/telecomms/broadcaster, /turf/simulated/floor/tiled, /area/turret_protected/tcomsat) -"eR" = ( +"eP" = ( /obj/machinery/camera/network/telecom{ - c_tag = "Telecoms North Solars"; + c_tag = "Telecoms West Solars"; dir = 8 }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) +"eQ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms West Wing Central"; + dir = 8 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) +"eR" = ( +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) "eS" = ( -/turf/simulated/floor/plating, -/area/space) +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/tcommsat/chamber) "eT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) +"eU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled{ + icon_state = "vault"; + dir = 5 + }, +/area/turret_protected/tcomsat) +"eV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) +"eW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/turret_protected/tcomsat) +"eX" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/treatment, +/obj/item/weapon/stock_parts/subspace/treatment, +/obj/item/weapon/stock_parts/subspace/treatment, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomsat) +"eY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomsat) +"eZ" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/analyzer, +/obj/item/weapon/stock_parts/subspace/analyzer, +/obj/item/weapon/stock_parts/subspace/analyzer, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomsat) +"fa" = ( +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms East Solars"; + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"fb" = ( +/turf/simulated/floor/plating, +/area/template_noop) +"fc" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ dir = 8 @@ -2184,9 +2196,9 @@ /obj/machinery/light{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"eU" = ( +"fd" = ( /obj/structure/sign/nosmoking_2{ pixel_x = -32; pixel_y = 0 @@ -2202,33 +2214,22 @@ temperature = 80 }, /area/tcommsat/chamber) -"eV" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms Storage" - }, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomsat) -"eW" = ( +"fe" = ( +/obj/machinery/telecomms/processor/preset_two, /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/tcommsat/chamber) -"eX" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled{ - icon_state = "vault"; - dir = 5 - }, -/area/turret_protected/tcomsat) -"eY" = ( +"ff" = ( +/obj/machinery/telecomms/bus/preset_two, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fg" = ( +/obj/machinery/telecomms/relay/preset/telecomms, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fh" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -2242,25 +2243,22 @@ temperature = 80 }, /area/tcommsat/chamber) -"eZ" = ( -/obj/structure/table/standard, -/obj/item/weapon/stock_parts/subspace/treatment, -/obj/item/weapon/stock_parts/subspace/treatment, -/obj/item/weapon/stock_parts/subspace/treatment, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomsat) -"fa" = ( -/obj/structure/table/standard, -/obj/item/weapon/stock_parts/subspace/analyzer, -/obj/item/weapon/stock_parts/subspace/analyzer, -/obj/item/weapon/stock_parts/subspace/analyzer, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomsat) -"fb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomsat) -"fc" = ( +"fi" = ( +/obj/machinery/telecomms/relay/preset/station, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fj" = ( +/obj/machinery/telecomms/bus/preset_four, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fk" = ( +/obj/machinery/telecomms/processor/preset_four, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fl" = ( /obj/structure/sign/nosmoking_2{ pixel_x = 32; pixel_y = 0 @@ -2275,7 +2273,7 @@ temperature = 80 }, /area/tcommsat/chamber) -"fd" = ( +"fm" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -2287,39 +2285,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"fe" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"ff" = ( -/obj/machinery/telecomms/processor/preset_two, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fg" = ( -/obj/machinery/telecomms/relay/preset/telecomms, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fh" = ( -/obj/machinery/telecomms/bus/preset_four, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fi" = ( -/obj/machinery/telecomms/relay/preset/station, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fj" = ( -/obj/machinery/telecomms/processor/preset_four, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fk" = ( +"fn" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -2331,13 +2299,7 @@ dir = 5 }, /area/turret_protected/tcomsat) -"fl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomsat) -"fm" = ( +"fo" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Telecoms Storage"; req_access = list(61) @@ -2350,7 +2312,20 @@ dir = 5 }, /area/turret_protected/tcomsat) -"fn" = ( +"fp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomsat) +"fq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomsat) +"fr" = ( /obj/structure/table/standard, /obj/item/weapon/stock_parts/subspace/amplifier, /obj/item/weapon/stock_parts/subspace/amplifier, @@ -2365,28 +2340,41 @@ }, /turf/simulated/floor/tiled, /area/turret_protected/tcomsat) -"fo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomsat) -"fp" = ( +"fs" = ( +/obj/machinery/telecomms/bus/preset_one, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"ft" = ( /obj/machinery/telecomms/processor/preset_one, /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/tcommsat/chamber) -"fq" = ( +"fu" = ( +/obj/machinery/bluespacerelay, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fv" = ( +/obj/machinery/telecomms/processor/preset_three, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fw" = ( +/obj/machinery/telecomms/bus/preset_three, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fx" = ( /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"fr" = ( +"fy" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -2399,55 +2387,42 @@ }, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) -"fs" = ( -/obj/machinery/telecomms/bus/preset_one, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"ft" = ( -/obj/machinery/bluespacerelay, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fu" = ( -/obj/machinery/telecomms/processor/preset_three, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fv" = ( -/obj/machinery/telecomms/bus/preset_three, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fw" = ( -/turf/simulated/floor/tiled, -/area/turret_protected/tcomsat) -"fx" = ( -/obj/structure/table/standard, -/obj/item/weapon/stock_parts/subspace/ansible, -/obj/item/weapon/stock_parts/subspace/ansible, -/obj/item/weapon/stock_parts/subspace/ansible, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomsat) -"fy" = ( -/obj/item/weapon/storage/toolbox/mechanical, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomsat) "fz" = ( -/obj/structure/table/standard, -/obj/item/weapon/stock_parts/subspace/transmitter, -/obj/item/weapon/stock_parts/subspace/transmitter, /turf/simulated/floor/tiled, /area/turret_protected/tcomsat) "fA" = ( -/obj/structure/table/standard, -/obj/item/weapon/stock_parts/subspace/crystal, -/obj/item/weapon/stock_parts/subspace/crystal, -/obj/item/weapon/stock_parts/subspace/crystal, +/obj/item/weapon/storage/toolbox/mechanical, /turf/simulated/floor/tiled, /area/turret_protected/tcomsat) "fB" = ( /obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/ansible, +/obj/item/weapon/stock_parts/subspace/ansible, +/obj/item/weapon/stock_parts/subspace/ansible, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomsat) +"fC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/telecomms/receiver/preset_right, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/tcommsat/chamber) +"fD" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/transmitter, +/obj/item/weapon/stock_parts/subspace/transmitter, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomsat) +"fE" = ( +/obj/structure/table/standard, /obj/item/weapon/stock_parts/subspace/filter, /obj/item/weapon/stock_parts/subspace/filter, /obj/item/weapon/stock_parts/subspace/filter, @@ -2455,30 +2430,59 @@ /obj/item/weapon/stock_parts/subspace/filter, /turf/simulated/floor/tiled, /area/turret_protected/tcomsat) -"fC" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/turf/space, +"fF" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/crystal, +/obj/item/weapon/stock_parts/subspace/crystal, +/obj/item/weapon/stock_parts/subspace/crystal, +/turf/simulated/floor/tiled, /area/turret_protected/tcomsat) -"fD" = ( -/obj/machinery/telecomms/server/presets/medical, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fE" = ( +"fG" = ( /obj/machinery/telecomms/server/presets/science, /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/tcommsat/chamber) -"fF" = ( +"fH" = ( +/obj/machinery/telecomms/server/presets/medical, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 9 }, /turf/simulated/floor/tiled/dark, /area/tcommsat/chamber) -"fG" = ( +"fK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 10 + }, +/obj/machinery/ntnet_relay, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fM" = ( +/obj/machinery/telecomms/server/presets/command, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fN" = ( +/obj/machinery/telecomms/server/presets/security, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/tcommsat/chamber) +"fO" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -2486,7 +2490,7 @@ /obj/structure/window/reinforced, /turf/simulated/floor/plating, /area/turret_protected/tcomsat) -"fH" = ( +"fP" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 1; external_pressure_bound = 140; @@ -2503,14 +2507,25 @@ temperature = 80 }, /area/tcommsat/chamber) -"fI" = ( -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms South Solars"; - dir = 4 +"fQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/space, -/area/space) -"fJ" = ( +/obj/machinery/light, +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms Central Compartment South"; + dir = 1 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/tcommsat/chamber) +"fR" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 1; external_pressure_bound = 0; @@ -2531,7 +2546,7 @@ temperature = 80 }, /area/tcommsat/chamber) -"fK" = ( +"fS" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -2539,70 +2554,25 @@ }, /turf/simulated/wall/r_wall, /area/tcommsat/chamber) -"fL" = ( +"fT" = ( /obj/structure/window/reinforced{ dir = 8 }, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"fM" = ( +"fU" = ( /obj/structure/window/reinforced, /obj/structure/lattice, /obj/machinery/light{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/turret_protected/tcomsat) -"fN" = ( +"fV" = ( /turf/simulated/wall/r_wall, /area/turret_protected/tcomfoyer) -"fO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fQ" = ( -/obj/machinery/telecomms/server/presets/command, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 10 - }, -/obj/machinery/ntnet_relay, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fS" = ( -/obj/machinery/telecomms/server/presets/security, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/tcommsat/chamber) -"fT" = ( -/obj/machinery/porta_turret{ - dir = 6 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomfoyer) -"fU" = ( +"fW" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'LETHAL TURRETS'. Enter at your own risk!"; name = "LETHAL TURRETS"; @@ -2625,21 +2595,36 @@ }, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"fV" = ( -/obj/structure/window/reinforced, -/obj/machinery/light{ +"fX" = ( +/obj/machinery/porta_turret{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; dir = 1 }, -/turf/space, -/area/turret_protected/tcomsat) -"fW" = ( -/obj/structure/window/reinforced{ +/turf/simulated/floor/tiled, +/area/turret_protected/tcomfoyer) +"fY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; dir = 4 }, -/obj/structure/window/reinforced, -/turf/space, -/area/turret_protected/tcomsat) -"fX" = ( +/turf/simulated/floor/tiled, +/area/turret_protected/tcomfoyer) +"fZ" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -2669,20 +2654,14 @@ }, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"fY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, +"ga" = ( /obj/effect/floor_decal/industrial/warning/corner{ icon_state = "warningcorner"; - dir = 4 + dir = 1 }, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"fZ" = ( +"gb" = ( /obj/machinery/porta_turret{ dir = 10 }, @@ -2692,14 +2671,7 @@ }, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"ga" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomfoyer) -"gb" = ( +"gc" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'LETHAL TURRETS'. Enter at your own risk!"; name = "LETHAL TURRETS"; @@ -2712,7 +2684,21 @@ }, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"gc" = ( +"gd" = ( +/obj/structure/window/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) +"ge" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/template_noop, +/area/turret_protected/tcomsat) +"gf" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 @@ -2725,7 +2711,7 @@ dir = 5 }, /area/turret_protected/tcomsat) -"gd" = ( +"gg" = ( /obj/machinery/door/airlock/hatch{ name = "Telecoms West Wing"; req_access = list(61) @@ -2738,13 +2724,7 @@ dir = 5 }, /area/turret_protected/tcomfoyer) -"ge" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomfoyer) -"gf" = ( +"gh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -2753,7 +2733,13 @@ }, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"gg" = ( +"gi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomfoyer) +"gj" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -2762,14 +2748,16 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"gh" = ( -/obj/structure/window/reinforced{ - dir = 1 +"gk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/lattice, -/turf/space, -/area/turret_protected/tcomsat) -"gi" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomfoyer) +"gl" = ( /obj/machinery/door/airlock/hatch{ name = "Telecoms East Wing"; req_access = list(61) @@ -2782,16 +2770,7 @@ dir = 5 }, /area/turret_protected/tcomfoyer) -"gj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomfoyer) -"gk" = ( +"gm" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -2805,16 +2784,28 @@ dir = 5 }, /area/turret_protected/tcomsat) -"gl" = ( -/obj/machinery/light/small, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (WEST)"; - icon_state = "warningcorner"; +"gn" = ( +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms East Wing South"; dir = 8 }, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomfoyer) -"gm" = ( +/turf/template_noop, +/area/turret_protected/tcomsat) +"go" = ( +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms West Wing South"; + dir = 4 + }, +/turf/template_noop, +/area/turret_protected/tcomsat) +"gp" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/lattice, +/turf/template_noop, +/area/turret_protected/tcomsat) +"gq" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'LETHAL TURRETS'. Enter at your own risk!"; name = "LETHAL TURRETS"; @@ -2827,7 +2818,18 @@ }, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"gn" = ( +"gr" = ( +/obj/machinery/light/small, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomfoyer) +"gs" = ( +/turf/simulated/floor/tiled, +/area/turret_protected/tcomfoyer) +"gt" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -2836,13 +2838,41 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"go" = ( -/turf/simulated/wall/r_wall, -/area/tcommsat/entrance) -"gp" = ( +"gu" = ( +/obj/machinery/light/small, +/obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled, /area/turret_protected/tcomfoyer) -"gq" = ( +"gv" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'LETHAL TURRETS'. Enter at your own risk!"; + name = "LETHAL TURRETS"; + pixel_x = 32; + pixel_y = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomfoyer) +"gw" = ( +/turf/simulated/wall/r_wall, +/area/tcommsat/entrance) +"gx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Telecoms Satellite"; + req_access = list(61) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/turret_protected/tcomfoyer) +"gy" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -2860,38 +2890,7 @@ }, /turf/simulated/floor/plating, /area/tcommsat/entrance) -"gr" = ( -/obj/machinery/light/small, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomfoyer) -"gs" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'LETHAL TURRETS'. Enter at your own risk!"; - name = "LETHAL TURRETS"; - pixel_x = 32; - pixel_y = 0 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomfoyer) -"gt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecoms Satellite"; - req_access = list(61) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/turret_protected/tcomfoyer) -"gu" = ( +"gz" = ( /obj/structure/cable{ d2 = 8; icon_state = "0-8" @@ -2905,7 +2904,7 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gv" = ( +"gA" = ( /obj/machinery/power/breakerbox/activated{ RCon_tag = "Telecommunications Main Breaker" }, @@ -2914,16 +2913,11 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gw" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, +"gB" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, /area/tcommsat/entrance) -"gx" = ( +"gC" = ( /obj/item/device/radio/intercom{ broadcasting = 0; listening = 1; @@ -2933,7 +2927,16 @@ /obj/effect/decal/cleanable/cobweb, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gy" = ( +"gD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) +"gE" = ( /obj/machinery/turretid/stun{ ailock = 1; check_synth = 1; @@ -2945,25 +2948,10 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/plating, +"gF" = ( +/turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gA" = ( +"gG" = ( /obj/structure/cable{ d2 = 2; icon_state = "0-2"; @@ -2983,17 +2971,44 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gB" = ( -/turf/simulated/floor/tiled, +"gH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, /area/tcommsat/entrance) -"gC" = ( +"gI" = ( /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; dir = 1 }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gD" = ( +"gJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) +"gK" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -3008,37 +3023,16 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gE" = ( +"gL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 1 + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light, -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms Central Compartment South"; - dir = 1 - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/tcommsat/chamber) -"gG" = ( +"gM" = ( /obj/structure/cable{ d1 = 2; d2 = 8; @@ -3057,20 +3051,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gH" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/tcommsat/entrance) -"gI" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/entrance) -"gJ" = ( +"gN" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -3085,7 +3066,7 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gK" = ( +"gO" = ( /obj/structure/cable{ d1 = 1; d2 = 8; @@ -3093,7 +3074,11 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gL" = ( +"gP" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/tcommsat/entrance) +"gQ" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -3106,7 +3091,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gM" = ( +"gR" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) +"gS" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -3119,25 +3111,17 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gN" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/entrance) -"gO" = ( +"gT" = ( /obj/machinery/camera/network/telecom{ c_tag = "Telecoms Entrance North" }, /obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHEAST)"; icon_state = "warning"; dir = 5 }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gP" = ( +"gU" = ( /obj/machinery/light{ dir = 8 }, @@ -3146,7 +3130,13 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gQ" = ( +"gV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) +"gW" = ( /obj/structure/cable{ d1 = 1; d2 = 4; @@ -3158,17 +3148,7 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/entrance) -"gS" = ( -/obj/structure/sign/vacuum, -/turf/simulated/wall/r_wall, -/area/tcommsat/entrance) -"gT" = ( +"gX" = ( /obj/structure/cable{ d2 = 8; icon_state = "0-8" @@ -3180,11 +3160,11 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gU" = ( -/obj/item/weapon/cell, -/turf/simulated/floor/tiled, +"gY" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, /area/tcommsat/entrance) -"gV" = ( +"gZ" = ( /obj/machinery/atmospherics/portables_connector, /obj/machinery/portable_atmospherics/canister/air/airlock, /obj/effect/floor_decal/industrial/warning{ @@ -3193,43 +3173,15 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gW" = ( +"ha" = ( +/obj/item/weapon/cell, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) +"hb" = ( /obj/structure/closet/malf/suits, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"gX" = ( -/obj/machinery/door/airlock/external{ - frequency = 1381; - icon_state = "door_locked"; - id_tag = "telecoms_outer"; - locked = 1; - name = "External Access"; - req_access = list(10,13) - }, -/turf/simulated/floor/plating, -/area/tcommsat/entrance) -"gY" = ( -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms West Wing South"; - dir = 4 - }, -/turf/space, -/area/turret_protected/tcomsat) -"gZ" = ( -/obj/machinery/door/airlock/external{ - frequency = 1381; - icon_state = "door_locked"; - id_tag = "telecoms_inner"; - locked = 1; - name = "External Access"; - req_access = list(13) - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/tcommsat/entrance) -"ha" = ( +"hc" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1381; @@ -3240,55 +3192,19 @@ req_access = list(13) }, /turf/simulated/floor/airless, -/area/space) -"hb" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1381; - master_tag = "telecoms_airlock"; - name = "interior access button"; - pixel_x = -25; - pixel_y = -25; - req_access = list(13) - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/entrance) -"hc" = ( -/obj/machinery/bluespace_beacon, -/turf/simulated/floor/tiled, -/area/tcommsat/entrance) +/area/template_noop) "hd" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 29; - pixel_y = 0 +/obj/machinery/door/airlock/external{ + frequency = 1381; + icon_state = "door_locked"; + id_tag = "telecoms_outer"; + locked = 1; + name = "External Access"; + req_access = list(10,13) }, -/turf/simulated/floor/tiled, +/turf/simulated/floor/plating, /area/tcommsat/entrance) "he" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/space) -"hf" = ( -/obj/structure/closet/crate, -/obj/item/clothing/glasses/night, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/tcommsat/entrance) -"hg" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; frequency = 1381; @@ -3316,7 +3232,67 @@ }, /turf/simulated/floor/plating, /area/tcommsat/entrance) +"hf" = ( +/obj/machinery/door/airlock/external{ + frequency = 1381; + icon_state = "door_locked"; + id_tag = "telecoms_inner"; + locked = 1; + name = "External Access"; + req_access = list(13) + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/tcommsat/entrance) +"hg" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1381; + master_tag = "telecoms_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25; + req_access = list(13) + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + icon_state = "intact"; + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) "hh" = ( +/obj/machinery/bluespace_beacon, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) +"hi" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) +"hj" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/template_noop) +"hk" = ( +/obj/structure/closet/crate, +/obj/item/clothing/glasses/night, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) +"hl" = ( /obj/structure/closet/crate, /obj/item/weapon/aicard, /obj/item/device/multitool, @@ -3330,56 +3306,47 @@ }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"hi" = ( +"hm" = ( /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"hj" = ( +"hn" = ( /obj/machinery/light{ dir = 4 }, /obj/structure/closet/emcloset, /obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHEAST)"; icon_state = "warning"; dir = 6 }, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"hk" = ( -/obj/machinery/teleport/station, -/turf/simulated/floor/tiled, -/area/tcommsat/entrance) -"hl" = ( +"ho" = ( /obj/machinery/computer/teleporter, /turf/simulated/floor/tiled, /area/tcommsat/entrance) -"hm" = ( -/obj/machinery/camera/network/telecom{ - c_tag = "Telecoms East Wing South"; - dir = 8 - }, -/turf/space, -/area/turret_protected/tcomsat) -"hn" = ( -/turf/space, -/area/syndicate_station/commssat) -"ho" = ( -/turf/simulated/wall/r_wall, -/area/AIsattele) "hp" = ( -/obj/machinery/teleport/hub, +/obj/machinery/teleport/station, /turf/simulated/floor/tiled, /area/tcommsat/entrance) "hq" = ( -/obj/machinery/teleport/station, -/obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 - }, -/turf/simulated/floor/airless, -/area/AIsattele) +/obj/machinery/teleport/hub, +/turf/simulated/floor/tiled, +/area/tcommsat/entrance) "hr" = ( +/obj/machinery/camera/network/telecom{ + c_tag = "Telecoms South Solars"; + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"hs" = ( +/turf/template_noop, +/area/syndicate_station/commssat) +"ht" = ( +/turf/simulated/wall/r_wall, +/area/AIsattele) +"hu" = ( /obj/structure/computerframe, /obj/structure/cable{ icon_state = "0-2"; @@ -3387,103 +3354,77 @@ }, /turf/simulated/floor/airless, /area/AIsattele) -"hs" = ( +"hv" = ( +/obj/machinery/teleport/station, +/obj/structure/cable{ + icon_state = "0-2"; + d2 = 2 + }, /turf/simulated/floor/airless, /area/AIsattele) -"ht" = ( +"hw" = ( +/turf/simulated/floor/airless, +/area/AIsattele) +"hx" = ( /obj/item/weapon/material/shard{ icon_state = "medium" }, /turf/simulated/floor/airless, /area/AIsattele) -"hu" = ( +"hy" = ( /obj/structure/cable, /turf/simulated/floor/airless, /area/AIsattele) -"hv" = ( +"hz" = ( /obj/structure/table/rack, /obj/item/clothing/gloves/yellow, /turf/simulated/floor/airless, /area/AIsattele) -"hw" = ( +"hA" = ( /obj/structure/girder, /turf/simulated/floor/airless, /area/AIsattele) -"hx" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/tcommsat/entrance) -"hy" = ( -/turf/space, -/area/AIsattele) -"hz" = ( +"hB" = ( /obj/item/weapon/cell, /turf/simulated/floor/airless, /area/AIsattele) -"hA" = ( -/obj/structure/lattice, -/turf/space, -/area/AIsattele) -"hB" = ( +"hC" = ( /obj/structure/grille/broken, /turf/simulated/floor/airless, /area/AIsattele) -"hC" = ( +"hD" = ( +/turf/template_noop, +/area/AIsattele) +"hE" = ( /obj/structure/table, /turf/simulated/floor/airless, /area/AIsattele) -"hD" = ( +"hF" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/AIsattele) +"hG" = ( /obj/structure/closet, /turf/simulated/floor/airless, /area/AIsattele) -"hE" = ( +"hH" = ( /obj/structure/cable{ icon_state = "0-4"; d2 = 4 }, /turf/simulated/floor/airless, /area/AIsattele) -"hF" = ( +"hI" = ( +/obj/structure/grille/broken, +/turf/template_noop, +/area/AIsattele) +"hJ" = ( /obj/item/weapon/storage/toolbox/electrical{ pixel_x = 1; pixel_y = -1 }, /turf/simulated/floor/airless, /area/AIsattele) -"hG" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (NORTH)"; - icon_state = "swall_c"; - dir = 1 - }, -/area/space) -"hH" = ( -/turf/space, -/turf/simulated/shuttle/wall{ - tag = "icon-swall_c (WEST)"; - icon_state = "swall_c"; - dir = 8 - }, -/area/space) -"hL" = ( -/obj/structure/grille/broken, -/turf/space, -/area/AIsattele) -"hM" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/telecomms/receiver/preset_right, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/tcommsat/chamber) (1,1,1) = {" aa @@ -11237,7 +11178,7 @@ aa aa aa aa -bO +bN aa aa aa @@ -27250,15 +27191,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -27507,15 +27448,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -27764,15 +27705,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -28021,15 +27962,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -28278,15 +28219,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -28535,15 +28476,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aU aU aU -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -28792,15 +28733,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -29047,17 +28988,17 @@ aa aa aa aa -dr +cb aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -29306,15 +29247,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -29563,15 +29504,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -29820,17 +29761,17 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aU aU aU -bN -bU -bN +bZ +ca +bZ aa -dr +cb aa aa aa @@ -29895,17 +29836,17 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -30077,15 +30018,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -30145,24 +30086,24 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -30334,15 +30275,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -30402,24 +30343,24 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -30591,15 +30532,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -30659,24 +30600,24 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -30848,15 +30789,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -30908,32 +30849,32 @@ aa aa aa aa -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -31105,15 +31046,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -31164,30 +31105,30 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -31363,13 +31304,13 @@ aa bY aa aa -bU -bU -bU -bU -bU -bU -bU +ca +ca +ca +ca +ca +ca +ca aa aa bY @@ -31421,32 +31362,32 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -31622,8 +31563,8 @@ aU aa aa aa -cE -eS +eP +fb aa aa aa @@ -31678,32 +31619,32 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -31880,7 +31821,7 @@ bY bY bY bY -bZ +cd bY bY bY @@ -31935,32 +31876,32 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -32192,32 +32133,32 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -32449,32 +32390,32 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -32659,7 +32600,7 @@ ci ch ci ci -gY +go ci ch cf @@ -32706,30 +32647,30 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -32903,7 +32844,7 @@ ch ch ch ch -dX +dY ch ch ch @@ -32913,7 +32854,7 @@ ch ch ch ch -dX +dY ch ch ch @@ -32964,32 +32905,32 @@ aa aa aa aa -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -33229,24 +33170,24 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -33411,25 +33352,25 @@ aa bY ce cf -ct +cj cw -cJ +cL ci -cJ -cJ -dU -cJ -cJ -cJ -cJ -dU -cJ -cJ -cJ -cJ -dU -cJ -cJ +cL +cL +dZ +cL +cL +cL +cL +dZ +cL +cL +cL +cL +dZ +cL +cL ci ci ch @@ -33486,24 +33427,24 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -33670,24 +33611,24 @@ ce cf ck cx -cK -cU -dp -dN -dN -ek -et -ey -eh -dN -dN -eh -dN -dN -eh -eh -gc -dL +cM +cZ +dr +dM +dM +ei +eu +eB +eg +dM +dM +eg +dM +dM +eg +eg +gf +dP ci ch ci @@ -33695,9 +33636,9 @@ cf ce bY bY -bU -bU -bU +ca +ca +ca bY bY aa @@ -33743,24 +33684,24 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -33927,35 +33868,35 @@ ce cf cl cy -cL -cV -do -dJ +cN +da +ds +dN cC -ee -en -eu ej -eT -cP -cP -cP -cP +ev +eC +eQ +fc +cR +cR +cR +cR cC -fL -do -dL +fT +ds +dP ci ch ci cf ce bY -bU -bU -bU -bU -bU +ca +ca +ca +ca +ca bY aa aa @@ -34007,17 +33948,17 @@ aa aa aa aa -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn -hn +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs +hs aa aa aa @@ -34184,35 +34125,35 @@ ce cf cm cz -cM -cW +cO +db +dt +dO +dA +dA +dA +dA +dA +dA +dA +dA +dA +dA +dA +fU ds -dK -dw -dw -dw -dw -dw -dw -dw -dw -dw -dw -dw -fM -do -gh +gp ch ch ci cf ce bY -bU -bU -ha -he -bU +ca +ca +hc +hj +ca bY aa aa @@ -34431,7 +34372,7 @@ bY bY bY bY -dr +cb bY bY bY @@ -34441,24 +34382,24 @@ ce cf cn cA -cN -cX -dq -dL -dw -ef -ef -ef -ef -eU -ef -ef -ef -ef -dw -cZ -do -dL +cP +dc +du +dP +dA +ek +ek +ek +ek +fd +ek +ek +ek +ek +dA +de +ds +dP ci ch cf @@ -34466,9 +34407,9 @@ cf ce bY bY -go -gX -gH +gw +hd +gP bY bY bY @@ -34480,7 +34421,7 @@ bY bY bY bY -dr +cb bY bY bY @@ -34698,34 +34639,34 @@ ce cf co cB -cO -cY -dq -dL -dw -ef -ep +cQ +dd +du +dP +dA +ek +es eD -ep -ff +es +fe fs -ep -fE -ef -dw -cZ -do -dL -go -gq -go -go +es +fG +ek +dA +de +ds +dP +gw +gy +gw +gw ce bY bY -go -hg -go +gw +he +gw bY bY bY @@ -34735,7 +34676,7 @@ aa aa aa aa -fI +hr aa aa aa @@ -34932,22 +34873,22 @@ aa aa bY aa -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ aU aa bY @@ -34955,56 +34896,56 @@ ce cf cf cC -cP -cZ -dq -dL -dw -ef -ep -ez -ep -fe -fp -ep -fD -ef -dw -fN -gd -fN -fN -gu -gC -go +cR +de +du +dP +dA +ek +es +eE +es +ff +ft +es +fH +ek +dA +fV +gg +fV +fV +gz +gI +gw ce bY -go -gS -gZ -go -go +gw +gY +hf +gw +gw bY bY aa aa aU -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ aa bY aa @@ -35189,23 +35130,23 @@ aa aa bY aU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca aU bY ce @@ -35213,55 +35154,55 @@ ce cg cg cg -da -du +df +dv cg -dw -eg -ep +dA +el +es eF -ep +es fg -ft -ep -fO -fH -dw -fU -gf -gm -fN -gv -gE -go +fu +es +fI +fP +dA +fW +gh +gq +fV +gA +gJ +gw ce -go -go -gV -hb -hf -go -go +gw +gw +gZ +hg +hk +gw +gw bY bY aU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca aU bY aa @@ -35446,79 +35387,79 @@ aa aa bY aa -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bU +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +ca aa bY ce ce cg -cr -cI -dd -dt -dO -dY -el -ev -ev -ev -em -ev -ev -fF -ef +cD +cS +dg dw -fT -ge -gl -fN -hx -gD -go -go -go -gP +dQ +ea +em +ew +ew +ew +ep +ew +ew +fJ +ek +dA +fX +gi +gr +fV +gB +gK +gw +gw +gw gU -gB -gB -hh -go -go +ha +gF +gF +hl +gw +gw bY aa -bU -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN +ca +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ aa bY aa @@ -35719,47 +35660,47 @@ aa aa aa aa -bU +ca aa bY ce ce cg -cu -cR -de +cE +cT +dh dx -dQ -ea -ei -ep -ep -eW -ef -eW -ep -ep -ef -dw +dR +eb +en +es +es +eR +ek +eR +es +es +ek +dA fY -ge -gp -fN -gx -gI -gH -gN -gB +gi +gs +fV +gC +gL +gP gR -gB -gB -gB -hi -hl -go +gF +gV +gF +gF +gF +hm +ho +gw bY aa -bU +ca aa aa aa @@ -35976,47 +35917,47 @@ aa aa aa aa -bU -bU -bZ +ca +ca +cd ce ce cg -cs -cQ -cp -dv -dP -dZ +cF +cU +cv +dy +dS +ec +eo +ex eG -ew -eJ +eS +fh +eS +fC ex -eY -ex -hM -ew -gF -fK -fX -gg -gn +fQ +fS +fZ +gj gt -gw -gG -gL +gx +gD gM -gw gQ -gB -hc -gB -hi -hk -go -bZ -bU -bU +gS +gD +gW +gF +hh +gF +hm +hp +gw +cd +ca +ca aa aa aa @@ -36233,47 +36174,47 @@ aa aa aa aa -bU +ca aa bY ce ce cg -cD -cT -cp +cG +cV +cv dx -cp -ec -ef -ep -ep -eW -ef -eW -ep -ep -ef -dw +cv +ed +ek +es +es +eR +ek +eR +es +es +ek +dA ga -ge -gp -fN -gy -gI -gH -gO -gB -gI -gB -gB -gB -hi -hp -go +gi +gs +fV +gE +gL +gP +gT +gF +gL +gF +gF +gF +hm +hq +gw bY aa -bU +ca aa aa aa @@ -36291,7 +36232,7 @@ aa aa aa aa -dr +cb aa aa aa @@ -36474,79 +36415,79 @@ aa aa bY aa -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bU +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +ca aa bY ce ce cg -cv -cS -df -dy -dR -eb -em -ev -ev -ev -em -ev -ev -fP -ef -dw -fZ -ge -gr -fN -hx -gJ -go -go -go -gT +cH +cW +di +dz +dT +ee +ep +ew +ew +ew +ep +ew +ew +fK +ek +dA +gb +gi +gu +fV gB -gB -gB -hj -go -go +gN +gw +gw +gw +gX +gF +gF +gF +hn +gw +gw bY aa -bU -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN +ca +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ aa bY aa @@ -36731,79 +36672,79 @@ aa aa bY aU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca aU bY ce ce cg -cF -db -dg -dw -dT -dw -eL -ep -ep -ep +cI +cX +dj +dA +dU +dA +eq +es +es +es fi -ft -ep +fu +es +fL fR -fJ -dw -gb -gj -gs -fN -gB -gI -go +dA +gc +gk +gv +fV +gF +gL +gw ce -go -go -gW -hd -gW -go -go +gw +gw +hb +hi +hb +gw +gw bY bY aU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU -bU +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca +ca aU bY aa @@ -36988,22 +36929,22 @@ aa aa bY aa -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ aU aa bY @@ -37013,54 +36954,54 @@ cg cg cg cg -dw -dS -dw -eB -ep +dA +dV +dA +er +es eH -ep -fh -fu -ep -fQ -ef -dw -fN -gi -fN -fN -gA -gK -go +es +fj +fv +es +fM +ek +dA +fV +gl +fV +fV +gG +gO +gw ce bY -go -go -go -go -go +gw +gw +gw +gw +gw bY bY aa aa aU -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ aa bY aa @@ -37259,37 +37200,37 @@ aa aa aa aa -eR +cc aa aU aa bY ce ce -ca -cG -cG -dh -dw -dV -ed -ep -ep -eI -ep -fj -fv -ep -fS +cp +cJ +cJ +dk +dA +dW ef -dw -cZ -do -dL -go -gz -go -go +es +es +eI +es +fk +fw +es +fN +ek +dA +de +ds +dP +gw +gH +gw +gw ce bY bY @@ -37508,7 +37449,7 @@ bY bY bY bY -dr +cb bY bY bY @@ -37529,20 +37470,20 @@ cg cg cg cg -dw -eo -ef -ef -ef -fc -ef -ef -ef -ef -dw -cZ -do -dL +dA +et +ek +ek +ek +fl +ek +ek +ek +ek +dA +de +ds +dP ci ch cf @@ -37569,7 +37510,7 @@ bY bY bY bY -dr +cb bY bY bY @@ -37780,26 +37721,26 @@ aa bY ce cg -cc -cH -dc -dj -dA +cq +cK +cY +dl +dB cg -dw -dw -dw -dw -dw -dw -dw -dw -dw -dw -dw -fV -do -dL +dA +dA +dA +dA +dA +dA +dA +dA +dA +dA +dA +gd +ds +dP ci ch ci @@ -38037,26 +37978,26 @@ aa bY ce cg -cb -cp -cp -di -dz +cr +cv +cv +dm +dC cg -dU -dU -dU -eA -eK -fd -cJ -cJ -cJ -cJ -dU -fW -do -dL +dZ +dZ +dZ +eJ +eT +fm +cL +cL +cL +cL +dZ +ge +ds +dP ci ch ci @@ -38294,26 +38235,26 @@ aa bY ce cg -cj -cp -cp -dl -dC -dW -eh -eh -eh -eO -eX -fk -eh -eh -eh -eh -eh -eh -gk -dL +cs +cv +cv +dn +dD +dX +eg +eg +eg +eK +eU +fn +eg +eg +eg +eg +eg +eg +gm +dP ci ch ci @@ -38551,25 +38492,25 @@ aa bY ce cg -cd -cp -cp -dk -dB -cg -fC -cP -cP -cP -eM +ct +cv +cv do -fq -cP -cP -cP +dE +cg +eh +cR +cR +cR +eV +ds +fx +cR +cR +cR cC -cP -cP +cR +cR ci ci ch @@ -38808,21 +38749,21 @@ aa bY ce cg -cq -cp -cp -dn -dG +cu +cv +cv +dp +dF cg ch ci -eq -eC -eN -fm -fr -eC -fG +ey +eL +eW +fo +fy +eL +fO ci ch ci @@ -39065,23 +39006,23 @@ aa bY ce cg -cp -cp -cp -dm -dF +cv +cv +cv +dq +dG cg -dX +dY ch -er -eP -eZ -fl -fw +ez +eM +eX +fp fz -er +fD +ez ch -dX +dY ch ch ch @@ -39326,21 +39267,21 @@ cg cg cg cg -dD +dH cg ch ci -es -eV -fb -fo -fy -fB -es +eA +eN +eY +fq +fA +fE +eA ci ch ci -hm +gn ci ci ch @@ -39583,16 +39524,16 @@ ce ce ce ce -dE +dI ce cf cf cf -eQ -fa -fn -fx -fA +eO +eZ +fr +fB +fF cf cf cf @@ -39840,7 +39781,7 @@ ce ce ce ce -dE +dI ce ce ce @@ -40097,7 +40038,7 @@ bY bY aU bY -dH +dJ bY bY bY @@ -40354,14 +40295,14 @@ aa aa aa aa -dM +dK bY bY bY bY bY bY -bZ +cd bY bY bY @@ -40611,14 +40552,14 @@ aa aa aa aa -dI +dL bY bY aa aU aa -eE -eS +fa +fb aa aa aU @@ -40872,13 +40813,13 @@ aa bY aa aU -bU -bU -bU -bU -bU -bU -bU +ca +ca +ca +ca +ca +ca +ca aU aa bY @@ -41128,15 +41069,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -41385,15 +41326,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -41642,15 +41583,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -41808,18 +41749,18 @@ aa aa aa ab -at -av +ab +ab aK aQ aQ aQ aQ aQ -bx -av -at -bz +bw +ab +ab +ab aa aa aa @@ -41899,17 +41840,17 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa -dr +cb aa aa aa @@ -42064,19 +42005,19 @@ aa aa aa ab -ap -af +ab +ab ag ag ag aV bf -aD +aC ag ag -bC -as -ai +bB +ab +ab aa aa aa @@ -42156,15 +42097,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -42320,22 +42261,22 @@ aa aa aa ab -ap -af +ab +ab ag ag ag ag -aD +aC bg -aD +aC ag ag -bD -bF -ae -bP -bz +bC +bE +ab +bO +ab aa aa aa @@ -42413,15 +42354,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aU aU aU -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -42576,10 +42517,10 @@ aa aa aa ab -al -ai -ax -aC +ab +ab +aw +aB ag ag ag @@ -42588,11 +42529,11 @@ ag ag ag ag -bE -bG -ac -bQ -ac +bD +bF +ab +bP +ab aa aa aa @@ -42670,15 +42611,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -42832,10 +42773,10 @@ aa aa aa aa -ac +ab an -as -aj +ab +ab ag ag ag @@ -42846,11 +42787,11 @@ ag ag ag ag -aJ -ap -bR -al -bs +ab +ab +bQ +ab +ab aa aa aa @@ -42927,15 +42868,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -43089,26 +43030,26 @@ aa aa aa ab -af +ab ag ag -ac -aD -aD +ab +aC +aC aL ag ag ag ag ag -by -aJ -ap -af +bx +ab +ab +ab ag -bV -ae -bz +bU +ab +ab aa aa aa @@ -43184,15 +43125,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -43345,27 +43286,27 @@ aa aa aa aa -ac +ab ag ag ag -ae -av -av -av -av +ab +ab +ab +ab +ab aW aN aW -av -at -ap -af +ab +ab +ab +ab ag ag ag -as -ai +ab +ab aa aa aa @@ -43441,15 +43382,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -43602,12 +43543,12 @@ aa aa aa aa -ac +ab ag ag ag -ay -aF +ax +aE ag ag ag @@ -43615,14 +43556,14 @@ ag ag ag ag -as -ai -bH +ab +ab +bG ag ag ag ag -ac +ab aa aa aa @@ -43698,15 +43639,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aU aU aU -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -43859,11 +43800,11 @@ aa aa aa aa -ac +ab ah ag ag -az +ay ag ag ag @@ -43873,13 +43814,13 @@ ag ag ag ag -ac -bI +ab +bH ag ag ag bW -ac +ab aa aa aa @@ -43955,15 +43896,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -44116,27 +44057,27 @@ aa aa aa aa -ac +ab ag ag -au -aA -aG +at +az +aF ag -aJ -av -av -av -av -aj +ab +ab +ab +ab +ab +ab ag -ac -bJ +ab +bI ag ag ag bX -ac +ab aa aa aa @@ -44212,15 +44153,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -44373,11 +44314,11 @@ aa aa aa aa -ae -aj +ab +ab ag ag -ac +ab ag ag aN @@ -44385,15 +44326,15 @@ ag aX ag bo -ac +ab ag -ae -aj +ab +ab ag ag ag -aJ -ai +ab +ab aa aa aa @@ -44467,17 +44408,17 @@ aa aa aa aa -dr +cb aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -44630,27 +44571,27 @@ aa aa aa aa -bb -ai +ab +ab ao ag -ac +ab ag ag -ac +ab aR aY ag bp -ac +ab ag -as -al -av -bS -at -ap -bw +ab +ab +ab +bR +ab +ab +ab aa aa aa @@ -44726,17 +44667,17 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa -dr +cb aa aa aa @@ -44888,13 +44829,13 @@ aa aa aa aa -ae -aj +ab +ab ag -aB +aA ag ag -ac +ab aS aO ag @@ -44902,11 +44843,11 @@ ag aN ag ag -bK +bJ ag -bT -ae -ai +bS +ab +ab aa aa aa @@ -44983,15 +44924,15 @@ aa aa bY aa -bN -bU -bN +bZ +ca +bZ aa aa aa -bN -bU -bN +bZ +ca +bZ aa bY aa @@ -45145,25 +45086,25 @@ aa aa aa aa -bb -ap -at -ai +ab +ab +ab +ab ag ag -as -av -av -av -av -af +ab +ab +ab +ab +ab +ab ag ag -bL +bK ag -aJ -ap -bw +ab +ab +ab aa aa aa @@ -45403,9 +45344,9 @@ aa aa aa aa -bb -ap -ai +ab +ab +ab ag ag ag @@ -45416,10 +45357,10 @@ ag ag ag ag -aG -aJ -ap -bw +aF +ab +ab +ab aa aa aa @@ -45661,8 +45602,8 @@ aa aa aa aa -bb -ai +ab +ab ag ag aO @@ -45673,9 +45614,9 @@ ag ag ag ag -bM -ae -bw +bL +ab +ab aa aa aa @@ -45919,20 +45860,20 @@ aa aa aa ab -al -aH -at -av -av +ab +aG +ab +ab +ab aZ bh aZ -av -av -at -aH -al -bz +ab +ab +ab +aG +ab +ab aa aa aa @@ -46175,10 +46116,10 @@ aa aa aa ab -aq -aw -aw -ac +ab +av +av +ab aP aT ag @@ -46186,11 +46127,11 @@ ag ag ag ag -ac -aw -aw -bB -bz +ab +av +av +ab +ab aa aa aa @@ -46431,24 +46372,24 @@ aa aa aa ab -aq -aw -aw -aE -ap -aj +ab +av +av +ab +ab +ab ag ag ag ag ag -aJ -ap -bA -aw -aw -bB -bz +ab +ab +ab +av +av +ab +ab aa aa aa @@ -46687,26 +46628,26 @@ aa aa aa ab -ap -am -am -am -ai -ad -ai +ab +aq +aq +aq +ab +ab +ab ag ag ag ag ag -ae -bw -ae -am -am -am -ap -bz +ab +ab +ab +aq +aq +aq +ab +ab aa aa aa @@ -46943,27 +46884,27 @@ aa aa aa aa -bb -ak +ab +al ar ar ar aI aa -ae -aj +ab +ab ag ag ag -aJ -ai +ab +ab aa -ak +al ar ar ar aI -bw +ab aa aa aa @@ -47207,13 +47148,13 @@ aa aa aa aa -bb -ap -aj +ab +ab +ab ag -aJ -ap -bw +ab +ab +ab aa aa aa @@ -47465,11 +47406,11 @@ aa aa aa aa -bb -ap +ab +ab bi -ap -bw +ab +ab aa aa aa @@ -47723,9 +47664,9 @@ aa aa aa aa -ac +ab ag -ac +ab aa aa aa @@ -47980,10 +47921,10 @@ aa aa aa ab -ap +ab bi -ap -bz +ab +ab aa aa aa @@ -48236,11 +48177,11 @@ aa aa aa aa -ae -af +ab +ab ag -ag -ai +ab +ab aa aa aa @@ -48493,11 +48434,11 @@ aa aa aa aa -ac +ab ag ag ag -ac +ab aa aa aa @@ -48750,11 +48691,11 @@ aa aa aa aa -ac +ab ag ag ag -ac +ab aa aa aa @@ -49007,11 +48948,11 @@ aa aa aa aa -ac +ab ag ag ag -ac +ab aa aa aa @@ -49264,11 +49205,11 @@ aa aa aa aa -ac +ab ba ag ag -ac +ab aa aa aa @@ -49521,11 +49462,11 @@ aa aa aa aa -ac +ab ag ag ag -ac +ab aa aa aa @@ -49778,11 +49719,11 @@ aa aa aa aa -ac +ab ag ag ag -ac +ab aa aa aa @@ -50035,11 +49976,11 @@ aa aa aa aa -ac +ab ag ag bq -ac +ab aa aa aa @@ -50292,11 +50233,11 @@ aa aa aa aa -ae -aj +ab +ab ag -aJ -ai +ab +ab aa aa aa @@ -50549,11 +50490,11 @@ aa aa aa aa -bb -al +ab +ab bi -al -bw +ab +ab aa aa aa @@ -51578,11 +51519,11 @@ aa aa aa aa -bd -bj +bb +bb br -bj -hG +bb +bb aa aa aa @@ -51835,11 +51776,11 @@ aa aa aa aa -aM -be +bb +bb bl -bl -bu +bb +bb aa aa aa @@ -52092,11 +52033,11 @@ aa aa aa aa -bc +bb bl bl bl -bc +bb aa aa aa @@ -52349,11 +52290,11 @@ aa aa aa aa -bc +bb bl bl bl -bc +bb aa aa aa @@ -52606,11 +52547,11 @@ aa aa aa aa -bc +bb bl bl bl -bc +bb aa aa aa @@ -52863,11 +52804,11 @@ aa aa aa aa -bc +bb bl bl bl -bc +bb aa aa aa @@ -53120,11 +53061,11 @@ aa aa aa aa -bc +bb bl bl -bv -bc +bu +bb aa aa aa @@ -53377,11 +53318,11 @@ aa aa aa aa -bc +bb bl bl bl -bc +bb aa aa aa @@ -53634,11 +53575,11 @@ aa aa aa aa -bc +bb bl bl bl -bc +bb aa aa aa @@ -53891,11 +53832,11 @@ aa aa aa aa -aM -bk +bb +bb bl -bt -bu +bb +bb aa aa aa @@ -54148,11 +54089,11 @@ aa aa aa aa -bn -bm +bb +bb br -bm -hH +bb +bb aa aa aa @@ -56100,11 +56041,11 @@ aa aa aa aU -ho +ht +hA hw -hs -ho -ho +ht +ht aU aa aa @@ -56356,13 +56297,13 @@ aa aa aa aa -ho -ho -hz -hs -hs -ho -ho +ht +ht +hB +hw +hw +ht +ht aa aa aa @@ -56612,15 +56553,15 @@ aa aa aa aa -ho -ho ht -hs -hs -hA -hE -ho -ho +ht +hx +hw +hw +hF +hH +ht +ht aU aa aa @@ -56869,15 +56810,15 @@ aa aa aa aa -ho -hr -hs -hB -hA -hA -hL -hs -ho +ht +hu +hw +hC +hF +hF +hI +hw +ht aa aU aa @@ -57126,15 +57067,15 @@ aa aa aa aa -ho -hq -hu +ht +hv hy -hA -hy -hy -hA -hs +hD +hF +hD +hD +hF +hw aU aU aU @@ -57383,15 +57324,15 @@ aa aa aa aa -ho -hs -hs -hs -hA -hA -hA -hs -ho +ht +hw +hw +hw +hF +hF +hF +hw +ht aa aU aa @@ -57640,15 +57581,15 @@ aa aa aa aa -ho -ho -hv -hs -hs -hy -hF -ho -ho +ht +ht +hz +hw +hw +hD +hJ +ht +ht aU aa aa @@ -57898,13 +57839,13 @@ aa aa aa aU -ho -ho -hC -hs -hD -ho -ho +ht +ht +hE +hw +hG +ht +ht aU aa aa @@ -58156,11 +58097,11 @@ aa aa aa aa -ho -ho -ho -ho -ho +ht +ht +ht +ht +ht aa aa aa diff --git a/maps/exodus/exodus-4.dmm b/maps/exodus/exodus-4_derelict.dmm similarity index 94% rename from maps/exodus/exodus-4.dmm rename to maps/exodus/exodus-4_derelict.dmm index 86ba233ef6e..f3dc256b066 100644 --- a/maps/exodus/exodus-4.dmm +++ b/maps/exodus/exodus-4_derelict.dmm @@ -1,11 +1,11 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ab" = ( /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ac" = ( /turf/simulated/wall, /area/constructionsite/maintenance) @@ -36,165 +36,115 @@ /area/constructionsite/bridge) "ak" = ( /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "al" = ( -/obj/structure/grille, -/turf/simulated/floor/airless, -/area/constructionsite/hallway/fore) -"am" = ( /obj/machinery/door/airlock/glass_command{ name = "Bridge"; req_access = list(19) }, /turf/simulated/floor/airless, /area/constructionsite/bridge) +"am" = ( +/obj/structure/grille, +/turf/simulated/floor/airless, +/area/constructionsite/hallway/fore) "an" = ( -/obj/machinery/door/airlock/maintenance_hatch, /turf/simulated/floor/airless, /area/constructionsite/hallway/fore) "ao" = ( -/turf/simulated/floor/airless, -/area/constructionsite/hallway/fore) -"ap" = ( /turf/simulated/wall, /area/constructionsite/hallway/fore) -"aq" = ( -/obj/machinery/door/airlock/glass{ - name = "Kitchen"; - req_access = list(28) - }, +"ap" = ( +/obj/machinery/door/airlock/maintenance_hatch, /turf/simulated/floor/airless, /area/constructionsite/hallway/fore) -"ar" = ( +"aq" = ( /obj/machinery/door/airlock/glass{ name = "Library" }, /turf/simulated/floor/airless, /area/constructionsite/hallway/fore) -"as" = ( +"ar" = ( /obj/machinery/door/airlock/glass_command{ name = "Bridge"; req_access = list(19) }, /turf/simulated/floor/airless, /area/constructionsite/hallway/fore) -"at" = ( -/obj/machinery/shieldgen, -/obj/structure/window/basic{ - tag = "icon-window (EAST)"; - icon_state = "window"; - dir = 4 +"as" = ( +/obj/machinery/door/airlock/glass{ + name = "Kitchen"; + req_access = list(28) }, -/obj/structure/window/basic{ - tag = "icon-window (NORTH)"; - icon_state = "window"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"au" = ( -/obj/machinery/shieldgen, -/obj/structure/window/basic{ - tag = "icon-window (WEST)"; - icon_state = "window"; - dir = 8 - }, -/obj/structure/window/basic{ - tag = "icon-window (NORTH)"; - icon_state = "window"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"av" = ( -/turf/simulated/wall, -/area/space) -"aw" = ( -/turf/simulated/wall, -/area/constructionsite/storage) -"ax" = ( -/turf/simulated/floor/airless, -/area/constructionsite/storage) -"ay" = ( -/obj/machinery/door/airlock/glass_science, -/turf/simulated/floor/airless, -/area/constructionsite/storage) -"az" = ( -/obj/machinery/door/airlock/glass_science, /turf/simulated/floor/airless, /area/constructionsite/hallway/fore) -"aA" = ( +"at" = ( +/turf/simulated/wall, +/area/template_noop) +"au" = ( +/turf/simulated/wall, +/area/constructionsite/storage) +"av" = ( /turf/simulated/wall, /area/constructionsite/teleporter) -"aB" = ( -/obj/machinery/portable_atmospherics/canister/air, +"aw" = ( +/turf/simulated/floor/airless, +/area/constructionsite/storage) +"ax" = ( +/obj/machinery/shieldgen, /obj/structure/window/basic{ - tag = "icon-window (EAST)"; - icon_state = "window"; - dir = 4 - }, -/obj/structure/window/basic{ - tag = "icon-window (NORTH)"; - icon_state = "window"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"aC" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/window/basic{ - tag = "icon-window (WEST)"; icon_state = "window"; dir = 8 }, /obj/structure/window/basic{ - tag = "icon-window (NORTH)"; icon_state = "window"; dir = 1 }, /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"aD" = ( -/turf/simulated/wall, -/area/solar/constructionsite) -"aE" = ( -/obj/structure/table/reinforced, -/obj/item/stack/material/glass{ - amount = 50 +"ay" = ( +/obj/machinery/shieldgen, +/obj/structure/window/basic{ + icon_state = "window"; + dir = 4 }, -/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/random/tech_supply, -/obj/machinery/camera/motion/engineering_outpost{ - c_tag = "Construction Site Teleporter" +/obj/structure/window/basic{ + icon_state = "window"; + dir = 1 }, +/obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"aF" = ( -/obj/structure/lattice, -/turf/space, -/area/solar/constructionsite) -"aG" = ( -/turf/space, -/area/solar/constructionsite) -"aH" = ( +"az" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/window/basic{ + icon_state = "window"; + dir = 8 + }, +/obj/structure/window/basic{ + icon_state = "window"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"aA" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/window/basic{ + icon_state = "window"; + dir = 4 + }, +/obj/structure/window/basic{ + icon_state = "window"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"aB" = ( /obj/structure/table/reinforced, /obj/machinery/light{ - tag = "icon-tube1 (NORTH)"; icon_state = "tube1"; dir = 1 }, @@ -226,14 +176,30 @@ /obj/random/tech_supply, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"aI" = ( +"aC" = ( /obj/structure/table/reinforced, -/obj/random/powercell, -/obj/random/tech_supply, +/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/glass{ + amount = 50 + }, /obj/random/tech_supply, +/obj/machinery/camera/motion/engineering_outpost{ + c_tag = "Construction Site Teleporter" + }, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"aJ" = ( +"aD" = ( /obj/structure/table/reinforced, /obj/item/stack/material/plasteel{ amount = 50 @@ -241,50 +207,53 @@ /obj/random/tech_supply, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) +"aE" = ( +/obj/structure/table/reinforced, +/obj/random/powercell, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"aF" = ( +/obj/machinery/shieldgen, +/obj/structure/window/basic{ + icon_state = "window"; + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"aG" = ( +/obj/machinery/shieldgen, +/obj/structure/window/basic{ + icon_state = "window"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"aH" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/window/basic{ + icon_state = "window"; + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"aI" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/window/basic{ + icon_state = "window"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"aJ" = ( +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) "aK" = ( -/obj/machinery/shieldgen, -/obj/structure/window/basic{ - tag = "icon-window (EAST)"; - icon_state = "window"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"aL" = ( -/obj/machinery/shieldgen, -/obj/structure/window/basic{ - tag = "icon-window (WEST)"; - icon_state = "window"; - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"aM" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/window/basic{ - tag = "icon-window (EAST)"; - icon_state = "window"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"aN" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/window/basic{ - tag = "icon-window (WEST)"; - icon_state = "window"; - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"aO" = ( -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"aP" = ( /obj/structure/table/reinforced, /obj/item/clothing/shoes/magboots, /obj/item/clothing/suit/space/void/engineering, @@ -296,7 +265,7 @@ /obj/random/tech_supply, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"aQ" = ( +"aL" = ( /obj/structure/table/reinforced, /obj/item/stack/material/phoron{ amount = 10 @@ -306,10 +275,16 @@ /obj/random/tech_supply, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"aR" = ( -/turf/simulated/floor/tiled, -/area/constructionsite/teleporter) -"aS" = ( +"aM" = ( +/obj/machinery/access_button/airlock_exterior{ + master_tag = "constructionsite_airlock"; + pixel_x = 20; + pixel_y = 0; + req_access = list(10) + }, +/turf/simulated/floor/airless, +/area/constructionsite/hallway/fore) +"aN" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'VACUUM'"; icon_state = "space"; @@ -330,7 +305,10 @@ }, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"aT" = ( +"aO" = ( +/turf/simulated/floor/tiled, +/area/constructionsite/teleporter) +"aP" = ( /obj/structure/cable/blue{ d2 = 2; icon_state = "0-2" @@ -339,7 +317,25 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"aU" = ( +"aQ" = ( +/obj/machinery/door/airlock/glass_science, +/turf/simulated/floor/airless, +/area/constructionsite/storage) +"aR" = ( +/obj/machinery/door/airlock/glass_science, +/turf/simulated/floor/airless, +/area/constructionsite/hallway/fore) +"aS" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "constructionsite_outer"; + locked = 1; + req_access = list(10) + }, +/turf/simulated/floor, +/area/constructionsite/teleporter) +"aT" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ frequency = 1379; id_tag = "constructionsite_vent" @@ -350,7 +346,7 @@ }, /turf/simulated/floor, /area/constructionsite/teleporter) -"aV" = ( +"aU" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ frequency = 1379; id_tag = "constructionsite_vent" @@ -364,39 +360,36 @@ }, /turf/simulated/floor, /area/constructionsite/teleporter) +"aV" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "constructionsite_inner"; + locked = 1; + req_access = list(10) + }, +/turf/simulated/floor, +/area/constructionsite/teleporter) "aW" = ( -/turf/simulated/wall, -/area/constructionsite/ai) -"aX" = ( /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; dir = 8 }, /turf/simulated/floor/tiled, /area/constructionsite/teleporter) -"aY" = ( +"aX" = ( /obj/structure/cable/blue, /obj/machinery/power/port_gen/pacman, /obj/machinery/power/terminal, /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"aZ" = ( -/obj/machinery/access_button/airlock_exterior{ - master_tag = "constructionsite_airlock"; - pixel_x = 20; - pixel_y = 0; - req_access = list(10) - }, -/turf/simulated/floor/airless, -/area/constructionsite/hallway/fore) -"ba" = ( +"aY" = ( /obj/machinery/door/airlock/maintenance_hatch, /turf/simulated/floor/airless, /area/constructionsite/storage) -"bb" = ( +"aZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - tag = "icon-intact (NORTHEAST)"; icon_state = "intact"; dir = 5 }, @@ -418,7 +411,7 @@ }, /turf/simulated/floor, /area/constructionsite/teleporter) -"bc" = ( +"ba" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/blue, /obj/machinery/airlock_sensor{ frequency = 1379; @@ -432,17 +425,11 @@ }, /turf/simulated/floor, /area/constructionsite/teleporter) -"bd" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "constructionsite_outer"; - locked = 1; - req_access = list(10) +"bb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + icon_state = "intact"; + dir = 4 }, -/turf/simulated/floor, -/area/constructionsite/teleporter) -"be" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -452,17 +439,8 @@ }, /turf/simulated/floor, /area/constructionsite/teleporter) -"bf" = ( +"bc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/constructionsite/teleporter) -"bg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/blue{ - tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4 }, @@ -472,7 +450,21 @@ }, /turf/simulated/floor/tiled, /area/constructionsite/teleporter) -"bh" = ( +"bd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + icon_state = "intact"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/constructionsite/teleporter) +"be" = ( +/obj/structure/cable/blue{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/constructionsite/teleporter) +"bf" = ( /obj/structure/cable/blue{ d1 = 2; d2 = 8; @@ -480,33 +472,11 @@ }, /turf/simulated/floor/tiled, /area/constructionsite/teleporter) -"bi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/blue{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "constructionsite_inner"; - locked = 1; - req_access = list(10) - }, -/turf/simulated/floor, -/area/constructionsite/teleporter) -"bj" = ( -/obj/structure/cable/blue{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled, -/area/constructionsite/teleporter) -"bk" = ( +"bg" = ( /obj/item/device/radio/beacon, /turf/simulated/floor/tiled, /area/constructionsite/teleporter) -"bl" = ( +"bh" = ( /obj/machinery/power/smes/batteryrack{ should_be_mapped = 1 }, @@ -517,23 +487,13 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"bm" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/blue{ - tag = "icon-map (EAST)"; - icon_state = "map"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/constructionsite/teleporter) -"bn" = ( +"bi" = ( /obj/structure/window/basic{ - tag = "icon-window (NORTH)"; icon_state = "window"; dir = 1 }, /obj/machinery/portable_atmospherics/canister/air/airlock, /obj/machinery/atmospherics/portables_connector{ - tag = "icon-map_connector (EAST)"; icon_state = "map_connector"; dir = 4 }, @@ -543,7 +503,14 @@ }, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"bo" = ( +"bj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/blue{ + icon_state = "map"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/constructionsite/teleporter) +"bk" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 4; @@ -551,7 +518,7 @@ }, /turf/simulated/floor/tiled, /area/constructionsite/teleporter) -"bp" = ( +"bl" = ( /obj/structure/cable/blue{ d1 = 4; d2 = 8; @@ -559,7 +526,7 @@ }, /turf/simulated/floor/tiled, /area/constructionsite/teleporter) -"bq" = ( +"bm" = ( /obj/structure/cable/blue{ d1 = 4; d2 = 8; @@ -567,7 +534,7 @@ }, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"br" = ( +"bn" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -582,25 +549,23 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"bs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/blue{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"bt" = ( +"bo" = ( /obj/structure/window/basic, /obj/machinery/portable_atmospherics/canister/air/airlock, /obj/machinery/atmospherics/portables_connector{ - tag = "icon-map_connector (EAST)"; icon_state = "map_connector"; dir = 4 }, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"bu" = ( +"bp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/blue{ + icon_state = "intact"; + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"bq" = ( /obj/structure/cable/blue, /obj/machinery/alarm{ dir = 8; @@ -614,25 +579,31 @@ }, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"bv" = ( -/obj/machinery/pipedispenser/disposal, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"bw" = ( +"br" = ( /obj/machinery/pipedispenser, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"bx" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/floor_decal/industrial/outline/yellow, +"bs" = ( +/obj/machinery/pipedispenser/disposal, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"by" = ( +"bt" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"bz" = ( +"bu" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"bv" = ( +/obj/machinery/light, +/obj/structure/closet/crate/solar, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"bw" = ( /obj/machinery/computer/teleporter, /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; @@ -640,21 +611,7 @@ }, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"bA" = ( -/obj/machinery/light, -/obj/structure/closet/crate/solar, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"bB" = ( -/obj/machinery/teleport/hub, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/constructionsite/teleporter) -"bC" = ( +"bx" = ( /obj/machinery/teleport/station, /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; @@ -662,14 +619,32 @@ }, /turf/simulated/floor/tiled/dark, /area/constructionsite/teleporter) -"bD" = ( +"by" = ( +/obj/machinery/teleport/hub, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/constructionsite/teleporter) +"bz" = ( +/turf/simulated/wall, +/area/solar/constructionsite) +"bA" = ( /turf/simulated/floor/airless, /area/solar/constructionsite) -"bE" = ( +"bB" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/solar/constructionsite) +"bC" = ( +/turf/template_noop, +/area/solar/constructionsite) +"bD" = ( /obj/structure/grille, /turf/simulated/floor/airless, /area/solar/constructionsite) -"bF" = ( +"bE" = ( /obj/machinery/door/airlock/highsecurity{ icon_state = "door_closed"; locked = 0; @@ -678,6 +653,9 @@ }, /turf/simulated/floor/bluegrid/airless, /area/constructionsite/hallway/fore) +"bF" = ( +/turf/simulated/wall, +/area/constructionsite/ai) "bG" = ( /turf/simulated/floor/airless, /area/constructionsite/ai) @@ -698,10 +676,6 @@ /turf/simulated/floor/airless, /area/constructionsite/ai) "bK" = ( -/obj/machinery/computer/drone_control, -/turf/simulated/floor/airless, -/area/constructionsite/ai) -"bL" = ( /obj/structure/cable/blue{ d2 = 2; icon_state = "0-2" @@ -712,34 +686,35 @@ }, /turf/simulated/floor/airless, /area/constructionsite/ai) -"bM" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Messaging Server"; - req_access = list(30) - }, +"bL" = ( +/obj/machinery/computer/drone_control, /turf/simulated/floor/airless, -/area/constructionsite/hallway/fore) +/area/constructionsite/ai) +"bM" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/constructionsite/maintenance) "bN" = ( /obj/machinery/door/airlock/highsecurity{ name = "Messaging Server"; req_access = list(30) }, /turf/simulated/floor/airless, -/area/constructionsite/ai) +/area/constructionsite/hallway/fore) "bO" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Messaging Server"; + req_access = list(30) + }, +/turf/simulated/floor/airless, +/area/constructionsite/ai) +"bP" = ( /obj/machinery/door/airlock/highsecurity{ name = "Cyborg Station"; req_access = list(16) }, /turf/simulated/floor/bluegrid/airless, /area/constructionsite/ai) -"bP" = ( -/obj/structure/cable/blue{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/bluegrid/airless, -/area/constructionsite/ai) "bQ" = ( /obj/structure/cable/blue{ d1 = 1; @@ -749,28 +724,50 @@ /turf/simulated/floor/bluegrid/airless, /area/constructionsite/ai) "bR" = ( +/obj/structure/cable/blue{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/bluegrid/airless, +/area/constructionsite/ai) +"bS" = ( /obj/machinery/door/airlock/highsecurity{ name = "Cyborg Station"; req_access = list(16) }, /turf/simulated/floor/bluegrid/airless, /area/constructionsite/hallway/fore) -"bS" = ( +"bT" = ( /obj/machinery/recharge_station, /turf/simulated/floor/airless, /area/constructionsite/ai) -"bT" = ( +"bU" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/simulated/wall, +/area/constructionsite/hallway/fore) +"bV" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/constructionsite/hallway/fore) +"bW" = ( +/turf/simulated/wall, +/area/constructionsite/hallway/aft) +"bX" = ( +/turf/simulated/floor/airless, +/area/constructionsite/hallway/aft) +"bY" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/constructionsite/hallway/aft) +"bZ" = ( /obj/structure/grille, /turf/simulated/floor/airless, /area/constructionsite/hallway/aft) -"bU" = ( -/obj/machinery/door/airlock/glass_medical{ - name = "Medbay"; - req_one_access = list(65,5) - }, +"ca" = ( +/obj/machinery/door/airlock/maintenance_hatch, /turf/simulated/wall, /area/constructionsite/hallway/aft) -"bV" = ( +"cb" = ( /obj/machinery/door/airlock/highsecurity{ icon_state = "door_closed"; locked = 0; @@ -779,63 +776,68 @@ }, /turf/simulated/floor/bluegrid/airless, /area/constructionsite/hallway/aft) -"bW" = ( +"cc" = ( /obj/machinery/door/airlock/maintenance_hatch, /turf/simulated/floor/airless, /area/constructionsite/hallway/aft) -"bX" = ( -/obj/structure/cable/blue{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/constructionsite/atmospherics) -"bY" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/constructionsite/atmospherics) -"bZ" = ( -/obj/structure/cable/blue, -/obj/machinery/power/apc/high/inactive{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/turf/simulated/floor/airless, -/area/constructionsite/atmospherics) -"ca" = ( +"cd" = ( /turf/simulated/floor/tiled/white/airless, /area/constructionsite/medical) -"cb" = ( +"ce" = ( /obj/structure/grille, /turf/simulated/floor/airless, /area/constructionsite/medical) -"cc" = ( +"cf" = ( /obj/machinery/sleeper, /turf/simulated/floor/tiled/white/airless, /area/constructionsite/medical) -"cd" = ( +"cg" = ( +/turf/simulated/floor/airless, +/area/constructionsite/atmospherics) +"ch" = ( /turf/simulated/floor/airless, /area/constructionsite/medical) -"ce" = ( +"ci" = ( /obj/machinery/door/airlock/glass_medical{ name = "Medbay"; req_one_access = list(65,5) }, /turf/simulated/floor/tiled/white/airless, /area/constructionsite/medical) -"cf" = ( +"cj" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/constructionsite/medical) +"ck" = ( +/turf/template_noop, +/area/constructionsite/medical) +"cl" = ( +/obj/machinery/door/airlock/glass_medical{ + name = "Medbay"; + req_one_access = list(65,5) + }, +/turf/simulated/wall, +/area/constructionsite/hallway/aft) +"cm" = ( /obj/machinery/door/airlock/glass_atmos{ name = "Atmospherics"; req_access = list(24) }, /turf/simulated/floor/airless, /area/constructionsite/hallway/aft) -"cg" = ( +"cn" = ( +/turf/template_noop, +/area/constructionsite/hallway/aft) +"co" = ( +/turf/simulated/wall, +/area/constructionsite/atmospherics) +"cp" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/constructionsite/atmospherics) +"cq" = ( /obj/machinery/computer/general_air_control/large_tank_control{ frequency = 1443; input_tag = "d_air_in"; @@ -849,7 +851,25 @@ }, /turf/simulated/floor/airless, /area/constructionsite/atmospherics) -"ch" = ( +"cr" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/constructionsite/atmospherics) +"cs" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 8; external_pressure_bound = 0; @@ -866,7 +886,7 @@ }, /turf/simulated/floor/reinforced/airmix, /area/constructionsite/atmospherics) -"ci" = ( +"ct" = ( /obj/machinery/light/small{ dir = 1 }, @@ -877,18 +897,22 @@ }, /turf/simulated/floor/reinforced/airmix, /area/constructionsite/atmospherics) -"cj" = ( -/obj/structure/lattice, -/turf/space, -/area/constructionsite/maintenance) -"ck" = ( +"cu" = ( /obj/machinery/atmospherics/pipe/simple/visible{ icon_state = "intact"; dir = 6 }, /turf/simulated/floor/airless, /area/constructionsite/atmospherics) -"cl" = ( +"cv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4; + icon_state = "intact"; + + }, +/turf/simulated/wall, +/area/constructionsite/atmospherics) +"cw" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 8; frequency = 1443; @@ -898,18 +922,31 @@ }, /turf/simulated/floor/reinforced/airmix, /area/constructionsite/atmospherics) -"cm" = ( +"cx" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/simulated/floor/reinforced/airmix, /area/constructionsite/atmospherics) -"cn" = ( +"cy" = ( /obj/machinery/door/airlock/glass_medical{ name = "Medbay"; req_one_access = list(65,5) }, /turf/simulated/floor/airless, /area/constructionsite/hallway/aft) -"co" = ( +"cz" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "d_o2_in"; + name = "Oxygen Supply Control"; + output_tag = "d_o2_out"; + sensors = list("d_o2_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/constructionsite/atmospherics) +"cA" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 8; external_pressure_bound = 0; @@ -927,25 +964,7 @@ }, /turf/simulated/floor/reinforced/oxygen, /area/constructionsite/atmospherics) -"cp" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/constructionsite/atmospherics) -"cq" = ( +"cB" = ( /obj/machinery/light/small{ dir = 1 }, @@ -955,7 +974,7 @@ }, /turf/simulated/floor/reinforced/oxygen, /area/constructionsite/atmospherics) -"cr" = ( +"cC" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 8; frequency = 1441; @@ -965,15 +984,46 @@ }, /turf/simulated/floor/reinforced/oxygen, /area/constructionsite/atmospherics) -"cs" = ( +"cD" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/simulated/floor/reinforced/oxygen, /area/constructionsite/atmospherics) -"ct" = ( +"cE" = ( +/obj/structure/cable/blue{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/constructionsite/atmospherics) +"cF" = ( +/turf/simulated/wall, +/area/constructionsite) +"cG" = ( /obj/structure/grille, /turf/simulated/floor/airless, /area/constructionsite) -"cu" = ( +"cH" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/constructionsite/atmospherics) +"cI" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "d_n2_in"; + name = "Nitrogen Supply Control"; + output_tag = "d_n2_out"; + sensors = list("d_n2_sensor" = "Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/constructionsite/atmospherics) +"cJ" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 8; external_pressure_bound = 0; @@ -991,7 +1041,7 @@ }, /turf/simulated/floor/reinforced/nitrogen, /area/constructionsite/atmospherics) -"cv" = ( +"cK" = ( /obj/machinery/light/small{ dir = 1 }, @@ -1001,7 +1051,30 @@ }, /turf/simulated/floor/reinforced/nitrogen, /area/constructionsite/atmospherics) -"cw" = ( +"cL" = ( +/turf/simulated/floor/airless, +/area/constructionsite) +"cM" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/constructionsite) +"cN" = ( +/obj/structure/cable/blue, +/obj/machinery/power/apc/high/inactive{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/airless, +/area/constructionsite/atmospherics) +"cO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + icon_state = "intact"; + dir = 5 + }, +/turf/simulated/floor/airless, +/area/constructionsite/atmospherics) +"cP" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 8; frequency = 1441; @@ -1011,15 +1084,21 @@ }, /turf/simulated/floor/reinforced/nitrogen, /area/constructionsite/atmospherics) -"cx" = ( +"cQ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/simulated/floor/reinforced/nitrogen, /area/constructionsite/atmospherics) -"cy" = ( +"cR" = ( +/turf/template_noop, +/area/constructionsite) +"cS" = ( /obj/machinery/door/airlock/maintenance_hatch, /turf/simulated/floor/airless, /area/constructionsite) -"cz" = ( +"cT" = ( +/turf/simulated/wall, +/area/constructionsite/engineering) +"cU" = ( /obj/machinery/door/airlock/maintenance_hatch{ icon_state = "door_closed"; locked = 0; @@ -1028,32 +1107,39 @@ }, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cA" = ( +"cV" = ( /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cB" = ( +"cW" = ( /obj/machinery/door/airlock/maintenance_hatch, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cC" = ( +"cX" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/constructionsite/engineering) +"cY" = ( +/turf/template_noop, +/area/constructionsite/engineering) +"cZ" = ( /obj/structure/grille, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cD" = ( +"da" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "SMES Access"; req_access = list(11) }, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cE" = ( +"db" = ( /obj/structure/cable/blue{ d2 = 2; icon_state = "0-2" }, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cF" = ( +"dc" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -1061,28 +1147,12 @@ }, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cG" = ( +"dd" = ( /obj/machinery/power/smes/buildable, /obj/structure/cable/blue, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cH" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/constructionsite/engineering) -"cI" = ( -/obj/machinery/door/airlock/maintenance_hatch, -/turf/simulated/wall, -/area/constructionsite/hallway/fore) -"cJ" = ( -/obj/structure/lattice, -/turf/space, -/area/constructionsite/hallway/fore) -"cK" = ( +"de" = ( /obj/machinery/power/terminal{ dir = 8 }, @@ -1092,7 +1162,15 @@ }, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cL" = ( +"df" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/constructionsite/engineering) +"dg" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -1110,7 +1188,7 @@ }, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cM" = ( +"dh" = ( /obj/machinery/power/terminal{ dir = 4 }, @@ -1120,7 +1198,7 @@ }, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cN" = ( +"di" = ( /obj/machinery/power/smes/buildable, /obj/structure/cable/blue{ d2 = 2; @@ -1128,7 +1206,7 @@ }, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cO" = ( +"dj" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 4; @@ -1141,131 +1219,30 @@ }, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cP" = ( +"dk" = ( /obj/structure/cable/blue, /turf/simulated/floor/airless, /area/constructionsite/engineering) -"cQ" = ( +"dl" = ( /obj/machinery/power/emitter{ anchored = 1; dir = 4; state = 2 }, /turf/simulated/floor/airless, -/area/space) -"cR" = ( +/area/template_noop) +"dm" = ( /obj/machinery/field_generator, /turf/simulated/floor/airless, -/area/space) -"cS" = ( +/area/template_noop) +"dn" = ( /obj/machinery/power/emitter{ anchored = 1; dir = 8; state = 2 }, /turf/simulated/floor/airless, -/area/space) -"cV" = ( -/turf/simulated/wall, -/area/constructionsite/hallway/aft) -"cW" = ( -/turf/simulated/floor/airless, -/area/constructionsite/hallway/aft) -"dm" = ( -/obj/structure/lattice, -/turf/space, -/area/constructionsite/hallway/aft) -"eb" = ( -/obj/machinery/door/airlock/maintenance_hatch, -/turf/simulated/wall, -/area/constructionsite/hallway/aft) -"fd" = ( -/turf/simulated/floor/airless, -/area/constructionsite/atmospherics) -"fg" = ( -/obj/structure/lattice, -/turf/space, -/area/constructionsite/medical) -"fh" = ( -/turf/space, -/area/constructionsite/medical) -"fk" = ( -/turf/space, -/area/constructionsite/hallway/aft) -"fl" = ( -/turf/simulated/wall, -/area/constructionsite/atmospherics) -"fs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" - }, -/turf/simulated/wall, -/area/constructionsite/atmospherics) -"fw" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/constructionsite/atmospherics) -"fx" = ( -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "d_o2_in"; - name = "Oxygen Supply Control"; - output_tag = "d_o2_out"; - sensors = list("d_o2_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/constructionsite/atmospherics) -"fC" = ( -/turf/simulated/wall, -/area/constructionsite) -"fE" = ( -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "d_n2_in"; - name = "Nitrogen Supply Control"; - output_tag = "d_n2_out"; - sensors = list("d_n2_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/constructionsite/atmospherics) -"fI" = ( -/obj/structure/lattice, -/turf/space, -/area/constructionsite) -"fL" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - tag = "icon-intact (NORTHEAST)"; - icon_state = "intact"; - dir = 5 - }, -/turf/simulated/floor/airless, -/area/constructionsite/atmospherics) -"fO" = ( -/turf/simulated/floor/airless, -/area/constructionsite) -"fP" = ( -/turf/space, -/area/constructionsite) -"fR" = ( -/turf/simulated/wall, -/area/constructionsite/engineering) -"fV" = ( -/obj/structure/lattice, -/turf/space, -/area/constructionsite/engineering) -"fW" = ( -/turf/space, -/area/constructionsite/engineering) +/area/template_noop) (1,1,1) = {" aa @@ -29121,7 +29098,7 @@ aa aa aa aa -av +at aa ab aa @@ -29639,7 +29616,7 @@ ab aa ak ab -av +at ab aa aa @@ -29876,10 +29853,10 @@ aa aa aa aa -aD -aG -aF -aG +bz +bC +bB +bC aa aa aa @@ -29896,7 +29873,7 @@ ab aa ak ab -av +at ab aa aa @@ -30133,10 +30110,10 @@ aa aa aa aa -aD -bD -aF -aG +bz +bA +bB +bC aa aa aa @@ -30153,7 +30130,7 @@ ab aa ak ab -av +at ab aa aa @@ -30390,10 +30367,10 @@ aa aa aa aa -aD -aF -aF -aG +bz +bB +bB +bC aa aa aa @@ -30647,10 +30624,10 @@ aa aa aa aa -aD -aF -aF -aG +bz +bB +bB +bC ab aa aa @@ -30663,7 +30640,7 @@ aa aa aa aa -av +at ak ak ak @@ -30904,10 +30881,10 @@ aa aa aa aa -aD -aF -bD -aF +bz +bB +bA +bB ab aa aa @@ -30920,7 +30897,7 @@ aa aa aa aa -av +at ab ab ak @@ -31161,10 +31138,10 @@ aa aa aa ab -aD -bD -bD -aF +bz +bA +bA +bB ab aa aa @@ -31177,7 +31154,7 @@ aa aa aa aa -av +at ak ab ak @@ -31418,10 +31395,10 @@ aa aa aa ab -aD -aF -bD -aF +bz +bB +bA +bB ab aa aa @@ -31434,7 +31411,7 @@ aa aa aa aa -av +at ak ak ak @@ -31675,10 +31652,10 @@ aa aa aa ab -aD -aF -bD -aD +bz +bB +bA +bz ab aa aa @@ -31691,11 +31668,11 @@ aa aa aa aa -av +at ak ak ak -av +at ab aa aa @@ -31932,10 +31909,10 @@ aa aa aa ab -aD -aF -bD -aF +bz +bB +bA +bB ab aa aa @@ -31952,7 +31929,7 @@ ab ak ab ak -av +at ab aa aa @@ -32188,11 +32165,11 @@ aa aa aa aa -bD -aD -bD -bD -aF +bA +bz +bA +bA +bB ab aa aa @@ -32209,7 +32186,7 @@ ak ak ak ak -av +at ab aa aa @@ -32445,11 +32422,11 @@ aa aa aa aa -bD -aD -aF -bD -aF +bA +bz +bB +bA +bB ab aa aa @@ -32466,7 +32443,7 @@ ab ak ab ab -av +at ab aa aa @@ -32702,11 +32679,11 @@ aa aa aa aa -bD -aD -bD -bD -aD +bA +bz +bA +bA +bz ab aa aa @@ -32723,7 +32700,7 @@ ak ak ak ak -av +at ab aa aa @@ -32959,11 +32936,11 @@ aa aa aa aa -bD -aD -aF -bD -aD +bA +bz +bB +bA +bz ab aa aa @@ -32980,7 +32957,7 @@ ab ak ab ab -av +at ab aa aa @@ -33216,11 +33193,11 @@ aa aa aa aa -aF -aD -bD -bD -aD +bB +bz +bA +bA +bz ab aa aa @@ -33237,7 +33214,7 @@ ak ak ak ak -av +at ab aa aa @@ -33473,11 +33450,11 @@ aa aa aa aa -bD -aD -aF -bD -aF +bA +bz +bB +bA +bB ab aa aa @@ -33494,7 +33471,7 @@ ab ak ab ak -av +at ab aa aa @@ -33730,11 +33707,11 @@ ab aa ab aa -bD -aD -bD -bD -aF +bA +bz +bA +bA +bB ab aa aa @@ -33751,7 +33728,7 @@ ak ak ak ak -av +at ab aa aa @@ -33988,10 +33965,10 @@ ab ab ab ab -aD -bD -bD -aD +bz +bA +bA +bz ab ab aa @@ -34008,7 +33985,7 @@ ab ak ab ak -av +at ab aa aa @@ -34245,10 +34222,10 @@ aa ab aa ab -aD -bD -bD -aD +bz +bA +bA +bz ab ab aa @@ -34265,7 +34242,7 @@ ak ak ak ak -av +at ab aa aa @@ -34502,10 +34479,10 @@ ab ab ab ab -aD -bD -bD -aD +bz +bA +bA +bz ab ab aa @@ -34520,7 +34497,7 @@ ak ak ac ae -cj +bM ae ac ab @@ -34759,10 +34736,10 @@ aa ab aa ab -aD -bD -bD -aD +bz +bA +bA +bz ab ab aa @@ -35016,10 +34993,10 @@ ab ab ab ab -aD -bD -bD -aD +bz +bA +bA +bz ab ab aa @@ -35034,7 +35011,7 @@ ak ak ac ae -cj +bM ae ac ab @@ -35271,13 +35248,13 @@ ab ab aa ab -aD -aD -aD -aD -aD -aD -aD +bz +bz +bz +bz +bz +bz +bz ab aa aa @@ -35292,7 +35269,7 @@ ak ac ae ae -cj +bM ac ab aa @@ -35512,29 +35489,29 @@ aa aa aa ab -av -av -av -av +at +at +at +at ab ab -av +at ab -av -av -av -av -av -av -av -av -aD +at +at +at +at +at +at +at +at +bz +bA +bA +bA +bA +bA bD -bD -bD -bD -bD -bE ab aa ab @@ -35785,13 +35762,13 @@ ab ab ab ab -aD +bz +bA +bA +bA +bA +bA bD -bD -bD -bD -bD -bE ab ab ab @@ -36042,13 +36019,13 @@ ab ab ab ab -aD +bz +bA +bA +bA +bA +bA bD -bD -bD -bD -bD -bE ab aa ab @@ -36292,20 +36269,20 @@ aa ab aa ab -av +at ab aa -av -av -av -av -aD +at +at +at +at +bz +bA +bA +bA +bA +bA bD -bD -bD -bD -bD -bE ab ab ab @@ -36874,19 +36851,19 @@ aa aa aa aa -fC -fC -fC -fC -fC -fI -fI -fC -fC -fI -fI -fI -fI +cF +cF +cF +cF +cF +cM +cM +cF +cF +cM +cM +cM +cM aa aa aa @@ -37131,19 +37108,19 @@ aa aa aa aa -ct -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fI -fC +cG +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cM +cF aa aa aa @@ -37310,12 +37287,12 @@ aa aa aa ab -ap -al -al -al -al -ap +ao +am +am +am +am +ao ab ab ab @@ -37326,12 +37303,12 @@ ab ab ab ab -ap -ap ao ao -ap -ap +an +an +ao +ao ae ae ae @@ -37350,25 +37327,25 @@ ae ae ae ac -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cV -cV -cV -cV -cV -cV +bM +bM +bM +bM +bM +bM +bM +bM +bM +bM +bM +bM +bM +bW +bW +bW +bW +bW +bW ab ab ab @@ -37388,34 +37365,34 @@ aa aa aa aa -ct -fI -fO -fI -fO -fI -fO -fI -fO -fI -fC -fO -ct +cG +cM +cL +cM +cL +cM +cL +cM +cL +cM +cF +cL +cG aa aa -fP -fP -fP -fP -fP -fP -fC -fO -fO -fC -fI -fI -fP +cR +cR +cR +cR +cR +cR +cF +cL +cL +cF +cM +cM +cR aa aa aa @@ -37567,112 +37544,112 @@ aa aa aa ab -ap +ao +an +an +an +an +ao +am +am +am +am +am +am +am +am +am +am +ao +an +an +an +an ao ao ao ao -ap -al -al -al -al -al -al -al -al -al -al -ap ao ao ao ao -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ao ao ao -ap -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cW -cW -cW -cW -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -dm -fk -fk -fk -fk -fk -fk -ct -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -ct +ao +ao +ao +ao +an +an +an +ao +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bX +bX +bX +bX +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bY +cn +cn +cn +cn +cn +cn +cG +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cG aa aa -fP -fP -fP -fC -fC -fC -fC -fO -fO -fC -fI -fI -fP +cR +cR +cR +cF +cF +cF +cF +cL +cL +cF +cM +cM +cR aa aa aa @@ -37681,8 +37658,8 @@ aa ab ab aa -fC -fI +cF +cM aa ab aa @@ -37824,112 +37801,112 @@ ab ab ab ab -ap ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cV -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -fk -fk -fk -fk -ct -fI -fO -fI -fO -fI -fO -fI -fO -fI -fO -fO -ct +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bW +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +cn +cn +cn +cn +cG +cM +cL +cM +cL +cM +cL +cM +cL +cM +cL +cL +cG aa aa -fC -fO -fO -fC -fO -fO -fO -fO -fO -fC -fP -fI -fP +cF +cL +cL +cF +cL +cL +cL +cL +cL +cF +cR +cM +cR aa aa aa @@ -37938,8 +37915,8 @@ aa ab ab aa -fC -fI +cF +cM aa ab aa @@ -38081,112 +38058,112 @@ ac ac ac ac -ap ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cV -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm -fk -fk -fk -fk -ct -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -ct +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bW +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +cn +cn +cn +cn +cG +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cG aa aa -fC -fO -fI -fI -fO -fO -fO -fO -fO -fC -fC -fP -fP +cF +cL +cM +cM +cL +cL +cL +cL +cL +cF +cF +cR +cR aa aa aa @@ -38195,9 +38172,9 @@ aa ab ab aa -fC -fI -fC +cF +cM +cF ab aa aa @@ -38338,112 +38315,112 @@ ae ae ae ae +ap +an +an +an an ao ao ao ao -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ao ao ao ao -ap -al -al -al -al -al -al -al -al -al -al -al -ap -ap -ap ao ao ao -ap -cV -cV -bT -bT -bT -bT -bT -bT -bT -bT -bT -bT -bT -cV -cW -cW -cW -cW -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -fk -dm -fk -fk -fk -fk -fk -ct -fO -fI -fO -fO -fO -fO -fO -fO -fO -fO -fO -ct +ao +an +an +an +an +ao +am +am +am +am +am +am +am +am +am +am +am +ao +ao +ao +an +an +an +ao +bW +bW +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bW +bX +bX +bX +bX +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +cn +bY +cn +cn +cn +cn +cn +cG +cL +cM +cL +cL +cL +cL +cL +cL +cL +cL +cL +cG aa aa -fC -fI -fO -fO -fO -fO -fO -fO -fO -fI -fC -fP -fP +cF +cM +cL +cL +cL +cL +cL +cL +cL +cM +cF +cR +cR aa aa aa @@ -38452,9 +38429,9 @@ aa ab ab aa -fI -fI -fC +cM +cM +cF ab aa aa @@ -38595,46 +38572,46 @@ ac ac ac ai -ap ao -ao -ao -ap -ap -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ap -ap -ao -ao -ap -ap -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -ae +an +an an ao ao +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae ao -cI +ao +an +an +ao +ao +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ac +ae +ap +an +an +an +bU ae ac ab @@ -38648,59 +38625,59 @@ ab ab ab ab -cV -cV -cW -cW -cV -cV -cd -cd -cd -cd -fg -fg -fh -fg -fh -fg -fh -fg -fh -fg -fh -fh -cd -fh -fh -ct -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -ct +bW +bW +bX +bX +bW +bW +ch +ch +ch +ch +cj +cj +ck +cj +ck +cj +ck +cj +ck +cj +ck +ck +ch +ck +ck +cG +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cG aa aa -fC -fC -fI -fI -fO -fO -fO -fO -fO -fO -fC -fP -fP +cF +cF +cM +cM +cL +cL +cL +cL +cL +cL +cF +cR +cR aa aa aa @@ -38709,9 +38686,9 @@ aa ab ab aa -fI -fO -fC +cM +cL +cF ab aa aa @@ -38852,27 +38829,27 @@ ac ak ak ak -ap ao +an +an +an ao -ao -ap ae ae -aw -aw -aw -aw -ba -aw -aw -aw +au +au +au +au +aY +au +au +au ae ae -ap ao -ao -al +an +an +am ab aa aa @@ -38887,11 +38864,11 @@ ac ac ac ae -ap ao +an +an +an ao -ao -ap ae ac ac @@ -38906,69 +38883,69 @@ ab aa aa ab -bT -cW -cW -bT -ca +bZ +bX +bX +bZ cd -cd -cd -cd -fg -fg -fg -fg -fg -fg -fg -fg -fg -fg -fh -fh -fh -fh -fh -ct -fO -fI -fO -fO -fO -fO -fO -fO -fO -fO -fO -ct +ch +ch +ch +ch +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +ck +ck +ck +ck +ck +cG +cL +cM +cL +cL +cL +cL +cL +cL +cL +cL +cL +cG aa aa -fP -fC -fO -fO -fI -fO -fO -fO -fO -fI -fC -fC -fP +cR +cF +cL +cL +cM +cL +cL +cL +cL +cM +cF +cF +cR aa aa aa -fI -fO -fI +cM +cL +cM ab aa -fI -fO -fC +cM +cL +cF ab aa aa @@ -39109,27 +39086,27 @@ ak ak ak ak -ap ao +an +an +an ao -ao -ap ae +au +au aw aw -ax -ax -ax -ax -ax -ax aw aw +aw +aw +au +au ae -ap ao -ao -al +an +an +am ab ab ab @@ -39144,11 +39121,11 @@ ae ae ae ae -ap ao +an +an +an ao -ao -ap ae ae ae @@ -39163,69 +39140,69 @@ ab ab ab ab -bT -cW -cW -bT -ca +bZ +bX +bX +bZ cd -ca +ch cd -cd -fg -fg -fh -cd -fh -fg -fh -fg -fh -fg -fh -cd -cd -fh -fh -ct -fO -fC -fO -fO -fO -fO -fO -fO -fO -fO -fO -ct +ch +ch +cj +cj +ck +ch +ck +cj +ck +cj +ck +cj +ck +ch +ch +ck +ck +cG +cL +cF +cL +cL +cL +cL +cL +cL +cL +cL +cL +cG aa aa -fP -fC -fI -fO -fO -fO -fO -fO -fO -fO -fI -fC -fP +cR +cF +cM +cL +cL +cL +cL +cL +cL +cL +cM +cF +cR aa aa aa -fI -fO -fI +cM +cL +cM ab aa -fC -fO -fC +cF +cL +cF ab aa aa @@ -39366,27 +39343,27 @@ ak ak ak ak -ar +aq +an +an +an ao -ao -ao -ap ae +au aw -ax -ax -ax -ax -ax -ax -ax -ax aw +aw +aw +aw +aw +aw +aw +au ae -ap ao -ao -al +an +an +am ab aa aa @@ -39399,15 +39376,15 @@ ae ae ae ae -ap -ap -ap ao ao ao -ap -cV -cV +an +an +an +ao +bW +bW ae ae ae @@ -39420,69 +39397,69 @@ ab aa aa ab -bT -cW -cW -bT -ca -ca +bZ +bX +bX +bZ cd cd -cd -cd -fg -fg -fg -fg -fg -fg -fg -fg -fg -fh -fh -fh -fh -fh -ct -fO -fI -fO -fO -fO -fO -fO -fO -fO -fO -fO -ct +ch +ch +ch +ch +cj +cj +cj +cj +cj +cj +cj +cj +cj +ck +ck +ck +ck +ck +cG +cL +cM +cL +cL +cL +cL +cL +cL +cL +cL +cL +cG aa aa -fP -fC -fC -fI -fI -fO -fO -fO -fO -fI -fO -fC -fP +cR +cF +cF +cM +cM +cL +cL +cL +cL +cM +cL +cF +cR aa aa aa -fI -fO -fI +cM +cL +cM ab aa -fC -fO -fC +cF +cL +cF ab aa aa @@ -39623,51 +39600,51 @@ ak ak ak ak +ao +an +an +an ap +ae +au +aw +aw +aw +aw +aw +aw +aw +aw +au +ae +ao +an +an +am +ab +ab +ab +ab +ab +ab +ab +ac +ae +ao ao ao ao an -ae -aw -ax -ax -ax -ax -ax -ax -ax -ax -aw -ae -ap -ao -ao -al -ab -ab -ab -ab -ab -ab -ab -ac -ae -ap -ap -ap -ap -ao -ao -ao -ao -ao -cJ -cW -cV -cV -cV -cV +an +an +an +an +bV +bX +bW +bW +bW +bW ae ac ab @@ -39677,69 +39654,69 @@ ab ab ab ab -bT -cW -cW -bT -ca -ca +bZ +bX +bX +bZ cd cd -cd -cd -fg -fg -fg -fg -cd -fh -fg -fh -fg -fh -fh -cd -fh -fh -ct -fI -fI -fO -fO -fO -fO -fO -fO -fO -fO -fO -ct +ch +ch +ch +ch +cj +cj +cj +cj +ch +ck +cj +ck +cj +ck +ck +ch +ck +ck +cG +cM +cM +cL +cL +cL +cL +cL +cL +cL +cL +cL +cG aa aa -fP -fP -fC -fI -fO -fO -fO -fO -fO -fO -fI -fC -fC +cR +cR +cF +cM +cL +cL +cL +cL +cL +cL +cM +cF +cF aa aa aa -fC -fO -fI +cF +cL +cM ab aa -fC -fO -fC +cF +cL +cF ab aa aa @@ -39880,53 +39857,53 @@ ak ak ak ak -al -ao -ao -ao -ap -ae -aw -ax -ax -ax -ax -ax -ax -ax -ax -aw -ae -ap -ao -ao -al -ab -aa -aa -ab -aa -ab -ab -ap +am an +an +an +ao +ae +au +aw +aw +aw +aw +aw +aw +aw +aw +au +ae +ao +an +an +am +ab +aa +aa +ab +aa +ab +ab +ao ap ao -ao -ao -ao -ao -ao -ao -ao -ao -cW -cW -cW -cW -cV -eb -cV +an +an +an +an +an +an +an +an +an +bX +bX +bX +bX +bW +ca +bW ab ab aa @@ -39934,69 +39911,69 @@ ab aa aa ab -bT -cW -cW -bT -cb -cb -cb -cb -cd -cd -cd -cd -fg -cd -fg -fg -fg -fg -fg -fh -cd -fg -cd -fh -fC -ct -ct -ct -ct -ct -ct -ct -ct -ct -ct -ct -fC +bZ +bX +bX +bZ +ce +ce +ce +ce +ch +ch +ch +ch +cj +ch +cj +cj +cj +cj +cj +ck +ch +cj +ch +ck +cF +cG +cG +cG +cG +cG +cG +cG +cG +cG +cG +cG +cF aa aa -fP -fP -fC -fO -fI -fO -fO -fO -fO -fO -fO -fI -fC +cR +cR +cF +cL +cM +cL +cL +cL +cL +cL +cL +cM +cF aa aa aa -fI -fO -fC +cM +cL +cF ab aa -fC -fO -fC +cF +cL +cF ab aa aa @@ -40137,86 +40114,86 @@ ak ak ak ak -al +am +an +an +an ao -ao -ao -ap ae +au aw -ax -ax -ax -ax -ax -ax -ax -ax aw +aw +aw +aw +aw +aw +aw +au ae -ap ao -ao -al +an +an +am ab ab ab ab ab ab -ap -ap ao ao -ao -ao -ao -ao -ao -ao -ao -ao -cJ -cW -dm -cW -dm -cW -dm -cV -cV +an +an +an +an +an +an +an +an +an +an +bV +bX +bY +bX +bY +bX +bY +bW +bW ab ab ab ab ab ab -bT -cW -cW -bT -ca -ca -cb -ca -ca +bZ +bX +bX +bZ cd cd -fg -cd -fg -cd -fg -fg -fh -fg -fh +ce cd cd -cd -fh -fg -fh +ch +ch +cj +ch +cj +ch +cj +cj +ck +cj +ck +ch +ch +ch +ck +cj +ck aa ab aa @@ -40230,49 +40207,49 @@ aa ab aa aa -fP -fP -fC -fC -fI -fO -fO -fO -fO -fO -fI -fO -fC +cR +cR +cF +cF +cM +cL +cL +cL +cL +cL +cM +cL +cF aa aa aa -fI -fO -fC +cM +cL +cF ab aa -fC -fO -fC -fV -fW -fW -fW -fW -fR -cC -cC -cC -cC -cC -fR -fW -fW -fW -fW -fW -fW -fW +cF +cL +cF +cX +cY +cY +cY +cY +cT +cZ +cZ +cZ +cZ +cZ +cT +cY +cY +cY +cY +cY +cY +cY aa aa aa @@ -40394,142 +40371,142 @@ ak ak ak ak -al +am +an +an +an ao -ao -ao -ap ae +au aw -ax -ax -ax -ax -ax -ax -ax -ax aw +aw +aw +aw +aw +aw +aw +au ae -ap ao -ao -al +an +an +am ab ac ac ac ac -ap -ap ao ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -cW -cW -cW -cW -cW -cW -cW +an +an +an +an +an +an +an +an +an +an +an +an +bX +bX +bX +bX +bX +bX +bX +bW +bW +ac +ac +ac +ac +ab +bZ +bX +bX +bZ +cf +cd +ce +cd +ch +ch +ch +ch +cj +ch +cj +ch +cj +ck +cj +ck +ch +cj +ch +ck +cj +cj +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +cR +cR +cR +cL +cL +cL +cL +cL +cL +cF +cF +cF +cF +aa +aa +aa +cF +cL +cF +ab +aa +cF +cL +cF +cX +cY +cT +cT +cT +cT cV cV -ac -ac -ac -ac -ab -bT -cW -cW -bT -cc -ca -cb -ca -cd -cd -cd -cd -fg -cd -fg -cd -fg -fh -fg -fh -cd -fg -cd -fh -fg -fg -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -fP -fP -fP -fO -fO -fO -fO -fO -fO -fC -fC -fC -fC -aa -aa -aa -fC -fO -fC -ab -aa -fC -fO -fC -fV -fW -fR -fR -fR -fR -cA -cA -cA -cA -cA -fR -fR -fW -fW -fW -fW -fW -fW +cV +cV +cV +cT +cT +cY +cY +cY +cY +cY +cY aa aa aa @@ -40651,86 +40628,86 @@ ak ak ak ak -al +am +an +an +an ao -ao -ao -ap ae +au aw -ax -ax -ax -ax -ax -ax -ax -ax aw +aw +aw +aw +aw +aw +aw +au ae -ap ao -ao -al +an +an +am ab ac ae ae ae +ap +an +an +an +an +an +an an ao ao ao +bN ao ao -ao -ao -ap -ap -ap -bM -ap -ap -cV -dm -cW -dm -cW -dm -cW -dm bW +bY +bX +bY +bX +bY +bX +bY +cc ae ae ae ac ab -bT -cW -cW -bT -ca -ca -cb +bZ +bX +bX +bZ cd cd -cd -cd -fg -cd -fg -cd -fg -cd -fh -fg -fh -cd -cd -cd -fh -fg -fh +ce +ch +ch +ch +ch +cj +ch +cj +ch +cj +ch +ck +cj +ck +ch +ch +ch +ck +cj +ck aa ab aa @@ -40744,49 +40721,49 @@ aa ab aa aa -fP -fP -fP -fO -fO -fO -fC -fC -fC -fC -fP -fP -fP +cR +cR +cR +cL +cL +cL +cF +cF +cF +cF +cR +cR +cR aa aa aa -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fR -fR -fR -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -fR -cC -cC -cC -cC -fR -fW +cF +cL +cT +cT +cT +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cT +cZ +cZ +cZ +cZ +cT +cY aa aa aa @@ -40908,142 +40885,142 @@ ak ak ak ak -al +am +an +an +an ao -ao -ao -ap ae +au aw -ax -ax -ax -ax -ax -ax -ax -ax aw +aw +aw +aw +aw +aw +aw +au ae -ap ao -ao -al +an +an +am ab ac ae ae -ap -ap +ao +ao +an +an +an +an +an ao ao ao -ao -ao -ap -ap -ap -aW +bF bG bH bG -aW -cV -cV -cV -cW -cW -cW -cW -cW -cV -cV +bF +bW +bW +bW +bX +bX +bX +bX +bX +bW +bW ae ae ac ab -bT -cW -cW -bT -cc -ca -cb +bZ +bX +bX +bZ +cf cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -fg -fg -fg -cd -fg -cd -fg -fg -cd -fI -fO -fI -fO -fI -fO -fI -fO -fI -fO -fI -fO -fI -fP -fP -fP -fC -fC -fC -fC -fP -fP -fP -fP -fP -fP +ce +ch +ch +ch +ch +ch +ch +ch +ch +ch +ch +cj +cj +cj +ch +cj +ch +cj +cj +ch +cM +cL +cM +cL +cM +cL +cM +cL +cM +cL +cM +cL +cM +cR +cR +cR +cF +cF +cF +cF +cR +cR +cR +cR +cR +cR aa aa ab -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -fR -cA -cA -cA -cA -fR -cA +cF +cL +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cT +cV +cV +cV +cV +cT +cV ak ak ak @@ -41165,99 +41142,99 @@ ak ak ak ak -ap ao +an +an +an ao -ao -ap ae +au aw -ax -ax -ax -ax -ax -ax -ax -ax aw +aw +aw +aw +aw +aw +aw +au ae -ap ao -ao -al +an +an +am ab ac ae ae -ap +ao +an +an +an +an +an ao ao -ao -ao -ao -ap -ap ab ab -aW +bF bG bH bG -aW +bF ab ab -cV -cV -cW -dm -cW -dm -cW -cV +bW +bW +bX +bY +bX +bY +bX +bW ae ae ac ab -bT -cW -cW -bT -ca -ca -cb +bZ +bX +bX +bZ cd cd -cd -cd -fg -cd -fg -cd -fg -cd -fg -fg -fg -cd -cd -cd -fg -fg -cd -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO +ce +ch +ch +ch +ch +cj +ch +cj +ch +cj +ch +cj +cj +cj +ch +ch +ch +cj +cj +ch +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL aa aa aa @@ -41274,35 +41251,35 @@ aa aa aa ab -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fR -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cD -cA -cA -cA -cA -fR -cA +cF +cL +cT +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +da +cV +cV +cV +cV +cT +cV ak -cQ +dl ak ak ak @@ -41310,7 +41287,7 @@ ak ak ak ak -cQ +dl ak aa aa @@ -41422,99 +41399,99 @@ ak ak ak ak -ar +aq +an +an +an ao -ao -ao -ap ae -aw -aw -aw -aw -ay -ay -aw -aw -aw -aw +au +au +au +au +aQ +aQ +au +au +au +au ae -ap ao -ao -al +an +an +am ab ac ae ae -ap +ao +an +an +an +an ao ao -ao -ao -ap -ap ab ab ab -aW +bF bG bH bG -aW +bF ab ab ab -cV -cV -cW -cW -cW -cW -cV +bW +bW +bX +bX +bX +bX +bW ae ae ac ab -bT -cW -cW -bT -cc -ca -ce -ca -ca +bZ +bX +bX +bZ +cf +cd +ci cd cd -cd -cd -cd -cd -cd -cd -cV -cV -cV -cn -cn -cn -cV -cV -cV -fI -fO -fI -fO -fI -fO -fI -fO -fI -fO -fI -fO -fI +ch +ch +ch +ch +ch +ch +ch +ch +bW +bW +bW +cy +cy +cy +bW +bW +bW +cM +cL +cM +cL +cM +cL +cM +cL +cM +cL +cM +cL +cM aa aa aa @@ -41531,33 +41508,33 @@ aa aa aa ab -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -fR -cA -cA -cA -cA -fR -cA +cF +cL +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cT +cV +cV +cV +cV +cT +cV ab ak ab @@ -41679,99 +41656,99 @@ ak ak ak ak -ap ao +an +an +an ao -ao -ap ae ae ae ae +au aw -ax -ax aw +au ae ae ae ae -ap ao +an +an ao -ap ac ac ae -ap -ap ao ao +an +an +an +an ao -ao -ap ab ab ab -aW -aW -aW -bN -aW -aW -aW +bF +bF +bF +bO +bF +bF +bF ab ab ab -cV -cW -cW -cW -cW -cV -cV +bW +bX +bX +bX +bX +bW +bW ae ac ac -cV -cW -cW -bT -ca -ca -ce -ca +bW +bX +bX +bZ cd cd +ci cd -fg -cd -fg -cd -fg -cV -cV -cW -cW -cW -cW -cW -cW -cW -cV -cV -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO +ch +ch +ch +cj +ch +cj +ch +cj +bW +bW +bX +bX +bX +bX +bX +bX +bX +bW +bW +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL aa aa aa @@ -41788,43 +41765,43 @@ aa aa aa ab -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -fR -cC -cC -cC -cC -fR -cA +cF +cL +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cT +cZ +cZ +cZ +cZ +cT +cV ab -cR +dm ak ak ak -cR +dm ak ak ak -cR +dm ak aa aa @@ -41936,99 +41913,99 @@ af ak ak ak -ap ao +an +an +an ao -ao -ap ae ae ae ae +au aw -ax -ax aw +au ae -ap -ap -ap -ap ao ao -ap +ao +ao +an +an +ao ae ae ae -ap +ao +an +an +an +an ao ao -ao -ao -ap -ap ab ab -aW -aW +bF +bF bG bH bG bH bG -aW -aW +bF +bF ab ab -cV -cV -cW -cW -cW -cW -cV +bW +bW +bX +bX +bX +bX +bW ae ae ae -cV -cW -cW -cV -cV -cV -cV -ca +bW +bX +bX +bW +bW +bW +bW cd -cd -cd -cd -cd -cd -cd -cd -cV -cW -cW -cW -cW -cW -cW -cW -cW -cW -cV -fO -fI -fO -fI -fO -fI -fO -fI -fO -fI -fO -fI +ch +ch +ch +ch +ch +ch +ch +ch +bW +bX +bX +bX +bX +bX +bX +bX +bX +bX +bW +cL +cM +cL +cM +cL +cM +cL +cM +cL +cM +cL +cM ab aa aa @@ -42045,33 +42022,33 @@ ab aa aa ab -fC -cy -fC +cF +cS +cF ab aa -fR -cB -fR -cB -fR -cC -cC -cC -cC -cC -cC -cC -cC -cC -fR -fR -cE -cG -cN -cP -fR -fR +cT +cW +cT +cW +cT +cZ +cZ +cZ +cZ +cZ +cZ +cZ +cZ +cZ +cT +cT +db +dd +di +dk +cT +cT ab ak ab @@ -42190,43 +42167,43 @@ ah ah ah af -al -al -al -ap +am +am +am ao -ao -ao -ap -ap -ap -ap -ap -ap -az -az -ap an -ap -ao -ao -ao -ao -ao -ap an -ap -ap -ap +an ao ao ao ao +ao +ao +aR +aR +ao ap -aW -aW -aW -aW +ao +an +an +an +an +an +ao +ap +ao +ao +ao +an +an +an +an +ao +bF +bF +bF +bF bH bH bH @@ -42234,101 +42211,101 @@ bG bH bH bH -aW -aW -aW -aW -cV -cW -cW -cW -cW -cV -cV -cV +bF +bF +bF +bF +bW +bX +bX +bX +bX +bW +bW +bW +cc +bW +bX +bX +bX +bX +bX +bW +bZ +bZ +bZ +bZ +cl +bZ +bZ +bZ +bZ +bW +bX +bX +bX +bX +bX +bX +bX +bX +bX +bW +bW +bW +bW +bW +bX +bX +bX +bX +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bX +bW bW -cV -cW -cW -cW -cW -cW -cV -bT -bT -bT -bT -bU -bT -bT -bT -bT -cV -cW -cW -cW -cW -cW -cW -cW -cW -cW -cV -cV -cV -cV -cV -cW -cW -cW -cW -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cW -cV -cV ab -fR -cA -fR -cA -fR -fV -fV -fV -fV -fV -fV -fV -fV -fV -fR -cA -cA -cK -cK -cA -cA -fR +cT +cV +cT +cV +cT +cX +cX +cX +cX +cX +cX +cX +cX +cX +cT +cV +cV +de +de +cV +cV +cT ak ak ab @@ -42446,44 +42423,44 @@ ah ah ah ah -am +al +an +an +an +ar +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an ao -ao -ao -as -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ap bG bG bG -aW +bF bH bG bG @@ -42491,101 +42468,101 @@ bG bG bG bH -aW +bF bG bG bG +bW +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bY +bX +bY +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +cT +cT +cT cV -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -dm -cW -dm -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -fR -fR -fR -cA -fR -cA -fR -fR -fR -fR -fR -fR -fR -fR -fR -fR -fR -cA -cA -cH -cH -cA -cA -cC +cT +cV +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cV +cV +df +df +cV +cV +cZ ab ak ab @@ -42703,40 +42680,40 @@ ah ah ah ah -am -ao -ao -ao -as -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -bF +al +an +an +an +ar +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +bE bH bH bH @@ -42752,99 +42729,99 @@ bI bH bH bH -bV -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cz -cA -cz -cA -cz -cA -cz -cA -cA -cA -cA -cA -cA -cA -cA -cA -cz -cE -cF -cL -cO -cA -cA -cC +cb +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +cU +cV +cU +cV +cU +cV +cU +cV +cV +cV +cV +cV +cV +cV +cV +cV +cU +db +dc +dg +dj +cV +cV +cZ ab -cR +dm ak ak ak @@ -42852,7 +42829,7 @@ ak ak ak ak -cR +dm ak aa aa @@ -42960,44 +42937,44 @@ ah ah ah ah -am +al +an +an +an +ar +an +an +an +an +an +an +an +an +aM +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an ao -ao -ao -as -ao -ao -ao -ao -ao -ao -ao -ao -aZ -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ap bG bG bG -aW +bF bH bG bG @@ -43005,101 +42982,101 @@ bG bG bG bH -aW +bF bG bG bG +bW +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +cT +cT +cT cV -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -fR -fR -fR -cA -fR -cA -fR -fR -fR -fR -fR -fR -fR -fR -fR -fR -fR -cA -cA -cH -cH -cA -cA -cC +cT +cV +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cT +cV +cV +df +df +cV +cV +cZ ab ak ab @@ -43218,43 +43195,43 @@ ah ah ah af -al -al -al -ap +am +am +am ao -ao -ao -ap -ap -ap -ap -ap -aA -bd -bd -aA an -ap -ao -ao -ao -ao -ao -ap an -ap -ap -ap +an ao ao ao ao +ao +av +aS +aS +av ap -aW -aW -aW -aW +ao +an +an +an +an +an +ao +ap +ao +ao +ao +an +an +an +an +ao +bF +bF +bF +bF bH bH bH @@ -43262,101 +43239,101 @@ bG bH bH bH -aW -aW -aW -aW -cV -cW -cW -cW -cW -cV -cV -cV +bF +bF +bF +bF +bW +bX +bX +bX +bX +bW +bW +bW +cc +bW +bX +bX +bX +bX +bX +bW +bZ +bZ +bZ +bZ +cm +bZ +bZ +bZ +bZ +bW +bX +bX +bX +bX +bX +bX +bX +bX +bX +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bY +bY +bW +bW +bW +bW +bW +bW +bW +bW +bY +bY +bY +bY +bY +bY +bY +bW +bW +bW +bX +bW bW -cV -cW -cW -cW -cW -cW -cV -bT -bT -bT -bT -cf -bT -bT -bT -bT -cV -cW -cW -cW -cW -cW -cW -cW -cW -cW -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -dm -dm -cV -cV -cV -cV -cV -cV -cV -cV -dm -dm -dm -dm -dm -dm -dm -cV -cV -cV -cW -cV -cV aa -fR -cA -fR -cA -fR -fV -fV -fV -fV -fV -fV -fV -fV -fV -fR -cA -cA -cM -cM -cA -cA -fR +cT +cV +cT +cV +cT +cX +cX +cX +cX +cX +cX +cX +cX +cX +cT +cV +cV +dh +dh +cV +cV +cT ak ak ab @@ -43478,107 +43455,107 @@ af ak ak ak -ap ao +an +an +an ao -ao -ap ae ae ae ae -aA -aU -bb -aA +av +aT +aZ +av ae -ap -ap -ap -ap ao ao -ap +ao +ao +an +an +ao ae ae ae -ap +ao +an +an +an +an ao ao -ao -ao -ap -ap ab ab -aW -aW +bF +bF bG bH bG bH bG -aW -aW +bF +bF ab ab -cV -cV -cW -cW -cW -cW -cV +bW +bW +bX +bX +bX +bX +bW ae ae ae -cV -cW -cW -cV -cV -cV -cV -fd -fd -fd -fd -fd -fd -fd -fd -fd -cV -cW -cW -cW -cW -cW -cW -cW -cW -cW -cV -fI -fI -fI -fO -fO -fI -fI -fI -fI -fI -fI -fI -fI -fI -fI -fP -fI -fP -fI -fP +bW +bX +bX +bW +bW +bW +bW +cg +cg +cg +cg +cg +cg +cg +cg +cg +bW +bX +bX +bX +bX +bX +bX +bX +bX +bX +bW +cM +cM +cM +cL +cL +cM +cM +cM +cM +cM +cM +cM +cM +cM +cM +cR +cM +cR +cM +cR aa ab aa @@ -43587,33 +43564,33 @@ ab aa aa ab -fC -cy -fC +cF +cS +cF ab aa -fR -cB -fR -cB -fR -cC -cC -cC -cC -cC -cC -cC -cC -cC -fR -fR -cE -cG -cN -cP -fR -fR +cT +cW +cT +cW +cT +cZ +cZ +cZ +cZ +cZ +cZ +cZ +cZ +cZ +cT +cT +db +dd +di +dk +cT +cT ab ak ab @@ -43735,152 +43712,152 @@ ak ak ak ak -ap ao +an +an +an ao +ae +ae +ae +ae +av +aU +ba +av +ae +ae +ae +ae ao -ap -ae -ae -ae -ae -aA -aV -bc -aA -ae -ae -ae -ae -ap +an +an ao -ao -ap ac ac ae -ap -ap ao ao +an +an +an +an ao -ao -ap ab ab ab -aW -aW -aW -bO -aW -aW -aW +bF +bF +bF +bP +bF +bF +bF ab ab ab -cV -cW -cW -cW -cW -cV -cV +bW +bX +bX +bX +bX +bW +bW ae ac ac -cV -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -cV -cV -cW -cW -cW -cW -cW -cW -cW -cV -cV -fI -fO -fO -fO -fO -fI -fI -fI -fI -fI -fI -fI -fI -fI -fI -fP -fI -fP -fI -fP -aa -aa -aa -aa -aa -aa -aa -ab -fC -fO -fC -ab -aa -fC -fO -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -fR -cC -cC -cC -cC -fR -cA -ab +bW +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +bW +bW +bX +bX +bX +bX +bX +bX +bX +bW +bW +cM +cL +cL +cL +cL +cM +cM +cM +cM +cM +cM +cM +cM +cM +cM cR -ak -ak -ak +cM cR -ak -ak -ak +cM cR +aa +aa +aa +aa +aa +aa +aa +ab +cF +cL +cF +ab +aa +cF +cL +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cT +cZ +cZ +cZ +cZ +cT +cV +ab +dm +ak +ak +ak +dm +ak +ak +ak +dm ak aa aa @@ -43992,107 +43969,107 @@ ak ak ak ak -aq +as +an +an +an ao -ao -ao -ap ae -aA -aA -aA -aA -be -bi -aA -aA -aA -aA +av +av +av +av +aV +bb +av +av +av +av ae -ap ao -ao -al +an +an +am ab ac ae ae -ap +ao +an +an +an +an ao ao -ao -ao -ap -ap ab ab ab -aW +bF bJ bH -bS -aW +bT +bF ab ab ab -cV -cV -cW -cW -cW -cW -cV +bW +bW +bX +bX +bX +bX +bW ae ae ac ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -cV -cV -cV -cf -cf -cf -cV -cV -cV +bZ +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +bW +bW +bW +cm +cm +cm +bW +bW +bW ab -fO -fO -fO -fO -fI -fI -fO -fO -fO -fO -fO -fO -fO -fI -fI -fI -fI -fI -fI -fP +cL +cL +cL +cL +cM +cM +cL +cL +cL +cL +cL +cL +cL +cM +cM +cM +cM +cM +cM +cR aa aa aa @@ -44101,33 +44078,33 @@ aa aa aa ab -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -fR -cA -cA -cA -cA -fR -cA +cF +cL +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cT +cV +cV +cV +cV +cT +cV ab ak ab @@ -44249,107 +44226,107 @@ ak ak ak ak -ap ao +an +an +an ao -ao -ap ae -aA -au -aL -aS -aX -bg -bn -bt -bw -aA +av +ax +aF +aN +aW +bc +bi +bo +br +av ae -ap ao -ao -al +an +an +am ab ac ae ae -ap +ao +an +an +an +an +an ao ao -ao -ao -ao -ap -ap ab ab -aW -bL +bF +bK bQ -bS -aW +bT +bF ab ab -cV -cV -cW -cW -cW -cW -cW -cV +bW +bW +bX +bX +bX +bX +bX +bW ae ae ac ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fl +bZ +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +co ab -fO -fO -fO -fO -fI -fI -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO +cL +cL +cL +cL +cM +cM +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL aa aa aa @@ -44358,35 +44335,35 @@ aa aa aa ab -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fR -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cz -cA -cA -cA -cA -fR -cA +cF +cL +cT +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cU +cV +cV +cV +cV +cT +cV ak -cS +dn ak ak ak @@ -44394,7 +44371,7 @@ ak ak ak ak -cS +dn ak aa aa @@ -44506,107 +44483,107 @@ ak ak ak ak -al +am +an +an +an ao -ao -ao -ap ae -aA -at -aK -aR -aR -bf -bm +av +ay +aG +aO +aO +bd +bj +bp bs -bv -aA +av ae -ap ao -ao -al +an +an +am ab ac ae ae -ap -ap +ao +ao +an +an +an +an +an ao ao ao -ao -ao -ap -ap -ap -aW -bK -bP -bS -aW -cV -cV -cV -cW -cW -cW -cW -cW -cV -cV +bF +bL +bR +bT +bF +bW +bW +bW +bX +bX +bX +bX +bX +bW +bW ae ae ac ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fl -fl -fI -fC -fC -fC -fC -fC -fC -fC -fC -fC -fC -fC -fC -fC -fC -fC -fO -fO -fO -fI +bZ +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +co +co +cM +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cL +cL +cL +cM aa aa aa @@ -44615,33 +44592,33 @@ aa aa aa ab -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -cA -fR -cA -cA -cA -cA -fR -cA +cF +cL +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cT +cV +cV +cV +cV +cT +cV ak ak ak @@ -44763,107 +44740,107 @@ ak ak ak ak -al +am +an +an +an ao -ao -ao -ap ae -aA -aC -aN -aR -aR -bj -aR +av +az +aH aO -by -aA +aO +be +aO +aJ +bt +av ae -ap ao -ao -al +an +an +am ab ac ae ae ae +ap +an +an +an +an +an +an an ao ao ao +bS ao ao -ao -ao -ap -ap -ap -bR -ap -ap -cV -cW -cW -cW -cW -cW -cW -cW bW +bX +bX +bX +bX +bX +bX +bX +cc ae ae ae ac ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fl -fO -fC -fO -fI -fO -fI -fO -fI -fO -fI -fO -fI -fO -fO -fO -fC -fO -fO -fP -fI +bZ +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +co +cL +cF +cL +cM +cL +cM +cL +cM +cL +cM +cL +cM +cL +cL +cL +cF +cL +cL +cR +cM aa aa aa @@ -44872,33 +44849,33 @@ aa aa aa ab -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fR -fR -fR -fR -cA -cA -cA -cA -cA -cA -cA -cA -cA -fR -cC -cC -cC -cC -fR -fW +cF +cL +cT +cT +cT +cT +cV +cV +cV +cV +cV +cV +cV +cV +cV +cT +cZ +cZ +cZ +cZ +cT +cY aa aa aa @@ -45020,107 +44997,107 @@ ak ak ak ak -al +am +an +an +an ao -ao -ao -ap ae +av aA -aB -aM -aR -aR -bh -bo +aI aO -bx -aA +aO +bf +bk +aJ +bu +av ae -ap ao -ao -al +an +an +am ab ac ac ac ac -ap -ap ao ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -cW -cW -cW -cW -cW -cW -cW -cV -cV -ac -ac -ac -ac -ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd +an +an +an +an +an +an +an +an +an +an +an +an bX -bY +bX +bX +bX +bX +bX +bX +bW +bW +ac +ac +ac +ac +ab bZ -fl -fI -fC -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fC -fO -fO -fI -fI +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cE +cH +cN +co +cM +cF +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cF +cL +cL +cM +cM aa aa aa @@ -45129,33 +45106,33 @@ aa aa aa ab -fC -fI -fC +cF +cM +cF ab aa -fC -fO -fC -fV -fW -fR -fR -fR -fR -cA -cA -cA -cA -cA -fR -fR -fW -fW -fW -fW -fW -fW +cF +cL +cF +cX +cY +cT +cT +cT +cT +cV +cV +cV +cV +cV +cT +cT +cY +cY +cY +cY +cY +cY aa aa aa @@ -45277,107 +45254,107 @@ ak ak ak ak -al +am +an +an +an ao -ao -ao -ap ae -aA -aH +av +aB +aJ aO -aR -aR -aR -bp aO -bA -aA +aO +bl +aJ +bv +av ae -ap ao -ao -al +an +an +am ab ab ab ab ab ab -ap -ap ao ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -cW -cW -cW -cW -cW -cW -cV -cV +an +an +an +an +an +an +an +an +an +an +an +bX +bX +bX +bX +bX +bX +bW +bW ab ab ab ab ab ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fL -fl -fO -fC -fO -fI -fO -fI -fO -fI -fO -fI -fO -fI -fC -fI -fO -fC -fO -fI -fP -fI +bZ +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cO +co +cL +cF +cL +cM +cL +cM +cL +cM +cL +cM +cL +cM +cF +cM +cL +cF +cL +cM +cR +cM aa aa aa @@ -45386,33 +45363,33 @@ aa aa aa ab -fC -fI -fC +cF +cM +cF ab aa -fC -fO -fC -fV -fW -fW -fW -fW -fR -cC -cC -cC -cC -cC -fR -fW -fW -fW -fW -fW -fW -fW +cF +cL +cF +cX +cY +cY +cY +cY +cT +cZ +cZ +cZ +cZ +cZ +cT +cY +cY +cY +cY +cY +cY +cY aa aa aa @@ -45534,53 +45511,53 @@ ak ak ak ak -al -ao -ao -ao -ap -ae -aA -aE -aO -aR -aR -bk -bp -aO -bz -aA -ae -ap -ao -ao -al -ab -aa -aa -ab -aa -ab -ab -ap +am an +an +an +ao +ae +av +aC +aJ +aO +aO +bg +bl +aJ +bw +av +ae +ao +an +an +am +ab +aa +aa +ab +aa +ab +ab +ao ap ao -ao -ao -ao -ao -ao -ao -ao -ao -cW -cW -cW -cW -cV +an +an +an +an +an +an +an +an +an +bX +bX +bX +bX +bW +cc bW -cV ab ab aa @@ -45588,53 +45565,53 @@ ab aa aa ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fw -fl -fO -fC -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fC -fO -fO -fP -fI +bZ +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cp +co +cL +cF +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cF +cL +cL +cR +cM aa aa aa @@ -45643,14 +45620,14 @@ aa aa aa ab -fC -fI -fC +cF +cM +cF ab aa -fC -fO -fC +cF +cL +cF ab aa aa @@ -45791,51 +45768,51 @@ ak ak ak ak +ao +an +an +an ap +ae +av +aD +aJ +aO +aO +aO +bl +aJ +bx +av +ae +ao +an +an +am +ab +ab +ab +ab +ab +ab +ab +ac +ae +ao ao ao ao an -ae -aA -aJ -aO -aR -aR -aR -bp -aO -bC -aA -ae -ap -ao -ao -al -ab -ab -ab -ab -ab -ab -ab -ac -ae -ap -ap -ap -ap -ao -ao -ao -ao -ao -ao -cW -cV -cV -cV -cV +an +an +an +an +an +bX +bW +bW +bW +bW ae ac ab @@ -45845,53 +45822,53 @@ ab ab ab ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fw -ck -fd -fw -fd -fd -fw -fd -fl -fO -fC -fO -fI -fO -fI -fO -fI -fO -fI -fO -fI -fI -fO -fO -fC -fO -fO -fI -fI +bZ +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cp +cu +cg +cp +cg +cg +cp +cg +co +cL +cF +cL +cM +cL +cM +cL +cM +cL +cM +cL +cM +cM +cL +cL +cF +cL +cL +cM +cM aa aa aa @@ -45900,14 +45877,14 @@ aa aa aa ab -fC -fO -fC +cF +cL +cF ab aa -fC -fO -fC +cF +cL +cF ab aa aa @@ -46048,27 +46025,27 @@ ak ak ak ak +an +an +an +an ao -ao -ao -ao -ap ae -aA -aI -aP +av +aE +aK +aJ aO -aR -aR -bq aO -bB -aA +bm +aJ +by +av ae -ap ao -ao -al +an +an +am ab aa aa @@ -46081,15 +46058,15 @@ ae ae ae ae -ap -ap -ap ao ao ao -ap -cV -cV +an +an +an +ao +bW +bW ae ae ae @@ -46102,53 +46079,53 @@ ab aa aa ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd +bZ +bX +bX +bZ cg -fw -fd -fx -fw -fd -fE -fw -fl -fO -fC -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fO -fI -fP -fI +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cq +cp +cg +cz +cp +cg +cI +cp +co +cL +cF +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cL +cM +cR +cM aa aa aa @@ -46157,14 +46134,14 @@ aa aa aa ab -fC -fI -fC +cF +cM +cF ab aa -fC -fO -fC +cF +cL +cF ab aa aa @@ -46305,121 +46282,121 @@ ak ak ak ak -ap ao +an +an +an ao -ao -ap ae -aA -aA -aQ -aT -aY -bl -br -bu -aA -aA -ae -ap -ao -ao -al -ab -ab -ab -ab -ab -ab -ab -ac -ae -ae -ae -ae -ae -ae -ap -ao -ao -ao -ap -ae -ae -ae -ae -ae -ae -ac -ab -ab -ab -ab -ab -ab -ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fl -cp -fs -fl -cp -fs -fl -cp -fs -fl -fI -fC -fI -fI -fO -fI -fO -fI -fO -fI -fO -fI -fP -fO -fO -fC -fO -fO -fP -fI -aa -aa -aa -aa -aa -aa -aa -ab -fC -fI -fC -ab -aa av +av +aL +aP +aX +bh +bn +bq +av +av +ae +ao +an +an +am +ab +ab +ab +ab +ab +ab +ab +ac +ae +ae +ae +ae +ae +ae +ao +an +an +an +ao +ae +ae +ae +ae +ae +ae +ac +ab +ab +ab +ab +ab +ab +ab +bZ +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +co +cr +cv +co +cr +cv +co +cr +cv +co +cM +cF +cM +cM +cL +cM +cL +cM +cL +cM +cL +cM +cR +cL +cL +cF +cL +cL +cR +cM +aa +aa +aa +aa +aa +aa +aa +ab +cF +cM +cF +ab +aa +at ak ab ab @@ -46562,121 +46539,121 @@ ac ak ak ak -ap ao +an +an +an ao -ao -ap ae ae -aA -aA -aA -aA -aA -aA -aA -aA -ae -ae -ap -ao -ao -al -ab -aa -aa -ab -aa -aa -ab -ac -ac -ac -ac -ac -ac -ae -ap -ao -ao -ao -ap -ae -ac -ac -ac -ac -ac -ac -ab -aa -aa -ab -aa -aa -ab -bT -cW -cW -bT -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fl -ch -cl -fl -co -cr -fl -cu -cw -fl -fO -fC -fI -fI -fO -fO -fO -fI -fC -fI -fO -fI -fI -fI -fO -fC -fO -fI -fI -fI -aa -aa -aa -aa -aa -aa -aa -ab -fC -fO -fI -aa -aa av +av +av +av +av +av +av +av +ae +ae +ao +an +an +am +ab +aa +aa +ab +aa +aa +ab +ac +ac +ac +ac +ac +ac +ae +ao +an +an +an +ao +ae +ac +ac +ac +ac +ac +ac +ab +aa +aa +ab +aa +aa +ab +bZ +bX +bX +bZ +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +co +cs +cw +co +cA +cC +co +cJ +cP +co +cL +cF +cM +cM +cL +cL +cL +cM +cF +cM +cL +cM +cM +cM +cL +cF +cL +cM +cM +cM +aa +aa +aa +aa +aa +aa +aa +ab +cF +cL +cM +aa +aa +at ak ab ab @@ -46821,10 +46798,10 @@ ac ai ac ae +an +an ao ao -ap -ap ae ae ae @@ -46835,12 +46812,12 @@ ae ae ae ae -ap -ap ao ao -ap -ap +an +an +ao +ao ab ab ab @@ -46854,11 +46831,11 @@ ab ab ac ae +ap an -ao -ao -ao an +an +ap ae ac ab @@ -46872,54 +46849,54 @@ ab ab ab ab -cV -cV -cW -cW -cV -cV -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fd -fl -ci -cm -fl -cq -cs -fl -cv +bW +bW +bX +bX +bW +bW +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +cg +co +ct cx -fl -fI -fC -fI -fP -fO -fI -fO -fI -fP -fI -fO -fI -fP -fO -fO -fC -fO -fO -fP -fI +co +cB +cD +co +cK +cQ +co +cM +cF +cM +cR +cL +cM +cL +cM +cR +cM +cL +cM +cR +cL +cL +cF +cL +cL +cR +cM aa aa aa @@ -46928,9 +46905,9 @@ aa aa aa aa -fC -fI -fI +cF +cM +cM aa aa ab @@ -47078,103 +47055,103 @@ ae ae ai ae -ao -ao -ao -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +an +an +an ao ao ao ao -ap -al -al -al -al -al -al -al -al -al -al -al -ap -ap -ap ao ao ao -ap -cV -cV -bT -bT -bT -bT -bT -bT -bT -bT -bT -bT -bT -cV -cW -cW -cW -cW -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cW -fC -fI -fP -fO -fO -fC -fO -fP -fI -fO -fI -fP -fI -fO -fC -fO -fI +ao +ao +ao +ao +ao +an +an +an +an +ao +am +am +am +am +am +am +am +am +am +am +am +ao +ao +ao +an +an +an +ao +bW +bW +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bW +bX +bX +bX +bX +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bX +cF +cM +cR +cL +cL +cF +cL +cR +cM +cL +cM +cR +cM +cL +cF +cL +cM aa ab aa @@ -47185,9 +47162,9 @@ aa aa aa aa -fC -fO -fI +cF +cL +cM aa aa ab @@ -47335,103 +47312,103 @@ ac ac ac ae -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -dm -cW -dm -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -dm -cW -dm -fC -fI -fI -fI -fI -fC -fI -fI -fI -fI -fI -fI -fO -fO -fC -fO -fO +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bY +bX +bY +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bY +bX +bY +cF +cM +cM +cM +cM +cF +cM +cM +cM +cM +cM +cM +cL +cL +cF +cL +cL ab ab aa @@ -47442,9 +47419,9 @@ aa aa aa aa -fC -fI -fI +cF +cM +cM aa aa ab @@ -47590,105 +47567,105 @@ ab ab ab ab -ap ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -ao -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -dm -cW -dm -cW -cW -cW -cW -cW -cW -cW -cW -cW -cW -dm -cW -dm -fC -fI -fP -fP -fO -fC -fO -fP -fI -fP -fI -fP -fI -fO -fC -fO -fI +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bY +bX +bY +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bY +bX +bY +cF +cM +cR +cR +cL +cF +cL +cR +cM +cR +cM +cR +cM +cL +cF +cL +cM aa ab aa @@ -47699,9 +47676,9 @@ aa aa aa aa -fI -fI -fI +cM +cM +cM aa aa ab @@ -47847,105 +47824,105 @@ aa aa aa ab -ap +ao +an +an +an +an +ao +am +am +am +am +am +am +am +am +am +am +ao +an +an +an +an ao ao ao ao -ap -al -al -al -al -al -al -al -al -al -al -ap ao ao ao ao -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ao ao ao -ap -cW -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cV -cW -cW -cW -cW -cV -bT -bT -bT -bT -bT -bT -bT -bT -bT -bT -cV -bT -bT -bT -bT -bT -bT -bT -bT -bT -bT -bT -cW -fC -fI -fP -fP -fI -fC -fI -fP -fI -fP -fI -fP -fI -fP -fI -fP -fI +ao +ao +ao +ao +an +an +an +ao +bX +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bW +bX +bX +bX +bX +bW +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bW +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bZ +bX +cF +cM +cR +cR +cM +cF +cM +cR +cM +cR +cM +cR +cM +cR +cM +cR +cM aa ab aa @@ -48104,12 +48081,12 @@ aa aa aa ab -ap -al -al -al -al -ap +ao +am +am +am +am +ao ab ab ab @@ -48120,12 +48097,12 @@ ab ab ab ab -ap -ap -ap -ap -ap -ap +ao +ao +ao +ao +ao +ao ae ae ae @@ -48157,12 +48134,12 @@ ae ae ae ae -cV -bT -bT -bT -bT -cV +bW +bZ +bZ +bZ +bZ +bW ab ab ab @@ -48186,23 +48163,23 @@ ab ab ak ab -fC -fI -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP +cF +cM +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR aa aa aa @@ -48443,23 +48420,23 @@ aa aa ab ab -fI -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP +cM +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR aa aa aa @@ -48642,9 +48619,9 @@ ae ae ae ac -bD -bD -aF +bA +bA +bB ab ab ab @@ -48653,11 +48630,11 @@ ab ab ab ab -av +at ak ak ak -av +at ab ab ab @@ -48700,23 +48677,23 @@ aa aa ak ab -fI -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP -fP +cM +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR +cR aa aa aa @@ -48899,9 +48876,9 @@ ac ac ac ac -bD -bD -bD +bA +bA +bA aa aa aa @@ -48910,11 +48887,11 @@ aa aa aa aa -av +at ak ak ak -av +at ab aa aa @@ -49149,16 +49126,16 @@ aa aa aa aa -aD +bz aa aa aa -bD -bD -aD -bD -bD -aF +bA +bA +bz +bA +bA +bB aa aa aa @@ -49167,11 +49144,11 @@ aa aa aa aa -av +at ak ak ak -av +at ab aa aa @@ -49406,16 +49383,16 @@ aa aa aa aa -aD +bz aa aa aa -aF -bD -aD -bD -bD -bD +bB +bA +bz +bA +bA +bA aa aa aa @@ -49428,7 +49405,7 @@ ab ak ak ak -av +at ab aa aa @@ -49667,12 +49644,12 @@ aa aa aa aa -bD -bD -aD -bD -bD -aF +bA +bA +bz +bA +bA +bB aa aa aa @@ -49685,7 +49662,7 @@ ab ak ak ak -av +at aa aa aa @@ -49924,12 +49901,12 @@ aa aa aa aa -aF -bD -aD -bD -bD -bD +bB +bA +bz +bA +bA +bA aa aa aa @@ -50181,12 +50158,12 @@ aa aa aa aa -aG -aF -bD -bD -bD -aF +bC +bB +bA +bA +bA +bB aa aa aa @@ -50438,12 +50415,12 @@ aa aa aa aa -aG -bD -bD -bD -bD -bD +bC +bA +bA +bA +bA +bA aa aa aa @@ -50695,12 +50672,12 @@ aa aa aa aa -aG -aF -bD -bD -bD -aF +bC +bB +bA +bA +bA +bB aa aa aa @@ -50955,9 +50932,9 @@ aa aa ab aa -bD -bD -aF +bA +bA +bB aa aa aa @@ -51212,9 +51189,9 @@ aa aa ab ab -bD -bD -bD +bA +bA +bA aa aa aa @@ -51469,9 +51446,9 @@ aa aa ab aa -aF -bD -bD +bB +bA +bA aa aa aa @@ -51726,9 +51703,9 @@ aa aa ab ab -bD -bD -bD +bA +bA +bA aa aa aa @@ -51983,9 +51960,9 @@ aa aa ab aa -aF -bD -aF +bB +bA +bB aa aa aa @@ -52240,9 +52217,9 @@ aa aa ab ab -aF -bD -aF +bB +bA +bB aa aa aa @@ -52497,9 +52474,9 @@ aa aa ab aa -aF -bD -aF +bB +bA +bB aa aa aa diff --git a/maps/exodus/exodus-5.dmm b/maps/exodus/exodus-5_asteroid.dmm similarity index 92% rename from maps/exodus/exodus-5.dmm rename to maps/exodus/exodus-5_asteroid.dmm index 3e2ad78ba50..a10e09f5832 100644 --- a/maps/exodus/exodus-5.dmm +++ b/maps/exodus/exodus-5_asteroid.dmm @@ -1,80 +1,69 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ab" = ( /turf/unsimulated/mask, /area/mine/unexplored) "ac" = ( -/turf/simulated/floor/asteroid, -/area/mine/explored) -"ad" = ( -/turf/simulated/floor/airless{ - icon_state = "asteroidplating" - }, -/area/mine/explored) -"ae" = ( -/turf/space, +/turf/template_noop, /area/syndicate_station/mining) -"af" = ( -/obj/structure/lattice, -/turf/space, -/area/space) -"ag" = ( -/obj/structure/ore_box, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"ah" = ( -/turf/simulated/floor/asteroid, -/area/mine/unexplored) -"ai" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/hallway) -"aj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/hallway) -"ak" = ( -/turf/simulated/wall/r_wall, -/area/outpost/research/chemistry) -"al" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/hallway) -"am" = ( +"ad" = ( /obj/structure/disposaloutlet{ dir = 1 }, /obj/structure/disposalpipe/trunk, /turf/simulated/floor/asteroid, /area/mine/unexplored) -"an" = ( +"ae" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"af" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/asteroid, +/area/mine/unexplored) +"ag" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"ah" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"ai" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"aj" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/chemistry) +"ak" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -83,18 +72,42 @@ dir = 4 }, /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/research/hallway) -"ao" = ( +"al" = ( +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"am" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"an" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/alarm{ pixel_y = 22 }, /turf/simulated/floor/plating, /area/outpost/research/chemistry) +"ao" = ( +/obj/structure/closet/hydrant{ + pixel_x = 0; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/outpost/research/chemistry) "ap" = ( /obj/item/device/analyzer/plant_analyzer, /obj/item/weapon/cell, @@ -107,38 +120,29 @@ /turf/simulated/floor/plating, /area/outpost/research/chemistry) "aq" = ( -/obj/structure/closet/hydrant{ - pixel_x = 0; - pixel_y = 32 - }, -/turf/simulated/floor/plating, +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/r_wall, /area/outpost/research/chemistry) "ar" = ( -/obj/structure/disposalpipe/segment, /turf/simulated/wall/r_wall, -/area/outpost/research/chemistry) +/area/outpost/research/hallway) "as" = ( -/turf/simulated/wall/r_wall, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, /area/outpost/research/hallway) "at" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ +/obj/machinery/light{ + icon_state = "tube1"; dir = 4 }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 }, -/turf/simulated/floor/plating, +/turf/simulated/floor/tiled, /area/outpost/research/hallway) "au" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/asteroid, -/area/mine/unexplored) -"av" = ( /obj/structure/table/rack, /obj/item/stack/material/steel{ amount = 50; @@ -159,39 +163,20 @@ }, /turf/simulated/floor/plating, /area/outpost/research/chemistry) -"aw" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/plating, -/area/outpost/research/chemistry) -"ax" = ( +"av" = ( /obj/effect/landmark{ name = "bluespacerift" }, /turf/simulated/floor/plating, /area/outpost/research/chemistry) -"ay" = ( -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"az" = ( +"aw" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/outpost/research/chemistry) +"ax" = ( /turf/simulated/wall, /area/outpost/research/chemistry) -"aA" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"aB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"aC" = ( +"ay" = ( /obj/structure/table/standard, /obj/machinery/light/small{ dir = 8 @@ -199,6 +184,27 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/outpost/research/chemistry) +"az" = ( +/obj/machinery/disposal, +/obj/structure/sign/deathsposal{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/chemistry) +"aA" = ( +/turf/simulated/floor/tiled, +/area/outpost/research/chemistry) +"aB" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/outpost/research/chemistry) +"aC" = ( +/turf/simulated/wall, +/area/outpost/research/hallway) "aD" = ( /obj/structure/bed, /obj/item/weapon/bedsheet/brown, @@ -208,9 +214,6 @@ /turf/simulated/floor/carpet, /area/outpost/research/hallway) "aE" = ( -/turf/simulated/wall, -/area/outpost/research/hallway) -"aF" = ( /obj/machinery/button/remote/airlock{ id = "rddorm1"; name = "Door Bolt Control"; @@ -224,18 +227,15 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/carpet, /area/outpost/research/hallway) +"aF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/network/research_outpost{ + c_tag = "Research Outpost Hallway Fore"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) "aG" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Auxiliary Storage"; - req_one_access = list(65,12) - }, -/turf/simulated/floor/plating, -/area/outpost/research/chemistry) -"aH" = ( /obj/machinery/button/remote/airlock{ id = "rdorm2"; name = "Door Bolt Control"; @@ -249,10 +249,10 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/carpet, /area/outpost/research/hallway) -"aI" = ( +"aH" = ( /turf/simulated/wall/r_wall, /area/outpost/research/analysis) -"aJ" = ( +"aI" = ( /obj/structure/closet/crate/hydroponics, /obj/item/weapon/shovel/spade, /obj/item/weapon/reagent_containers/glass/bucket, @@ -265,10 +265,7 @@ /obj/item/weapon/reagent_containers/glass/fertilizer/ez, /turf/simulated/floor/plating, /area/outpost/research/chemistry) -"aK" = ( -/turf/simulated/floor/plating, -/area/outpost/research/chemistry) -"aL" = ( +"aJ" = ( /obj/machinery/light/small, /obj/structure/closet/walllocker/emerglocker/north{ dir = 1; @@ -276,18 +273,66 @@ }, /turf/simulated/floor/plating, /area/outpost/research/chemistry) -"aM" = ( -/obj/machinery/disposal, -/obj/structure/sign/deathsposal{ - pixel_y = 32 +"aK" = ( +/turf/simulated/floor/plating, +/area/outpost/research/chemistry) +"aL" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" }, -/obj/structure/disposalpipe/trunk{ - dir = 1 +/obj/machinery/door/airlock/maintenance{ + name = "Auxiliary Storage"; + req_one_access = list(65,12) + }, +/turf/simulated/floor/plating, +/area/outpost/research/chemistry) +"aM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 }, /turf/simulated/floor/tiled, /area/outpost/research/chemistry) "aN" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/chemistry) +"aO" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/camera/network/research_outpost{ + c_tag = "Research Outpost Hydroponics"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/chemistry) +"aP" = ( +/obj/structure/table/standard, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/outpost/research/hallway) +"aQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/outpost/research/hallway) +"aR" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -303,46 +348,24 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"aO" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled, -/area/outpost/research/chemistry) -"aP" = ( -/turf/simulated/floor/tiled, -/area/outpost/research/chemistry) -"aQ" = ( -/obj/structure/table/standard, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/outpost/research/hallway) -"aR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/camera/network/research_outpost{ - c_tag = "Research Outpost Hallway Fore"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) "aS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled, /area/outpost/research/hallway) "aT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 + dir = 4 }, /turf/simulated/floor/tiled, -/area/outpost/research/chemistry) +/area/outpost/research/hallway) "aU" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -369,35 +392,29 @@ /turf/simulated/floor/carpet, /area/outpost/research/hallway) "aW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/chemistry) -"aX" = ( /obj/structure/table/standard, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, /turf/simulated/floor/carpet, /area/outpost/research/hallway) +"aX" = ( +/obj/item/weapon/reagent_containers/glass/bucket, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/outpost/research/analysis) "aY" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/camera/network/research_outpost{ - c_tag = "Research Outpost Hydroponics"; - dir = 8 +/obj/structure/reagent_dispensers/coolanttank, +/obj/effect/floor_decal/corner/lime{ + dir = 6 }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/analysis) +"aZ" = ( +/obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/outpost/research/chemistry) -"aZ" = ( +"ba" = ( /obj/structure/sign/botany{ pixel_x = 32 }, @@ -409,20 +426,10 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/chemistry) -"ba" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) "bb" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/outpost/research/hallway) "bc" = ( @@ -434,89 +441,9 @@ /turf/simulated/floor/tiled, /area/outpost/research/hallway) "bd" = ( -/turf/unsimulated/mask, -/area/mine/explored) -"be" = ( -/obj/structure/reagent_dispensers/coolanttank, -/obj/effect/floor_decal/corner/lime{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/analysis) -"bf" = ( /turf/simulated/wall/r_wall, /area/outpost/research/kitchen) -"bg" = ( -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/white, -/area/outpost/research/analysis) -"bh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/outpost/abandoned) -"bi" = ( -/obj/machinery/door/airlock/external, -/turf/simulated/floor, -/area/outpost/abandoned) -"bj" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/outpost/research/chemistry) -"bk" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/stack/nanopaste, -/obj/item/stack/nanopaste, -/obj/item/stack/nanopaste, -/obj/structure/table/standard, -/turf/simulated/floor/tiled{ - icon_state = "vault"; - dir = 5 - }, -/area/outpost/research/analysis) -"bl" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/chemistry) -"bm" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (NORTH)"; - icon_state = "corner_white_diagonal"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"bn" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"bo" = ( +"be" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -529,14 +456,44 @@ }, /turf/simulated/floor/airless, /area/outpost/abandoned) -"bp" = ( -/obj/structure/closet/walllocker/emerglocker/west, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/white, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"bq" = ( +"bf" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor, +/area/outpost/abandoned) +"bg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/outpost/abandoned) +"bh" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/stack/nanopaste, +/obj/item/stack/nanopaste, +/obj/item/stack/nanopaste, +/obj/structure/table/standard, +/turf/simulated/floor/tiled{ + icon_state = "vault"; + dir = 5 + }, +/area/outpost/research/analysis) +"bi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled/white, +/area/outpost/research/analysis) +"bj" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 }, @@ -545,30 +502,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/analysis) -"br" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/item/weapon/stool/padded, -/turf/simulated/floor/tiled/white, -/area/outpost/research/analysis) -"bs" = ( -/obj/machinery/portable_atmospherics/hydroponics/soil, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/grass, -/area/outpost/research/chemistry) -"bt" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/chemistry) -"bu" = ( +"bk" = ( /obj/machinery/door/airlock/research{ name = "Spectrometry Lab Sample Preparation"; req_access = list(65) @@ -578,11 +512,22 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/analysis) -"bv" = ( -/obj/machinery/portable_atmospherics/hydroponics/soil, -/turf/simulated/floor/grass, +"bl" = ( +/obj/machinery/alarm{ + pixel_y = 22 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"bw" = ( +"bm" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/chemistry) +"bn" = ( /obj/machinery/light{ dir = 1 }, @@ -590,13 +535,16 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"bx" = ( -/obj/structure/sign/nosmoking_2{ - pixel_y = 32 +"bo" = ( +/obj/item/weapon/storage/box/solution_trays, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/table/glass, +/obj/effect/floor_decal/corner/blue{ + dir = 4 }, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"by" = ( +"bp" = ( /obj/machinery/door/window/westleft{ dir = 1; name = "Sample Preparation Loading"; @@ -607,20 +555,27 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"bz" = ( -/obj/item/weapon/storage/box/solution_trays, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/structure/table/glass, -/obj/effect/floor_decal/corner/blue{ - dir = 4 +"bq" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 1 }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/chemistry) -"bA" = ( -/obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, -/area/outpost/research/kitchen) -"bB" = ( +/area/outpost/research/chemistry) +"br" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/outpost/research/chemistry) +"bs" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/grass, +/area/outpost/research/chemistry) +"bt" = ( /obj/machinery/light/small{ dir = 4 }, @@ -632,7 +587,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/chemistry) -"bC" = ( +"bu" = ( /obj/structure/sink{ pixel_y = 30 }, @@ -644,7 +599,7 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/freezer, /area/outpost/research/hallway) -"bD" = ( +"bv" = ( /obj/structure/toilet{ dir = 8 }, @@ -657,7 +612,40 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/freezer, /area/outpost/research/hallway) -"bE" = ( +"bw" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/white, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"bx" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + icon_state = "corner_white_diagonal"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"by" = ( +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/outpost/research/kitchen) +"bz" = ( +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/outpost/research/kitchen) +"bA" = ( /obj/machinery/alarm{ frequency = 1439; pixel_y = 22 @@ -669,30 +657,7 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/outpost/research/kitchen) -"bF" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/outpost/abandoned) -"bG" = ( -/turf/simulated/floor, -/area/outpost/abandoned) -"bH" = ( -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/outpost/research/kitchen) -"bI" = ( +"bB" = ( /obj/structure/bed/chair, /obj/machinery/status_display{ pixel_y = 32 @@ -700,35 +665,7 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/outpost/research/kitchen) -"bJ" = ( -/obj/machinery/radiocarbon_spectrometer, -/turf/simulated/floor/tiled{ - icon_state = "vault"; - dir = 5 - }, -/area/outpost/research/analysis) -"bK" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/chemistry) -"bL" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock{ - id_tag = "rbath"; - name = "Bathroom" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/freezer, -/area/outpost/research/hallway) -"bM" = ( +"bC" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -738,29 +675,30 @@ }, /turf/simulated/floor/airless, /area/outpost/abandoned) -"bN" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"bD" = ( +/turf/simulated/floor, +/area/outpost/abandoned) +"bE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (NORTH)"; - icon_state = "corner_white_diagonal"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"bO" = ( -/obj/structure/disposaloutlet{ +/obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/disposalpipe/trunk{ - dir = 2 +/turf/simulated/floor/plating, +/area/outpost/abandoned) +"bF" = ( +/obj/machinery/radiocarbon_spectrometer, +/turf/simulated/floor/tiled{ + icon_state = "vault"; + dir = 5 }, -/turf/simulated/wall/r_wall, -/area/outpost/research/chemistry) -"bP" = ( +/area/outpost/research/analysis) +"bG" = ( +/turf/simulated/floor/tiled/white, +/area/outpost/research/analysis) +"bH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/blue{ d2 = 2; @@ -780,10 +718,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/analysis) -"bQ" = ( -/turf/simulated/floor/tiled/white, -/area/outpost/research/analysis) -"bR" = ( +"bI" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/beakers{ pixel_x = 2; @@ -791,19 +726,32 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"bS" = ( +"bJ" = ( +/turf/simulated/floor/tiled/white, +/area/outpost/research/chemistry) +"bK" = ( /obj/item/weapon/stool/padded, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"bT" = ( -/turf/simulated/floor/tiled/white, -/area/outpost/research/chemistry) -"bU" = ( +"bL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"bV" = ( +"bM" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/outpost/research/chemistry) +"bN" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/simulated/wall/r_wall, +/area/outpost/research/chemistry) +"bO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/industrial/warning{ @@ -812,7 +760,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/chemistry) -"bW" = ( +"bP" = ( /obj/machinery/shower{ dir = 4; icon_state = "shower"; @@ -824,35 +772,7 @@ }, /turf/simulated/floor/tiled/freezer, /area/outpost/research/hallway) -"bX" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (NORTH)"; - icon_state = "corner_white_diagonal"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"bY" = ( -/obj/structure/cable/blue{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/outpost/research/kitchen) -"bZ" = ( +"bQ" = ( /obj/machinery/button/remote/airlock{ id = "rbath"; name = "Door Bolt Control"; @@ -868,8 +788,55 @@ }, /turf/simulated/floor/tiled/freezer, /area/outpost/research/hallway) -"ca" = ( -/obj/machinery/door/firedoor/border_only{ +"bR" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/door/airlock{ + id_tag = "rbath"; + name = "Bathroom" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/outpost/research/hallway) +"bS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + icon_state = "corner_white_diagonal"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"bT" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + icon_state = "corner_white_diagonal"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"bU" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -884,7 +851,23 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"cb" = ( +"bV" = ( +/obj/structure/cable/blue{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/outpost/research/kitchen) +"bW" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/outpost/research/kitchen) +"bX" = ( /obj/structure/table/standard, /obj/effect/landmark{ name = "bluespacerift" @@ -892,39 +875,12 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/outpost/research/kitchen) -"cc" = ( -/obj/structure/bed/chair{ - dir = 4 - }, +"bY" = ( +/obj/structure/table/standard, /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/outpost/research/kitchen) -"cd" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/outpost/abandoned) -"ce" = ( -/obj/item/stack/rods, -/obj/structure/door_assembly/door_assembly_ext{ - name = "Broken External Airlock" - }, -/turf/simulated/floor, -/area/outpost/abandoned) -"cf" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/outpost/abandoned) -"cg" = ( +"bZ" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -935,57 +891,7 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/outpost/research/kitchen) -"ch" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/outpost/research/kitchen) -"ci" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/research{ - name = "Anomalous Materials Loading"; - req_access = list(65) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/research/chemistry) -"cj" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (NORTH)"; - icon_state = "corner_white_diagonal"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"ck" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (NORTH)"; - icon_state = "corner_white_diagonal"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"cl" = ( +"ca" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -994,7 +900,36 @@ }, /turf/simulated/floor/airless, /area/outpost/abandoned) -"cm" = ( +"cb" = ( +/obj/item/stack/rods, +/obj/structure/door_assembly/door_assembly_ext{ + name = "Broken External Airlock" + }, +/turf/simulated/floor, +/area/outpost/abandoned) +"cc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/outpost/abandoned) +"cd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/outpost/abandoned) +"ce" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/outpost/research/analysis) +"cf" = ( /obj/structure/sign/nosmoking_2{ pixel_x = 32 }, @@ -1009,19 +944,24 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/analysis) -"cn" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/white, -/area/outpost/research/analysis) -"co" = ( +"cg" = ( /obj/machinery/chemical_dispenser/full, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"cp" = ( +"ch" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"cq" = ( +"ci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/chemistry) +"cj" = ( /obj/machinery/light/small{ dir = 4 }, @@ -1036,16 +976,50 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"cr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 4; - icon_state = "2-4" +"ck" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" }, -/turf/simulated/floor/tiled/white, +/obj/machinery/door/airlock/research{ + name = "Anomalous Materials Loading"; + req_access = list(65) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, /area/outpost/research/chemistry) -"cs" = ( +"cl" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + icon_state = "corner_white_diagonal"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"cm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/white/diagonal{ + icon_state = "corner_white_diagonal"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"cn" = ( /obj/structure/cable/blue, /obj/machinery/power/apc{ dir = 8; @@ -1055,107 +1029,50 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/outpost/research/kitchen) -"ct" = ( +"co" = ( /obj/structure/bed/chair{ dir = 8 }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, /obj/effect/floor_decal/corner/white/diagonal, +/obj/machinery/firealarm/east, /turf/simulated/floor/tiled, /area/outpost/research/kitchen) -"cu" = ( -/turf/space, +"cp" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/alien/mine) +"cq" = ( /turf/simulated/shuttle/wall{ icon_state = "pwall"; - dir = 9 + dir = 1 }, /area/shuttle/alien/mine) -"cv" = ( +"cr" = ( /turf/simulated/shuttle/wall{ icon_state = "pwall"; dir = 10 }, /area/shuttle/alien/mine) -"cw" = ( -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; - icon_state = "steel_burned0" - }, -/area/outpost/abandoned) -"cx" = ( +"cs" = ( /obj/item/stack/rods, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; icon_state = "steel_burned0" }, /area/outpost/abandoned) -"cy" = ( -/obj/item/weapon/reagent_containers/glass/beaker/water, -/obj/item/weapon/reagent_containers/glass/beaker/fuel, -/obj/item/weapon/reagent_containers/glass/bottle/toxin, -/obj/item/weapon/reagent_containers/glass/beaker/sulphuric{ - name = "beaker 'sulphuric acid'" - }, -/obj/machinery/camera/network/research_outpost{ - c_tag = "Research Outpost Sample Preparation"; - dir = 1 - }, -/obj/structure/table/glass, -/obj/effect/floor_decal/corner/blue{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/chemistry) -"cz" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/research{ - name = "Anomalous Materials Sample Preparation"; - req_access = list(65) - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/chemistry) -"cA" = ( -/obj/machinery/light{ - dir = 1 +"ct" = ( +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned0" }, +/area/outpost/abandoned) +"cu" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 + dir = 4 }, -/obj/effect/floor_decal/corner/purple{ +/obj/effect/floor_decal/corner/lime{ dir = 10 }, /turf/simulated/floor/tiled/white, -/area/outpost/research/lab) -"cB" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "anolaser" - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/lab) -"cC" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (NORTH)"; - icon_state = "corner_white_diagonal"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"cD" = ( +/area/outpost/research/analysis) +"cv" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -1179,42 +1096,14 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/analysis) -"cE" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lime{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/analysis) -"cF" = ( +"cw" = ( /obj/machinery/chem_master, /obj/effect/floor_decal/corner/blue{ dir = 10 }, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"cG" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1; - name = "Firelock North" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (NORTH)"; - icon_state = "corner_white_diagonal"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"cH" = ( +"cx" = ( /obj/item/weapon/reagent_containers/glass/beaker/large, /obj/item/weapon/reagent_containers/dropper{ pixel_y = -4 @@ -1225,30 +1114,24 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"cI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ +"cy" = ( +/obj/item/weapon/reagent_containers/glass/beaker/water, +/obj/item/weapon/reagent_containers/glass/beaker/fuel, +/obj/item/weapon/reagent_containers/glass/bottle/toxin, +/obj/item/weapon/reagent_containers/glass/beaker/sulphuric{ + name = "beaker 'sulphuric acid'" + }, +/obj/machinery/camera/network/research_outpost{ + c_tag = "Research Outpost Sample Preparation"; dir = 1 }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/research/hallway) -"cJ" = ( +/obj/structure/table/glass, /obj/effect/floor_decal/corner/blue{ dir = 10 }, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"cK" = ( +"cz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/blue{ d1 = 1; @@ -1260,7 +1143,24 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/chemistry) -"cL" = ( +"cA" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/chemistry) +"cB" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/door/airlock/research{ + name = "Anomalous Materials Sample Preparation"; + req_access = list(65) + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/chemistry) +"cC" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/blue{ d2 = 2; @@ -1275,22 +1175,7 @@ /obj/effect/floor_decal/corner/purple, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"cM" = ( -/obj/machinery/hologram/holopad, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/outpost/research/kitchen) -"cN" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/lab) -"cO" = ( +"cD" = ( /obj/machinery/alarm{ dir = 2; pixel_y = 25 @@ -1300,26 +1185,17 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"cP" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ +"cE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/outpost/abandoned) -"cQ" = ( -/obj/machinery/camera/network/research_outpost{ - c_tag = "Research Outpost Kitchen"; - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/purple{ + dir = 10 }, -/obj/effect/floor_decal/corner/white/diagonal, -/turf/simulated/floor/tiled, -/area/outpost/research/kitchen) -"cR" = ( +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) +"cF" = ( /obj/structure/sign/nosmoking_2{ pixel_x = 0; pixel_y = 32 @@ -1332,32 +1208,144 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"cS" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "propulsion"; +"cG" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) +"cH" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "anolaser" + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/lab) +"cI" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + icon_state = "corner_white_diagonal"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"cJ" = ( +/obj/machinery/door/firedoor{ + dir = 1; + name = "Firelock North" + }, +/obj/effect/floor_decal/corner/white/diagonal{ + icon_state = "corner_white_diagonal"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"cK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"cL" = ( +/obj/machinery/hologram/holopad, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/outpost/research/kitchen) +"cM" = ( +/obj/machinery/camera/network/research_outpost{ + c_tag = "Research Outpost Kitchen"; + dir = 8 + }, +/obj/effect/floor_decal/corner/white/diagonal, +/turf/simulated/floor/tiled, +/area/outpost/research/kitchen) +"cN" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"cO" = ( /obj/structure/window/reinforced/tinted{ dir = 4; icon_state = "twindow" }, -/turf/space, -/area/shuttle/alien/mine) -"cT" = ( -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken0"; - icon_state = "steel_broken0" +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion"; + dir = 8 }, -/area/outpost/abandoned) -"cU" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/alien/mine) +"cP" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/alien/mine) +"cQ" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/shuttle/floor{ + icon_state = "floor2" + }, +/area/shuttle/alien/mine) +"cR" = ( /obj/item/weapon/material/shard{ icon_state = "medium" }, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken0"; icon_state = "steel_broken0" }, /area/outpost/abandoned) +"cS" = ( +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_broken0" + }, +/area/outpost/abandoned) +"cT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/outpost/abandoned) +"cU" = ( +/turf/unsimulated/mask, +/area/mine/explored) "cV" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; @@ -1366,10 +1354,10 @@ pixel_y = 0 }, /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "cW" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -1387,19 +1375,7 @@ /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) "cX" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"cY" = ( -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/alien/mine) -"cZ" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -1415,7 +1391,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"da" = ( +"cY" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -1435,10 +1411,34 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) +"cZ" = ( +/obj/structure/table/standard, +/obj/item/weapon/flame/lighter/random, +/obj/item/weapon/crowbar, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) +"da" = ( +/obj/machinery/artifact_analyser, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) "db" = ( -/turf/simulated/floor/wood, -/area/outpost/research/kitchen) +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) "dc" = ( +/obj/machinery/conveyor_switch{ + id = "anolaser" + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) +"dd" = ( /obj/machinery/conveyor{ dir = 1; id = "anolaser" @@ -1453,11 +1453,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/lab) -"dd" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, +"de" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, @@ -1468,17 +1464,45 @@ icon_state = "1-2" }, /obj/effect/floor_decal/corner/white/diagonal{ - tag = "icon-corner_white_diagonal (NORTH)"; icon_state = "corner_white_diagonal"; dir = 1 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"de" = ( +"df" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"dg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"dh" = ( +/turf/simulated/floor/wood, +/area/outpost/research/kitchen) +"di" = ( /obj/structure/table/standard, /turf/simulated/floor/wood, /area/outpost/research/kitchen) -"df" = ( +"dj" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/donkpockets, +/turf/simulated/floor/wood, +/area/outpost/research/kitchen) +"dk" = ( /obj/structure/disposalpipe/trunk{ dir = 4 }, @@ -1488,90 +1512,61 @@ }, /turf/simulated/floor/wood, /area/outpost/research/kitchen) -"dg" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/donkpockets, -/turf/simulated/floor/wood, -/area/outpost/research/kitchen) -"dh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/research/hallway) -"di" = ( +"dl" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/wall/r_wall, /area/outpost/research/kitchen) -"dj" = ( -/turf/space, +"dm" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"dn" = ( +/turf/template_noop, /turf/simulated/shuttle/wall{ icon_state = "pwall"; dir = 5 }, /area/shuttle/alien/mine) -"dk" = ( +"do" = ( /turf/simulated/shuttle/wall{ icon_state = "pwall"; dir = 6 }, /area/shuttle/alien/mine) -"dl" = ( -/turf/simulated/shuttle/wall{ - icon_state = "pwall"; - dir = 1 - }, -/area/shuttle/alien/mine) -"dm" = ( -/turf/simulated/wall, -/area/outpost/abandoned) -"dn" = ( +"dp" = ( /obj/item/weapon/material/shard, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; icon_state = "steel_burned0" }, /area/outpost/abandoned) -"do" = ( -/obj/machinery/artifact_analyser, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/lab) -"dp" = ( -/obj/structure/table/standard, -/obj/item/weapon/flame/lighter/random, -/obj/item/weapon/crowbar, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/lab) "dq" = ( -/obj/machinery/conveyor_switch{ - id = "anolaser" - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/lab) +/turf/simulated/wall, +/area/outpost/abandoned) "dr" = ( -/obj/machinery/artifact_scanpad, -/turf/simulated/floor/tiled/white, -/area/outpost/research/lab) -"ds" = ( -/turf/space, +/turf/template_noop, /area/shuttle/research/outpost) +"ds" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = -30; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) "dt" = ( /obj/structure/noticeboard/anomaly{ icon_state = "nboard05"; @@ -1586,22 +1581,11 @@ /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) "du" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = -30; - pixel_y = 0 - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) @@ -1625,35 +1609,12 @@ c_tag = "Research Outpost Lobby Port" }, /obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (EAST)"; icon_state = "corner_white"; dir = 4 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) "dw" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"dx" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (NORTHEAST)"; - icon_state = "corner_white"; - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dy" = ( /obj/structure/sign/science{ desc = "A warning sign which reads 'MASS SPECTROMETRY'"; name = "\improper MASS SPECTROMETRY"; @@ -1667,14 +1628,63 @@ dir = 4 }, /obj/effect/floor_decal/corner/lime{ - tag = "icon-corner_white (NORTH)"; icon_state = "corner_white"; dir = 1 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) +"dx" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/lime{ + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"dy" = ( +/obj/machinery/alarm{ + dir = 2; + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) "dz" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"dA" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"dB" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock East" }, @@ -1689,147 +1699,24 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"dA" = ( -/obj/machinery/power/emitter{ - anchored = 1; - dir = 4; - state = 2 - }, -/obj/structure/cable/blue{ - d2 = 2; - icon_state = "0-2" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/lab) -"dB" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "anolaser" - }, -/obj/machinery/door/window/westleft{ - dir = 2; - layer = 3.1; - name = "laser testing"; - req_access = list(65) - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/lab) "dC" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -25; - pixel_y = 0 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/blue{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/effect/floor_decal/corner/purple{ - dir = 8 +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) "dD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dE" = ( -/obj/item/stack/rods, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/weapon/material/shard, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"dF" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/hallway) -"dG" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dH" = ( -/obj/machinery/alarm{ - dir = 2; - pixel_y = 25 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dI" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock East" - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/blue{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dJ" = ( -/obj/structure/closet/walllocker/emerglocker/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dK" = ( /obj/structure/sign/chemistry{ desc = "A warning sign which reads 'SAMPLE PREPARATION'"; name = "\improper SAMPLE PREPARATION"; @@ -1851,24 +1738,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"dL" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dM" = ( +"dE" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light/small{ dir = 8 @@ -1887,7 +1757,11 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"dN" = ( +"dF" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) +"dG" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/dropper{ pixel_y = -4 @@ -1896,104 +1770,94 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"dO" = ( -/obj/item/weapon/stool/padded, +"dH" = ( /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"dP" = ( -/obj/machinery/door/firedoor/border_only{ +"dI" = ( +/obj/machinery/power/emitter{ + anchored = 1; dir = 4; - name = "Firelock" + state = 2 }, -/obj/machinery/door/airlock/research{ - name = "Anomalous Materials"; - req_access = list(65) +/obj/structure/cable/blue{ + d2 = 2; + icon_state = "0-2" }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dQ" = ( -/turf/simulated/floor/tiled/white, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, /area/outpost/research/lab) -"dR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"dJ" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "anolaser" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/floor_decal/corner/purple{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/lab) -"dS" = ( -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dT" = ( -/obj/machinery/door/airlock/hatch, -/turf/simulated/shuttle/floor{ - icon_state = "floor2" - }, -/area/shuttle/alien/mine) -"dU" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/research{ - name = "Anomalous Materials"; +/obj/machinery/door/window/westleft{ + dir = 2; + layer = 3.1; + name = "laser testing"; req_access = list(65) }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 }, -/turf/simulated/floor/plating, +/turf/simulated/floor/tiled, +/area/outpost/research/lab) +"dK" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -25; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/purple{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"dW" = ( -/obj/structure/grille, +"dL" = ( +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"dM" = ( +/obj/item/stack/rods, /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/window/reinforced, +/obj/item/weapon/material/shard, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"dX" = ( +"dN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"dO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"dP" = ( /obj/structure/cable/blue{ d1 = 2; d2 = 4; @@ -2001,20 +1865,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"dY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"dZ" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"ea" = ( +"dQ" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, @@ -2025,7 +1876,15 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"eb" = ( +"dR" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"dS" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, @@ -2041,7 +1900,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"ec" = ( +"dT" = ( /obj/machinery/hologram/holopad, /obj/structure/cable/blue{ d1 = 4; @@ -2050,20 +1909,22 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"ed" = ( -/obj/structure/lattice, -/obj/item/weapon/material/shard{ - icon_state = "medium" +"dU" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock East" }, -/turf/space, -/area/space) -"ee" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/blue{ dir = 4 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"ef" = ( +"dV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/blue{ @@ -2081,7 +1942,24 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"eg" = ( +"dW" = ( +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"dX" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/door/airlock/research{ + name = "Anomalous Materials"; + req_access = list(65) + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"dY" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/blue{ d1 = 1; @@ -2093,48 +1971,18 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"eh" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/outpost/research/kitchen) -"ei" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 +"dZ" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/effect/floor_decal/corner/purple{ + dir = 5 }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/hallway) -"ej" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/donkpockets, -/obj/machinery/light, -/turf/simulated/floor/wood, -/area/outpost/research/kitchen) -"ek" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/wood, -/area/outpost/research/kitchen) -"el" = ( -/obj/structure/table/standard, -/obj/machinery/microwave, -/turf/simulated/floor/wood, -/area/outpost/research/kitchen) -"em" = ( -/obj/machinery/vending/cola, -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32; - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"en" = ( +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) +"ea" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, @@ -2151,18 +1999,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"eo" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/purple{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/lab) -"ep" = ( +"eb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -2179,14 +2016,29 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"eq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +"ec" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/turf/simulated/wall/r_wall, -/area/outpost/research/disposal) -"er" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) +"ed" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 }, @@ -2203,20 +2055,29 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"es" = ( -/obj/structure/bed/chair{ +"ee" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/door/airlock/research{ + name = "Anomalous Materials"; + req_access = list(65) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"et" = ( -/obj/machinery/light{ - icon_state = "tube1"; +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"eu" = ( +"ef" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, @@ -2238,49 +2099,78 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"ev" = ( +"eg" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"eh" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, /obj/structure/window/reinforced{ dir = 8 }, -/turf/simulated/floor/wood, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, /area/outpost/research/hallway) -"ew" = ( +"ei" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/outpost/research/kitchen) +"ej" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/outpost/research/kitchen) +"ek" = ( /obj/structure/table/standard, -/obj/item/weapon/storage/box/drinkingglasses{ - pixel_x = 1; - pixel_y = 4 - }, +/obj/item/weapon/storage/box/donkpockets, +/obj/machinery/light, /turf/simulated/floor/wood, -/area/outpost/research/hallway) -"ex" = ( -/obj/structure/disposaloutlet{ - dir = 2 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/asteroid, -/area/outpost/research/disposal) -"ey" = ( +/area/outpost/research/kitchen) +"el" = ( /obj/structure/table/standard, +/obj/machinery/microwave, /turf/simulated/floor/wood, -/area/outpost/research/hallway) -"ez" = ( -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"eA" = ( -/obj/structure/bed/chair{ - dir = 8 +/area/outpost/research/kitchen) +"em" = ( +/obj/structure/lattice, +/obj/item/weapon/material/shard{ + icon_state = "medium" }, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"eB" = ( -/obj/structure/disposalpipe/segment{ +/turf/template_noop, +/area/template_noop) +"en" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/simulated/floor/asteroid, -/area/outpost/research/disposal) -"eC" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"eo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"ep" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -2288,45 +2178,49 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"eD" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"eE" = ( -/obj/structure/grille, +"eq" = ( /obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"eF" = ( -/obj/structure/sign/science{ - desc = "A warning sign which reads 'ANOMALOUS MATERIALS'"; - name = "\improper ANOMALOUS MATERIALS"; - pixel_x = 32 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner/blue/diagonal{ +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"er" = ( +/obj/structure/bed/chair{ dir = 4 }, -/turf/simulated/floor/tiled/white, +/turf/simulated/floor/wood, /area/outpost/research/hallway) -"eG" = ( +"es" = ( +/obj/structure/table/standard, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"et" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/drinkingglasses{ + pixel_x = 1; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"eu" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"ev" = ( +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"ew" = ( +/obj/machinery/vending/cola, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32; + pixel_y = 0 + }, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"ex" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, @@ -2341,11 +2235,29 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"eH" = ( +"ey" = ( +/obj/structure/sign/science{ + desc = "A warning sign which reads 'ANOMALOUS MATERIALS'"; + name = "\improper ANOMALOUS MATERIALS"; + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"ez" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"eI" = ( +"eA" = ( +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) +"eB" = ( /obj/structure/table/rack, /obj/item/clothing/head/welding, /obj/item/weapon/weldingtool, @@ -2354,32 +2266,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"eJ" = ( -/obj/machinery/firealarm{ - pixel_y = -24 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/lab) -"eK" = ( -/obj/machinery/light/small, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/white, -/area/outpost/research/lab) -"eL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"eM" = ( +"eC" = ( /obj/structure/table/standard, /obj/machinery/cell_charger, /obj/item/weapon/screwdriver{ @@ -2388,10 +2275,12 @@ /obj/item/weapon/melee/baton/loaded, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"eN" = ( -/turf/simulated/wall, -/area/outpost/research/disposal) -"eO" = ( +"eD" = ( +/obj/machinery/light/small, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/outpost/research/lab) +"eE" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, @@ -2401,22 +2290,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/lab) -"eP" = ( -/obj/effect/decal/remains/xeno, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; - icon_state = "steel_burned0" - }, -/area/outpost/abandoned) -"eQ" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"eR" = ( +"eF" = ( /obj/structure/sign/science{ desc = "A warning sign which reads 'ANOMALOUS MATERIALS'"; name = "\improper ANOMALOUS MATERIALS"; @@ -2434,22 +2308,107 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"eS" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/effect/floor_decal/corner/blue{ - dir = 4 +"eG" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"eT" = ( -/obj/machinery/door/firedoor/border_only{ +"eH" = ( +/turf/simulated/wall, +/area/outpost/research/disposal) +"eI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/wall/r_wall, +/area/outpost/research/disposal) +"eJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/asteroid, +/area/outpost/research/disposal) +"eK" = ( +/obj/structure/disposaloutlet{ + dir = 2 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/asteroid, +/area/outpost/research/disposal) +"eL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"eM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"eN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"eO" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned0" + }, +/area/outpost/abandoned) +"eP" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/weapon/clipboard, +/obj/item/weapon/pen, +/obj/item/weapon/tape_roll, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"eQ" = ( +/obj/structure/table/standard, +/obj/item/device/camera, +/obj/item/weapon/stamp, +/obj/item/weapon/folder, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"eR" = ( +/obj/machinery/vending/snack, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"eS" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -2462,8 +2421,22 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) +"eT" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/effect/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) "eU" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -2475,118 +2448,6 @@ /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) "eV" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/box/lights/mixed, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"eW" = ( -/obj/structure/table/standard, -/obj/item/device/camera, -/obj/item/weapon/stamp, -/obj/item/weapon/folder, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"eX" = ( -/obj/structure/table/standard, -/obj/item/weapon/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/weapon/clipboard, -/obj/item/weapon/pen, -/obj/item/weapon/tape_roll, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"eY" = ( -/obj/machinery/vending/snack, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"eZ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"fa" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "research" - }, -/turf/simulated/floor/asteroid, -/area/outpost/research/disposal) -"fb" = ( -/turf/simulated/floor/asteroid, -/area/outpost/research/disposal) -"fc" = ( -/obj/item/stack/rods, -/obj/structure/lattice, -/turf/space, -/area/space) -"fd" = ( -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"fe" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/toolbox/emergency{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"ff" = ( -/obj/machinery/alarm{ - frequency = 1439; - pixel_y = 22 - }, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"fg" = ( -/obj/item/weapon/material/shard, -/obj/item/stack/rods, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"fh" = ( -/obj/structure/table/standard, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; - icon_state = "steel_burned0" - }, -/area/outpost/abandoned) -"fi" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"fj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"fk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/blue{ @@ -2600,7 +2461,90 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"fl" = ( +"eW" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/toolbox/emergency{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"eX" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"eY" = ( +/obj/machinery/alarm{ + frequency = 1439; + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"eZ" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"fa" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"fb" = ( +/turf/simulated/floor/asteroid, +/area/outpost/research/disposal) +"fc" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "research" + }, +/turf/simulated/floor/asteroid, +/area/outpost/research/disposal) +"fd" = ( +/obj/item/stack/rods, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"fe" = ( +/obj/item/weapon/material/shard, +/obj/item/stack/rods, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"ff" = ( +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"fg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"fh" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned0" + }, +/area/outpost/abandoned) +"fi" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -2612,45 +2556,13 @@ dir = 8 }, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"fm" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/washing_machine, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"fn" = ( -/obj/machinery/conveyor_switch{ - id = "archgunc" - }, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"fo" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"fp" = ( +"fj" = ( /turf/simulated/floor/plating, /area/outpost/abandoned) -"fq" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"fr" = ( +"fk" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -25; pixel_y = 0 @@ -2661,17 +2573,41 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"fs" = ( +"fl" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"ft" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 +"fm" = ( +/obj/structure/window/reinforced{ + dir = 8 }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"fn" = ( +/obj/structure/bookcase/manuals/xenoarchaeology, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"fo" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = 0; + pixel_y = -27 + }, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"fp" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/outpost/research/hallway) +"fq" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, @@ -2684,45 +2620,33 @@ /obj/effect/floor_decal/corner/grey{ dir = 8 }, +/obj/machinery/firealarm/west, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"fu" = ( +"fr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"fs" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"fv" = ( -/obj/structure/window/reinforced{ - dir = 8 +"ft" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"fw" = ( -/obj/structure/bookcase/manuals/xenoarchaeology, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"fx" = ( -/obj/machinery/newscaster{ - layer = 3.3; - pixel_x = 0; - pixel_y = -27 - }, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"fy" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, +/obj/machinery/washing_machine, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"fz" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/outpost/research/hallway) -"fA" = ( +"fu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -2732,22 +2656,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"fB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"fC" = ( +"fv" = ( /obj/structure/table/rack, /obj/item/clothing/suit/bio_suit/anomaly, /obj/item/clothing/head/bio_hood/anomaly, @@ -2765,7 +2674,14 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"fD" = ( +"fw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"fx" = ( /obj/machinery/door/window/westleft{ dir = 4; name = "Monkey Pen"; @@ -2780,14 +2696,7 @@ /mob/living/carbon/human/monkey, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"fE" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/mob/living/carbon/human/monkey, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"fF" = ( +"fy" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 }, @@ -2801,44 +2710,65 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"fG" = ( +"fz" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"fA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"fB" = ( +/obj/machinery/conveyor_switch{ + id = "archgunc" + }, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"fC" = ( /obj/machinery/portable_atmospherics/powered/scrubber, /turf/simulated/floor/plating, /area/outpost/research/disposal) -"fH" = ( +"fD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"fE" = ( +/obj/item/stack/rods, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"fF" = ( /obj/item/weapon/material/shard{ icon_state = "small" }, /obj/item/clothing/suit/space/syndicate, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"fI" = ( -/obj/item/stack/rods, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"fJ" = ( +"fG" = ( /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken1"; icon_state = "steel_broken1" }, /area/outpost/abandoned) -"fK" = ( +"fH" = ( /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken2"; icon_state = "steel_broken2" }, /area/outpost/abandoned) -"fL" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"fM" = ( +"fI" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -2848,22 +2778,18 @@ dir = 8 }, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"fN" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 +"fJ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, +/turf/simulated/wall, /area/outpost/research/dock) -"fO" = ( +"fK" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -2872,13 +2798,38 @@ dir = 1 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/research/dock) -"fP" = ( -/obj/machinery/door/firedoor/border_only{ +"fL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/dock) +"fM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/dock) +"fN" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/external{ @@ -2891,7 +2842,7 @@ }, /turf/simulated/floor/plating, /area/outpost/research/dock) -"fQ" = ( +"fO" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -2899,27 +2850,30 @@ /obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/research/dock) +"fP" = ( +/obj/structure/sign/science, +/turf/simulated/wall, +/area/outpost/research/dock) +"fQ" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/door/airlock/glass_research{ + name = "Outpost Primary Access"; + req_access = list(65) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/outpost/research/dock) "fR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/dock) -"fS" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -2934,41 +2888,20 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/dock) -"fT" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/glass_research{ - name = "Outpost Primary Access"; - req_access = list(65) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/outpost/research/dock) -"fU" = ( +"fS" = ( /obj/structure/window/reinforced{ dir = 5 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/wood, /area/outpost/research/medical) -"fV" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "archgunc" - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"fW" = ( +"fT" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/eva) +"fU" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -25; pixel_y = 0 @@ -2985,11 +2918,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"fX" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"fY" = ( +"fV" = ( /obj/machinery/door/window/westleft{ dir = 8; name = "Locker room"; @@ -2998,22 +2927,79 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"fZ" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/outpost/research/dock) -"ga" = ( +"fW" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"fX" = ( /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; dir = 4 }, /turf/simulated/floor/tiled, /area/outpost/research/hallway) +"fY" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/bio_suit/anomaly, +/obj/item/clothing/head/bio_hood/anomaly, +/obj/item/clothing/mask/breath, +/obj/item/clothing/glasses/science, +/obj/item/clothing/gloves/latex, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"fZ" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -25; + pixel_y = 0 + }, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"ga" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) "gb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"gc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"gd" = ( +/obj/structure/cable/blue{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"ge" = ( /obj/structure/cable/blue{ d1 = 2; d2 = 8; @@ -3030,7 +3016,18 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/outpost/research/disposal) -"gc" = ( +"gf" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "archgunc" + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/plating, +/area/outpost/research/disposal) +"gg" = ( /obj/structure/sign/deathsposal{ pixel_x = 32 }, @@ -3050,91 +3047,63 @@ }, /turf/simulated/floor/plating, /area/outpost/research/disposal) -"gd" = ( +"gh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/wall/r_wall, +/area/outpost/research/disposal) +"gi" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"gj" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/anomaly_analysis) +"gk" = ( /obj/item/weapon/material/shard, /obj/structure/lattice, -/turf/space, -/area/space) -"ge" = ( -/obj/structure/sign/science, -/turf/simulated/wall, -/area/outpost/research/dock) -"gf" = ( +/turf/template_noop, +/area/template_noop) +"gl" = ( /obj/item/weapon/material/shard{ icon_state = "small" }, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"gg" = ( +"gm" = ( /obj/effect/gibspawner/robot, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken0"; icon_state = "steel_broken0" }, /area/outpost/abandoned) -"gh" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/bio_suit/anomaly, -/obj/item/clothing/head/bio_hood/anomaly, -/obj/item/clothing/mask/breath, -/obj/item/clothing/glasses/science, -/obj/item/clothing/gloves/latex, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"gi" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/mob/living/carbon/human/monkey, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"gj" = ( -/turf/simulated/wall/r_wall, -/area/outpost/research/eva) -"gk" = ( -/obj/machinery/alarm{ - dir = 4; - pixel_x = -25; - pixel_y = 0 - }, -/mob/living/carbon/human/monkey, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"gl" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"gm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) "gn" = ( /obj/effect/gibspawner/human, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken1"; icon_state = "steel_broken1" }, /area/outpost/abandoned) "go" = ( -/turf/unsimulated/mask, -/area/space) +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/plating, +/area/outpost/abandoned) "gp" = ( +/turf/unsimulated/mask, +/area/template_noop) +"gq" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -3145,31 +3114,20 @@ /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/research/dock) -"gq" = ( -/turf/simulated/floor/tiled, -/area/outpost/research/dock) "gr" = ( /obj/machinery/computer/shuttle_control/research, /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/outpost/research/dock) "gs" = ( -/obj/effect/decal/remains/xeno, -/turf/simulated/floor/plating, -/area/outpost/abandoned) -"gt" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"gu" = ( +"gt" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; id_tag = "research_outpost_dock"; @@ -3184,29 +3142,14 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) +"gu" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/dock) "gv" = ( -/obj/structure/cable/blue{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/outpost/research/disposal) -"gw" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/wall/r_wall, -/area/outpost/research/disposal) -"gx" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'VACUUM'"; icon_state = "space"; @@ -3221,44 +3164,34 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"gy" = ( +"gw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/dock) +"gx" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"gz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ +"gy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, /area/outpost/research/dock) -"gA" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/outpost/research/hallway) -"gB" = ( -/turf/simulated/wall/r_wall, -/area/outpost/research/anomaly_analysis) -"gC" = ( +"gz" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -3266,31 +3199,24 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"gD" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/research/dock) -"gE" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/regular, -/obj/item/weapon/storage/firstaid/toxin, -/turf/simulated/floor/tiled, -/area/outpost/research/medical) -"gF" = ( +"gA" = ( /obj/structure/window/reinforced{ dir = 5; health = 1e+007 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/tiled, /area/outpost/research/medical) -"gG" = ( +"gB" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/regular, +/obj/item/weapon/storage/firstaid/toxin, +/turf/simulated/floor/tiled, +/area/outpost/research/medical) +"gC" = ( /obj/structure/table/standard, /obj/item/weapon/storage/firstaid/o2{ pixel_x = 2; @@ -3308,55 +3234,18 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/outpost/research/medical) -"gH" = ( -/obj/machinery/door/firedoor/border_only{ - name = "\improper Firelock South" - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"gI" = ( -/obj/machinery/door/firedoor/border_only{ - name = "\improper Firelock South" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"gJ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Storage"; - req_one_access = list(12,65) - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/outpost/research/hallway) -"gK" = ( -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/eva) -"gL" = ( +"gD" = ( /obj/machinery/alarm{ pixel_y = 22 }, /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/outpost/research/eva) -"gM" = ( +"gE" = ( +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/eva) +"gF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/alarm{ @@ -3378,7 +3267,17 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"gN" = ( +"gG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/secure_closet/xenoarchaeologist{ + req_access = list(47) + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/outpost/research/hallway) +"gH" = ( /obj/structure/closet/secure_closet/xenoarchaeologist{ req_access = list(47) }, @@ -3386,34 +3285,12 @@ /obj/structure/window/reinforced, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"gO" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/anomaly_analysis) -"gP" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/closet/secure_closet/xenoarchaeologist{ - req_access = list(47) - }, +"gI" = ( +/obj/structure/closet/secure_closet/scientist, /obj/structure/window/reinforced, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"gQ" = ( +"gJ" = ( /obj/machinery/door/window/westleft{ dir = 2; name = "Locker room"; @@ -3429,12 +3306,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"gR" = ( -/obj/structure/closet/secure_closet/scientist, -/obj/structure/window/reinforced, -/turf/simulated/floor/tiled, -/area/outpost/research/hallway) -"gS" = ( +"gK" = ( /obj/structure/table/rack, /obj/item/clothing/suit/bio_suit/anomaly, /obj/item/clothing/head/bio_hood/anomaly, @@ -3454,7 +3326,15 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/outpost/research/hallway) -"gT" = ( +"gL" = ( +/obj/machinery/door/window/westleft{ + dir = 2; + name = "Monkey Pen"; + req_access = list(47) + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"gM" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -3464,55 +3344,101 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"gU" = ( -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Monkey Pen"; - req_access = list(47) +"gN" = ( +/obj/machinery/door/firedoor{ + name = "\improper Firelock South" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"gV" = ( -/obj/item/weapon/material/shard, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" +"gO" = ( +/obj/machinery/door/firedoor{ + name = "\improper Firelock South" }, -/area/outpost/abandoned) -"gW" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"gP" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" }, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Storage"; + req_one_access = list(12,65) }, -/area/outpost/abandoned) -"gX" = ( -/obj/structure/lattice, -/obj/item/weapon/material/shard{ - icon_state = "small" +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"gY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/outpost/research/hallway) +"gQ" = ( /obj/effect/floor_decal/corner/purple{ dir = 6 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"gZ" = ( -/obj/structure/lattice, +"gR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/anomaly_analysis) +"gS" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"ha" = ( +"gT" = ( +/obj/item/weapon/material/shard, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"gU" = ( +/obj/structure/lattice, +/obj/item/weapon/material/shard{ + icon_state = "small" + }, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"gV" = ( +/obj/structure/lattice, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"gW" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor, +/area/outpost/abandoned) +"gX" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -3520,24 +3446,24 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/research/dock) -"hb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/dock) -"hc" = ( +"gY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"hd" = ( +"gZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/dock) +"ha" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, @@ -3546,17 +3472,8 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"he" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/dock) -"hf" = ( -/obj/machinery/door/firedoor/border_only{ +"hb" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -3572,7 +3489,21 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"hg" = ( +"hc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/dock) +"hd" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/research/dock) +"he" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -3591,27 +3522,8 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"hh" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/research/dock) -"hi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/medical) -"hj" = ( -/obj/machinery/door/firedoor/border_only{ +"hf" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -3632,7 +3544,21 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/medical) -"hk" = ( +"hg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/medical) +"hh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9; pixel_y = 0 @@ -3649,10 +3575,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/medical) -"hl" = ( -/turf/simulated/floor/tiled/dark, -/area/outpost/research/eva) -"hm" = ( +"hi" = ( /obj/machinery/conveyor_switch{ id = "anotempload"; name = "conveyor switch"; @@ -3665,8 +3588,17 @@ }, /turf/simulated/floor/tiled/dark, /area/outpost/research/eva) -"hn" = ( -/obj/machinery/door/firedoor/border_only{ +"hj" = ( +/turf/simulated/floor/tiled/dark, +/area/outpost/research/eva) +"hk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/eva) +"hl" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -3679,55 +3611,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"ho" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/eva) -"hp" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor, -/area/outpost/abandoned) -"hq" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"hr" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -8; - pixel_y = 28 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"hs" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"ht" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"hu" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"hv" = ( +"hm" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, @@ -3744,53 +3628,64 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"hw" = ( +"hn" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"ho" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"hx" = ( +"hp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"hy" = ( -/obj/structure/cable/blue{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"hz" = ( +"hq" = ( /obj/machinery/alarm{ dir = 2; pixel_y = 25 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"hA" = ( -/obj/machinery/light/small{ +"hr" = ( +/obj/machinery/light{ dir = 1 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"hB" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 +/obj/structure/extinguisher_cabinet{ + pixel_x = -8; + pixel_y = 28 }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"hC" = ( +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"hs" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"ht" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"hu" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"hv" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/machinery/alarm{ pixel_y = 22 @@ -3800,7 +3695,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"hD" = ( +"hw" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 4 @@ -3818,14 +3713,49 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"hE" = ( +"hx" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_analysis) +"hy" = ( +/obj/structure/cable/blue{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_analysis) +"hz" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_analysis) +"hA" = ( /obj/machinery/light/small{ dir = 1 }, /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_analysis) -"hF" = ( +"hB" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/bluegrid, +/area/outpost/research/anomaly_analysis) +"hC" = ( +/obj/machinery/artifact_harvester, +/turf/simulated/floor/bluegrid, +/area/outpost/research/anomaly_analysis) +"hD" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -3835,33 +3765,41 @@ dir = 1 }, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"hG" = ( +"hE" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 }, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"hH" = ( +"hF" = ( /obj/effect/decal/remains/xeno, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken2"; icon_state = "steel_broken2" }, /area/outpost/abandoned) +"hG" = ( +/turf/simulated/floor/airless, +/area/outpost/abandoned) +"hH" = ( +/obj/structure/table/standard, +/turf/simulated/floor/airless, +/area/outpost/abandoned) "hI" = ( +/obj/structure/table/rack, +/turf/simulated/floor/airless, +/area/outpost/abandoned) +"hJ" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"hJ" = ( +"hK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/camera/network/research_outpost{ c_tag = "Research Outpost Shuttle Dock"; @@ -3869,7 +3807,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"hK" = ( +"hL" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -3880,40 +3818,35 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/research/dock) -"hL" = ( +"hM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"hM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/medical) "hN" = ( /obj/structure/window/reinforced{ dir = 5; health = 1e+007 }, /obj/structure/sign/greencross, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/tiled, /area/outpost/research/medical) "hO" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24; - pixel_y = -32 +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 }, +/turf/simulated/floor/tiled, +/area/outpost/research/medical) +"hP" = ( /obj/structure/cable/blue, /obj/machinery/power/apc{ dir = 4; @@ -3922,7 +3855,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/medical) -"hP" = ( +"hQ" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -3936,7 +3869,7 @@ }, /turf/simulated/floor/plating, /area/outpost/research/eva) -"hQ" = ( +"hR" = ( /obj/structure/disposalpipe/trunk{ dir = 4 }, @@ -3953,104 +3886,33 @@ }, /turf/simulated/floor/plating, /area/outpost/research/eva) -"hR" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8; - name = "Firelock West" +"hS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/turf/simulated/wall/r_wall, +/area/outpost/research/eva) +"hT" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 5 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 5 }, /obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + d1 = 1; + d2 = 4; + icon_state = "1-4" }, /obj/effect/floor_decal/corner/grey{ dir = 8 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"hS" = ( -/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/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"hT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) "hU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/purple{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"hV" = ( -/obj/machinery/artifact_scanpad, -/turf/simulated/floor/bluegrid, -/area/outpost/research/anomaly_analysis) -"hW" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -4078,31 +3940,31 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"hX" = ( -/obj/machinery/artifact_harvester, -/turf/simulated/floor/bluegrid, -/area/outpost/research/anomaly_analysis) -"hY" = ( +"hV" = ( +/obj/machinery/door/firedoor{ + dir = 8; + name = "Firelock West" + }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 + dir = 4 }, /obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /obj/effect/floor_decal/corner/grey{ dir = 8 }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"hZ" = ( +"hW" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -4126,48 +3988,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"ia" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/biohazard{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/purple, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"ib" = ( -/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/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"ic" = ( +"hX" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -4189,17 +4010,9 @@ /obj/effect/floor_decal/corner/purple, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"id" = ( -/turf/simulated/floor/airless, -/area/outpost/abandoned) -"ie" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/research{ - name = "Exotic Particles Collection"; - req_access = list(65) +"hY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -4212,9 +4025,12 @@ d2 = 8; icon_state = "4-8" }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"if" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"hZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -4230,11 +4046,56 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"ig" = ( -/obj/structure/table/standard, -/turf/simulated/floor/airless, -/area/outpost/abandoned) -"ih" = ( +"ia" = ( +/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/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"ib" = ( +/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/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"ic" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -4258,36 +4119,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"ii" = ( -/obj/structure/table/rack, -/turf/simulated/floor/airless, -/area/outpost/abandoned) -"ij" = ( -/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/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/research/hallway) -"ik" = ( +"id" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -4308,7 +4140,28 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"il" = ( +"ie" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"if" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -4326,25 +4179,31 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"im" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +"ig" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/structure/cable/blue{ - d1 = 1; + d1 = 4; d2 = 8; - icon_state = "1-8" + icon_state = "4-8" }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 +/obj/effect/floor_decal/corner/purple{ + dir = 8 }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"in" = ( +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"ih" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -4364,42 +4223,10 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"io" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"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{ - icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"iq" = ( +"ii" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/firealarm{ - pixel_y = -24 - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -4411,22 +4238,15 @@ d2 = 8; icon_state = "4-8" }, +/obj/machinery/firealarm/south, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"ir" = ( +"ij" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/wall/r_wall, -/area/outpost/research/eva) -"is" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/external{ - name = "Access Airlock"; - req_access = list(65) +/obj/structure/sign/biohazard{ + pixel_y = -32 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -4434,9 +4254,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"it" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/purple, +/turf/simulated/floor/tiled/white, +/area/outpost/research/hallway) +"ik" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -4460,13 +4286,93 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/research/hallway) -"iu" = ( -/obj/effect/landmark{ - name = "bluespacerift" +"il" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" }, -/turf/simulated/floor/tiled/dark, +/obj/machinery/door/airlock/research{ + name = "Exotic Particles Collection"; + req_access = list(65) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, /area/outpost/research/anomaly_analysis) -"iv" = ( +"im" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_analysis) +"in" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_analysis) +"io" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/door/airlock/external{ + name = "Access Airlock"; + req_access = list(65) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_analysis) +"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{ + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_analysis) +"iq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9; pixel_y = 0 @@ -4476,7 +4382,13 @@ }, /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_analysis) -"iw" = ( +"ir" = ( +/obj/effect/landmark{ + name = "bluespacerift" + }, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/anomaly_analysis) +"is" = ( /obj/item/weapon/anodevice{ pixel_x = 3; pixel_y = 3 @@ -4485,30 +4397,31 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_analysis) -"ix" = ( +"it" = ( /obj/effect/decal/remains/human, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; icon_state = "steel_burned0" }, /area/outpost/abandoned) -"iy" = ( +"iu" = ( /obj/structure/table/rack, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; icon_state = "steel_burned0" }, /area/outpost/abandoned) -"iz" = ( +"iv" = ( +/turf/simulated/wall, +/area/mine/unexplored) +"iw" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'INTERNALS REQUIRED'."; name = "INTERNALS REQUIRED"; pixel_x = -32; pixel_y = 0 }, -/turf/space, -/area/space) -"iA" = ( +/turf/template_noop, +/area/template_noop) +"ix" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -4517,12 +4430,16 @@ dir = 4 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/research/dock) -"iB" = ( +"iy" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/outpost/research/dock) +"iz" = ( /obj/structure/closet/emcloset, /obj/machinery/status_display{ layer = 4; @@ -4531,11 +4448,15 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"iC" = ( -/obj/machinery/light, +"iA" = ( +/obj/structure/table/standard, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"iD" = ( +"iB" = ( /obj/structure/table/standard, /obj/item/weapon/storage/toolbox/mechanical, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -4547,15 +4468,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"iE" = ( -/obj/structure/table/standard, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -25 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/dock) -"iF" = ( +"iC" = ( /obj/structure/closet/emcloset, /obj/machinery/alarm{ dir = 1; @@ -4563,7 +4476,19 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"iG" = ( +"iD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/dock) +"iE" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, @@ -4579,34 +4504,12 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/dock) -"iH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/dock) -"iI" = ( -/obj/machinery/sleeper{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/medical) -"iJ" = ( +"iF" = ( /obj/structure/window/reinforced{ dir = 5; health = 1e+007 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -4616,20 +4519,31 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/medical) -"iK" = ( -/obj/machinery/light/small, +"iG" = ( +/obj/machinery/sleeper{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 5 + }, /turf/simulated/floor/tiled, /area/outpost/research/medical) -"iL" = ( +"iH" = ( +/obj/machinery/light/small, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/outpost/research/medical) +"iI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/eva) +"iJ" = ( /obj/machinery/door/window/westleft, /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/outpost/research/eva) -"iM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/eva) -"iN" = ( +"iK" = ( /obj/machinery/conveyor{ dir = 9; id = "anotempload" @@ -4641,6 +4555,27 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) +"iL" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/power) +"iM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/research{ + name = "Gas filtering"; + req_access = list(65) + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/outpost/research/power) +"iN" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/isolation_monitoring) "iO" = ( /obj/structure/grille, /obj/structure/window/reinforced, @@ -4650,7 +4585,7 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -4665,7 +4600,7 @@ /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -4681,7 +4616,7 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -4693,7 +4628,12 @@ /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -4705,20 +4645,32 @@ /obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/obj/machinery/atmospherics/pipe/simple/visible/supply, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/research/isolation_monitoring) "iT" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Storage"; + req_one_access = list(12,65) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) +"iU" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/emergency_storage) +"iV" = ( /obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -4735,25 +4687,21 @@ }, /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_storage) -"iU" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"iV" = ( +"iW" = ( /obj/machinery/alarm{ dir = 1; pixel_y = -25 }, /turf/simulated/floor/tiled, /area/outpost/research/anomaly_analysis) -"iW" = ( +"iX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_analysis) +"iY" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'RADIOACTIVE AREA'"; icon_state = "radiation"; @@ -4767,14 +4715,14 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/anomaly_analysis) -"iX" = ( -/turf/simulated/floor/tiled/dark, -/area/outpost/research/anomaly_analysis) -"iY" = ( +"iZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_analysis) -"iZ" = ( +"ja" = ( +/turf/simulated/floor/tiled/dark, +/area/outpost/research/anomaly_analysis) +"jb" = ( /obj/item/weapon/anobattery{ pixel_x = -6; pixel_y = 2 @@ -4797,27 +4745,32 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_analysis) -"ja" = ( -/obj/machinery/light/small{ - dir = 4 +"jc" = ( +/obj/item/weapon/material/shard, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_broken0" }, +/area/outpost/abandoned) +"jd" = ( +/obj/item/weapon/material/shard{ + icon_state = "small" + }, +/turf/simulated/floor/airless, +/area/outpost/abandoned) +"je" = ( /turf/simulated/floor/asteroid, /area/mine/explored) -"jb" = ( +"jf" = ( /obj/machinery/light/small{ dir = 8 }, /turf/simulated/floor/asteroid, /area/mine/explored) -"jc" = ( -/obj/item/weapon/material/shard, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken0"; - icon_state = "steel_broken0" - }, -/area/outpost/abandoned) -"jd" = ( -/obj/machinery/door/firedoor/border_only{ +"jg" = ( +/turf/simulated/wall, +/area/outpost/research/dock) +"jh" = ( +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -4834,37 +4787,14 @@ }, /turf/simulated/floor, /area/outpost/research/dock) -"je" = ( +"ji" = ( +/turf/simulated/wall, +/area/outpost/research/medical) +"jj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/outpost/research/eva) -"jf" = ( -/obj/machinery/conveyor{ - dir = 5; - id = "anosample" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'MOVING PARTS'."; - name = "\improper MOVING PARTS"; - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/outpost/research/eva) -"jg" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"jh" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"ji" = ( +"jk" = ( /obj/machinery/conveyor{ dir = 2; id = "anotempload" @@ -4880,61 +4810,33 @@ }, /turf/simulated/floor/plating, /area/outpost/research/eva) -"jj" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"jk" = ( -/obj/structure/cable/blue{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) "jl" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/machinery/conveyor{ + dir = 5; + id = "anosample" }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +/obj/machinery/light/small{ + dir = 1 }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"jm" = ( -/obj/structure/table/standard, -/obj/item/weapon/paper_bin, -/obj/item/weapon/tape_roll, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"jn" = ( -/turf/simulated/wall/r_wall, -/area/outpost/research/power) -"jo" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/research{ - name = "Gas filtering"; - req_access = list(65) - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'MOVING PARTS'."; + name = "\improper MOVING PARTS"; + pixel_y = 32 }, /turf/simulated/floor/plating, -/area/outpost/research/power) -"jp" = ( +/area/outpost/research/eva) +"jm" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plating, +/area/outpost/research/eva) +"jn" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, @@ -4950,10 +4852,75 @@ }, /turf/simulated/floor/plating, /area/outpost/research/power) +"jo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/outpost/research/power) +"jp" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) "jq" = ( -/turf/simulated/wall/r_wall, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) "jr" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"js" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"jt" = ( +/obj/structure/cable/blue{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"ju" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"jv" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper_bin, +/obj/item/weapon/tape_roll, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"jw" = ( +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"jx" = ( /obj/item/device/radio/intercom{ dir = 4; name = "Station Intercom (General)"; @@ -4961,66 +4928,27 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"js" = ( -/obj/structure/sign/nosmoking_2{ - pixel_y = -32 +"jy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 }, -/obj/machinery/camera/network/research_outpost{ - c_tag = "Research Outpost Anomaly Analysis"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_analysis) -"jt" = ( -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, -/obj/machinery/atmospherics/pipe/simple/visible/supply, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"ju" = ( -/obj/machinery/alarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/anomaly_analysis) -"jv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Storage"; - req_one_access = list(12,65) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/structure/cable/blue, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 }, /turf/simulated/floor/plating, /area/outpost/research/emergency_storage) -"jw" = ( -/turf/simulated/wall/r_wall, -/area/outpost/research/emergency_storage) -"jx" = ( -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"jy" = ( -/obj/machinery/portable_atmospherics/hydroponics{ - closed_system = 1; - name = "isolation tray" - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned1"; - icon_state = "steel_burned1" - }, -/area/outpost/abandoned) "jz" = ( +/obj/structure/bed, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) +"jA" = ( /obj/structure/disposalpipe/segment, /obj/machinery/alarm{ dir = 4; @@ -5036,60 +4964,90 @@ }, /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_storage) -"jA" = ( +"jB" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/anomaly_storage) +"jC" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/camera/network/research_outpost{ + c_tag = "Research Outpost Anomaly Analysis"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_analysis) +"jD" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/anomaly_analysis) +"jE" = ( +/obj/machinery/artifact_scanpad, +/obj/machinery/light/small, +/turf/simulated/floor/bluegrid, +/area/outpost/research/anomaly_analysis) +"jF" = ( +/obj/machinery/portable_atmospherics/hydroponics{ + closed_system = 1; + name = "isolation tray" + }, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned1"; icon_state = "steel_burned1" }, /area/outpost/abandoned) -"jB" = ( +"jG" = ( +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned1" + }, +/area/outpost/abandoned) +"jH" = ( /obj/structure/table/standard, /obj/item/weapon/paper/crumpled, /turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned1"; icon_state = "steel_burned1" }, /area/outpost/abandoned) -"jC" = ( +"jI" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/item/weapon/material/shard{ icon_state = "medium" }, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"jD" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"jE" = ( +"jJ" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 }, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"jF" = ( -/obj/item/weapon/material/shard{ - icon_state = "small" +"jK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/airless{ + icon_state = "dmg2" }, -/turf/simulated/floor/airless, /area/outpost/abandoned) -"jG" = ( +"jL" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -5099,14 +5057,20 @@ dir = 1 }, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"jH" = ( +"jM" = ( /turf/simulated/wall, -/area/outpost/research/dock) -"jI" = ( +/area/outpost/research/eva) +"jN" = ( +/obj/structure/closet/excavation, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"jO" = ( /obj/machinery/light/small{ dir = 1 }, @@ -5115,33 +5079,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"jJ" = ( -/turf/simulated/wall, -/area/outpost/research/medical) -"jK" = ( -/obj/structure/closet/excavation, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"jL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/eva) -"jM" = ( +"jP" = ( /obj/structure/table/rack, /obj/item/weapon/storage/belt/archaeology, /obj/item/clothing/suit/space/anomaly, @@ -5152,31 +5090,37 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"jN" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, +"jQ" = ( +/obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/window/reinforced, -/obj/structure/disposalpipe/trunk, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, /turf/simulated/floor/plating, /area/outpost/research/eva) -"jO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 +"jR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 }, /obj/structure/cable/blue{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/turf/simulated/floor/plating, -/area/outpost/research/power) -"jP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"jS" = ( /obj/machinery/light{ dir = 1 }, @@ -5191,35 +5135,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"jQ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"jR" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/glass_mining{ - name = "Loading area"; - req_access = list(65) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"jS" = ( +"jT" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = 22 @@ -5235,13 +5151,21 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"jT" = ( +"jU" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/door/airlock/glass_mining{ + name = "Loading area"; + req_access = list(65) + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"jU" = ( +"jV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -5250,14 +5174,13 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"jV" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; +"jW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/plating, +/turf/simulated/floor/tiled, /area/outpost/research/eva) -"jW" = ( +"jX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, @@ -5267,7 +5190,14 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"jX" = ( +"jY" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/outpost/research/eva) +"jZ" = ( /obj/machinery/conveyor{ dir = 2; id = "anotempload" @@ -5278,7 +5208,14 @@ }, /turf/simulated/floor/plating, /area/outpost/research/eva) -"jY" = ( +"ka" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "anosample" + }, +/turf/simulated/floor/plating, +/area/outpost/research/eva) +"kb" = ( /obj/machinery/conveyor_switch{ id = "anosample"; pixel_x = -8; @@ -5294,55 +5231,7 @@ }, /turf/simulated/floor/plating, /area/outpost/research/eva) -"jZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue, -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"ka" = ( -/obj/structure/bed, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"kb" = ( -/turf/simulated/wall/r_wall, -/area/outpost/research/anomaly_storage) "kc" = ( -/obj/structure/disposaloutlet{ - dir = 2 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_storage) -"kd" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken2"; - icon_state = "steel_broken2" - }, -/area/outpost/abandoned) -"ke" = ( -/obj/machinery/artifact_scanpad, -/obj/machinery/light/small, -/turf/simulated/floor/bluegrid, -/area/outpost/research/anomaly_analysis) -"kf" = ( -/obj/effect/decal/remains/xeno, -/turf/simulated/floor, -/area/outpost/abandoned) -"kg" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -5351,10 +5240,7 @@ }, /turf/simulated/floor/plating, /area/outpost/research/power) -"kh" = ( -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"ki" = ( +"kd" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -5367,7 +5253,23 @@ }, /turf/simulated/floor/plating, /area/outpost/research/power) -"kj" = ( +"ke" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/outpost/research/power) +"kf" = ( /obj/machinery/portable_atmospherics/canister/phoron, /obj/machinery/light{ icon_state = "tube1"; @@ -5375,18 +5277,18 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"kk" = ( +"kg" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"kh" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/structure/window/reinforced{ dir = 4 }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"kl" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"km" = ( +"ki" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -5394,22 +5296,47 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"kn" = ( +"kj" = ( /obj/structure/table/standard, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"ko" = ( -/turf/simulated/wall, -/area/outpost/research/eva) -"kp" = ( +"kk" = ( /obj/structure/bed/chair/office/light, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"kq" = ( -/obj/structure/closet/excavation, +"kl" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, /turf/simulated/floor/tiled, -/area/outpost/research/eva) -"kr" = ( +/area/outpost/research/isolation_monitoring) +"km" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet/walllocker/emerglocker/west, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) +"kn" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) +"ko" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/anomaly_storage) +"kp" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -5428,37 +5355,7 @@ }, /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_storage) -"ks" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/anomaly_storage) -"kt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/eva) -"ku" = ( +"kq" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -5470,7 +5367,40 @@ }, /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_storage) +"kr" = ( +/obj/structure/disposaloutlet{ + dir = 2 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/anomaly_storage) +"ks" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_broken2" + }, +/area/outpost/abandoned) +"kt" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor, +/area/outpost/abandoned) +"ku" = ( +/obj/structure/ore_box, +/turf/simulated/floor/asteroid, +/area/mine/explored) "kv" = ( +/turf/simulated/wall, +/area/mine/explored) +"kw" = ( +/obj/structure/closet/excavation, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"kx" = ( +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"ky" = ( /obj/structure/table/rack, /obj/item/weapon/storage/belt/archaeology, /obj/item/clothing/suit/space/anomaly, @@ -5479,7 +5409,31 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"kw" = ( +"kz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/eva) +"kA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"kB" = ( /obj/structure/cable/blue{ d1 = 4; d2 = 8; @@ -5490,17 +5444,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"kx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"ky" = ( +"kC" = ( /obj/structure/cable/blue{ d2 = 8; icon_state = "0-8" @@ -5513,7 +5457,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/universal, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"kz" = ( +"kD" = ( /obj/machinery/conveyor_switch/oneway{ dir = 2; id = "anominerals"; @@ -5526,7 +5470,23 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"kA" = ( +"kE" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor{ + dir = 2; + id = "anotempload" + }, +/turf/simulated/floor/plating, +/area/outpost/research/eva) +"kF" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "anosample" + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/plating, +/area/outpost/research/eva) +"kG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/meter, /obj/effect/floor_decal/industrial/warning/corner{ @@ -5535,62 +5495,26 @@ }, /turf/simulated/floor/plating, /area/outpost/research/power) -"kB" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "anosample" - }, -/turf/simulated/floor/plating, -/area/outpost/research/eva) -"kC" = ( -/obj/structure/closet/medical_wall{ - pixel_x = 28; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"kD" = ( -/turf/simulated/wall, -/area/mine/unexplored) -"kE" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/anomaly_storage) -"kF" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned1"; - icon_state = "steel_burned1" - }, -/area/outpost/abandoned) -"kG" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) "kH" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 }, /obj/structure/cable/blue{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/meter, /turf/simulated/floor/plating, /area/outpost/research/power) "kI" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/airless{ - icon_state = "floorscorched1" +/obj/machinery/atmospherics/portables_connector{ + dir = 4 }, -/area/outpost/abandoned) +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) "kJ" = ( /obj/machinery/atmospherics/binary/pump{ dir = 4 @@ -5598,8 +5522,9 @@ /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) "kK" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + icon_state = "map"; + dir = 1 }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) @@ -5615,10 +5540,8 @@ /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) "kM" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) @@ -5629,9 +5552,9 @@ /area/outpost/research/isolation_monitoring) "kO" = ( /obj/structure/table/standard, -/obj/machinery/computer/atmoscontrol/laptop{ - monitored_alarm_ids = list("isolation_one","isolation_two","isolation_three"); - req_one_access = list(47,24,11) +/obj/item/device/flashlight/lamp, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) @@ -5641,31 +5564,39 @@ /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) "kQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/closet/walllocker/emerglocker/west, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"kR" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"kS" = ( -/obj/effect/gibspawner/human, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned1"; - icon_state = "steel_burned1" +/obj/structure/table/standard, +/obj/machinery/computer/atmoscontrol/laptop{ + monitored_alarm_ids = list("isolation_one","isolation_two","isolation_three"); + req_one_access = list(47,24,11) }, -/area/outpost/abandoned) -"kT" = ( +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"kR" = ( /obj/structure/table/standard, /obj/item/weapon/folder, /obj/item/device/camera, /obj/item/weapon/pen, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) +"kS" = ( +/obj/structure/closet/medical_wall{ + pixel_x = 28; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"kT" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) "kU" = ( -/turf/simulated/floor/tiled/dark, -/area/outpost/research/anomaly_storage) +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) "kV" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -5673,28 +5604,31 @@ /turf/simulated/floor/tiled/dark, /area/outpost/research/anomaly_storage) "kW" = ( -/obj/machinery/door/airlock/glass_mining{ - name = "Equipment storage"; - req_access = list(65) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) +/turf/simulated/floor/tiled/dark, +/area/outpost/research/anomaly_storage) "kX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, +/obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, -/area/outpost/research/eva) +/area/outpost/research/anomaly_storage) "kY" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned1" + }, +/area/outpost/abandoned) +"kZ" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/airless{ + icon_state = "floorscorched1" + }, +/area/outpost/abandoned) +"la" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned1" + }, +/area/outpost/abandoned) +"lb" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'VACUUM'"; icon_state = "space"; @@ -5708,380 +5642,84 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"kZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 +"lc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"la" = ( +"ld" = ( +/obj/machinery/door/airlock/glass_mining{ + name = "Equipment storage"; + req_access = list(65) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"le" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"lb" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor, +"lf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, /area/outpost/research/eva) -"lc" = ( +"lg" = ( /obj/machinery/atmospherics/binary/pump/on{ dir = 2; target_pressure = 200 }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"ld" = ( +"lh" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor, +/area/outpost/research/eva) +"li" = ( /obj/machinery/mineral/input, /obj/effect/floor_decal/industrial/loading, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"le" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "anosample" - }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTHEAST)"; - icon_state = "warning_dust"; - dir = 5 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"lf" = ( +"lj" = ( /obj/machinery/conveyor{ dir = 2; id = "anotempload" }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTHWEST)"; icon_state = "warning_dust"; dir = 9 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"lg" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - tag = "icon-warningcorner (WEST)"; - icon_state = "warningcorner"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lh" = ( -/obj/effect/decal/remains/human, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken2"; - icon_state = "steel_broken2" - }, -/area/outpost/abandoned) -"li" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "anosample" - }, -/obj/structure/plasticflaps/mining, -/turf/simulated/floor/plating, -/area/outpost/research/eva) -"lj" = ( -/obj/structure/plasticflaps/mining, -/obj/machinery/conveyor{ - dir = 2; - id = "anotempload" - }, -/turf/simulated/floor/plating, -/area/outpost/research/eva) "lk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/meter, -/turf/simulated/floor/plating, -/area/outpost/research/power) -"ll" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/camera/network/research_outpost{ - c_tag = "Research Outpost Isolation Port"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lm" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"ln" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lo" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lp" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lq" = ( -/obj/structure/table/standard, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned1"; - icon_state = "steel_burned1" - }, -/area/outpost/abandoned) -"lr" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"ls" = ( -/obj/machinery/atmospherics/omni/filter{ - tag_east = 1; - tag_south = 2; - tag_west = 3 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lt" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/machinery/camera/network/research_outpost{ - c_tag = "Research Outpost Isolation Starboard"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lu" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lv" = ( -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/anomaly_storage) -"lw" = ( -/obj/structure/ore_box, -/obj/machinery/light_construct/small{ - dir = 1 - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"lx" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"ly" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"lz" = ( -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22; - pixel_y = 0 - }, -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"lA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/floodlight, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"lB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"lC" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/machinery/door/window{ - dir = 4; - name = "Air Tank Access"; - req_one_access = list(47,10,24) - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"lD" = ( -/obj/item/weapon/storage/box/excavation, -/obj/item/weapon/pickaxe, -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32; - pixel_y = 0 - }, -/obj/item/weapon/wrench, -/obj/item/device/measuring_tape, -/obj/item/stack/flag/yellow, -/obj/structure/table/steel, -/turf/simulated/floor, -/area/outpost/research/eva) -"lE" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map"; - tag = "icon-manifold-f (EAST)" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"lF" = ( -/obj/machinery/mineral/unloading_machine, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"lG" = ( -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"lH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/outpost/research/power) -"lI" = ( /obj/machinery/conveyor{ dir = 1; id = "anosample" }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; icon_state = "warning_dust"; - dir = 4 + dir = 5 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"lJ" = ( -/obj/machinery/atmospherics/unary/heater{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lK" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - tag = "icon-map (EAST)"; - icon_state = "map"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lL" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lM" = ( -/obj/machinery/conveyor{ - dir = 2; - id = "anotempload" - }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (WEST)"; - icon_state = "warning_dust"; - dir = 8 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"lN" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lO" = ( -/obj/structure/cable/blue{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - icon_state = "warningcorner"; - dir = 8 - }, -/turf/simulated/floor/plating, -/area/outpost/research/power) -"lP" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"lQ" = ( +"ll" = ( /obj/machinery/alarm{ dir = 4; icon_state = "alarm0"; @@ -6100,18 +5738,7 @@ }, /turf/simulated/floor/plating, /area/outpost/research/power) -"lR" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/outpost/research/power) -"lS" = ( +"lm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, @@ -6125,7 +5752,305 @@ }, /turf/simulated/floor/plating, /area/outpost/research/power) +"ln" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/outpost/research/power) +"lo" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/camera/network/research_outpost{ + c_tag = "Research Outpost Isolation Port"; + dir = 4 + }, +/obj/machinery/firealarm/west, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lp" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lq" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lr" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"ls" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lt" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lv" = ( +/obj/machinery/atmospherics/omni/filter{ + tag_east = 1; + tag_south = 2; + tag_west = 3 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lw" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lx" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/machinery/camera/network/research_outpost{ + c_tag = "Research Outpost Isolation Starboard"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"ly" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) +"lz" = ( +/obj/structure/dispenser, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) +"lA" = ( +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/anomaly_storage) +"lB" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_broken2" + }, +/area/outpost/abandoned) +"lC" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned1" + }, +/area/outpost/abandoned) +"lD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/outpost/abandoned) +"lE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/outpost/abandoned) +"lF" = ( +/obj/structure/ore_box, +/obj/machinery/light_construct/small{ + dir = 1 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"lG" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22; + pixel_y = 0 + }, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"lH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/floodlight, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"lI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/door/window{ + dir = 4; + name = "Air Tank Access"; + req_one_access = list(47,10,24) + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"lJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"lK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"lL" = ( +/obj/item/weapon/storage/box/excavation, +/obj/item/weapon/pickaxe, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32; + pixel_y = 0 + }, +/obj/item/weapon/wrench, +/obj/item/device/measuring_tape, +/obj/item/stack/flag/yellow, +/obj/structure/table/steel, +/turf/simulated/floor, +/area/outpost/research/eva) +"lM" = ( +/obj/machinery/mineral/unloading_machine, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"lN" = ( +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"lO" = ( +/obj/machinery/conveyor{ + dir = 2; + id = "anotempload" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 8 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"lP" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "anosample" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 4 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"lQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/outpost/research/power) +"lR" = ( +/obj/structure/cable/blue{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/outpost/research/power) +"lS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/outpost/research/power) "lT" = ( +/obj/machinery/atmospherics/unary/heater{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + icon_state = "map"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"lW" = ( /obj/structure/cable/blue{ d1 = 4; d2 = 8; @@ -6137,7 +6062,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"lU" = ( +"lX" = ( /obj/machinery/power/emitter{ anchored = 1 }, @@ -6148,342 +6073,20 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"lV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"lW" = ( -/obj/machinery/door/airlock/glass{ - name = "Glass Airlock" - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; - icon_state = "steel_burned0" - }, -/area/outpost/abandoned) -"lX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/weapon/material/shard, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) "lY" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; dir = 8 }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) "lZ" = ( -/obj/machinery/suspension_gen, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"ma" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"mb" = ( -/obj/machinery/floodlight, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"mc" = ( -/obj/machinery/door/window{ - dir = 4; - name = "Air Tank Access"; - req_one_access = list(47,10,24) - }, /obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"md" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"me" = ( -/obj/structure/dispenser, -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"mf" = ( -/obj/item/weapon/storage/box/excavation, -/obj/item/weapon/pickaxe, -/obj/item/weapon/wrench, -/obj/item/device/measuring_tape, -/obj/item/stack/flag/green, -/obj/structure/table/steel, -/turf/simulated/floor, -/area/outpost/research/eva) -"mg" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "research_airlock"; - name = "interior access button"; - pixel_x = -25; - pixel_y = -25; - req_one_access = list(13,65) - }, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map"; - tag = "icon-manifold-f (EAST)" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"mh" = ( -/obj/machinery/atmospherics/unary/freezer{ - dir = 4; - icon_state = "freezer" - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mi" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/outpost/abandoned) -"mk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/outpost/abandoned) -"ml" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - tag = "icon-map (NORTH)"; - icon_state = "map"; dir = 1 }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"mm" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mn" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mo" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mp" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - tag = "icon-map (NORTH)"; - icon_state = "map"; - dir = 1 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mq" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mr" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"ms" = ( -/obj/machinery/conveyor{ - dir = 2; - id = "anominerals" - }, -/obj/machinery/mineral/output, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"mt" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"mu" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/outpost/research/power) -"mv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/research{ - name = "Power & Atmosphere Maintenance"; - req_access = list(65) - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/power) -"mw" = ( -/obj/effect/decal/remains/human, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned1"; - icon_state = "steel_burned1" - }, -/area/outpost/abandoned) -"mx" = ( -/obj/structure/table/rack, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_broken2"; - icon_state = "steel_broken2" - }, -/area/outpost/abandoned) -"my" = ( -/obj/structure/closet, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"mz" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/eva) -"mA" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/eva) -"mB" = ( -/obj/machinery/button/remote/airlock{ - id = "riso1"; - name = "Door Bolt Control"; - pixel_x = -25; - pixel_y = 0; - specialfunctions = 4 - }, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mC" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mD" = ( -/obj/machinery/atmospherics/valve/digital/open, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mE" = ( +"ma" = ( /obj/structure/closet/hydrant{ pixel_x = -32 }, @@ -6492,7 +6095,7 @@ }, /turf/simulated/floor/plating, /area/outpost/research/emergency_storage) -"mF" = ( +"mb" = ( /obj/structure/table/rack, /obj/item/weapon/storage/box/gloves{ pixel_x = 4; @@ -6508,16 +6111,171 @@ }, /turf/simulated/floor/plating, /area/outpost/research/emergency_storage) -"mG" = ( -/obj/structure/cable/blue{ - d1 = 2; - d2 = 8; - icon_state = "2-8" +"mc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"md" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/weapon/material/shard, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"me" = ( +/obj/machinery/door/airlock/glass{ + name = "Glass Airlock" + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned0" + }, +/area/outpost/abandoned) +"mf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"mg" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"mh" = ( +/obj/machinery/suspension_gen, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"mi" = ( +/obj/machinery/floodlight, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"mj" = ( +/obj/machinery/door/window{ + dir = 4; + name = "Air Tank Access"; + req_one_access = list(47,10,24) + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"mk" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "research_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25; + req_one_access = list(13,65) + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"ml" = ( +/obj/item/weapon/storage/box/excavation, +/obj/item/weapon/pickaxe, +/obj/item/weapon/wrench, +/obj/item/device/measuring_tape, +/obj/item/stack/flag/green, +/obj/structure/table/steel, +/turf/simulated/floor, +/area/outpost/research/eva) +"mm" = ( +/obj/machinery/conveyor{ + dir = 2; + id = "anominerals" + }, +/obj/machinery/mineral/output, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"mn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"mo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/research{ + name = "Power & Atmosphere Maintenance"; + req_access = list(65) }, /obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/power) +"mp" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/outpost/research/power) +"mq" = ( +/obj/machinery/atmospherics/unary/freezer{ + dir = 4; + icon_state = "freezer" + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mr" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"ms" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 }, /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; @@ -6525,7 +6283,234 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) +"mu" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + icon_state = "map"; + dir = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + icon_state = "intact"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mx" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/reagent_containers/spray/cleaner, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) +"my" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/box/lights/bulbs{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/weapon/storage/box/lights/tubes{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/weapon/storage/box/lights/mixed, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/outpost/research/emergency_storage) +"mz" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned1" + }, +/area/outpost/abandoned) +"mA" = ( +/obj/structure/table, +/turf/simulated/floor/airless, +/area/outpost/abandoned) +"mB" = ( +/obj/structure/table/rack, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_broken2" + }, +/area/outpost/abandoned) +"mC" = ( +/turf/simulated/floor/asteroid, +/area/mine/unexplored) +"mD" = ( +/obj/structure/closet, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"mE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/eva) +"mF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/eva) +"mG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/research/eva) "mH" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "research_inner"; + locked = 1; + name = "Research Outpost External Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"mI" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"mJ" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 10 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"mK" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'MOVING PARTS'."; + name = "\improper MOVING PARTS"; + pixel_x = 32; + pixel_y = 0 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 6 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"mL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + icon_state = "intact-supply"; + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + icon_state = "intact-scrubbers"; + dir = 5 + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/power) +"mM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/research_outpost{ + c_tag = "Research Outpost Maintenance" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/power) +"mN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + icon_state = "intact-scrubbers"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/power) +"mO" = ( +/obj/machinery/button/remote/airlock{ + id = "riso1"; + name = "Door Bolt Control"; + pixel_x = -25; + pixel_y = 0; + specialfunctions = 4 + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mP" = ( +/obj/machinery/atmospherics/valve/digital/open, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mQ" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mR" = ( /obj/machinery/button/remote/airlock{ id = "riso2"; name = "Door Bolt Control"; @@ -6545,7 +6530,34 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"mI" = ( +"mS" = ( +/obj/structure/cable/blue{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mT" = ( +/obj/machinery/atmospherics/valve/digital/open, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mU" = ( /obj/structure/cable/blue{ d1 = 4; d2 = 8; @@ -6557,42 +6569,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"mJ" = ( -/obj/machinery/atmospherics/valve/digital/open, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mK" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/research/eva) -"mL" = ( -/obj/structure/cable/blue{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_monitoring) -"mM" = ( +"mV" = ( /obj/machinery/button/remote/airlock{ id = "riso3"; name = "Door Bolt Control"; @@ -6607,205 +6584,64 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"mN" = ( +"mW" = ( +/obj/structure/cable/blue{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_monitoring) +"mX" = ( /obj/machinery/atmospherics/valve/digital/open, /turf/simulated/floor/tiled, /area/outpost/research/isolation_monitoring) -"mO" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "research_inner"; - locked = 1; - name = "Research Outpost External Access" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"mP" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"mQ" = ( -/obj/structure/table/steel, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"mR" = ( -/turf/simulated/wall, -/area/mine/explored) -"mS" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'MOVING PARTS'."; - name = "\improper MOVING PARTS"; - pixel_x = 32; - pixel_y = 0 - }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (SOUTHEAST)"; - icon_state = "warning_dust"; - dir = 6 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"mT" = ( -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (SOUTHWEST)"; - icon_state = "warning_dust"; - dir = 10 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"mU" = ( -/obj/machinery/atmospherics/pipe/simple/visible/supply{ - tag = "icon-intact-supply (NORTHEAST)"; - icon_state = "intact-supply"; - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - tag = "icon-intact-scrubbers (NORTHEAST)"; - icon_state = "intact-scrubbers"; - dir = 5 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/power) -"mV" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall/r_wall, -/area/outpost/research/power) -"mW" = ( -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - tag = "icon-intact-scrubbers (SOUTHWEST)"; - icon_state = "intact-scrubbers"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/power) -"mX" = ( -/obj/machinery/atmospherics/pipe/simple/visible/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 4 - }, -/obj/machinery/camera/network/research_outpost{ - c_tag = "Research Outpost Maintenance" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/power) "mY" = ( /obj/structure/girder/displaced, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) "mZ" = ( +/obj/structure/table/steel, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"na" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/simulated/floor/asteroid, /area/mine/explored) -"na" = ( +"nb" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/simulated/floor/asteroid, /area/mine/explored) -"nb" = ( +"nc" = ( /obj/structure/table/rack, /turf/simulated/floor/asteroid, /area/mine/explored) -"nc" = ( -/obj/machinery/door/airlock/external{ - id_tag = "riso1"; - name = "Access Airlock"; - req_access = list(65) - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_a) "nd" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/reagent_containers/spray/cleaner, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"ne" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/box/lights/bulbs{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/weapon/storage/box/lights/tubes{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/weapon/storage/box/lights/mixed, -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/outpost/research/emergency_storage) -"nf" = ( /obj/structure/lattice, -/turf/space, +/turf/template_noop, /area/mine/explored) -"ng" = ( +"ne" = ( /obj/structure/window/reinforced{ dir = 8 }, /obj/machinery/mech_recharger, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"nh" = ( -/obj/structure/table, -/turf/simulated/floor/airless, -/area/outpost/abandoned) -"ni" = ( -/obj/machinery/door/airlock/external{ - id_tag = "riso2"; - name = "Access Airlock"; - req_access = list(65) - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_b) -"nj" = ( +"nf" = ( /obj/machinery/mech_recharger, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"nk" = ( +"ng" = ( /obj/machinery/light/small{ dir = 8 }, @@ -6826,7 +6662,11 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"nl" = ( +"nh" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"ni" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 8; frequency = 1379; @@ -6835,11 +6675,7 @@ /obj/structure/closet/walllocker/emerglocker/east, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"nm" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) -"nn" = ( +"nj" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -6853,7 +6689,118 @@ }, /turf/simulated/floor/plating, /area/outpost/research/eva) +"nk" = ( +/obj/machinery/conveyor_switch{ + id = "anotempload"; + name = "conveyor switch"; + pixel_x = 0; + pixel_y = 0; + req_access = list(65) + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"nl" = ( +/obj/machinery/conveyor_switch{ + id = "anosample"; + req_access = list(65) + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"nm" = ( +/obj/structure/cable/blue{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/blue, +/obj/machinery/power/sensor{ + long_range = 1; + name_tag = "Research Outpost" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/power) +"nn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/tiled, +/area/outpost/research/power) "no" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/isolation_a) +"np" = ( +/obj/machinery/door/airlock/external{ + id_tag = "riso1"; + name = "Access Airlock"; + req_access = list(65) + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_a) +"nq" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/outpost/research/isolation_a) +"nr" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/outpost/research/isolation_a) +"ns" = ( +/obj/machinery/door/airlock/external{ + id_tag = "riso2"; + name = "Access Airlock"; + req_access = list(65) + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_b) +"nt" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/outpost/research/isolation_b) +"nu" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/outpost/research/isolation_b) +"nv" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/isolation_c) +"nw" = ( /obj/machinery/door/airlock/external{ id_tag = "riso3"; name = "Access Airlock"; @@ -6866,112 +6813,32 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_c) -"np" = ( -/obj/machinery/conveyor_switch{ - id = "anosample"; - req_access = list(65) - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"nq" = ( -/obj/machinery/conveyor_switch{ - id = "anotempload"; - name = "conveyor switch"; - pixel_x = 0; - pixel_y = 0; - req_access = list(65) - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"nr" = ( -/obj/structure/cable/blue{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/blue, -/obj/machinery/power/sensor{ - long_range = 1; - name_tag = "Research Outpost" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/power) -"ns" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal, -/turf/simulated/floor/tiled, -/area/outpost/research/power) -"nt" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/outpost/research/isolation_a) -"nu" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/turf/simulated/floor/plating, -/area/outpost/research/isolation_a) -"nv" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/turf/simulated/floor/plating, -/area/outpost/research/isolation_b) -"nw" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/turf/simulated/floor/plating, -/area/outpost/research/isolation_b) "nx" = ( /obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, /obj/structure/window/reinforced{ dir = 1 }, +/obj/structure/window/reinforced{ + dir = 8 + }, /obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, /turf/simulated/floor/plating, /area/outpost/research/isolation_c) "ny" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ - dir = 1 + dir = 4 }, /obj/structure/window/reinforced{ - dir = 8 + dir = 1 }, /obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, /turf/simulated/floor/plating, /area/outpost/research/isolation_c) "nz" = ( /obj/structure/girder, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) @@ -6987,11 +6854,6 @@ /turf/simulated/floor/plating, /area/mine/explored) "nB" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice, -/turf/space, -/area/mine/explored) -"nC" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -7002,10 +6864,15 @@ }, /turf/simulated/floor/plating, /area/mine/explored) +"nC" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/template_noop, +/area/mine/explored) "nD" = ( /obj/structure/lattice, /obj/structure/window/reinforced, -/turf/space, +/turf/template_noop, /area/mine/explored) "nE" = ( /obj/structure/lattice, @@ -7014,7 +6881,7 @@ icon_state = "tube1"; dir = 4 }, -/turf/space, +/turf/template_noop, /area/mine/explored) "nF" = ( /obj/machinery/airlock_sensor{ @@ -7032,6 +6899,11 @@ /turf/simulated/floor/tiled, /area/outpost/research/eva) "nG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/outpost/research/eva) +"nH" = ( /obj/structure/ore_box, /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 8; @@ -7044,11 +6916,6 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/outpost/research/eva) -"nH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/outpost/research/eva) "nI" = ( /obj/structure/window/reinforced{ dir = 4 @@ -7074,14 +6941,14 @@ /area/outpost/research/power) "nK" = ( /obj/machinery/atmospherics/valve/digital/open, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, /turf/simulated/floor/tiled, /area/outpost/research/power) "nL" = ( /obj/machinery/atmospherics/valve/digital/open, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, /turf/simulated/floor/tiled, /area/outpost/research/power) "nM" = ( @@ -7098,6 +6965,10 @@ /turf/simulated/floor/tiled, /area/outpost/research/isolation_a) "nN" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_a) +"nO" = ( /obj/machinery/alarm/monitor/isolation{ alarm_id = "isolation_one"; dir = 8; @@ -7109,10 +6980,6 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_a) -"nO" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_a) "nP" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 4; @@ -7127,6 +6994,10 @@ /turf/simulated/floor/tiled, /area/outpost/research/isolation_b) "nQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_b) +"nR" = ( /obj/machinery/alarm/monitor/isolation{ alarm_id = "isolation_two"; dir = 8; @@ -7138,14 +7009,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_b) -"nR" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_b) "nS" = ( -/turf/simulated/wall/r_wall, -/area/outpost/research/isolation_a) -"nT" = ( /obj/machinery/atmospherics/unary/vent_pump{ dir = 4; use_power = 0 @@ -7158,6 +7022,10 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/isolation_c) +"nT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled, +/area/outpost/research/isolation_c) "nU" = ( /obj/machinery/alarm/monitor/isolation{ alarm_id = "isolation_three"; @@ -7171,38 +7039,31 @@ /turf/simulated/floor/tiled, /area/outpost/research/isolation_c) "nV" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow, -/turf/simulated/floor/tiled, -/area/outpost/research/isolation_c) -"nW" = ( -/turf/space, +/turf/template_noop, /area/mine/unexplored) +"nW" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/asteroid, +/area/mine/explored) "nX" = ( /obj/machinery/floodlight, /turf/simulated/floor/asteroid, /area/mine/explored) "nY" = ( -/obj/structure/closet/crate, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"nZ" = ( -/turf/simulated/wall/r_wall, -/area/outpost/research/isolation_c) -"oa" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/airless, -/area/mine/explored) -"ob" = ( /obj/machinery/door/airlock/external{ name = "Mining Bridge"; req_one_access = list(54,65) }, /turf/simulated/floor/airless, /area/mine/explored) -"oc" = ( +"nZ" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/mine/explored) +"oa" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -7214,7 +7075,7 @@ }, /obj/structure/window/reinforced, /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/camera/network/research_outpost{ @@ -7223,8 +7084,8 @@ }, /turf/simulated/floor/plating, /area/outpost/research/eva) -"od" = ( -/obj/machinery/door/firedoor/border_only{ +"ob" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/external{ @@ -7237,7 +7098,7 @@ }, /turf/simulated/floor/plating, /area/outpost/research/eva) -"oe" = ( +"oc" = ( /obj/structure/disposalpipe/segment, /obj/structure/window/reinforced{ dir = 4 @@ -7249,18 +7110,24 @@ }, /turf/simulated/floor/plating, /area/outpost/research/eva) -"of" = ( +"od" = ( /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTHEAST)"; icon_state = "warning_dust"; dir = 5 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"og" = ( +"oe" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/outpost/research/power) +"of" = ( /obj/structure/cable{ d2 = 2; icon_state = "0-2"; @@ -7272,7 +7139,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/research/power) -"oh" = ( +"og" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -7284,6 +7151,13 @@ }, /turf/simulated/floor/tiled/dark, /area/outpost/research/isolation_a) +"oh" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/isolation_a) "oi" = ( /obj/machinery/camera/network/research_outpost{ c_tag = "Research Outpost Isolation Cell A"; @@ -7299,17 +7173,20 @@ /turf/simulated/floor/tiled/dark, /area/outpost/research/isolation_a) "oj" = ( +/obj/item/device/radio/intercom{ + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -27 + }, /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; dir = 1 }, /turf/simulated/floor/tiled/dark, -/area/outpost/research/isolation_a) +/area/outpost/research/isolation_b) "ok" = ( -/obj/item/device/radio/intercom{ - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -27 +/obj/effect/landmark{ + name = "bluespacerift" }, /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; @@ -7332,21 +7209,6 @@ /turf/simulated/floor/tiled/dark, /area/outpost/research/isolation_b) "om" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/isolation_a) -"on" = ( -/obj/effect/landmark{ - name = "bluespacerift" - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/isolation_b) -"oo" = ( /obj/item/device/radio/intercom{ frequency = 1459; name = "Station Intercom (General)"; @@ -7358,12 +7220,14 @@ }, /turf/simulated/floor/tiled/dark, /area/outpost/research/isolation_c) -"op" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp, +"on" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 1 + }, /turf/simulated/floor/tiled/dark, -/area/outpost/research/isolation_b) -"oq" = ( +/area/outpost/research/isolation_c) +"oo" = ( /obj/machinery/camera/network/research_outpost{ c_tag = "Research Outpost Isolation Cell C"; dir = 8 @@ -7377,29 +7241,16 @@ }, /turf/simulated/floor/tiled/dark, /area/outpost/research/isolation_c) -"or" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 +"op" = ( +/obj/machinery/door/airlock/external{ + name = "External Airlock" }, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/isolation_c) -"os" = ( -/obj/structure/bed/chair{ - dir = 1 +/turf/simulated/floor/airless{ + dir = 5; + icon_state = "asteroidfloor" }, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/isolation_c) -"ot" = ( -/obj/structure/bed, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/isolation_c) -"ou" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp, -/turf/simulated/floor/tiled/dark, -/area/outpost/research/isolation_c) -"ov" = ( +/area/outpost/abandoned) +"oq" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 @@ -7410,20 +7261,10 @@ }, /obj/item/stack/rods, /turf/simulated/floor/airless{ - tag = "icon-dmg2"; icon_state = "dmg2" }, /area/outpost/abandoned) -"ow" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock" - }, -/turf/simulated/floor/airless{ - dir = 5; - icon_state = "asteroidfloor" - }, -/area/outpost/abandoned) -"ox" = ( +"or" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ dir = 1 @@ -7432,16 +7273,16 @@ icon_state = "tube1"; dir = 8 }, -/turf/space, +/turf/template_noop, /area/mine/explored) -"oy" = ( +"os" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/mine/explored) -"oz" = ( +"ot" = ( /obj/structure/sign/science{ desc = "A warning sign which reads 'ANOMALOUS MATERIALS'"; name = "\improper ANOMALOUS MATERIALS"; @@ -7450,18 +7291,7 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"oA" = ( -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (SOUTHEAST)"; - icon_state = "warning_dust"; - dir = 6 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"oB" = ( +"ou" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -7473,11 +7303,37 @@ }, /obj/effect/floor_decal/industrial/warning/dust, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"oC" = ( +"ov" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 6 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"ow" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/science{ + desc = "A warning sign which reads 'ANOMALOUS MATERIALS'"; + name = "\improper ANOMALOUS MATERIALS"; + pixel_x = 0; + pixel_y = 32 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 8 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"ox" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -7491,38 +7347,31 @@ icon_state = "2-4" }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"oD" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/science{ - desc = "A warning sign which reads 'ANOMALOUS MATERIALS'"; - name = "\improper ANOMALOUS MATERIALS"; - pixel_x = 0; - pixel_y = 32 - }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (WEST)"; - icon_state = "warning_dust"; - dir = 8 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"oE" = ( -/obj/machinery/light{ - icon_state = "tube1"; +"oy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/asteroid, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 4 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, /area/mine/explored) -"oF" = ( +"oz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -7537,194 +7386,7 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"oG" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE" - }, -/turf/simulated/wall/r_wall, -/area/outpost/research/power) -"oH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; - icon_state = "warning_dust"; - dir = 4 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"oI" = ( -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/research/power) -"oJ" = ( -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - tag = "icon-intact-scrubbers (NORTHWEST)"; - icon_state = "intact-scrubbers"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/power) -"oK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_north) -"oL" = ( -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/visible/supply{ - tag = "icon-intact-supply (NORTHWEST)"; - icon_state = "intact-supply"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/outpost/research/power) -"oM" = ( -/obj/machinery/artifact_analyser, -/turf/simulated/floor/bluegrid, -/area/outpost/research/isolation_a) -"oN" = ( -/obj/machinery/light, -/turf/simulated/floor/bluegrid, -/area/outpost/research/isolation_a) -"oO" = ( -/obj/machinery/artifact_analyser, -/turf/simulated/floor/bluegrid, -/area/outpost/research/isolation_b) -"oP" = ( -/obj/machinery/artifact_scanpad, -/turf/simulated/floor/bluegrid, -/area/outpost/research/isolation_b) -"oQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/warning/dust, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"oR" = ( -/obj/item/weapon/material/shard{ - icon_state = "medium" - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; - icon_state = "steel_burned0" - }, -/area/outpost/abandoned) -"oS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"oT" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille/broken, -/obj/item/stack/rods, -/obj/item/weapon/material/shard, -/turf/simulated/floor/airless{ - tag = "icon-dmg2"; - icon_state = "dmg2" - }, -/area/outpost/abandoned) -"oU" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock" - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; - icon_state = "steel_burned0" - }, -/area/outpost/abandoned) -"oV" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/toolbox/mechanical, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"oW" = ( -/obj/machinery/light_construct/small, -/obj/structure/table/rack, -/obj/item/stack/material/steel{ - amount = 10 - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"oX" = ( -/obj/structure/table/rack, -/obj/item/weapon/pickaxe, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"oY" = ( -/turf/simulated/floor/tiled/airless{ - tag = "icon-steel_burned0"; - icon_state = "steel_burned0" - }, -/area/mine/unexplored) -"oZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"pa" = ( +"oA" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -7752,7 +7414,178 @@ }, /turf/simulated/floor/plating, /area/outpost/research/power) -"pb" = ( +"oB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/research/power) +"oC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + icon_state = "intact-supply"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/power) +"oD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + icon_state = "intact-scrubbers"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/outpost/research/power) +"oE" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/isolation_a) +"oF" = ( +/obj/machinery/light, +/turf/simulated/floor/bluegrid, +/area/outpost/research/isolation_a) +"oG" = ( +/obj/machinery/artifact_analyser, +/turf/simulated/floor/bluegrid, +/area/outpost/research/isolation_a) +"oH" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/isolation_b) +"oI" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/bluegrid, +/area/outpost/research/isolation_b) +"oJ" = ( +/obj/machinery/artifact_analyser, +/turf/simulated/floor/bluegrid, +/area/outpost/research/isolation_b) +"oK" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/isolation_c) +"oL" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/isolation_c) +"oM" = ( +/obj/structure/bed, +/turf/simulated/floor/tiled/dark, +/area/outpost/research/isolation_c) +"oN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"oO" = ( +/turf/simulated/wall/r_wall, +/area/outpost/research/isolation_b) +"oP" = ( +/obj/item/weapon/material/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned0" + }, +/area/outpost/abandoned) +"oQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"oR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/item/weapon/material/shard, +/turf/simulated/floor/airless{ + icon_state = "dmg2" + }, +/area/outpost/abandoned) +"oS" = ( +/obj/machinery/door/airlock/external{ + name = "External Airlock" + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned0" + }, +/area/outpost/abandoned) +"oT" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/toolbox/mechanical, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"oU" = ( +/obj/structure/table/rack, +/obj/item/weapon/pickaxe, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"oV" = ( +/obj/machinery/light_construct/small, +/obj/structure/table/rack, +/obj/item/stack/material/steel{ + amount = 10 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"oW" = ( +/turf/simulated/floor/tiled/airless{ + icon_state = "steel_burned0" + }, +/area/mine/unexplored) +"oX" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"oY" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -7770,17 +7603,45 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"pc" = ( +"oZ" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"pa" = ( +/turf/simulated/wall, +/area/outpost/mining_north) +"pb" = ( /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTHWEST)"; icon_state = "warning_dust"; dir = 9 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) +"pc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/camera/network/mining{ + c_tag = "Mining Outpost North - Airlock" + }, +/turf/simulated/floor/plating, +/area/outpost/mining_north) "pd" = ( /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ frequency = 1379; @@ -7801,43 +7662,6 @@ /turf/simulated/floor/tiled, /area/outpost/mining_north) "pe" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/camera/network/mining{ - c_tag = "Mining Outpost North - Airlock" - }, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"pf" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"pg" = ( /obj/machinery/airlock_sensor{ frequency = 1379; id_tag = "mining_north_outpost_sensor"; @@ -7852,6 +7676,29 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, /area/outpost/mining_north) +"pf" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_north) +"pg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_north) "ph" = ( /obj/machinery/atmospherics/pipe/simple/hidden/universal{ dir = 4 @@ -7861,19 +7708,6 @@ /turf/simulated/floor/tiled, /area/outpost/mining_north) "pi" = ( -/obj/structure/table/standard, -/obj/effect/decal/cleanable/cobweb2, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHWEST)" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_north) -"pj" = ( /obj/machinery/atmospherics/binary/pump/on{ dir = 4; target_pressure = 200 @@ -7881,22 +7715,34 @@ /obj/machinery/recharge_station, /turf/simulated/floor/tiled, /area/outpost/mining_north) +"pj" = ( +/obj/structure/table/standard, +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_north) "pk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/effect/decal/cleanable/cobweb, +/obj/item/stack/material/steel{ + amount = 10 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) +/obj/item/weapon/storage/toolbox/mechanical, +/obj/item/clothing/glasses/meson, +/obj/item/weapon/storage/box/lights/mixed, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/outpost/mining_north) "pl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/outpost/mining_north) +"pm" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 1; @@ -7916,7 +7762,22 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"pm" = ( +"pn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"po" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -7940,40 +7801,13 @@ pixel_x = 0 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (WEST)"; icon_state = "warning_dust"; dir = 8 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"pn" = ( -/turf/simulated/wall/r_wall, -/area/outpost/research/isolation_b) -"po" = ( -/obj/structure/closet/walllocker/emerglocker/south, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHEAST)" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_north) "pp" = ( /obj/machinery/door/airlock/external{ frequency = 1379; @@ -7999,17 +7833,48 @@ /turf/simulated/floor/tiled, /area/outpost/mining_north) "pq" = ( -/obj/structure/table, -/obj/structure/table/rack, -/obj/item/stack/material/glass/reinforced{ - amount = 8 +/obj/structure/closet/walllocker/emerglocker/south, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5; + icon_state = "intact" }, -/obj/item/stack/rods{ - amount = 6 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 }, /turf/simulated/floor/tiled, /area/outpost/mining_north) "pr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_north) +"ps" = ( /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; @@ -8035,47 +7900,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_north) -"ps" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/structure/sign/vacuum{ - pixel_y = -32 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_north) "pt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_north) -"pu" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -8106,7 +7931,38 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_north) +"pu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_north) "pv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_north) +"pw" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ d1 = 2; @@ -8122,39 +7978,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden, /turf/simulated/floor/tiled, /area/outpost/mining_north) -"pw" = ( -/turf/simulated/wall, -/area/outpost/mining_north) "px" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_north) -"py" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHWEST)" - }, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"pz" = ( -/turf/simulated/wall/r_wall, -/area/mine/explored) -"pA" = ( /obj/machinery/door/airlock/maintenance{ name = "Mining Station Maintenance"; req_access = list(54) @@ -8171,7 +7995,32 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_north) -"pB" = ( +"py" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/plating, +/area/outpost/mining_north) +"pz" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_north) +"pA" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 1; @@ -8182,7 +8031,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/asteroid, /area/mine/explored) -"pC" = ( +"pB" = ( /obj/machinery/conveyor_switch{ id = "mining_north"; pixel_x = -5 @@ -8199,6 +8048,15 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_north) +"pC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_north) "pD" = ( /obj/machinery/power/apc{ dir = 4; @@ -8221,32 +8079,19 @@ /turf/simulated/floor/tiled, /area/outpost/mining_north) "pE" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portables_connector{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/plating, /area/outpost/mining_north) "pF" = ( -/obj/structure/disposalpipe/segment{ +/obj/machinery/light/small{ dir = 4 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) +/turf/simulated/floor/plating, +/area/outpost/mining_north) "pG" = ( /obj/structure/disposalpipe/segment{ dir = 1; @@ -8269,24 +8114,21 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/asteroid, /area/mine/explored) "pI" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/item/stack/material/steel{ - amount = 10 - }, -/obj/item/weapon/storage/toolbox/mechanical, -/obj/item/clothing/glasses/meson, -/obj/item/weapon/storage/box/lights/mixed, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"pJ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"pK" = ( /obj/structure/disposalpipe/junction/yjunction, /obj/structure/cable{ d1 = 2; @@ -8301,7 +8143,13 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"pL" = ( +"pJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"pK" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -8316,11 +8164,20 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_north) +"pL" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_north) "pM" = ( /obj/machinery/mineral/output, /obj/machinery/conveyor{ @@ -8330,11 +8187,8 @@ /turf/simulated/floor/tiled, /area/outpost/mining_north) "pN" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 4 +/obj/machinery/mineral/unloading_machine{ + icon_state = "unloader-corner" }, /turf/simulated/floor/tiled, /area/outpost/mining_north) @@ -8349,46 +8203,7 @@ /turf/simulated/floor/tiled, /area/outpost/mining_north) "pP" = ( -/obj/machinery/shower{ - dir = 8; - icon_state = "shower"; - pixel_x = -5; - pixel_y = 0 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/curtain/open/shower/engineering, -/obj/machinery/door/window/northright{ - dir = 8; - name = "Shower"; - req_access = list() - }, -/turf/simulated/floor/tiled/freezer, -/area/outpost/engineering/meeting) -"pQ" = ( -/obj/machinery/light/small, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"pR" = ( -/obj/machinery/mineral/unloading_machine{ - icon_state = "unloader-corner" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_north) -"pS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_north) -"pT" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/effect/decal/cleanable/dirt, @@ -8399,17 +8214,49 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_north) -"pU" = ( +"pQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_north) +"pR" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/outpost/mining_north) -"pV" = ( +"pS" = ( +/obj/structure/table, +/obj/structure/table/rack, +/obj/item/stack/material/glass/reinforced{ + amount = 8 + }, +/obj/item/stack/rods{ + amount = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_north) +"pT" = ( /obj/structure/girder, /turf/simulated/floor/tiled, /area/outpost/mining_north) +"pU" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/outpost/mining_north) +"pV" = ( +/obj/item/weapon/shovel, +/obj/item/weapon/pickaxe, +/turf/simulated/floor/plating, +/area/outpost/mining_north) "pW" = ( /obj/structure/plasticflaps/mining, /obj/machinery/conveyor{ @@ -8421,52 +8268,12 @@ /turf/simulated/floor/tiled, /area/outpost/mining_north) "pX" = ( -/obj/effect/floor_decal/industrial/warning/dust, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" +/obj/machinery/light/small{ + dir = 1 }, +/turf/simulated/floor/asteroid, /area/mine/explored) "pY" = ( -/obj/structure/table/rack, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/item/stack/cable_coil/yellow, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"pZ" = ( -/obj/structure/cable/blue{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 0; - pixel_y = 28 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qb" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'MOVING PARTS'."; name = "\improper MOVING PARTS"; @@ -8477,16 +8284,20 @@ pixel_x = -5 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (SOUTHWEST)"; icon_state = "warning_dust"; dir = 10 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"qc" = ( +"pZ" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"qa" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 1; @@ -8496,16 +8307,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTH)"; icon_state = "warning_dust"; dir = 1 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"qd" = ( +"qb" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 1; @@ -8516,90 +8325,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/industrial/warning/dust, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"qe" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"qf" = ( -/obj/structure/table/rack, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/item/stack/cable_coil/yellow, -/obj/item/stack/cable_coil, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qg" = ( -/obj/machinery/alarm{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"qh" = ( -/obj/structure/cable/blue, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/obj/structure/table/rack, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/item/weapon/pickaxe, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qi" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qj" = ( -/obj/structure/table/rack, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qk" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"ql" = ( -/obj/item/stack/material/plasteel{ - amount = 10 - }, -/obj/item/stack/material/wood{ - amount = 30 - }, -/obj/item/stack/material/plastic{ - amount = 10 - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qm" = ( -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qn" = ( +"qc" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -8617,35 +8346,28 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"qo" = ( +"qd" = ( /turf/simulated/floor/airless, -/area/space) -"qp" = ( -/obj/structure/table/rack, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/item/stack/cable_coil/yellow, -/obj/machinery/light{ - dir = 8 +/area/template_noop) +"qe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qq" = ( -/obj/item/stack/material/glass{ - amount = 50 +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" }, -/obj/item/stack/material/glass{ - amount = 50 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 }, -/obj/item/stack/material/glass{ - amount = 50 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qr" = ( +/turf/simulated/floor/asteroid, +/area/mine/explored) +"qf" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -8663,103 +8385,26 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"qs" = ( -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/machinery/power/terminal, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"qt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/alarm{ - frequency = 1439; - pixel_y = 22 - }, -/obj/machinery/camera/network/engineering_outpost{ - c_tag = "Engineering Outpost Power Distribution" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"qu" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 0 - }, -/obj/machinery/power/sensor{ - long_range = 1; - name_tag = "Asteroid Main Grid" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"qv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"qw" = ( +"qg" = ( /obj/machinery/light_construct/small{ dir = 4 }, /turf/simulated/floor/asteroid, /area/mine/explored) -"qx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"qy" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"qz" = ( +"qh" = ( /obj/structure/grille, /obj/structure/lattice, -/turf/space, -/area/space) -"qA" = ( -/obj/item/weapon/shovel, -/obj/item/weapon/pickaxe, -/turf/simulated/floor/plating, -/area/outpost/mining_north) -"qB" = ( +/turf/template_noop, +/area/template_noop) +"qi" = ( +/obj/machinery/power/solar, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/template_noop) +"qj" = ( /obj/structure/cable/yellow{ d1 = 2; d2 = 4; @@ -8771,32 +8416,16 @@ icon_state = "2-8" }, /turf/simulated/floor/airless, -/area/space) -"qC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"qD" = ( -/obj/machinery/power/solar, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/space) -"qE" = ( +/area/template_noop) +"qk" = ( /obj/machinery/power/solar, /obj/structure/cable/yellow{ d2 = 8; icon_state = "0-8" }, /turf/simulated/floor/airless, -/area/space) -"qF" = ( +/area/template_noop) +"ql" = ( /obj/structure/cable/yellow{ d1 = 2; d2 = 4; @@ -8813,8 +8442,8 @@ icon_state = "1-2" }, /turf/simulated/floor/airless, -/area/space) -"qG" = ( +/area/template_noop) +"qm" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -8831,16 +8460,14 @@ dir = 4 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (WEST)"; icon_state = "warning_dust"; dir = 8 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"qH" = ( +"qn" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -8857,27 +8484,17 @@ dir = 4 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; icon_state = "warning_dust"; dir = 4 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"qI" = ( -/obj/machinery/telecomms/relay/preset/mining, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/outpost/engineering/telecomms) -"qJ" = ( -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qK" = ( +"qo" = ( +/turf/simulated/wall, +/area/outpost/engineering/meeting) +"qp" = ( /obj/structure/sink{ icon_state = "sink"; dir = 8; @@ -8894,30 +8511,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/engineering/meeting) -"qL" = ( -/obj/machinery/alarm{ - frequency = 1439; - pixel_y = 22 - }, -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/engineering/meeting) -"qM" = ( -/obj/item/stack/material/steel{ - amount = 50 - }, -/obj/item/stack/material/steel{ - amount = 50 - }, -/obj/item/stack/material/steel{ - amount = 50 - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"qN" = ( +"qq" = ( /obj/machinery/light{ dir = 1 }, @@ -8927,44 +8521,49 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/engineering/meeting) -"qO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"qr" = ( +/obj/machinery/alarm{ + frequency = 1439; + pixel_y = 22 + }, +/obj/effect/floor_decal/corner/blue/diagonal{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 +/turf/simulated/floor/tiled/white, +/area/outpost/engineering/meeting) +"qs" = ( +/obj/machinery/shower{ + dir = 8; + icon_state = "shower"; + pixel_x = -5; + pixel_y = 0 }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"qP" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"qQ" = ( -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/power/terminal{ - icon_state = "term"; +/obj/machinery/light/small{ dir = 1 }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"qR" = ( +/obj/structure/curtain/open/shower/engineering, +/obj/machinery/door/window/northright{ + dir = 8; + name = "Shower"; + req_access = list() + }, +/turf/simulated/floor/tiled/freezer, +/area/outpost/engineering/meeting) +"qt" = ( +/obj/machinery/light/small, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"qu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/engineering/meeting) +"qv" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, @@ -8977,30 +8576,7 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/engineering/meeting) -"qS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/engineering/meeting) -"qT" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/engineering/meeting) -"qU" = ( -/turf/simulated/wall/r_wall, -/area/outpost/engineering/meeting) -"qV" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/cyan, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"qW" = ( +"qw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/corner/blue/diagonal{ @@ -9008,7 +8584,23 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/engineering/meeting) -"qX" = ( +"qx" = ( +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/engineering/meeting) +"qy" = ( +/obj/machinery/door/airlock/engineering{ + name = "Restrooms"; + req_access = list(10) + }, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/engineering/meeting) +"qz" = ( /obj/structure/toilet{ dir = 8 }, @@ -9020,17 +8612,10 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/engineering/meeting) -"qY" = ( -/obj/machinery/door/airlock/engineering{ - name = "Restrooms"; - req_access = list(10) - }, -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/engineering/meeting) -"qZ" = ( +"qA" = ( +/turf/simulated/wall, +/area/outpost/engineering/storage) +"qB" = ( /obj/machinery/door/airlock/engineering{ name = "Restrooms"; req_access = list(10) @@ -9039,7 +8624,49 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/outpost/engineering/meeting) -"ra" = ( +"qC" = ( +/turf/simulated/wall/r_wall, +/area/outpost/engineering/meeting) +"qD" = ( +/obj/structure/table/rack, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/stack/cable_coil/yellow, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"qE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"qF" = ( +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 0; + pixel_y = 28 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"qG" = ( /obj/structure/cable/blue{ d1 = 4; d2 = 8; @@ -9051,7 +8678,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -9061,35 +8688,53 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/storage) -"rb" = ( -/obj/structure/cable/yellow{ +"qH" = ( +/obj/structure/cable/blue{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "eoutpost_solar_airlock"; - name = "exterior access button"; - pixel_x = -25; - pixel_y = -25; - req_access = list(10) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/turf/simulated/floor/airless, -/area/outpost/engineering/hallway) -"rc" = ( -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 0; + pixel_y = 28 }, -/obj/structure/table/standard, -/obj/random/tech_supply, /turf/simulated/floor/wood, /area/outpost/engineering/meeting) -"rd" = ( +"qI" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"qJ" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/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/firealarm/north, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"qK" = ( /obj/structure/cable/blue{ d1 = 2; d2 = 8; @@ -9110,34 +8755,82 @@ /obj/machinery/computer/station_alert/engineering, /turf/simulated/floor/wood, /area/outpost/engineering/meeting) -"re" = ( +"qL" = ( +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/structure/table/standard, +/obj/random/tech_supply, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"qM" = ( +/obj/structure/table/standard, +/obj/random/tech_supply, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"qN" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"qO" = ( +/obj/structure/table/rack, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/stack/cable_coil/yellow, +/obj/item/stack/cable_coil, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"qP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"qQ" = ( +/obj/structure/cable/blue, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/table/rack, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/weapon/pickaxe, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"qR" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"qS" = ( +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"qT" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; icon_state = "carpet_edges"; dir = 9 }, /turf/simulated/floor/carpet, /area/outpost/engineering/meeting) -"rf" = ( -/obj/structure/bed/chair, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/outpost/engineering/meeting) -"rg" = ( +"qU" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -9147,315 +8840,35 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /turf/simulated/floor/carpet, /area/outpost/engineering/meeting) -"rh" = ( -/turf/simulated/wall/r_wall, -/area/outpost/engineering/storage) -"ri" = ( +"qV" = ( +/obj/structure/bed/chair, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/outpost/engineering/meeting) +"qW" = ( /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; icon_state = "carpet_edges"; dir = 5 }, /turf/simulated/floor/carpet, /area/outpost/engineering/meeting) -"rj" = ( -/turf/simulated/wall, -/area/outpost/engineering/meeting) -"rk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/dark, -/area/outpost/engineering/telecomms) -"rl" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"rm" = ( -/obj/structure/table/rack, -/obj/item/clothing/head/helmet/space/void/engineering, -/obj/item/clothing/suit/space/void/engineering, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/gloves/yellow, -/obj/machinery/firealarm{ - dir = 4; - layer = 3.3; - pixel_x = 26 - }, -/obj/item/weapon/storage/briefcase/inflatable, -/obj/machinery/camera/network/engineering_outpost{ - c_tag = "Engineering Outpost Storage"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"rn" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/storage) -"ro" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 0; - pixel_y = 28 - }, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"rp" = ( -/obj/structure/cable/blue, -/obj/structure/cable/blue{ - d2 = 2; - icon_state = "0-2" - }, -/obj/structure/cable/blue{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/sensor{ - long_range = 1; - name_tag = "Engineering Outpost" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"rq" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/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/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"rr" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"rs" = ( -/obj/structure/cable/blue{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"rt" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"ru" = ( -/obj/structure/table/standard, -/obj/random/tech_supply, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"rv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/engineering/power) -"rw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/storage) -"rx" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/outpost/engineering/meeting) -"ry" = ( -/obj/machinery/computer/shuttle_control/engineering, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"rz" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"rA" = ( -/obj/machinery/floodlight, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"rB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"rC" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/table/standard, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/outpost/engineering/meeting) -"rD" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; - icon_state = "carpet_edges"; - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/outpost/engineering/meeting) -"rE" = ( -/turf/simulated/wall, -/area/outpost/engineering/storage) -"rF" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"rG" = ( -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"rH" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"rI" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"rJ" = ( -/obj/machinery/light_construct/small, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"rK" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/storage) -"rL" = ( +"qX" = ( /obj/structure/sign/deathsposal{ pixel_x = 32 }, @@ -9465,21 +8878,215 @@ }, /turf/simulated/floor/wood, /area/outpost/engineering/meeting) -"rM" = ( -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/outpost/engineering/meeting) -"rN" = ( +"qY" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/simulated/wall/r_wall, /area/outpost/engineering/meeting) -"rO" = ( +"qZ" = ( +/obj/structure/table/rack, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"ra" = ( +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"rb" = ( +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/item/stack/material/wood{ + amount = 30 + }, +/obj/item/stack/material/plastic{ + amount = 10 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"rc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/storage) +"rd" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"re" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/outpost/engineering/meeting) +"rf" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/table/standard, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/outpost/engineering/meeting) +"rg" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/donkpockets, +/turf/simulated/floor/carpet, +/area/outpost/engineering/meeting) +"rh" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/outpost/engineering/meeting) +"ri" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"rj" = ( +/turf/simulated/wall/r_wall, +/area/outpost/engineering/power) +"rk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"rl" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"rm" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"rn" = ( +/turf/simulated/wall, +/area/outpost/engineering/hallway) +"ro" = ( +/obj/machinery/light_construct/small, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"rp" = ( +/turf/simulated/wall/r_wall, +/area/mine/explored) +"rq" = ( +/turf/simulated/wall/r_wall, +/area/outpost/engineering/telecomms) +"rr" = ( +/turf/simulated/wall/r_wall, +/area/outpost/engineering/storage) +"rs" = ( +/obj/structure/table/rack, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/stack/cable_coil/yellow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"rt" = ( +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"ru" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/storage) +"rv" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"rw" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"rx" = ( +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/outpost/engineering/meeting) +"ry" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -9492,24 +9099,71 @@ }, /turf/simulated/floor/carpet, /area/outpost/engineering/meeting) -"rP" = ( -/obj/structure/window/reinforced{ +"rz" = ( +/obj/structure/table/standard, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ +/turf/simulated/floor/carpet, +/area/outpost/engineering/meeting) +"rA" = ( +/obj/machinery/light{ + icon_state = "tube1"; dir = 4 }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" +/obj/machinery/pipedispenser, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"rB" = ( +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 }, -/turf/simulated/floor/plating, +/obj/machinery/power/terminal, +/turf/simulated/floor/tiled, /area/outpost/engineering/power) -"rQ" = ( +"rC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/obj/machinery/power/sensor{ + long_range = 1; + name_tag = "Asteroid Main Grid" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/power) +"rD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/alarm{ + frequency = 1439; + pixel_y = 22 + }, +/obj/machinery/camera/network/engineering_outpost{ + c_tag = "Engineering Outpost Power Distribution" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/power) +"rE" = ( /obj/structure/cable{ d2 = 8; icon_state = "0-8" @@ -9527,11 +9181,24 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/power) -"rR" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"rS" = ( +"rF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/power) +"rG" = ( /obj/structure/cable/yellow{ d2 = 2; icon_state = "0-2" @@ -9541,19 +9208,17 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"rT" = ( +"rH" = ( +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"rI" = ( /obj/machinery/atmospherics/portables_connector{ dir = 4 }, /obj/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"rU" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/donkpockets, -/turf/simulated/floor/carpet, -/area/outpost/engineering/meeting) -"rV" = ( +"rJ" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -9566,71 +9231,42 @@ /obj/structure/grille, /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" + icon_state = "intact" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"rW" = ( -/obj/structure/flora/pottedplant{ - tag = "icon-plant-21"; - icon_state = "plant-21" +"rK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + icon_state = "intact"; + dir = 10 }, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"rX" = ( +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"rL" = ( /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; dir = 9 }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"rY" = ( -/turf/simulated/wall/r_wall, -/area/outpost/engineering/power) -"rZ" = ( +"rM" = ( /obj/structure/cable/yellow, /turf/simulated/floor/airless, -/area/space) -"sa" = ( +/area/template_noop) +"rN" = ( /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (WEST)"; icon_state = "warning_dust"; dir = 8 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"sb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sc" = ( -/turf/simulated/wall/r_wall, -/area/outpost/engineering/hallway) -"sd" = ( -/turf/simulated/wall/r_wall, -/area/outpost/engineering/telecomms) -"se" = ( -/obj/machinery/cell_charger, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/structure/table/steel, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"sf" = ( +"rO" = ( /obj/structure/cable{ d2 = 2; icon_state = "0-2"; @@ -9641,15 +9277,65 @@ pixel_y = 24 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"sg" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"sh" = ( +"rP" = ( +/obj/machinery/cell_charger, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/structure/table/steel, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"rQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/outpost/engineering/telecomms) +"rR" = ( +/obj/machinery/telecomms/relay/preset/mining, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/outpost/engineering/telecomms) +"rS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/alarm{ + frequency = 1439; + pixel_y = 22 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/outpost/engineering/telecomms) +"rT" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"rU" = ( +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"rV" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -9658,77 +9344,30 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/storage) -"si" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"sj" = ( +"rW" = ( /obj/structure/table/standard, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/outpost/engineering/meeting) -"sk" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sm" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/machinery/pipedispenser, +/obj/item/weapon/storage/box/lights/mixed, /turf/simulated/floor/wood, /area/outpost/engineering/meeting) -"sn" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/sign/vacuum{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"so" = ( +"rX" = ( /obj/effect/floor_decal/carpet, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; icon_state = "carpet_edges"; dir = 8 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHWEST)"; icon_state = "carpet_edges"; dir = 10 }, /turf/simulated/floor/carpet, /area/outpost/engineering/meeting) -"sp" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/floor_decal/carpet, -/turf/simulated/floor/carpet, -/area/outpost/engineering/meeting) -"sq" = ( +"rY" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -9741,25 +9380,30 @@ /obj/effect/floor_decal/carpet, /turf/simulated/floor/carpet, /area/outpost/engineering/meeting) -"sr" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"ss" = ( +"rZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/carpet, +/area/outpost/engineering/meeting) +"sa" = ( /obj/effect/floor_decal/carpet, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHEAST)"; icon_state = "carpet_edges"; dir = 6 }, /turf/simulated/floor/carpet, /area/outpost/engineering/meeting) -"st" = ( +"sb" = ( +/obj/machinery/pipedispenser/disposal, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"sc" = ( /obj/machinery/power/smes/buildable/outpost_substation{ charge = 500000; input_attempt = 1; @@ -9774,7 +9418,44 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/power) -"su" = ( +"sd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/power) +"se" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/power) +"sf" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/power/terminal{ + icon_state = "term"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/power) +"sg" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; @@ -9787,27 +9468,13 @@ dir = 4 }, /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/power) -"sv" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sw" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sx" = ( +"sh" = ( /obj/structure/cable/yellow{ d1 = 2; d2 = 8; @@ -9825,16 +9492,15 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"sy" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/structure/cable/blue{ - d1 = 4; +"si" = ( +/obj/structure/cable/yellow{ + d1 = 1; d2 = 8; - icon_state = "4-8" + icon_state = "1-8" }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"sz" = ( +"sj" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -9844,90 +9510,19 @@ /obj/structure/grille, /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" + icon_state = "intact" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"sA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, +"sk" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/cyan, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"sB" = ( -/obj/structure/disposalpipe/segment, -/turf/unsimulated/mask, -/area/mine/unexplored) -"sC" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sD" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/alarm{ - frequency = 1439; - pixel_y = 22 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sE" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eoutpost_solar_inner"; - locked = 1; - name = "Solar Access" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"sF" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sG" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/outpost/engineering/telecomms) -"sH" = ( +"sl" = ( /obj/structure/cable/yellow{ d1 = 2; d2 = 4; @@ -9944,8 +9539,7 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" + icon_state = "intact" }, /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; @@ -9953,73 +9547,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"sI" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/alarm{ - frequency = 1439; - pixel_y = 22 - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/outpost/engineering/telecomms) -"sJ" = ( -/obj/structure/cable/blue{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sK" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sL" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sM" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sN" = ( +"sm" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; @@ -10028,13 +9556,17 @@ /obj/machinery/door/airlock/external{ frequency = 1379; icon_state = "door_locked"; - id_tag = "eoutpost_solar_outer"; + id_tag = "eoutpost_solar_inner"; locked = 1; name = "Solar Access" }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4; + icon_state = "intact" + }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"sO" = ( +"sn" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; @@ -10070,7 +9602,807 @@ }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) +"so" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eoutpost_solar_outer"; + locked = 1; + name = "Solar Access" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"sp" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "eoutpost_solar_airlock"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = -25; + req_access = list(10) + }, +/turf/simulated/floor/airless, +/area/outpost/engineering/hallway) +"sq" = ( +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/template_noop) +"sr" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/template_noop) +"ss" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/template_noop) +"st" = ( +/obj/machinery/power/tracker, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/template_noop) +"su" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"sv" = ( +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/structure/table/steel, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"sw" = ( +/turf/simulated/wall/r_wall, +/area/outpost/engineering/hallway) +"sx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/blue{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/outpost/engineering/telecomms) +"sy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/outpost/engineering/telecomms) +"sz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/camera/network/engineering_outpost{ + c_tag = "Engineering Outpost TeleCommunications"; + dir = 1 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/outpost/engineering/telecomms) +"sA" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"sB" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"sC" = ( +/obj/structure/table/rack, +/obj/item/clothing/head/helmet/space/void/engineering, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/gloves/yellow, +/obj/item/weapon/storage/briefcase/inflatable, +/obj/machinery/camera/network/engineering_outpost{ + c_tag = "Engineering Outpost Storage"; + dir = 1 + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/outpost/engineering/storage) +"sD" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/standard, +/obj/machinery/microwave, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"sE" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"sF" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"sG" = ( +/obj/structure/cable/blue{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"sH" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/outpost/engineering/meeting) +"sI" = ( +/obj/structure/cable/blue, +/obj/structure/cable/blue{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/blue{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/sensor{ + long_range = 1; + name_tag = "Engineering Outpost" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/power) +"sJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/power) +"sK" = ( +/obj/structure/cable/blue{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/power) +"sL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/engineering/power) +"sM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/power) +"sN" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"sO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) "sP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"sQ" = ( +/obj/machinery/computer/shuttle_control/engineering, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"sR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"sS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"sT" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"sU" = ( +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/template_noop) +"sV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"sW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera/network/engineering_outpost{ + c_tag = "Engineering Outpost Airlock Entry"; + dir = 8 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"sX" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"sY" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"sZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Telecommunications"; + req_access = list(10) + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/tiled/dark, +/area/outpost/engineering/hallway) +"ta" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"tb" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Break Room"; + req_access = list(10) + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tc" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"td" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"te" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/door/airlock/glass_engineering{ + name = "Power Distribution Center"; + req_access = list(10) + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tf" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall, +/area/outpost/engineering/hallway) +"tg" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"th" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"ti" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tj" = ( +/obj/machinery/power/solar_control, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tl" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tm" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/template_noop) +"tn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 1 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"to" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"tp" = ( +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eoutpost_main_outer"; + locked = 1; + name = "Engineering Outpost" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6; + icon_state = "intact" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1; + icon_state = "map" + }, +/obj/machinery/airlock_sensor{ + frequency = 1379; + id_tag = "eoutpost_main_sensor"; + pixel_x = 0; + pixel_y = 25 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"ts" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4; + icon_state = "intact" + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eoutpost_main_inner"; + locked = 1; + name = "Engineering Outpost" + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tv" = ( +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8; + target_pressure = 200 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tw" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 0; + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/firealarm/north, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"ty" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tB" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/alarm{ + frequency = 1439; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tD" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tE" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tF" = ( +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tG" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tH" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tI" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tJ" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tK" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -10083,50 +10415,40 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"sQ" = ( -/obj/structure/cable/yellow{ +"tL" = ( +/obj/structure/cable/blue{ d2 = 8; icon_state = "0-8" }, -/turf/simulated/floor/airless, -/area/space) -"sR" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 }, -/turf/simulated/floor/airless, -/area/space) -"sS" = ( +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tN" = ( +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tO" = ( /obj/structure/cable/yellow{ + d1 = 1; d2 = 4; - icon_state = "0-4" + icon_state = "1-4" }, -/turf/simulated/floor/airless, -/area/space) -"sT" = ( -/obj/machinery/power/tracker, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/space) -"sU" = ( -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/random/tech_supply, -/obj/random/tech_supply, -/obj/structure/table/steel, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"sV" = ( +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"tP" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; @@ -10138,31 +10460,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"sW" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"sX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"sY" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/lights/mixed, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"sZ" = ( +"tQ" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; @@ -10173,23 +10471,23 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"ta" = ( +"tR" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; icon_state = "4-8" }, /obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" + d1 = 1; + d2 = 4; + icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ dir = 4 }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"tb" = ( +"tS" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; @@ -10208,976 +10506,98 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"tc" = ( +"tT" = ( /obj/structure/cable/yellow{ - d1 = 1; + d1 = 4; d2 = 8; - icon_state = "1-8" + icon_state = "4-8" }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"td" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/power) -"te" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tf" = ( -/obj/machinery/pipedispenser/disposal, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"tg" = ( /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"th" = ( +"tU" = ( /obj/structure/window/reinforced{ dir = 8 }, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/window/reinforced, /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"ti" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tj" = ( -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/space) -"tk" = ( +"tV" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"tl" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera/network/engineering_outpost{ - c_tag = "Engineering Outpost Airlock Entry"; - dir = 8 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"tm" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tn" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"to" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Telecommunications"; - req_access = list(10) - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/tiled/dark, -/area/outpost/engineering/hallway) -"tp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tq" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"tr" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"ts" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/camera/network/engineering_outpost{ - c_tag = "Engineering Outpost Hallway West"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tt" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tu" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tw" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Break Room"; - req_access = list(10) - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tx" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"ty" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tz" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tA" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -24 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tB" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/extinguisher_cabinet{ - pixel_x = 0; - pixel_y = -28 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tC" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/machinery/camera/network/engineering_outpost{ - c_tag = "Engineering Outpost Hallway Central"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tD" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tE" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"tG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Power Distribution Center"; - req_access = list(10) - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - 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, -/area/outpost/engineering/hallway) -"tJ" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable/blue{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/outpost/engineering/telecomms) -"tL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/camera/network/engineering_outpost{ - c_tag = "Engineering Outpost TeleCommunications"; - dir = 1 - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/outpost/engineering/telecomms) -"tM" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tO" = ( -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tP" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1380; - master_tag = "edock_airlock"; - name = "interior access button"; - pixel_x = -25; - pixel_y = -25; - req_access = list(10) - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tQ" = ( -/obj/machinery/power/solar_control, -/obj/structure/cable/yellow{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"tR" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/standard, -/obj/machinery/microwave, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"tS" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"tT" = ( -/obj/structure/cable/blue{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"tU" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/blue{ d1 = 2; d2 = 4; icon_state = "2-4" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"tV" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/wood, -/area/outpost/engineering/meeting) -"tW" = ( -/obj/structure/cable/yellow{ +/obj/structure/cable{ d1 = 1; d2 = 4; icon_state = "1-4" }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/space) -"tX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTH)"; - icon_state = "warning_dust"; - dir = 1 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) +"tW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 4 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"tX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) "tY" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/warning/dust, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"tZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 6; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHEAST)" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/closet/walllocker/emerglocker/north, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"ua" = ( -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eoutpost_main_outer"; - locked = 1; - name = "Engineering Outpost" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"ub" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact-f (EAST)" - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eoutpost_main_inner"; - locked = 1; - name = "Engineering Outpost" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"uc" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"ud" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact (EAST)" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"ue" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uf" = ( -/obj/machinery/atmospherics/binary/pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"ug" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact (EAST)" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uh" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/visible/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"ui" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 1; - icon_state = "map"; - tag = "icon-manifold-f (NORTH)" - }, -/obj/machinery/airlock_sensor{ - frequency = 1379; - id_tag = "eoutpost_main_sensor"; - pixel_x = 0; - pixel_y = 25 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"uj" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uk" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/obj/machinery/alarm{ - frequency = 1439; - pixel_y = 22 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"ul" = ( -/obj/machinery/atmospherics/pipe/simple/visible/supply{ - tag = "icon-intact-supply (NORTHWEST)"; - icon_state = "intact-supply"; - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ - tag = "icon-intact-scrubbers (NORTHEAST)"; - icon_state = "intact-scrubbers"; - dir = 5 - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"um" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"un" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHEAST)"; - icon_state = "warning"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"uo" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 0; - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"up" = ( -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/machinery/atmospherics/binary/pump/on{ - dir = 8; - target_pressure = 200 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"uq" = ( -/turf/simulated/wall, -/area/outpost/engineering/hallway) -"ur" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"us" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"ut" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uu" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ - tag = "icon-map (EAST)"; - icon_state = "map"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uv" = ( -/obj/structure/sign/electricshock, -/turf/simulated/wall, -/area/outpost/engineering/hallway) -"uw" = ( -/obj/structure/cable/blue{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"ux" = ( -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uy" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uz" = ( -/obj/machinery/atmospherics/binary/pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uA" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (SOUTHEAST)"; - icon_state = "intact"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uB" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"uC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"uD" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"uE" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - dir = 4; - icon_state = "intact"; - tag = "icon-intact (EAST)" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uF" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"uG" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uH" = ( -/obj/machinery/atmospherics/binary/pump/on{ - dir = 8; - target_pressure = 15000 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uI" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -11190,112 +10610,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; - icon_state = "warning_dust"; - dir = 4 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"uJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, /obj/structure/cable{ d1 = 1; d2 = 4; icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"uK" = ( -/obj/machinery/atmospherics/pipe/simple/visible/blue{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uL" = ( -/obj/machinery/atmospherics/omni/mixer{ - tag_east = 1; - tag_east_con = 0.79; - tag_south = 1; - tag_south_con = 0.21; - tag_west = 2 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uM" = ( -/obj/machinery/atmospherics/pipe/simple/visible/blue{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uN" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (NORTH)"; - icon_state = "intact"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/visible/blue{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uO" = ( -/obj/machinery/atmospherics/pipe/simple/visible/blue{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - layer = 3.3; - pixel_x = 26 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uP" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, /turf/simulated/floor/asteroid, /area/mine/explored) -"uQ" = ( +"tZ" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -11319,27 +10641,29 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"uR" = ( +"ua" = ( /obj/structure/cable{ d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0 }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eoutpost_main_outer"; + locked = 1; + name = "Engineering Outpost" + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"uS" = ( +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"ub" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -11363,68 +10687,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"uT" = ( -/obj/machinery/atmospherics/pipe/simple/visible/cyan{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eoutpost_main_outer"; - locked = 1; - name = "Engineering Outpost" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"uV" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "eoutpost_main_inner"; - locked = 1; - name = "Engineering Outpost" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/hallway) -"uW" = ( -/obj/machinery/atmospherics/pipe/simple/visible/blue, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uX" = ( +"uc" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -11455,25 +10718,33 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"uY" = ( -/obj/machinery/atmospherics/omni/filter{ - power_rating = 15000; - tag_east = 4; - tag_north = 1; - tag_south = 2; - tag_west = 3 +"ud" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "eoutpost_main_inner"; + locked = 1; + name = "Engineering Outpost" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" }, /turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"uZ" = ( -/obj/machinery/atmospherics/pipe/simple/visible/blue, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"va" = ( +/area/outpost/engineering/hallway) +"ue" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -11504,13 +10775,91 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"vb" = ( -/obj/machinery/light{ +"uf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"ug" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera/network/engineering_outpost{ + c_tag = "Engineering Outpost Hallway West"; dir = 1 }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"vc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"uh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"ui" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"uj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"uk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"ul" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, @@ -11523,68 +10872,180 @@ icon_state = "4-8"; pixel_x = 0 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"vd" = ( -/obj/machinery/light{ - dir = 8 +"um" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 }, /turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"ve" = ( +/area/outpost/engineering/hallway) +"un" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"uo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/extinguisher_cabinet{ + pixel_x = 0; + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"up" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"uq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/obj/machinery/camera/network/engineering_outpost{ + c_tag = "Engineering Outpost Hallway Central"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"ur" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"us" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"ut" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + 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, +/area/outpost/engineering/hallway) +"uu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"uv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"uw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"vf" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 +"ux" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 }, /turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vg" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (SOUTHEAST)"; - icon_state = "intact"; - dir = 6 - }, -/obj/machinery/meter, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vh" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 - }, -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "outpost_o2_in"; - name = "O2 Tank Monitor"; - output_tag = "outpost_o2_out"; - sensors = list("outpost_o2_sensor" = "Tank") - }, -/obj/machinery/camera/network/engineering_outpost{ - c_tag = "Engineering Outpost Atmospherics"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vi" = ( +/area/outpost/engineering/hallway) +"uy" = ( /obj/machinery/light, /obj/item/device/radio/intercom{ broadcasting = 0; @@ -11595,49 +11056,36 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"vj" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; - dir = 4 +"uz" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "edock_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25; + req_access = list(10) }, -/obj/machinery/atmospherics/pipe/simple/visible/blue, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vk" = ( /obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHEAST)"; + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/hallway) +"uA" = ( +/obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; dir = 5 }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"vl" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (NORTHWEST)"; - icon_state = "intact"; - dir = 9 - }, -/obj/machinery/computer/general_air_control/large_tank_control{ - frequency = 1441; - input_tag = "outpost_n2_in"; - name = "N2 Tank Monitor"; - output_tag = "outpost_n2_out"; - sensors = list("outpost_n2_sensor" = "Tank") - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'COMPRESSED GAS'."; - name = "COMPRESSED GAS"; - pixel_y = -32 - }, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vm" = ( -/obj/machinery/atmospherics/pipe/simple/visible/blue, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vn" = ( +"uB" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 1; @@ -11648,46 +11096,31 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/industrial/warning/dust, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"vo" = ( +"uC" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 1 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"uD" = ( /obj/machinery/light/small{ dir = 4 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTH)"; icon_state = "warning_dust"; dir = 1 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"vp" = ( -/obj/machinery/atmospherics/omni/filter{ - power_rating = 15000; - tag_east = 5; - tag_north = 1; - tag_south = 2; - tag_west = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vq" = ( -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTH)"; - icon_state = "warning_dust"; - dir = 1 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"vr" = ( +"uE" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -11696,72 +11129,51 @@ dir = 8 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vs" = ( +"uF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"uG" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vt" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"vu" = ( +"uH" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vv" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/empty/phoron, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vw" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vx" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/empty/sleeping_agent, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"vy" = ( +"uI" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -11770,13 +11182,13 @@ dir = 4 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vz" = ( +"uJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/blue{ @@ -11784,7 +11196,7 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, @@ -11794,7 +11206,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"vA" = ( +"uK" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -11806,13 +11218,13 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vB" = ( +"uL" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 2; @@ -11826,13 +11238,13 @@ locked = 1; name = "Engineering Dock Airlock" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"vC" = ( +"uM" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -11840,26 +11252,111 @@ locked = 1; name = "Engineering Dock Airlock" }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/tiled, /area/outpost/engineering/hallway) -"vD" = ( -/obj/structure/cable/yellow{ +"uN" = ( +/turf/simulated/wall/r_wall, +/area/outpost/engineering/atmospherics) +"uO" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uP" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4; + icon_state = "intact" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4; + icon_state = "intact" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uS" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uU" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 4 + }, +/obj/structure/cable/blue{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + icon_state = "intact-supply"; + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + icon_state = "intact-scrubbers"; + dir = 5 + }, +/obj/structure/cable/blue{ d1 = 1; - d2 = 2; - icon_state = "1-2" + d2 = 8; + icon_state = "1-8" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 8; - icon_state = "map"; - tag = "icon-manifold-f (WEST)" +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"vE" = ( +/obj/machinery/alarm{ + frequency = 1439; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 10 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"uY" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -11870,13 +11367,25 @@ dir = 1 }, /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vF" = ( +"uZ" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8; + icon_state = "map" + }, +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"va" = ( /obj/machinery/light/small{ dir = 4 }, @@ -11893,20 +11402,53 @@ }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vG" = ( +"vb" = ( /obj/machinery/power/emitter{ anchored = 0; dir = 4; state = 0 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"vH" = ( +"vc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + icon_state = "map"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"ve" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vf" = ( +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vh" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vi" = ( /obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (NORTHWEST)"; icon_state = "intact"; dir = 9 }, @@ -11917,65 +11459,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/engineering/atmospherics) -"vI" = ( -/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/libertycap, -/turf/simulated/floor/airless{ - icon_state = "asteroidplating" - }, -/area/mine/explored) -"vJ" = ( -/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris, -/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris, -/turf/simulated/floor/airless{ - icon_state = "asteroidplating" - }, -/area/mine/explored) -"vK" = ( -/obj/item/clothing/under/rank/miner, -/obj/effect/decal/remains/human, -/turf/simulated/floor/airless{ - icon_state = "asteroidplating" - }, -/area/mine/explored) -"vL" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" - }, -/turf/simulated/floor/plating, -/area/outpost/engineering/hallway) -"vM" = ( -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"vN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"vO" = ( -/obj/machinery/door/airlock{ - id_tag = "miningdorm1"; - name = "Room 1" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"vP" = ( +"vj" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -11984,32 +11468,25 @@ dir = 8 }, /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vQ" = ( -/obj/machinery/light/small{ - dir = 4 +"vk" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"vR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"vS" = ( -/obj/machinery/light/small{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5; + icon_state = "intact" }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"vT" = ( +/turf/simulated/floor/plating, +/area/outpost/engineering/hallway) +"vl" = ( /obj/machinery/embedded_controller/radio/airlock/docking_port{ frequency = 1380; id_tag = "edock_airlock"; @@ -12028,16 +11505,82 @@ }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vU" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +"vm" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4; + icon_state = "intact" + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vo" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8; + target_pressure = 15000 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vp" = ( +/obj/machinery/atmospherics/omni/mixer{ + tag_east = 1; + tag_east_con = 0.79; + tag_south = 1; + tag_south_con = 0.21; + tag_west = 2 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + icon_state = "intact"; dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + icon_state = "intact"; dir = 4 }, /turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"vV" = ( +/area/outpost/engineering/atmospherics) +"vs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue{ + icon_state = "intact"; + dir = 10 + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 4 + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vu" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/turf/simulated/wall, +/area/outpost/engineering/hallway) +"vv" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 2; @@ -12052,15 +11595,7 @@ }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vW" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/turf/simulated/wall, -/area/outpost/engineering/hallway) -"vX" = ( +"vw" = ( /obj/machinery/door/airlock/external{ frequency = 1380; icon_state = "door_locked"; @@ -12070,20 +11605,7 @@ }, /turf/simulated/floor/plating, /area/outpost/engineering/hallway) -"vY" = ( -/obj/machinery/door/airlock{ - id_tag = "miningdorm2"; - name = "Room 2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"vZ" = ( +"vx" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1380; @@ -12093,9 +11615,9 @@ pixel_y = 0; req_access = list(10) }, -/turf/space, -/area/space) -"wa" = ( +/turf/template_noop, +/area/template_noop) +"vy" = ( /obj/structure/lattice, /obj/structure/grille, /obj/structure/sign/securearea{ @@ -12103,9 +11625,9 @@ name = "KEEP CLEAR: DOCKING AREA"; pixel_y = 0 }, -/turf/space, -/area/space) -"wb" = ( +/turf/template_noop, +/area/template_noop) +"vz" = ( /obj/structure/disposalpipe/segment{ dir = 8; icon_state = "pipe-c" @@ -12124,31 +11646,156 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"wc" = ( +"vA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + icon_state = "intact"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vC" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (SOUTHEAST)"; icon_state = "intact"; dir = 6 }, /turf/simulated/floor/tiled, /area/outpost/engineering/atmospherics) -"wd" = ( -/turf/space, -/area/shuttle/constructionsite/site) -"we" = ( +"vD" = ( +/obj/machinery/atmospherics/omni/filter{ + power_rating = 15000; + tag_east = 4; + tag_north = 1; + tag_south = 2; + tag_west = 3 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vE" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (SOUTHWEST)"; icon_state = "intact"; dir = 10 }, /turf/simulated/floor/tiled, /area/outpost/engineering/atmospherics) -"wf" = ( -/turf/simulated/wall/r_wall, +"vF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, /area/outpost/engineering/atmospherics) -"wg" = ( +"vG" = ( +/turf/template_noop, +/area/shuttle/constructionsite/site) +"vH" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 6 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 4 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "outpost_o2_in"; + name = "O2 Tank Monitor"; + output_tag = "outpost_o2_out"; + sensors = list("outpost_o2_sensor" = "Tank") + }, +/obj/machinery/camera/network/engineering_outpost{ + c_tag = "Engineering Outpost Atmospherics"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 9 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 1441; + input_tag = "outpost_n2_in"; + name = "N2 Tank Monitor"; + output_tag = "outpost_n2_out"; + sensors = list("outpost_n2_sensor" = "Tank") + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'COMPRESSED GAS'."; + name = "COMPRESSED GAS"; + pixel_y = -32 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vQ" = ( +/obj/machinery/atmospherics/omni/filter{ + power_rating = 15000; + tag_east = 5; + tag_north = 1; + tag_south = 2; + tag_west = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vS" = ( /obj/machinery/atmospherics/pipe/simple/visible/blue, /obj/structure/grille, /obj/structure/window/reinforced, @@ -12158,22 +11805,45 @@ /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/atmospherics) -"wh" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (EAST)"; - icon_state = "intact"; +"vT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, /obj/machinery/atmospherics/pipe/simple/visible/red, -/turf/simulated/floor/tiled, +/turf/simulated/floor/plating, /area/outpost/engineering/atmospherics) -"wi" = ( +"vU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 4; + name = "Firelock" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plating, +/area/outpost/engineering/atmospherics) +"vV" = ( /obj/machinery/atmospherics/pipe/simple/visible/blue, /obj/structure/grille, /obj/structure/window/reinforced, @@ -12183,13 +11853,13 @@ /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 4; name = "Firelock" }, /turf/simulated/floor/plating, /area/outpost/engineering/atmospherics) -"wj" = ( +"vW" = ( /obj/structure/cable/yellow{ d1 = 1; d2 = 4; @@ -12201,8 +11871,37 @@ icon_state = "1-8" }, /turf/simulated/floor/airless, -/area/space) -"wk" = ( +/area/template_noop) +"vX" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/empty/phoron, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vY" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/empty/sleeping_agent, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"vZ" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/outpost/engineering/atmospherics) +"wa" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{ + dir = 1; + frequency = 1441; + id_tag = "outpost_o2_out" + }, +/turf/simulated/floor/reinforced/oxygen, +/area/outpost/engineering/atmospherics) +"wb" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 1; frequency = 1441; @@ -12213,15 +11912,7 @@ }, /turf/simulated/floor/reinforced/oxygen, /area/outpost/engineering/atmospherics) -"wl" = ( -/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{ - dir = 1; - frequency = 1441; - id_tag = "outpost_o2_out" - }, -/turf/simulated/floor/reinforced/oxygen, -/area/outpost/engineering/atmospherics) -"wm" = ( +"wc" = ( /obj/machinery/atmospherics/unary/outlet_injector{ dir = 1; frequency = 1441; @@ -12232,7 +11923,7 @@ }, /turf/simulated/floor/reinforced/nitrogen, /area/outpost/engineering/atmospherics) -"wn" = ( +"wd" = ( /obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{ dir = 1; frequency = 1441; @@ -12240,54 +11931,27 @@ }, /turf/simulated/floor/reinforced/nitrogen, /area/outpost/engineering/atmospherics) -"wo" = ( -/turf/simulated/floor/reinforced/oxygen, -/area/outpost/engineering/atmospherics) -"wp" = ( +"we" = ( /obj/machinery/air_sensor{ frequency = 1441; id_tag = "outpost_o2_sensor" }, /turf/simulated/floor/reinforced/oxygen, /area/outpost/engineering/atmospherics) -"wq" = ( -/obj/item/weapon/pickaxe, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wr" = ( +"wf" = ( +/turf/simulated/floor/reinforced/oxygen, +/area/outpost/engineering/atmospherics) +"wg" = ( /turf/simulated/floor/reinforced/nitrogen, /area/outpost/engineering/atmospherics) -"ws" = ( -/obj/structure/table/standard, -/obj/machinery/microwave, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wt" = ( -/obj/machinery/alarm{ - pixel_y = 22 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wu" = ( +"wh" = ( /obj/machinery/air_sensor{ frequency = 1441; id_tag = "outpost_n2_sensor" }, /turf/simulated/floor/reinforced/nitrogen, /area/outpost/engineering/atmospherics) -"wv" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"ww" = ( -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wx" = ( +"wi" = ( /obj/structure/grille, /obj/structure/lattice, /obj/structure/sign/securearea{ @@ -12295,13 +11959,9 @@ name = "KEEP CLEAR: DOCKING AREA"; pixel_y = 0 }, -/turf/space, -/area/space) -"wy" = ( -/obj/structure/table/rack, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wz" = ( +/turf/template_noop, +/area/template_noop) +"wj" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -12314,7 +11974,7 @@ }, /turf/simulated/floor/plating, /area/mine/explored) -"wA" = ( +"wk" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -12325,31 +11985,21 @@ }, /turf/simulated/floor/plating, /area/mine/explored) -"wB" = ( +"wl" = ( /obj/machinery/door/airlock/external{ name = "Mining Bridge"; req_access = list(54) }, /turf/simulated/floor/asteroid, /area/mine/explored) -"wC" = ( +"wm" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/mine/explored) -"wD" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/space, -/area/mine/explored) -"wE" = ( +"wn" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -12358,68 +12008,61 @@ }, /turf/simulated/floor/airless, /area/mine/explored) -"wF" = ( +"wo" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ dir = 8 }, -/turf/space, +/obj/machinery/light{ + dir = 1 + }, +/turf/template_noop, /area/mine/explored) -"wG" = ( +"wp" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/template_noop, +/area/mine/explored) +"wq" = ( /obj/structure/lattice, /obj/structure/window/reinforced, /obj/machinery/light{ icon_state = "tube1"; dir = 8 }, -/turf/space, +/turf/template_noop, /area/mine/explored) -"wH" = ( +"wr" = ( /obj/structure/lattice, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/mine/explored) -"wI" = ( -/obj/machinery/door/airlock{ - id_tag = "miningdorm3"; - name = "Room 3" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"wJ" = ( +"ws" = ( /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/window/reinforced, /turf/simulated/floor/airless, /area/mine/explored) -"wK" = ( +"wt" = ( /obj/structure/window/reinforced{ dir = 1 }, /turf/simulated/floor/airless, /area/mine/explored) -"wL" = ( +"wu" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 }, /turf/simulated/floor/airless, /area/mine/explored) -"wM" = ( -/obj/structure/closet/secure_closet/miner, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"wN" = ( +"wv" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced, @@ -12431,7 +12074,7 @@ }, /turf/simulated/floor/plating, /area/mine/explored) -"wO" = ( +"ww" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ dir = 1 @@ -12439,9 +12082,9 @@ /obj/structure/window/reinforced{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/mine/explored) -"wP" = ( +"wx" = ( /obj/structure/lattice, /obj/structure/lattice, /obj/structure/window/reinforced{ @@ -12450,16 +12093,60 @@ /obj/structure/window/reinforced{ dir = 1 }, -/turf/space, +/turf/template_noop, /area/mine/explored) -"wQ" = ( +"wy" = ( +/turf/simulated/floor/airless{ + icon_state = "asteroidplating" + }, +/area/mine/explored) +"wz" = ( +/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris, +/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris, +/turf/simulated/floor/airless{ + icon_state = "asteroidplating" + }, +/area/mine/explored) +"wA" = ( +/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/libertycap, +/turf/simulated/floor/airless{ + icon_state = "asteroidplating" + }, +/area/mine/explored) +"wB" = ( +/turf/simulated/wall, +/area/outpost/mining_main/dorms) +"wC" = ( +/obj/item/clothing/under/rank/miner, +/obj/effect/decal/remains/human, +/turf/simulated/floor/airless{ + icon_state = "asteroidplating" + }, +/area/mine/explored) +"wD" = ( /obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"wR" = ( +"wE" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet/brown, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/outpost/mining_main/dorms) +"wF" = ( /obj/machinery/light/small{ dir = 4 }, @@ -12472,93 +12159,47 @@ }, /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; icon_state = "carpet_edges"; dir = 5 }, /turf/simulated/floor/carpet, /area/outpost/mining_main/dorms) -"wS" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet/brown, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; - icon_state = "carpet_edges"; - dir = 1 - }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHWEST)"; - icon_state = "carpet_edges"; - dir = 9 - }, -/turf/simulated/floor/carpet, +"wG" = ( +/turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"wT" = ( -/obj/item/weapon/shovel, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wU" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/box/donkpockets, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wV" = ( -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wW" = ( +"wH" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ dir = 4 }, /obj/machinery/light, -/turf/space, +/turf/template_noop, /area/mine/explored) -"wX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"wI" = ( +/obj/structure/table/standard, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 8 }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + icon_state = "carpet_edges"; + dir = 10 }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"wZ" = ( +/turf/simulated/floor/carpet, +/area/outpost/mining_main/dorms) +"wJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, @@ -12566,47 +12207,60 @@ dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHEAST)"; icon_state = "carpet_edges"; dir = 6 }, /turf/simulated/floor/carpet, /area/outpost/mining_main/dorms) -"xa" = ( -/obj/structure/table/standard, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +"wK" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm1"; + name = "Room 1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (WEST)"; - icon_state = "carpet_edges"; - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/effect/floor_decal/carpet, -/obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (SOUTHWEST)"; - icon_state = "carpet_edges"; +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"wL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, -/turf/simulated/floor/carpet, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"xb" = ( +"wM" = ( /obj/structure/disposalpipe/trunk, /obj/structure/disposaloutlet{ dir = 1 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xc" = ( +"wN" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"wO" = ( +/obj/structure/disposalpipe/segment, +/turf/unsimulated/mask, +/area/mine/unexplored) +"wP" = ( /obj/machinery/light/small{ dir = 4 }, @@ -12619,23 +12273,25 @@ }, /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; icon_state = "carpet_edges"; dir = 5 }, /turf/simulated/floor/carpet, /area/outpost/mining_main/dorms) -"xd" = ( +"wQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"wR" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -12646,15 +12302,37 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/dorms) -"xe" = ( +"wS" = ( /turf/simulated/floor/asteroid, /area/outpost/mining_west) -"xf" = ( +"wT" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm2"; + name = "Room 2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"wU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"wV" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -12662,38 +12340,40 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/dorms) -"xg" = ( +"wW" = ( /obj/structure/window/reinforced{ dir = 8 }, /obj/machinery/mech_recharger, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/outpost/mining_west) -"xh" = ( +"wX" = ( +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/outpost/mining_west) +"wY" = ( /obj/structure/window/reinforced{ dir = 4 }, /obj/machinery/mech_recharger, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/outpost/mining_west) -"xi" = ( -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/outpost/mining_west) -"xj" = ( +"wZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/deathsposal, +/turf/simulated/wall, +/area/outpost/mining_main/dorms) +"xa" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -12702,12 +12382,12 @@ dir = 4 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/dorms) -"xk" = ( +"xb" = ( /obj/machinery/light{ dir = 1 }, @@ -12716,79 +12396,50 @@ /obj/item/weapon/crowbar, /obj/structure/table/steel_reinforced, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTHWEST)"; icon_state = "warning_dust"; dir = 9 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xl" = ( +"xc" = ( /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTH)"; icon_state = "warning_dust"; dir = 1 }, /obj/machinery/mech_recharger, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xm" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 +"xd" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 1 }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"xn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 +/obj/machinery/mining/drill, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"xo" = ( +/area/mine/explored) +"xe" = ( /obj/machinery/light{ dir = 1 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTHEAST)"; icon_state = "warning_dust"; dir = 5 }, /obj/machinery/mining/drill, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xp" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/space/void/mining, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/void/mining, -/obj/item/weapon/mining_scanner, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"xq" = ( -/obj/machinery/suit_cycler/mining, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"xr" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, +"xf" = ( +/turf/simulated/wall, /area/outpost/mining_west) -"xs" = ( +"xg" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -12797,12 +12448,23 @@ /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_west) -"xt" = ( +"xh" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_west) +"xi" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -12811,41 +12473,12 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_west) -"xu" = ( -/obj/item/weapon/storage/backpack/satchel, -/obj/item/clothing/glasses/meson, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"xv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"xw" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"xx" = ( -/obj/machinery/vending/cigarette, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"xy" = ( +"xj" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ dir = 1 @@ -12853,12 +12486,17 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"xz" = ( +"xk" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/corner/red/diagonal, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"xl" = ( /obj/machinery/vending/snack, /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"xA" = ( +"xm" = ( /obj/machinery/light/small{ dir = 4 }, @@ -12871,23 +12509,23 @@ }, /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (EAST)"; icon_state = "carpet_edges"; dir = 4 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTH)"; icon_state = "carpet_edges"; dir = 1 }, /obj/effect/floor_decal/carpet{ - tag = "icon-carpet_edges (NORTHEAST)"; icon_state = "carpet_edges"; dir = 5 }, /turf/simulated/floor/carpet, /area/outpost/mining_main/dorms) -"xB" = ( +"xn" = ( +/turf/simulated/wall, +/area/outpost/mining_main/west_hall) +"xo" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -12896,23 +12534,23 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/west_hall) -"xC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" +"xp" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"xD" = ( -/turf/simulated/wall, -/area/outpost/mining_main/dorms) -"xE" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/west_hall) +"xq" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -12921,30 +12559,12 @@ dir = 4 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/west_hall) -"xF" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/west_hall) -"xG" = ( -/obj/machinery/atmospherics/binary/pump/on{ - dir = 4; - target_pressure = 200 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"xH" = ( +"xr" = ( /obj/item/weapon/cell/high{ charge = 100; maxcharge = 15000 @@ -12955,34 +12575,30 @@ }, /obj/structure/table/steel_reinforced, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (WEST)"; icon_state = "warning_dust"; dir = 8 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xI" = ( +"xs" = ( /obj/machinery/mining/brace, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xJ" = ( +"xt" = ( /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; icon_state = "warning_dust"; dir = 4 }, +/obj/machinery/mining/brace, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xK" = ( +"xu" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ d1 = 1; @@ -12996,11 +12612,10 @@ dir = 5 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xL" = ( +"xv" = ( /obj/structure/cable{ d1 = 4; d2 = 8; @@ -13014,39 +12629,35 @@ dir = 4 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTH)"; - icon_state = "warning_dust"; - dir = 1 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"xM" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTHWEST)"; icon_state = "warning_dust"; dir = 9 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xN" = ( +"xw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 1 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"xx" = ( /obj/structure/cable{ d1 = 2; d2 = 8; @@ -13059,25 +12670,30 @@ dir = 10 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTHEAST)"; icon_state = "warning_dust"; dir = 5 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"xO" = ( -/obj/machinery/recharge_station, -/obj/machinery/status_display{ - layer = 4; - pixel_x = 0; - pixel_y = 32 +"xy" = ( +/obj/item/weapon/pickaxe, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"xz" = ( +/obj/machinery/alarm{ + pixel_y = 22 }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"xP" = ( +"xA" = ( +/obj/structure/table/standard, +/obj/machinery/microwave, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"xB" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -13088,17 +12704,58 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_west) -"xQ" = ( +"xC" = ( +/obj/machinery/recharge_station, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"xD" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"xE" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"xF" = ( +/obj/structure/table/rack, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"xG" = ( /obj/machinery/atmospherics/portables_connector, /obj/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"xR" = ( +"xH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_west) +"xI" = ( /obj/machinery/light/small{ dir = 1 }, @@ -13112,58 +12769,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"xS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_west) -"xT" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_west) -"xU" = ( -/obj/machinery/alarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"xV" = ( +"xJ" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 2; frequency = 1379; @@ -13176,26 +12782,24 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"xW" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +"xK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ dir = 1 }, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 8; - icon_state = "2-8" +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"xX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/sign/deathsposal, -/turf/simulated/wall, -/area/outpost/mining_main/dorms) -"xY" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_west) +"xL" = ( /obj/structure/table/standard, /obj/machinery/microwave{ pixel_y = 6 @@ -13203,34 +12807,11 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"xZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, +"xM" = ( +/obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"ya" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"yb" = ( -/turf/simulated/wall, -/area/outpost/mining_west) -"yc" = ( +"xN" = ( /obj/machinery/status_display{ layer = 4; pixel_x = 0; @@ -13239,16 +12820,26 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"yd" = ( +"xO" = ( +/obj/structure/bed/chair, /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"ye" = ( +"xP" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"yf" = ( +"xQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/floor_decal/corner/red/diagonal, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"xR" = ( +/obj/machinery/door/airlock{ + id_tag = "miningdorm3"; + name = "Room 3" + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -13257,58 +12848,27 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"yg" = ( -/obj/machinery/camera/network/mining{ - c_tag = "Mining Outpost Storage Room"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"yh" = ( -/obj/structure/bed/chair, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"yi" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"yj" = ( -/turf/simulated/wall, -/area/outpost/mining_main/west_hall) -"yk" = ( +"xS" = ( /obj/structure/ore_box, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"yl" = ( +"xT" = ( /obj/machinery/recharge_station, /obj/machinery/light/small{ dir = 1 }, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"ym" = ( +"xU" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"xV" = ( /obj/structure/closet/secure_closet/miner, /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"yn" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/structure/table/rack, -/obj/item/weapon/rig/industrial/equipped, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"yo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"yp" = ( +"xW" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -13319,86 +12879,47 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/west_hall) -"yq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"yr" = ( -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"ys" = ( -/obj/machinery/light_switch{ - pixel_x = 25; - pixel_y = -9 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/status_display{ - layer = 4; - pixel_x = 32; - pixel_y = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"yt" = ( +"xX" = ( /obj/machinery/cell_charger, /obj/structure/table/steel_reinforced, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (SOUTHWEST)"; icon_state = "warning_dust"; dir = 10 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"yu" = ( -/obj/item/weapon/storage/toolbox/mechanical, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"yv" = ( -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTH)"; - icon_state = "warning_dust"; - dir = 1 - }, -/obj/machinery/mining/drill, +"xY" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/mining/brace, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"yw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"xZ" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 6 }, -/obj/structure/window/reinforced{ - dir = 1 +/obj/machinery/mining/brace, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, +/area/mine/explored) +"ya" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, /area/outpost/mining_main/eva) -"yx" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"yy" = ( +"yb" = ( +/turf/simulated/wall, +/area/outpost/mining_main/eva) +"yc" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -13407,12 +12928,26 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/eva) -"yz" = ( +"yd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/eva) +"ye" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -13421,25 +12956,27 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; icon_state = "warning_dust"; dir = 4 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"yA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, +"yf" = ( +/obj/item/weapon/shovel, +/obj/structure/table/steel, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"yB" = ( +"yg" = ( +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yh" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/donkpockets, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yi" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -13448,12 +12985,68 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_west) -"yC" = ( +"yj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"ym" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yn" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -13477,81 +13070,8 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"yD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"yE" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"yF" = ( -/obj/machinery/alarm{ - pixel_y = 24 - }, -/obj/item/weapon/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/stack/flag/yellow, -/obj/item/stack/flag/red, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"yG" = ( -/obj/item/weapon/storage/belt/utility, -/obj/item/weapon/pickaxe, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"yH" = ( -/obj/item/weapon/storage/backpack/satchel, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/table/steel, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"yI" = ( -/obj/machinery/door/firedoor/border_only{ +"yo" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/external{ @@ -13578,26 +13098,47 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"yJ" = ( +"yp" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map" + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"yK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 4 }, /turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"yL" = ( -/obj/machinery/door/firedoor/border_only{ +/area/outpost/mining_west) +"yr" = ( +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/external{ @@ -13622,55 +13163,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"yM" = ( -/obj/structure/dispenser/oxygen, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"yN" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map"; - tag = "icon-manifold-f (EAST)" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"yO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"yP" = ( +"ys" = ( /obj/machinery/access_button{ command = "cycle_exterior"; frequency = 1379; @@ -13692,34 +13185,47 @@ pixel_x = 0 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"yQ" = ( +"yt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"yu" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 4 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"yv" = ( /obj/structure/table/standard, /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"yR" = ( +"yw" = ( /obj/structure/bed/chair{ dir = 4 }, /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"yS" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"yT" = ( -/turf/simulated/wall, -/area/outpost/mining_main/eva) -"yU" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/wall, -/area/outpost/mining_main/eva) -"yV" = ( +"yx" = ( /obj/structure/bed/chair{ dir = 8 }, @@ -13727,7 +13233,7 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"yW" = ( +"yy" = ( /obj/machinery/light{ dir = 4 }, @@ -13735,7 +13241,23 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"yX" = ( +"yz" = ( +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"yA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"yB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"yC" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -13743,12 +13265,44 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/west_hall) -"yY" = ( +"yD" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/space/void/mining, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/mining, +/obj/item/weapon/mining_scanner, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"yE" = ( +/obj/machinery/suit_cycler/mining, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"yF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + 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/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 4 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"yG" = ( /obj/machinery/light, /obj/structure/cable{ d1 = 4; @@ -13763,43 +13317,38 @@ dir = 4 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTHWEST)"; icon_state = "warning_dust"; dir = 9 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"yZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" +"yH" = ( +/obj/item/weapon/storage/backpack/satchel, +/obj/item/clothing/glasses/meson, +/obj/machinery/light/small{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; - icon_state = "warning_dust"; - dir = 4 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"za" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/table/steel, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"zb" = ( +"yI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yK" = ( /obj/machinery/door/airlock/glass_mining{ name = "Break Room"; req_access = list(54) @@ -13812,43 +13361,12 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"zc" = ( -/obj/machinery/alarm{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -22 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'MOVING PARTS'."; - name = "\improper MOVING PARTS"; - pixel_y = 32 - }, -/obj/effect/floor_decal/industrial/loading{ - dir = 4 - }, +"yL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"zd" = ( -/obj/machinery/mineral/unloading_machine, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"ze" = ( -/obj/machinery/mineral/input, -/obj/machinery/conveyor{ - backwards = 2; - dir = 2; - forwards = 1; - id = "mining_west" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"zf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"zg" = ( +"yM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -13862,18 +13380,24 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"zh" = ( +"yN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"yP" = ( /obj/machinery/atmospherics/portables_connector{ dir = 1 }, /obj/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"zi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"zj" = ( +"yQ" = ( /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ tag_airpump = "mining_west_outpost_pump"; tag_exterior_door = "mining_west_outpost_outer"; @@ -13891,82 +13415,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"zk" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/camera/network/mining{ - c_tag = "Mining Outpost West - Airlock"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_west) -"zl" = ( -/obj/structure/sink{ - pixel_y = 30 - }, -/obj/machinery/light/small, -/obj/structure/mirror{ - pixel_y = -32 - }, -/turf/simulated/floor/tiled/freezer, -/area/outpost/mining_main/west_hall) -"zm" = ( -/obj/structure/toilet{ - dir = 4 - }, -/turf/simulated/floor/tiled/freezer, -/area/outpost/mining_main/west_hall) -"zn" = ( -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"zo" = ( -/obj/machinery/door/airlock{ - name = "Toilet" - }, -/turf/simulated/floor/tiled/freezer, -/area/outpost/mining_main/west_hall) -"zp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"zq" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/blue{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"zr" = ( -/obj/machinery/alarm{ - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"zs" = ( +"yR" = ( /obj/structure/ore_box, /obj/machinery/airlock_sensor{ frequency = 1379; @@ -13985,7 +13434,34 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"zt" = ( +"yS" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/camera/network/mining{ + c_tag = "Mining Outpost West - Airlock"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_west) +"yT" = ( +/obj/structure/ore_box, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"yU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ @@ -13994,37 +13470,16 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"zu" = ( -/obj/structure/ore_box, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"zv" = ( +"yV" = ( /obj/structure/table/standard, /obj/item/weapon/storage/box/donkpockets, /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"zw" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/camera/network/mining{ - c_tag = "Mining Outpost Crew Area"; - dir = 1 - }, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"zx" = ( +"yW" = ( /obj/structure/cable/blue{ d2 = 4; icon_state = "0-4" @@ -14037,20 +13492,20 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"zy" = ( -/obj/item/weapon/cigbutt, +"yX" = ( /obj/structure/cable/blue{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 +/obj/machinery/camera/network/mining{ + c_tag = "Mining Outpost Crew Area"; + dir = 1 }, /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"zz" = ( +"yY" = ( /obj/item/device/radio/intercom{ name = "Station Intercom (General)"; pixel_y = -29 @@ -14063,31 +13518,20 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"zA" = ( +"yZ" = ( +/obj/item/weapon/cigbutt, /obj/structure/cable/blue{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 }, +/obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"zB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"zC" = ( +/area/outpost/mining_main/dorms) +"za" = ( /obj/structure/cable/blue{ d1 = 4; d2 = 8; @@ -14102,24 +13546,11 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/outpost/mining_main/dorms) -"zD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 +"zb" = ( +/obj/machinery/alarm{ + pixel_y = 24 }, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"zE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/glass_mining{ - name = "Mining Station EVA"; - req_access = list(54) - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/structure/cable/blue{ @@ -14127,29 +13558,81 @@ d2 = 8; icon_state = "4-8" }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"zF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"zG" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "mining_east_airlock"; - name = "interior access button"; - pixel_x = 25; - pixel_y = 25 +/area/outpost/mining_main/dorms) +"zc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden{ +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"zH" = ( +/area/outpost/mining_main/dorms) +"zd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"ze" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"zf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"zg" = ( +/obj/machinery/camera/network/mining{ + c_tag = "Mining Outpost Storage Room"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"zh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"zi" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/obj/structure/table/rack, +/obj/item/weapon/rig/industrial/equipped, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"zj" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 8 @@ -14158,26 +13641,15 @@ dir = 4 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/west_hall) -"zI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, +"zk" = ( +/turf/simulated/wall, /area/outpost/mining_main/east_hall) -"zJ" = ( +"zl" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -14186,12 +13658,26 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/east_hall) -"zK" = ( +"zm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/east_hall) +"zn" = ( /obj/machinery/alarm{ dir = 4; pixel_x = -23; @@ -14207,7 +13693,31 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/eva) -"zL" = ( +"zo" = ( +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"zp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"zq" = ( +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = -9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 32; + pixel_y = 10 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"zr" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -14216,26 +13726,747 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; icon_state = "warning_dust"; dir = 4 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"zM" = ( +"zs" = ( +/obj/item/weapon/storage/toolbox/mechanical, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, /turf/simulated/floor/tiled, /area/outpost/mining_west) -"zN" = ( +"zv" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/outpost/mining_west) +"zw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zx" = ( +/obj/machinery/conveyor_switch{ + id = "mining_west"; + pixel_x = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/dorms) +"zz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/dorms) +"zA" = ( +/obj/machinery/door/airlock/glass{ + name = "Crew Area"; + req_access = list(48) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/dorms) +"zB" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Station Storage"; + req_access = list(48) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"zC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/west_hall) +"zD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/west_hall) +"zE" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/east_hall) +"zF" = ( +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/stack/flag/yellow, +/obj/item/stack/flag/red, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"zG" = ( +/obj/item/weapon/storage/backpack/satchel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"zH" = ( +/obj/item/weapon/storage/belt/utility, +/obj/item/weapon/pickaxe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"zI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/eva) +"zJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"zK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"zL" = ( +/obj/structure/dispenser/oxygen, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"zM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/eva) +"zN" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 2; + frequency = 1379; + id_tag = "mining_east_pump" + }, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) "zO" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 2; + frequency = 1379; + id_tag = "mining_east_pump" + }, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"zP" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/eva) +"zQ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zR" = ( +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zS" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zU" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/camera/network/mining{ + c_tag = "Mining Outpost West"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zV" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + target_pressure = 200 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zX" = ( +/obj/machinery/alarm{ + dir = 1; + icon_state = "alarm0"; + pixel_y = -22 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'MOVING PARTS'."; + name = "\improper MOVING PARTS"; + pixel_y = 32 + }, +/obj/effect/floor_decal/industrial/loading{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zY" = ( +/obj/machinery/mineral/input, +/obj/machinery/conveyor{ + backwards = 2; + dir = 2; + forwards = 1; + id = "mining_west" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"zZ" = ( +/obj/machinery/mineral/unloading_machine, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"Aa" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "mining_west" + }, +/obj/machinery/mineral/output, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"Ab" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"Ac" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_west) +"Ad" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"Ae" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/outpost/mining_main/west_hall) +"Af" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/machinery/light/small, +/obj/structure/mirror{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/freezer, +/area/outpost/mining_main/west_hall) +"Ag" = ( +/obj/machinery/door/airlock{ + name = "Toilet" + }, +/turf/simulated/floor/tiled/freezer, +/area/outpost/mining_main/west_hall) +"Ah" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Ai" = ( +/obj/machinery/alarm{ + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Aj" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/blue{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Ak" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Al" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Am" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + target_pressure = 200 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"An" = ( +/obj/machinery/camera/network/mining{ + c_tag = "Mining Outpost Crew Area Hallway" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Ao" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Ap" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Aq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/west_hall) +"Ar" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"As" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/east_hall) +"At" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/east_hall) +"Au" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Av" = ( +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Aw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Ax" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Ay" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/glass_mining{ + name = "Mining Station EVA"; + req_access = list(54) + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"Az" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"AA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"AB" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "mining_east_airlock"; + name = "interior access button"; + pixel_x = 25; + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"AC" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "mining_east_inner"; + locked = 1; + name = "Mining External Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"AD" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"AE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"AF" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "mining_east_outer"; + locked = 1; + name = "Mining External Access"; + req_access = list(10,13) + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) +"AG" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "mining_east_airlock"; + name = "exterior access button"; + pixel_x = -25; + pixel_y = -25 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 4 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"AH" = ( +/obj/machinery/conveyor{ + backwards = 2; + dir = 2; + forwards = 1; + id = "mining_west" + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/tiled, +/area/outpost/mining_west) +"AI" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"AJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/blue{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"AK" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/structure/cable/blue{ d1 = 4; @@ -14250,21 +14481,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"zP" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable/blue{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"zQ" = ( +"AL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -14278,7 +14495,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"zR" = ( +"AM" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -14302,30 +14519,65 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"zS" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"AN" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"AO" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"AP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"zT" = ( -/obj/machinery/conveyor_switch{ - id = "mining_west"; - pixel_x = 5 +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5; + icon_state = "intact" }, -/obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled, -/area/outpost/mining_west) -"zU" = ( +/area/outpost/mining_main/west_hall) +"AQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"AR" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 9; - icon_state = "intact"; - tag = "icon-intact-f (NORTHWEST)" + icon_state = "intact" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -14340,49 +14592,43 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"zV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/dorms) -"zW" = ( -/obj/machinery/door/airlock/glass{ - name = "Crew Area"; - req_access = list(48) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/dorms) -"zX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +"AS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1 +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/dorms) -"zY" = ( +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"AT" = ( +/obj/machinery/door/airlock/glass_mining{ + name = "Mining Station Bridge"; + req_access = list(48) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"AU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -14399,7 +14645,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"zZ" = ( +"AV" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -14417,7 +14663,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"Aa" = ( +"AW" = ( /obj/structure/window/reinforced{ dir = 1 }, @@ -14436,579 +14682,25 @@ /obj/machinery/light, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"Ab" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Ac" = ( -/obj/machinery/door/airlock/mining{ - name = "Mining Station Storage"; - req_access = list(48) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"Ad" = ( -/turf/simulated/wall, -/area/outpost/mining_main/east_hall) -"Ae" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/west_hall) -"Af" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/west_hall) -"Ag" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/east_hall) -"Ah" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Ai" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/eva) -"Aj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/eva) -"Ak" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 2; - frequency = 1379; - id_tag = "mining_east_pump" - }, -/obj/structure/closet/walllocker/emerglocker/north, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"Al" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 2; - frequency = 1379; - id_tag = "mining_east_pump" - }, -/obj/structure/sign/vacuum{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"Am" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/eva) -"An" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable/blue, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"Ao" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"Ap" = ( -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"Aq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"Ar" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "south bump"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/camera/network/mining{ - c_tag = "Mining Outpost West"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"As" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"At" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "mining_west" - }, -/obj/machinery/mineral/output, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"Au" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"Av" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_west) -"Aw" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"Ax" = ( -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; - icon_state = "warning_dust"; - dir = 4 - }, -/obj/machinery/mining/brace, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"Ay" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"Az" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"AA" = ( -/obj/machinery/camera/network/mining{ - c_tag = "Mining Outpost Crew Area Hallway" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHWEST)" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"AB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/binary/pump/on{ - dir = 4; - target_pressure = 200 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"AC" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"AD" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/west_hall) -"AE" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"AF" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice, -/turf/space, -/area/space) -"AG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/east_hall) -"AH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/east_hall) -"AI" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"AJ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "mining_east_inner"; - locked = 1; - name = "Mining External Access" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"AK" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map"; - tag = "icon-manifold-f (EAST)" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"AL" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"AM" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "mining_east_airlock"; - name = "exterior access button"; - pixel_x = -25; - pixel_y = -25 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; - icon_state = "warning_dust"; - dir = 4 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"AN" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "mining_east_outer"; - locked = 1; - name = "Mining External Access"; - req_access = list(10,13) - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/eva) -"AO" = ( -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"AP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"AQ" = ( -/obj/machinery/conveyor{ - backwards = 2; - dir = 2; - forwards = 1; - id = "mining_west" - }, -/obj/structure/plasticflaps/mining, -/turf/simulated/floor/tiled, -/area/outpost/mining_west) -"AR" = ( -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"AS" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"AT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHEAST)" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"AU" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"AV" = ( -/obj/machinery/atmospherics/binary/pump/on{ - dir = 2; - target_pressure = 200 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"AW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) "AX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8; - icon_state = "map"; - tag = "icon-manifold-f (WEST)" +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) "AY" = ( @@ -15028,8 +14720,25 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) +/area/outpost/mining_main/east_hall) "AZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Ba" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -15043,25 +14752,7 @@ }, /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"Ba" = ( -/obj/machinery/door/airlock/glass_mining{ - name = "Mining Station Bridge"; - req_access = list(48) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 8 }, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) @@ -15080,24 +14771,6 @@ /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) "Bc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Bd" = ( /obj/machinery/atmospherics/pipe/simple/hidden, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -15117,7 +14790,7 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"Be" = ( +"Bd" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -15130,27 +14803,22 @@ dir = 8 }, /obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/eva) -"Bf" = ( -/obj/structure/ore_box, -/obj/machinery/airlock_sensor{ - frequency = 1379; - id_tag = "mining_east_sensor"; - pixel_x = 0; - pixel_y = -25 - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 1; - frequency = 1379; - id_tag = "mining_east_pump" +"Be" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -24 }, +/obj/structure/cable/blue, +/obj/machinery/portable_atmospherics/canister/oxygen, /turf/simulated/floor/tiled, /area/outpost/mining_main/eva) -"Bg" = ( +"Bf" = ( /obj/machinery/embedded_controller/radio/airlock/airlock_controller{ tag_airpump = "mining_east_pump"; tag_exterior_door = "mining_east_outer"; @@ -15168,20 +14836,22 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/eva) +"Bg" = ( +/obj/structure/ore_box, +/obj/machinery/airlock_sensor{ + frequency = 1379; + id_tag = "mining_east_sensor"; + pixel_x = 0; + pixel_y = -25 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "mining_east_pump" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/eva) "Bh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"Bi" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -15193,7 +14863,7 @@ dir = 8 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/camera/network/mining{ @@ -15202,23 +14872,19 @@ }, /turf/simulated/floor/plating, /area/outpost/mining_main/eva) +"Bi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) "Bj" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/mining_main/medbay) -"Bk" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/alarm{ - frequency = 1439; - pixel_y = 23 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/mining_main/medbay) -"Bl" = ( /obj/machinery/conveyor_switch{ id = "mining_west"; pixel_y = 10 @@ -15229,49 +14895,40 @@ pixel_y = 32 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (WEST)"; icon_state = "warning_dust"; dir = 8 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"Bm" = ( -/obj/structure/cable/blue{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/mining_main/medbay) -"Bn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/outpost/mining_main/medbay) -"Bo" = ( +"Bk" = ( /obj/machinery/light/small{ dir = 1 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"Bp" = ( +"Bl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Bm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Bn" = ( /obj/structure/cable/blue{ d1 = 1; d2 = 2; @@ -15281,23 +14938,23 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"Bq" = ( +"Bo" = ( /obj/machinery/light, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"Br" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"Bs" = ( +"Bp" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"Bt" = ( +"Bq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Br" = ( /obj/machinery/access_button{ command = "cycle_interior"; frequency = 1379; @@ -15309,7 +14966,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"Bu" = ( +"Bs" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Bt" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -15317,28 +14982,19 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/west_hall) -"Bv" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (SOUTHEAST)"; - icon_state = "warning"; - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"Bw" = ( +"Bu" = ( /obj/structure/window/reinforced{ dir = 1 }, /obj/structure/lattice, -/turf/space, -/area/space) -"Bx" = ( +/turf/template_noop, +/area/template_noop) +"Bv" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -15346,23 +15002,34 @@ /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/east_hall) -"By" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Bz" = ( +"Bw" = ( /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; dir = 10 }, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"BA" = ( +"Bx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"By" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Bz" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -15378,50 +15045,39 @@ }, /obj/effect/floor_decal/industrial/warning/dust, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"BB" = ( +"BA" = ( /obj/machinery/conveyor_switch{ id = "mining_external" }, /obj/effect/floor_decal/industrial/warning/dust, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"BB" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled/airless{ icon_state = "asteroidfloor" }, /area/mine/explored) "BC" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/o2{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/weapon/storage/firstaid/regular, -/turf/simulated/floor/tiled/white, -/area/outpost/mining_main/medbay) -"BD" = ( -/obj/structure/ore_box, -/obj/effect/floor_decal/industrial/warning/dust, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"BE" = ( /obj/structure/ore_box, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (SOUTHEAST)"; icon_state = "warning_dust"; dir = 6 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"BF" = ( +"BD" = ( +/turf/simulated/wall, +/area/outpost/mining_main/medbay) +"BE" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 1 @@ -15433,12 +15089,12 @@ dir = 8 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/medbay) -"BG" = ( +"BF" = ( /obj/machinery/door/airlock/glass_medical{ name = "Infirmary" }, @@ -15451,7 +15107,18 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/outpost/mining_main/medbay) +"BG" = ( +/turf/simulated/wall, +/area/outpost/mining_main/maintenance) "BH" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall, +/area/outpost/mining_main/maintenance) +"BI" = ( /obj/machinery/door/airlock/maintenance{ name = "Mining Station Maintenance"; req_access = list(48) @@ -15465,18 +15132,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) -"BI" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 - }, -/obj/structure/cable/blue{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) "BJ" = ( /obj/structure/grille, /obj/structure/window/reinforced{ @@ -15489,17 +15144,13 @@ dir = 8 }, /obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/west_hall) "BK" = ( -/obj/machinery/mineral/unloading_machine, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"BL" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/door/airlock/external{ @@ -15512,7 +15163,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"BM" = ( +"BL" = ( /obj/structure/grille, /obj/structure/window/reinforced{ dir = 4 @@ -15521,23 +15172,48 @@ /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/west_hall) -"BN" = ( +"BM" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/east_hall) +"BN" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 2; + target_pressure = 200 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) "BO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8; + icon_state = "map" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"BP" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -15547,21 +15223,14 @@ /obj/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"BP" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "mining_internal"; - name = "mining conveyor" - }, -/obj/machinery/light{ +"BQ" = ( +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j2"; dir = 4 }, -/obj/machinery/camera/network/mining{ - c_tag = "Mining Outpost - Shuttle Airlock"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"BQ" = ( +/turf/simulated/wall, +/area/outpost/mining_main/refinery) +"BR" = ( /obj/structure/disposaloutlet{ dir = 4 }, @@ -15570,14 +15239,21 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/refinery) -"BR" = ( +"BS" = ( /obj/machinery/conveyor{ dir = 4; id = "mining_internal" }, /turf/simulated/floor/tiled, /area/outpost/mining_main/refinery) -"BS" = ( +"BT" = ( +/obj/machinery/conveyor{ + dir = 9; + id = "mining_internal" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"BU" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -15591,23 +15267,13 @@ /obj/structure/grille, /turf/simulated/floor/plating, /area/outpost/mining_main/refinery) -"BT" = ( -/obj/machinery/conveyor{ - dir = 9; - id = "mining_internal" +"BV" = ( +/obj/machinery/mineral/unloading_machine{ + icon_state = "unloader-corner" }, /turf/simulated/floor/tiled, /area/outpost/mining_main/refinery) -"BU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"BV" = ( +"BW" = ( /obj/machinery/conveyor{ dir = 4; id = "mining_external" @@ -15615,36 +15281,15 @@ /obj/machinery/mineral/input, /turf/simulated/floor/tiled, /area/outpost/mining_main/refinery) -"BW" = ( -/obj/structure/closet/crate, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) "BX" = ( -/obj/structure/closet/crate, -/obj/structure/noticeboard{ - pixel_y = 27 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"BY" = ( -/obj/machinery/mineral/unloading_machine{ - icon_state = "unloader-corner" +/obj/machinery/conveyor{ + dir = 4; + id = "mining_external" }, +/obj/structure/plasticflaps/mining, /turf/simulated/floor/tiled, /area/outpost/mining_main/refinery) -"BZ" = ( +"BY" = ( /obj/machinery/conveyor{ dir = 4; id = "mining_external" @@ -15657,33 +15302,63 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTH)"; + icon_state = "warning_dust"; + dir = 1 + }, +/turf/simulated/floor/tiled/airless, +/area/mine/explored) +"BZ" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "mining_external" + }, +/obj/effect/floor_decal/industrial/warning/dust{ icon_state = "warning_dust"; dir = 1 }, /turf/simulated/floor/tiled/airless, /area/mine/explored) "Ca" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "mining_external" +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/plasticflaps/mining, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) +/obj/machinery/alarm{ + frequency = 1439; + pixel_y = 23 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/mining_main/medbay) "Cb" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "mining_external" +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (NORTH)"; - icon_state = "warning_dust"; - dir = 1 - }, -/turf/simulated/floor/tiled/airless, -/area/mine/explored) +/turf/simulated/floor/tiled/white, +/area/outpost/mining_main/medbay) "Cc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/mining_main/medbay) +"Cd" = ( +/obj/structure/cable/blue{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/white, +/area/outpost/mining_main/medbay) +"Ce" = ( /obj/structure/cable/blue{ d2 = 4; icon_state = "0-4" @@ -15698,7 +15373,76 @@ }, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) -"Cd" = ( +"Cf" = ( +/obj/structure/cable/blue{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/blue{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/sensor{ + long_range = 1; + name_tag = "Mining Outpost" + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/maintenance) +"Cg" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/maintenance) +"Ch" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/plating, +/area/outpost/mining_main/maintenance) +"Ci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/blue{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/plating, +/area/outpost/mining_main/maintenance) +"Cj" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; frequency = 1379; @@ -15707,7 +15451,11 @@ /obj/structure/closet/walllocker/emerglocker/west, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"Ce" = ( +"Ck" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"Cl" = ( /obj/machinery/light/small{ dir = 4 }, @@ -15734,26 +15482,15 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/west_hall) -"Cf" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"Cg" = ( +"Cm" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; name = "KEEP CLEAR: DOCKING AREA"; pixel_y = 0 }, /turf/simulated/wall, -/area/space) -"Ch" = ( -/obj/machinery/door/window/westright{ - name = "Production Area"; - req_access = list(48) - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Ci" = ( +/area/template_noop) +"Cn" = ( /obj/machinery/status_display{ layer = 4; pixel_x = -32; @@ -15761,12 +15498,23 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 5; - icon_state = "intact"; - tag = "icon-intact-f (NORTHEAST)" + icon_state = "intact" }, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"Cj" = ( +"Co" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Cp" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 }, @@ -15779,27 +15527,10 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"Ck" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Cl" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Cm" = ( +"Cq" = ( +/turf/simulated/wall, +/area/outpost/mining_main/refinery) +"Cr" = ( /obj/machinery/conveyor{ dir = 2; id = "mining_internal" @@ -15807,18 +15538,7 @@ /obj/structure/plasticflaps/mining, /turf/simulated/floor/tiled, /area/outpost/mining_main/refinery) -"Cn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Co" = ( +"Cs" = ( /obj/machinery/conveyor{ dir = 2; id = "mining_internal" @@ -15827,7 +15547,7 @@ /obj/structure/plasticflaps/mining, /turf/simulated/floor/tiled, /area/outpost/mining_main/refinery) -"Cp" = ( +"Ct" = ( /obj/machinery/light{ icon_state = "tube1"; dir = 8 @@ -15841,44 +15561,20 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/asteroid, /area/mine/explored) -"Cq" = ( -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Cr" = ( -/obj/machinery/door/window/westleft{ - name = "Production Area"; - req_access = list(48) - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Cs" = ( -/turf/simulated/floor/tiled/white, -/area/outpost/mining_main/medbay) -"Ct" = ( +"Cu" = ( /obj/machinery/sleeper{ dir = 4 }, /obj/effect/floor_decal/industrial/warning{ - tag = "icon-warning (NORTHEAST)"; icon_state = "warning"; dir = 5 }, /turf/simulated/floor/tiled/white, /area/outpost/mining_main/medbay) -"Cu" = ( -/turf/simulated/wall, -/area/outpost/mining_main/medbay) "Cv" = ( +/turf/simulated/floor/tiled/white, +/area/outpost/mining_main/medbay) +"Cw" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, @@ -15892,491 +15588,16 @@ }, /turf/simulated/floor/tiled/white, /area/outpost/mining_main/medbay) -"Cw" = ( -/obj/structure/ore_box, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1379; - id_tag = "mining_west_pump" - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) "Cx" = ( -/turf/simulated/wall, -/area/outpost/mining_main/maintenance) +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/o2{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/firstaid/regular, +/turf/simulated/floor/tiled/white, +/area/outpost/mining_main/medbay) "Cy" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 32; - pixel_y = 0 - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1379; - id_tag = "mining_west_pump" - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"Cz" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE" - }, -/turf/simulated/wall, -/area/outpost/mining_main/maintenance) -"CA" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"CB" = ( -/turf/space, -/area/shuttle/mining/outpost) -"CC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"CD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"CE" = ( -/obj/structure/closet/crate, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"CF" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/closet/crate, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"CG" = ( -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"CH" = ( -/obj/structure/disposalpipe/junction{ - icon_state = "pipe-j2"; - dir = 4 - }, -/turf/simulated/wall, -/area/outpost/mining_main/refinery) -"CI" = ( -/obj/machinery/mineral/input, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/effect/floor_decal/industrial/loading{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"CJ" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "mining_internal" - }, -/obj/machinery/mineral/output, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"CK" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"CL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"CM" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "mining_internal" - }, -/obj/structure/plasticflaps/mining, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"CN" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"CO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/camera/network/mining{ - c_tag = "Mining Outpost Airlock West"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/west_hall) -"CP" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/obj/machinery/door/airlock/external{ - frequency = 1379; - icon_state = "door_locked"; - id_tag = "mining_west_outer"; - locked = 1; - name = "Mining External Access" - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/west_hall) -"CQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"CR" = ( -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (SOUTHEAST)"; - icon_state = "warning_dust"; - dir = 6 - }, -/obj/machinery/mining/brace, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"CS" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"CT" = ( -/obj/machinery/conveyor{ - dir = 2; - id = "mining_internal" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"CU" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/refinery) -"CV" = ( -/obj/structure/cable/blue{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/maintenance) -"CW" = ( -/obj/structure/cable/blue{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable/blue{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/sensor{ - long_range = 1; - name_tag = "Mining Outpost" - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/maintenance) -"CX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable/blue{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/machinery/portable_atmospherics/powered/pump/filled, -/turf/simulated/floor/plating, -/area/outpost/mining_main/maintenance) -"CY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/blue{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/portable_atmospherics/powered/pump/filled, -/turf/simulated/floor/plating, -/area/outpost/mining_main/maintenance) -"CZ" = ( -/obj/effect/floor_decal/industrial/loading{ - tag = "icon-loadingarea (WEST)"; - icon_state = "loadingarea"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Da" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "mining_west_airlock"; - name = "exterior access button"; - pixel_x = 25; - pixel_y = 25 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"Db" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; - name = "KEEP CLEAR: DOCKING AREA"; - pixel_y = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/east_hall) -"Dc" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; - icon_state = "space"; - layer = 4; - name = "EXTERNAL AIRLOCK"; - pixel_x = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/east_hall) -"Dd" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"De" = ( -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Df" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable/blue{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Dg" = ( -/turf/simulated/wall, -/area/outpost/mining_main/refinery) -"Dh" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Di" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/alarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Dj" = ( -/obj/structure/cable/blue{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Dk" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_x = 0; - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Dl" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/refinery) -"Dm" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (WEST)"; - icon_state = "warning_dust"; - dir = 8 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"Dn" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "mining_outpost_inner"; - locked = 1; - name = "Mining Dock Airlock"; - req_access = list(13) - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled/airless, -/area/outpost/mining_main/east_hall) -"Do" = ( /obj/machinery/power/terminal{ icon_state = "term"; dir = 1 @@ -16399,13 +15620,7 @@ }, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) -"Dp" = ( -/obj/machinery/atmospherics/valve/digital/open{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/maintenance) -"Dq" = ( +"Cz" = ( /obj/structure/cable{ d1 = 2; d2 = 8; @@ -16416,7 +15631,20 @@ }, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) -"Dr" = ( +"CA" = ( +/obj/machinery/atmospherics/valve/digital/open{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/maintenance) +"CB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/outpost/mining_main/maintenance) +"CC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -16428,62 +15656,54 @@ }, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) -"Ds" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/plating, -/area/outpost/mining_main/maintenance) -"Dt" = ( -/obj/machinery/embedded_controller/radio/airlock/docking_port{ - frequency = 1380; - id_tag = "mining_outpost_airlock"; - pixel_x = 0; - pixel_y = 30; - req_one_access = list(13,48); - tag_airpump = "mining_outpost_pump"; - tag_chamber_sensor = "mining_outpost_sensor"; - tag_exterior_door = "mining_outpost_outer"; - tag_interior_door = "mining_outpost_inner" - }, -/obj/machinery/airlock_sensor{ - frequency = 1380; - id_tag = "mining_outpost_sensor"; - pixel_x = 0; - pixel_y = -25 - }, +"CD" = ( +/obj/structure/ore_box, /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4; - frequency = 1380; - id_tag = "mining_outpost_pump" + frequency = 1379; + id_tag = "mining_west_pump" }, -/turf/simulated/floor/tiled/airless, -/area/outpost/mining_main/east_hall) -"Du" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"CE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"CF" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 32; + pixel_y = 0 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1379; + id_tag = "mining_west_pump" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/west_hall) +"CG" = ( +/turf/template_noop, +/area/shuttle/mining/outpost) +"CH" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable/blue{ + d2 = 4; + icon_state = "0-4" }, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"Dv" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1380; - master_tag = "mining_outpost_airlock"; - name = "interior access button"; - pixel_x = -30; - pixel_y = -25; - req_one_access = list(13,48) - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10; - icon_state = "intact"; - tag = "icon-intact-f (SOUTHWEST)" - }, -/turf/simulated/floor/tiled/airless, -/area/outpost/mining_main/east_hall) -"Dw" = ( +"CI" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/blue{ @@ -16491,49 +15711,45 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Dx" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Dy" = ( /obj/structure/cable/blue{ d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/camera/network/mining{ - c_tag = "Mining Outpost Production Room"; - dir = 8 + d2 = 8; + icon_state = "1-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Dz" = ( +/area/outpost/mining_main/east_hall) +"CJ" = ( /obj/machinery/mineral/input, -/obj/effect/floor_decal/industrial/loading, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"DA" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, -/turf/simulated/floor/plating, +/obj/effect/floor_decal/industrial/loading{ + dir = 4 + }, +/turf/simulated/floor/tiled, /area/outpost/mining_main/refinery) -"DB" = ( +"CK" = ( +/obj/machinery/mineral/unloading_machine, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"CL" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "mining_internal" + }, +/obj/machinery/mineral/output, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"CM" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "mining_internal" + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"CN" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -16541,35 +15757,16 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (SOUTHWEST)"; - icon_state = "warning_dust"; - dir = 10 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, +/turf/simulated/floor/asteroid, /area/mine/explored) -"DC" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"DD" = ( +"CO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) -"DE" = ( +"CP" = ( /obj/structure/cable{ d1 = 1; d2 = 2; @@ -16580,90 +15777,103 @@ }, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) -"DF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plating, -/area/outpost/mining_main/maintenance) -"DG" = ( +"CQ" = ( /obj/machinery/atmospherics/pipe/simple/visible/universal{ dir = 4 }, /obj/machinery/portable_atmospherics/canister/air, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) -"DH" = ( +"CR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/plating, +/area/outpost/mining_main/maintenance) +"CS" = ( +/obj/structure/grille, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/camera/network/mining{ + c_tag = "Mining Outpost Airlock West"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/west_hall) +"CT" = ( +/obj/machinery/door/firedoor{ + dir = 2 + }, +/obj/machinery/door/airlock/external{ + frequency = 1379; + icon_state = "door_locked"; + id_tag = "mining_west_outer"; + locked = 1; + name = "Mining External Access" + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/west_hall) +"CU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/blue{ d1 = 1; - d2 = 8; - icon_state = "1-8" + d2 = 2; + icon_state = "1-2" }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"DI" = ( -/obj/machinery/mineral/processing_unit, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"DJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"DK" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/asteroid, -/area/mine/explored) -"DL" = ( -/obj/structure/lattice, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "mining_outpost_airlock"; - name = "exterior access button"; - pixel_x = -8; - pixel_y = 25; - req_one_access = list(13,48) - }, -/turf/space, -/area/space) -"DM" = ( -/obj/machinery/computer/shuttle_control/mining, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"DN" = ( +"CV" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "mining_internal"; + name = "mining conveyor" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera/network/mining{ + c_tag = "Mining Outpost - Shuttle Airlock"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"CW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/refinery) +"CX" = ( +/obj/machinery/conveyor{ + dir = 2; + id = "mining_internal" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"CY" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -16684,7 +15894,7 @@ }, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) -"DO" = ( +"CZ" = ( /obj/structure/grille, /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -16711,7 +15921,500 @@ }, /turf/simulated/floor/plating, /area/outpost/mining_main/maintenance) +"Da" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "mining_west_airlock"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = 25 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"Db" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"Dc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA"; + pixel_y = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/east_hall) +"Dd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_x = 0 + }, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/east_hall) +"De" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Df" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Dg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Dh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Di" = ( +/obj/structure/noticeboard{ + pixel_y = 27 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/mineral/rigpress, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Dj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Dk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/alarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Dl" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Dm" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Dn" = ( +/obj/structure/cable/blue{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Do" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/refinery) +"Dp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 8 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"Dq" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "mining_outpost_outer"; + locked = 1; + name = "Mining Dock Airlock"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/east_hall) +"Dr" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "mining_outpost_airlock"; + pixel_x = 0; + pixel_y = 30; + req_one_access = list(13,48); + tag_airpump = "mining_outpost_pump"; + tag_chamber_sensor = "mining_outpost_sensor"; + tag_exterior_door = "mining_outpost_outer"; + tag_interior_door = "mining_outpost_inner" + }, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "mining_outpost_sensor"; + pixel_x = 0; + pixel_y = -25 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "mining_outpost_pump" + }, +/turf/simulated/floor/tiled/airless, +/area/outpost/mining_main/east_hall) +"Ds" = ( +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "mining_outpost_inner"; + locked = 1; + name = "Mining Dock Airlock"; + req_access = list(13) + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/airless, +/area/outpost/mining_main/east_hall) +"Dt" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "mining_outpost_airlock"; + name = "interior access button"; + pixel_x = -30; + pixel_y = -25; + req_one_access = list(13,48) + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/tiled/airless, +/area/outpost/mining_main/east_hall) +"Du" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Dv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Dw" = ( +/obj/machinery/door/window/westright{ + name = "Production Area"; + req_access = list(48) + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Dx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Dy" = ( +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Dz" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/camera/network/mining{ + c_tag = "Mining Outpost Production Room"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"DA" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/refinery) +"DB" = ( +/obj/machinery/mineral/input, +/obj/effect/floor_decal/industrial/loading, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"DC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 10 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"DD" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"DE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/blue{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"DF" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"DG" = ( +/obj/machinery/door/window/westleft{ + name = "Production Area"; + req_access = list(48) + }, +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"DH" = ( +/obj/structure/cable/blue{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"DI" = ( +/obj/structure/cable/blue{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"DJ" = ( +/obj/machinery/mineral/processing_unit_console, +/turf/simulated/wall/r_wall, +/area/outpost/mining_main/refinery) +"DK" = ( +/obj/machinery/mineral/processing_unit, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"DL" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"DM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"DN" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/asteroid, +/area/mine/explored) +"DO" = ( +/obj/structure/lattice, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "mining_outpost_airlock"; + name = "exterior access button"; + pixel_x = -8; + pixel_y = 25; + req_one_access = list(13,48) + }, +/turf/template_noop, +/area/template_noop) "DP" = ( +/obj/machinery/computer/shuttle_control/mining, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"DQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"DR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"DS" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"DT" = ( /obj/machinery/conveyor{ dir = 2; id = "mining_internal" @@ -16719,7 +16422,10 @@ /obj/machinery/mineral/output, /turf/simulated/floor/tiled, /area/outpost/mining_main/refinery) -"DQ" = ( +"DU" = ( +/turf/simulated/wall/r_wall, +/area/outpost/mining_main/east_hall) +"DV" = ( /obj/structure/disposalpipe/segment, /obj/machinery/light{ icon_state = "tube1"; @@ -16738,18 +16444,22 @@ }, /turf/simulated/floor/tiled, /area/outpost/mining_main/east_hall) -"DR" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +"DW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/refinery) -"DS" = ( +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"DX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"DY" = ( /obj/structure/window/reinforced{ dir = 8 }, @@ -16758,12 +16468,23 @@ dir = 1 }, /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/refinery) -"DT" = ( +"DZ" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/refinery) +"Ea" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -16772,12 +16493,16 @@ dir = 1 }, /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ dir = 2 }, /turf/simulated/floor/plating, /area/outpost/mining_main/refinery) -"DU" = ( +"Eb" = ( +/obj/machinery/mineral/stacking_unit_console, +/turf/simulated/wall/r_wall, +/area/outpost/mining_main/refinery) +"Ec" = ( /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -16795,33 +16520,7 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"DV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8"; - pixel_x = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (WEST)"; - icon_state = "warning_dust"; - dir = 8 - }, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"DW" = ( +"Ed" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -16839,7 +16538,31 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"DX" = ( +"Ee" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 8 + }, +/turf/simulated/floor/tiled/airless{ + icon_state = "asteroidfloor" + }, +/area/mine/explored) +"Ef" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -16856,16 +16579,14 @@ dir = 4 }, /obj/effect/floor_decal/industrial/warning/dust{ - tag = "icon-warning_dust (EAST)"; icon_state = "warning_dust"; dir = 4 }, /turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; icon_state = "asteroidfloor" }, /area/mine/explored) -"DY" = ( +"Eg" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -16892,9 +16613,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/space, +/turf/template_noop, /area/mine/explored) -"DZ" = ( +"Eh" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -16910,29 +16631,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/space, -/area/space) -"Ea" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ - dir = 2 - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/east_hall) -"Eb" = ( +/turf/template_noop, +/area/template_noop) +"Ei" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -16947,56 +16648,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 }, -/turf/space, -/area/space) -"Ec" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "mining_internal" - }, -/obj/structure/plasticflaps, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Ed" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "mining_internal" - }, -/obj/machinery/mineral/output, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Ee" = ( -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "mining_outpost_outer"; - locked = 1; - name = "Mining Dock Airlock"; - req_access = list(13) - }, -/turf/simulated/floor/plating, -/area/outpost/mining_main/east_hall) -"Ef" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "mining_internal" - }, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Eh" = ( -/obj/machinery/mineral/stacking_machine, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) -"Ei" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "Ej" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -17012,7 +16665,108 @@ dir = 8 }, /obj/structure/grille, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/door/firedoor{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/outpost/mining_main/east_hall) +"Ek" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"El" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/east_hall) +"Em" = ( +/obj/effect/floor_decal/industrial/loading{ + icon_state = "loadingarea"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"En" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "mining_internal" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Eo" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "mining_internal" + }, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Ep" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "mining_internal" + }, +/obj/machinery/mineral/output, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Eq" = ( +/obj/machinery/mineral/stacking_machine, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Er" = ( +/obj/machinery/conveyor{ + dir = 5; + icon_state = "conveyor0"; + id = "mining_internal" + }, +/obj/machinery/mineral/input, +/turf/simulated/floor/tiled, +/area/outpost/mining_main/refinery) +"Es" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/template_noop, +/area/template_noop) +"Et" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/template_noop, +/area/template_noop) +"Eu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/grille, +/obj/machinery/door/firedoor{ dir = 2 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -17029,21 +16783,7 @@ }, /turf/simulated/floor/plating, /area/mine/explored) -"Ek" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/space, -/area/space) -"El" = ( +"Ev" = ( /obj/structure/cable{ d1 = 1; d2 = 8; @@ -17057,96 +16797,9 @@ }, /turf/simulated/floor/asteroid, /area/mine/explored) -"Em" = ( -/turf/space, +"Ew" = ( +/turf/template_noop, /area/skipjack_station/mining) -"En" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"Eo" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - tag = "icon-intact (SOUTHWEST)"; - icon_state = "intact"; - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/outpost/engineering/atmospherics) -"Ep" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/atmospherics/pipe/simple/visible/red, -/turf/simulated/floor/plating, -/area/outpost/engineering/atmospherics) -"Eq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4; - name = "Firelock" - }, -/obj/machinery/atmospherics/pipe/simple/visible/red, -/turf/simulated/floor/plating, -/area/outpost/engineering/atmospherics) -"Er" = ( -/obj/effect/floor_decal/industrial/warning/dust, -/obj/machinery/mining/brace, -/turf/simulated/floor/tiled/airless{ - tag = "icon-asteroidfloor"; - icon_state = "asteroidfloor" - }, -/area/mine/explored) -"Es" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/mech_recharger, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/west_hall) -"Et" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/mech_recharger, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/east_hall) -"Ey" = ( -/obj/machinery/mineral/processing_unit_console, -/turf/simulated/wall/r_wall, -/area/outpost/mining_main/refinery) -"EI" = ( -/turf/simulated/wall/r_wall, -/area/outpost/mining_main/east_hall) -"EO" = ( -/obj/machinery/mineral/stacking_unit_console, -/turf/simulated/wall/r_wall, -/area/outpost/mining_main/refinery) -"VO" = ( -/obj/machinery/conveyor{ - dir = 5; - icon_state = "conveyor0"; - id = "mining_internal" - }, -/obj/machinery/mineral/input, -/turf/simulated/floor/tiled, -/area/outpost/mining_main/refinery) (1,1,1) = {" aa @@ -20347,20 +20000,20 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -20369,13 +20022,13 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -20600,45 +20253,45 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -20846,58 +20499,58 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -21097,67 +20750,67 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -21351,75 +21004,75 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -21606,79 +21259,79 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -21862,84 +21515,84 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -22117,31 +21770,31 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -22149,16 +21802,16 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -22169,36 +21822,36 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -22372,30 +22025,30 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab @@ -22406,16 +22059,16 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -22426,37 +22079,37 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -22628,51 +22281,51 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -22680,42 +22333,42 @@ ab ab ab ab -nW +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -22884,96 +22537,96 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV aa aa aa @@ -23139,99 +22792,99 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -23395,70 +23048,70 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -23466,30 +23119,30 @@ ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab ab -nW +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -23651,17 +23304,17 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -23669,66 +23322,66 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -23738,16 +23391,16 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -23907,17 +23560,17 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -23925,50 +23578,50 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -23977,15 +23630,15 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -23995,17 +23648,17 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW +nV aa aa aa @@ -24164,68 +23817,68 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab @@ -24234,16 +23887,16 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -24252,18 +23905,18 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW +nV +nV aa aa aa @@ -24420,69 +24073,69 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab @@ -24491,36 +24144,36 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW +nV aa aa aa @@ -24676,43 +24329,43 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -24722,63 +24375,63 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW +nV aa aa aa @@ -24933,43 +24586,43 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -24979,64 +24632,64 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW +nV +nV aa aa aa @@ -25190,44 +24843,44 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -25236,64 +24889,64 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW +nV +nV aa aa aa @@ -25446,112 +25099,112 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW +nV aa aa aa @@ -25703,112 +25356,112 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab ab ab -nW +nV aa aa aa @@ -25960,112 +25613,112 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab -nW +nV aa aa aa @@ -26217,112 +25870,112 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -26473,93 +26126,93 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -26568,19 +26221,19 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -26730,114 +26383,114 @@ aa aa aa aa -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -26987,114 +26640,114 @@ aa aa aa aa -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -27244,43 +26897,43 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -27289,69 +26942,69 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -27501,41 +27154,41 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -27546,69 +27199,69 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV aa aa aa @@ -27758,18 +27411,18 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -27778,21 +27431,21 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -27804,32 +27457,32 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab -nW -nW -nW +nV +nV +nV ab ab ab @@ -27840,32 +27493,32 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV aa aa aa @@ -28015,18 +27668,18 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -28035,58 +27688,58 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab -nW -nW -nW +nV +nV +nV ab ab ab @@ -28096,33 +27749,33 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV aa aa aa @@ -28272,18 +27925,18 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -28291,85 +27944,85 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab -nW -nW -nW +nV +nV +nV ab ab -nW -nW +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -28377,10 +28030,10 @@ ab ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV aa aa aa @@ -28529,103 +28182,103 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -28634,10 +28287,10 @@ ab ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV aa aa aa @@ -28786,89 +28439,89 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -28877,11 +28530,11 @@ ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab @@ -28891,11 +28544,11 @@ ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV aa aa aa @@ -29043,102 +28696,102 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -bd +nV +nV +nV +cU ab ab ab @@ -29147,12 +28800,12 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV aa aa aa @@ -29300,33 +28953,33 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW +nV ab ab ab @@ -29334,78 +28987,78 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -bd -bd -bd -bd +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +cU +cU +cU +cU ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab @@ -29557,28 +29210,28 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -29591,76 +29244,76 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -ac -ac -bd -bd -bd -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +je +je +cU +cU +cU +nV +nV +nV +nV +nV +nV ab ab ab @@ -29814,28 +29467,28 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -29848,44 +29501,44 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW +nV +nV ab ab ab @@ -29893,34 +29546,34 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -ac -ac -ac -ac -ac -bd -nW -nW -nW -nW -nW -bd -bd -bd -bd +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +je +je +je +je +je +cU +nV +nV +nV +nV +nV +cU +cU +cU +cU ab ab ab @@ -30071,29 +29724,29 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -30102,47 +29755,47 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW +nV +nV ab ab ab @@ -30151,36 +29804,36 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -ac -ac -ac -ac -ac -ac -nW -nW -nW -nW -nW -bd -bd -bd -bd -bd -bd -bd +nV +nV +nV +nV +je +je +je +je +je +je +nV +nV +nV +nV +nV +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -30328,79 +29981,79 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW +nV +nV +nV ab ab ab @@ -30408,37 +30061,37 @@ ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV nA -ac +je nA -ac -ac -ac -nW -nW -nW -nW -bd -bd -bd -bd -bd -bd -bd -bd -bd +je +je +je +nV +nV +nV +nV +cU +cU +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -30586,116 +30239,116 @@ aa aa aa aa -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab -nW -nW -nW +nV +nV +nV ab ab -nW -nW +nV +nV ab ab ab -nW -nW -nW +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nC -wB -wN -ac -nW -nW -nW -nW -nW -nW -ac -ac -ac -ac -ac -ac -ac -ac -bd +nV +nV +nV +nV +nB +wl +wv +je +nV +nV +nV +nV +nV +nV +je +je +je +je +je +je +je +je +cU ab ab ab @@ -30843,10 +30496,10 @@ aa aa aa aa -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab @@ -30855,32 +30508,32 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -30889,70 +30542,70 @@ ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -wG -wJ -oy -nW -nW -nW -nW -nW -nW -nW -yb -yb -yb -yb -yb -yb -yb -ac -bd +nV +nV +nV +nV +nV +wq +ws +os +nV +nV +nV +nV +nV +nV +nV +xf +xf +xf +xf +xf +xf +xf +je +cU ab ab ab @@ -31100,9 +30753,9 @@ aa aa aa aa -nW -nW -nW +nV +nV +nV ab ab ab @@ -31114,24 +30767,24 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -31145,71 +30798,71 @@ ab ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV nD -wJ -oy -nW -nW -nW -nW -nW -nW -nW -yb -wq -wT -xu -yu -yS -yb -ac -bd +ws +os +nV +nV +nV +nV +nV +nV +nV +xf +xy +yf +yH +zs +zQ +xf +je +cU ab ab ab @@ -31357,7 +31010,7 @@ aa aa aa aa -nW +nV ab ab ab @@ -31372,23 +31025,23 @@ ab ab ab ab -nW -nW +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -31398,23 +31051,23 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab @@ -31422,51 +31075,51 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV nD -wJ -oy -nW -nW -nW -nW -nW -nW -nW -yb -wt -wV -xw -yx -Ap -yb -ac -bd +ws +os +nV +nV +nV +nV +nV +nV +nV +xf +xz +yg +yI +zt +zR +xf +je +cU ab ab ab @@ -31633,19 +31286,19 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -31655,12 +31308,12 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab @@ -31669,10 +31322,10 @@ ab ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab @@ -31680,50 +31333,50 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV nD -wJ -oy -nW -nW -nW -nW -nW -ac -ac -yb ws -wU -xv -zM -Ao -yb -ac -bd +os +nV +nV +nV +nV +nV +je +je +xf +xA +yh +yJ +zu +zS +xf +je +cU ab ab ab @@ -31870,7 +31523,7 @@ aa aa aa aa -nW +nV ab ab ab @@ -31891,34 +31544,34 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -31926,11 +31579,11 @@ ab ab ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab @@ -31938,49 +31591,49 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV nD -wJ -oy -nW -nW -nW -nW -ac -ac -ac -yb -xP -yB -zb -xP -yB -yb -ac -bd +ws +os +nV +nV +nV +nV +je +je +je +xf +xB +yi +yK +xB +yi +xf +je +cU ab ab ab @@ -32148,35 +31801,35 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -32184,60 +31837,60 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV nD -wJ -oy -nW -nW -nW -nW -ac -ac -ac -yb -xO -yA -za -zN -Aq -yb -ac -bd +ws +os +nV +nV +nV +nV +je +je +je +xf +xC +yj +yL +zv +zT +xf +je +cU ab ab ab @@ -32405,97 +32058,97 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV nD -wJ -wO -wC -wC -wW -wz -wA -ac -ac -xs +ws ww -wY -zg -zS -Ar -yb -ac -bd -bd +wm +wm +wH +wj +wk +je +je +xg +xD +yk +yM +zw +zU +xf +je +cU +cU ab ab ab @@ -32663,96 +32316,96 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab -nW +nV ab ab ab -nW -nW -nW -nW -nW -nW -ac -ac -ac -wz -wA -wC -wC -wH -wK -wE -wE -wE -wE -wB -ac -ac -ac -xr -wv -wX -zf -wV -xG -yb -ac -ac -bd +nV +nV +nV +nV +nV +nV +je +je +je +wj +wk +wm +wm +wr +wt +wn +wn +wn +wn +wl +je +je +je +xh +xE +yl +yN +yg +zV +xf +je +je +cU ab ab ab @@ -32920,96 +32573,96 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV ab ab ab ab ab ab -nW -nW -bd -bd -ac -ac -ac -ac -ac -ac -wB -wE -wE -wE -wL -wP -wF -wF -wF -wz -wA -ac -ac -xt -wy -yD -zi -zT -xC -yb -ac -ac -bd +nV +nV +cU +cU +je +je +je +je +je +je +wl +wn +wn +wn +wu +wx +wp +wp +wp +wj +wk +je +je +xi +xF +ym +yO +zx +zW +xf +je +je +cU ab ab ab @@ -33177,96 +32830,96 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -bd -bd -ac -ac -ac -ac -ac -wz -wA -wD -wF -wF -wF -nf -nW -nW -ac -ac -ac -ac -ac -yb -xQ -yC -zh -yb -zc -yb -ac -ac -bd +nV +nV +nV +cU +cU +je +je +je +je +je +wj +wk +wo +wp +wp +wp +nd +nV +nV +je +je +je +je +je +xf +xG +yn +yP +xf +zX +xf +je +je +cU ab ab ab @@ -33435,95 +33088,95 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -bd -bd -bd -ac -ac -ac -ac -ac -ac -nW -nW -nW -nW -nW -nW -ac -ac -ac -ac -ac -ac -yb -xS -yI -xS -yb -ze -AQ -ac -ac -bd +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +cU +cU +cU +je +je +je +je +je +je +nV +nV +nV +nV +nV +nV +je +je +je +je +je +je +xf +xH +yo +xH +xf +zY +AH +je +je +cU ab ab ab @@ -33693,94 +33346,94 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -bd -bd -bd -bd -ac -ac -bd -bd -nW -nW -nW -nW -nW -nW -bd -bd -bd -ac -xe -xg -yb -xR -yE -zj -yb -zd -yb -Bl -mT -bd +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +cU +cU +cU +cU +je +je +cU +cU +nV +nV +nV +nV +nV +nV +cU +cU +cU +je +wS +wW +xf +xI +yp +yQ +xf +zZ +xf +Bj +mJ +cU ab ab ab @@ -33954,90 +33607,90 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -bd -bd -bd -bd -nW -nW -nW -nW -nW -nW -bd -bd -bd -bd -ac -xe -xi -yb -xV -yN -zs -yb -At -yb -Bo -pX -bd +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +cU +cU +cU +cU +nV +nV +nV +nV +nV +nV +cU +cU +cU +cU +je +wS +wX +xf +xJ +yq +yR +xf +Aa +xf +Bk +pZ +cU ab ab ab @@ -34174,8 +33827,8 @@ aa aa aa aa -af -af +ae +ae ab ab ab @@ -34214,87 +33867,87 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -bd -bd -bd -bd -nW -nW -nW -nW -nW -nW -bd -bd -bd -bd -ac -xe -xh -yb -xT -yL -zk -yb -As -yb -lG -pX -bd +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +cU +cU +cU +cU +nV +nV +nV +nV +nV +nV +cU +cU +cU +cU +je +wS +wY +xf +xK +yr +yS +xf +Ab +xf +lN +pZ +cU ab ab ab @@ -34430,13 +34083,13 @@ aa aa aa aa -af -dm -dm -dm -dm -dm -dm +ae +dq +dq +dq +dq +dq +dq ab ab ab @@ -34472,86 +34125,86 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -bd -bd -nW -nW -nW -nW -nW -nW -nW -nW -bd -bd -bd -bd -ac -ac -ac -ac -vq -yP -zu -yb -Av -yb -lG -pX -bd +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +cU +cU +nV +nV +nV +nV +nV +nV +nV +nV +cU +cU +cU +cU +je +je +je +je +uC +ys +yT +xf +Ac +xf +lN +pZ +cU ab ab ab @@ -34687,13 +34340,13 @@ aa aa aa aa -af -dm -jy -jy -kF -kF -dm +ae +dq +jF +jF +kY +kY +dq ab ab ab @@ -34730,85 +34383,85 @@ ab ab ab ab -nW -nW -nW +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -bd -bd -bd -bd -bd -bd -bd -bd -ac -vq -yO -zt -zt -Au -lG -lG -BD -bd +nV +nV +cU +cU +cU +cU +cU +cU +cU +cU +je +uC +yt +yU +yU +Ad +lN +lN +BB +cU ab ab ab @@ -34944,13 +34597,13 @@ aa aa aa aa -af -dm -jA -fK -fJ -lh -dm +ae +dq +jG +fH +fG +lB +dq ab ab ab @@ -34996,53 +34649,53 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -35050,22 +34703,22 @@ ab ab ab ab -bd -bd -bd -bd -bd -bd -ac -of -xJ -xJ -xJ -qH -xJ -xJ -BE -bd +cU +cU +cU +cU +cU +cU +je +od +yu +yu +yu +qn +yu +yu +BC +cU ab ab ab @@ -35200,14 +34853,14 @@ aa aa aa aa -af +ae ab -dm -jA -fJ -cT -jA -dm +dq +jG +fG +cS +jG +dq ab ab ab @@ -35253,41 +34906,41 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -35295,10 +34948,10 @@ ab ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab @@ -35309,20 +34962,20 @@ ab ab ab ab -bd -bd -bd -bd -bd -bd -bd -bd -ac -pF -ac -ac -bd -bd +cU +cU +cU +cU +cU +cU +cU +cU +je +pH +je +je +cU +cU ab ab ab @@ -35456,15 +35109,15 @@ aa aa aa aa -af -af +ae +ae ab -dm -jB -fK -jA -lq -dm +dq +jH +fH +jG +lC +dq ab ab ab @@ -35511,12 +35164,12 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab @@ -35525,8 +35178,8 @@ ab ab ab ab -nW -nW +nV +nV ab ab ab @@ -35534,15 +35187,15 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV +nV +nV +nV ab ab ab @@ -35571,14 +35224,14 @@ ab ab ab ab -bd -bd -bd -ac -pF -ac -rJ -mR +cU +cU +cU +je +pH +je +ro +kv ab ab ab @@ -35713,20 +35366,20 @@ aa aa aa aa -af -hF -dm -dm -dm -kd -kI -dm -dm -dm -dm -dm -dm -dm +ae +hD +dq +dq +dq +ks +kZ +dq +dq +dq +dq +dq +dq +dq ab ab ab @@ -35769,10 +35422,10 @@ ab ab ab ab -nW -nW -nW -nW +nV +nV +nV +nV ab ab ab @@ -35793,12 +35446,12 @@ ab ab ab ab -nW -nW -nW -nW -nW -nW +nV +nV +nV +nV +nV +nV ab ab ab @@ -35828,15 +35481,15 @@ ab ab ab ab -bd -bd -bd -ac -pF -ac -ac -bd -bd +cU +cU +cU +je +pH +je +je +cU +cU ab ab ab @@ -35969,21 +35622,21 @@ aa aa aa aa -gd -gW -hG +gk +gS +hE fh fh -hF -bG -cT -cT -cw -fK -cw -fK -cw -dm +hD +bD +cS +cS +ct +fH +ct +fH +ct +dq ab ab ab @@ -36028,9 +35681,9 @@ ab ab ab ab -nW -nW -nW +nV +nV +nV ab ab ab @@ -36085,16 +35738,16 @@ ab ab ab ab -bd -bd -bd -ac -pF -ac -ac -bd -bd -bd +cU +cU +cU +je +pH +je +je +cU +cU +cU ab ab ab @@ -36225,22 +35878,22 @@ aa aa aa aa -af -fI -gV -cw -cT -fK -jC -jA -fK -dm -dm -dm -dm -dm -cw -dm +ae +fE +gT +ct +cS +fH +jI +jG +fH +dq +dq +dq +dq +dq +ct +dq ab ab ab @@ -36287,8 +35940,8 @@ ab ab ab ab -nW -nW +nV +nV ab ab ab @@ -36343,16 +35996,16 @@ ab ab ab ab -bd -bd -ac -pF -ac -ac -ac -bd -bd -bd +cU +cU +je +pH +je +je +je +cU +cU +cU ab ab ab @@ -36481,23 +36134,23 @@ aa aa aa aa -af -fI -gf -fd -fd -ix +ae +fE +gl +ff +ff +it jc -hG -fK -jA -mk -cw -cw -cw -dm -fK -dm +hE +fH +jG +lD +ct +ct +ct +dq +fH +dq ab ab ab @@ -36545,8 +36198,8 @@ ab ab ab ab -nW -nW +nV +nV ab ab ab @@ -36600,16 +36253,16 @@ ab ab ab ab -bd -bd -ac -qn -pB +cU +cU +je +qc +pA pG -ac -bd -bd -bd +je +cU +cU +cU ab ab ab @@ -36738,23 +36391,23 @@ aa aa aa aa -fc -fH -fI -gX -gZ fd -fJ -dm -jA -fJ -mj -fJ -fK -fK -dm -cw -dm +fF +fE +gU +gV +ff +fG +dq +jG +fG +lE +fG +fH +fH +dq +ct +dq ab ab ab @@ -36858,16 +36511,16 @@ ab ab ab ab -bd -ac -ac -ac -pF -ac -bd -bd -bd -bd +cU +je +je +je +pH +je +cU +cU +cU +cU ab ab ab @@ -36994,24 +36647,24 @@ aa aa aa aa -af -fg -fg -fd -gZ -fd -fK -fJ -hp -cT -kS -dm -jA -mw -jA -dm -cw -dm +ae +fe +fe +ff +gV +ff +fH +fG +gW +cS +la +dq +jG +mz +jG +dq +ct +dq ab ab ab @@ -37115,16 +36768,16 @@ ab ab ab ab -bd -bd -bd -ac -pF -ac -ac -ac -ac -bd +cU +cU +cU +je +pH +je +je +je +je +cU ab ab ab @@ -37251,24 +36904,24 @@ aa aa aa aa -af -fd -fJ -fd -fd -cT -cT -fK -dm -jA -cT -jA -jA -cT -jA -dm -cw -dm +ae +ff +fG +ff +ff +cS +cS +fH +dq +jG +cS +jG +jG +cS +jG +dq +ct +dq ab ab ab @@ -37372,17 +37025,17 @@ ab ab ab ab -bd -bd -bd -ac -qn -pB -pB +cU +cU +cU +je +qc +pA +pA pG -ac -bd -bd +je +cU +cU ab ab ab @@ -37503,29 +37156,29 @@ aa aa aa aa -cu -cS -dj +cp +cO +cp aa -af -eE -fj -fK -cw -fK -hH -fK -jF -jE -fJ -cT -dm -fK -fK -jA -dm -cw -dm +ae +eL +fg +fH +ct +fH +hF +fH +jd +jJ +fG +cS +dq +fH +fH +jG +dq +ct +dq ab ab ab @@ -37630,16 +37283,16 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -pF -ac -ac -bd +cU +cU +je +je +je +je +pH +je +je +cU ab ab ab @@ -37760,29 +37413,29 @@ aa aa aa aa -dl -cY -dl -af -af -eD +cp +cP +cp +ae +ae +eM fh -fK -gg -fJ -fK -cw -ig -jD -kf -cw -mk -fK -jA -fJ -dm -cw -dm +fH +gm +fG +fH +ct +hH +jK +kt +ct +lD +fH +jG +fG +dq +ct +dq ab ab ab @@ -37887,16 +37540,16 @@ ab ab ab ab -bd -bd -bd -bd -bd -ac -pF -ac -rJ -mR +cU +cU +cU +cU +cU +je +pH +je +ro +kv ab ab ab @@ -38017,29 +37670,29 @@ aa aa aa aa -dl -cY -dl -af -ed -eL +cp +cP +cp +ae +em +eN fh -cT -fK -cw -id -ig -ig +cS +fH +ct +hG +hH +hH +jL +bD +bD +lE +fH +cS jG -bG -bG -mj -fK -cT -jA -dm -fJ -dm +dq +fG +dq ab ab ab @@ -38145,16 +37798,16 @@ ab ab ab ab -bd -bd -bd -bd -ac -pF -ac -ac -bd -bd +cU +cU +cU +cU +je +pH +je +je +cU +cU ab ab ab @@ -38271,34 +37924,34 @@ aa aa aa aa -bo -bM -cl -cv -dT -dk -dE -dW -dm -fl -fM -dm -hp -dm -fl -fM -dm -cw -cw -dm -cT -dm -dm -dm -cw -dm -ah -ah +be +bC +ca +cp +cQ +cp +dM +en +dq +fi +fI +dq +gW +dq +fi +fI +dq +ct +ct +dq +cS +dq +dq +dq +ct +dq +mC +mC ab ab ab @@ -38402,17 +38055,17 @@ ab ab ab ab -bd -bd -bd -bd -ac -qn +cU +cU +cU +cU +je +qc pG -ac -ac -bd -bd +je +je +cU +cU ab ab ab @@ -38528,148 +38181,148 @@ aa aa aa aa -bi -bG -ce -cx +bf +bD +cb +cs +cR +dp +cs +cS +ct +cS +bD +fG +ct +bD +fG +bD +ct +cS +ct +ct +ct +ct +fG +ct +ct +dq +mC +mC +mC +mC +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab cU -dn -cx -cT -cw -cT -bG -fJ -cw -bG -fJ -bG -cw -cT -cw -cw -cw -cw -fJ -cw -cw -dm -ah -ah -ah -ah -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bd -bd -bd -ac -ac -qn +cU +cU +je +je +qc pG -ac -bd -bd +je +cU +cU ab ab ab @@ -38785,36 +38438,36 @@ aa aa aa aa -bh -bF -cd -cw -cT -cw -cT -cw -eP -bG -cw +bg +bE +cc +ct +cS +ct +cS +ct +eO +bD +ct gn -cw -eP -fJ -bG -bG -cw -cT -bG -fJ -cT -dm -dm -dm -dm -ah -ah -ah -ah +ct +eO +fG +bD +bD +ct +cS +bD +fG +cS +dq +dq +dq +dq +mC +mC +mC +mC ab ab ab @@ -38919,15 +38572,15 @@ ab ab ab ab -bd -bd -ac -ac -pF -ac -bd -bd -bd +cU +cU +je +je +pH +je +cU +cU +cU ab ab ab @@ -39043,35 +38696,35 @@ aa aa aa aa -af -cf -bF -cP -dm -dm -dm -dm -dm -fp -dm -dm -dm -dm -dm -id -dm -dm -dm -dm -dm -dm +ae +cd +bE +cT +dq +dq +dq +dq +dq +fj +dq +dq +dq +dq +dq +hG +dq +dq +dq +dq +dq +dq fh -ig -dm -dm -dm -dm -ah +hH +dq +dq +dq +dq +mC ab ab ab @@ -39177,14 +38830,14 @@ ab ab ab ab -bd -ac -ac -pF -ac -bd -bd -bd +cU +je +je +pH +je +cU +cU +cU ab ab ab @@ -39301,34 +38954,34 @@ aa aa aa aa -af -af -af +ae +ae +ae ab ab ab -dm -fp -fp -fp -dm -ig -ig -ig -id -cT -id -eP -lV -nh -ig -cw -cw -lY -cw -cw -oT -oY +dq +fj +fj +fj +dq +hH +hH +hH +hG +cS +hG +eO +mc +mA +hH +ct +ct +mf +ct +ct +oR +oW ab ab ab @@ -39434,14 +39087,14 @@ ab ab ab ab -bd -ac -pc -qG -mT -bd -bd -bd +cU +je +pb +qm +mJ +cU +cU +cU ab ab ab @@ -39560,32 +39213,32 @@ aa aa aa aa -af +ae ab ab ab -dm -fp -fp -gs -dm -fK -fJ -cT -cT -id -cw -id -lX -cw -fK -cw -id -ow -cw -oR -oU -oY +dq +fj +fj +go +dq +fH +fG +cS +cS +hG +ct +hG +md +ct +fH +ct +hG +op +ct +oP +oS +oW ab ab ab @@ -39691,14 +39344,14 @@ ab ab ab ab -bd -ac -of -qH -oA -bd -bd -bd +cU +je +od +qn +ov +cU +cU +cU ab ab ab @@ -39821,28 +39474,28 @@ ab ab ab ab -dm -dm -dm -dm -dm -cw -cT -cw -fK -fJ -fK -id -lW -cw -cw -fK -cw -ov -cw -cw -lY -oY +dq +dq +dq +dq +dq +ct +cS +ct +fH +fG +fH +hG +me +ct +ct +fH +ct +oq +ct +ct +mf +oW ab ab ab @@ -39948,14 +39601,14 @@ ab ab ab ab -bd -ac -ac -pF -ac -bd -bd -bd +cU +je +je +pH +je +cU +cU +cU ab ab ab @@ -40082,24 +39735,24 @@ ab ab ab ab -dm -ii -iy -iy -fJ -fK -cw -id -lY -mx -iy -iy -ii -dm -dm -dm -dm -ah +dq +hI +iu +iu +fG +fH +ct +hG +mf +mB +iu +iu +hI +dq +dq +dq +dq +mC ab ab ab @@ -40205,13 +39858,13 @@ ab ab ab ab -bd -ac -ac -pF -ac -bd -bd +cU +je +je +pH +je +cU +cU ab ab ab @@ -40339,24 +39992,24 @@ ab ab ab ab -dm -dm -dm -dm -dm -dm -dm -dm -dm -dm +dq +dq +dq +dq +dq +dq +dq +dq +dq +dq mY nz -dm -dm -ah -ah -ah -ah +dq +dq +mC +mC +mC +mC ab ab ab @@ -40461,14 +40114,14 @@ ab ab ab ab -bd -bd -ac -qv -qr -ac -bd -bd +cU +cU +je +qe +qf +je +cU +cU ab ab ab @@ -40605,12 +40258,12 @@ ab ab ab ab -ah -ah -ah -ah -ah -ah +mC +mC +mC +mC +mC +mC ab ab ab @@ -40718,14 +40371,14 @@ ab ab ab ab -bd -bd -ac -pF -ac -ac -bd -bd +cU +cU +je +pH +je +je +cU +cU ab ab ab @@ -40975,14 +40628,14 @@ ab ab ab ab -bd -bd -ac -pF -ac -rJ -mR -bd +cU +cU +je +pH +je +ro +kv +cU ab ab ab @@ -41232,13 +40885,13 @@ ab ab ab ab -bd -bd -ac -pF -ac -ac -bd +cU +cU +je +pH +je +je +cU ab ab ab @@ -41487,15 +41140,15 @@ ab ab ab ab -bd -bd -bd -bd -ac -pF -ac -bd -bd +cU +cU +cU +cU +je +pH +je +cU +cU ab ab ab @@ -41743,15 +41396,15 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -pF -ac -bd +cU +cU +je +je +je +je +pH +je +cU ab ab ab @@ -41998,17 +41651,17 @@ ab ab ab ab -bd -bd -bd -ac -ac -qv -pB -pB -qr -ac -bd +cU +cU +cU +je +je +qe +pA +pA +qf +je +cU ab ab ab @@ -42254,18 +41907,18 @@ ab ab ab ab -bd -bd -bd -bd -ac -qv -qr -ac -ac -ac -ac -bd +cU +cU +cU +cU +je +qe +qf +je +je +je +je +cU ab ab ab @@ -42511,18 +42164,18 @@ ab ab ab ab -bd -bd -ac -ac -ac -pF -ac -ac -bd -bd -bd -bd +cU +cU +je +je +je +pH +je +je +cU +cU +cU +cU ab ab ab @@ -42767,16 +42420,16 @@ ab ab ab ab -bd -bd -mR -vS -qv -pB -qr -ac -bd -bd +cU +cU +kv +pX +qe +pA +qf +je +cU +cU ab ab ab @@ -43023,16 +42676,16 @@ ab ab ab ab -bd -bd -bd -bd -ac -pF -ac -ac -ac -bd +cU +cU +cU +cU +je +pH +je +je +je +cU ab ab ab @@ -43279,17 +42932,17 @@ ab ab ab ab -bd -bd -bd -bd -bd -ac -pF -ac -ac -bd -bd +cU +cU +cU +cU +cU +je +pH +je +je +cU +cU ab ab ab @@ -43536,16 +43189,16 @@ ab ab ab ab -bd -bd -bd -bd -bd -ac -pF -ac -ac -bd +cU +cU +cU +cU +cU +je +pH +je +je +cU ab ab ab @@ -43793,16 +43446,16 @@ ab ab ab ab -bd -bd -bd -bd -bd -ac -pF -ac -ac -bd +cU +cU +cU +cU +cU +je +pH +je +je +cU ab ab ab @@ -44050,16 +43703,16 @@ ab ab ab ab -bd -bd -bd -bd -bd -ac -pF -ac -bd -bd +cU +cU +cU +cU +cU +je +pH +je +cU +cU ab ab ab @@ -44307,16 +43960,16 @@ ab ab ab ab -bd -bd -bd -bd -bd -ac -pF -ac -ac -bd +cU +cU +cU +cU +cU +je +pH +je +je +cU ab ab ab @@ -44564,16 +44217,16 @@ ab ab ab ab -bd -bd -bd -bd -bd -ac -pF -ac -ac -bd +cU +cU +cU +cU +cU +je +pH +je +je +cU ab ab ab @@ -44821,18 +44474,18 @@ ab ab ab ab -bd -bd -bd -bd -bd -ac -pF -ac -rJ -mR -bd -bd +cU +cU +cU +cU +cU +je +pH +je +ro +kv +cU +cU ab ab ab @@ -45079,18 +44732,18 @@ ab ab ab ab -bd -bd -bd -bd -pc -qG -mT -ac -bd -bd -bd -bd +cU +cU +cU +cU +pb +qm +mJ +je +cU +cU +cU +cU ab ab ab @@ -45336,18 +44989,18 @@ ab ab ab ab -bd -bd -bd -bd -of -qH -oA -ac -bd -bd -bd -bd +cU +cU +cU +cU +od +qn +ov +je +cU +cU +cU +cU ab ab ab @@ -45593,19 +45246,19 @@ ab ab ab ab -bd -bd -bd -bd -ac -pF -ac -ac -bd -bd -bd -bd -bd +cU +cU +cU +cU +je +pH +je +je +cU +cU +cU +cU +cU ab ab ab @@ -45850,19 +45503,19 @@ ab ab ab ab -bd -bd -bd -bd -ac -pF -ac -ac -bd -bd -bd -bd -bd +cU +cU +cU +cU +je +pH +je +je +cU +cU +cU +cU +cU ab ab ab @@ -46108,18 +45761,18 @@ ab ab ab ab -bd -bd -bd -ac -pF -ac -ac -bd -bd -bd -bd -bd +cU +cU +cU +je +pH +je +je +cU +cU +cU +cU +cU ab ab ab @@ -46365,19 +46018,19 @@ ab ab ab ab -bd -bd -bd -ac -pF -ac -ac -ac -ac -ac -ac -bd -bd +cU +cU +cU +je +pH +je +je +je +je +je +je +cU +cU ab ab ab @@ -46622,19 +46275,19 @@ ab ab ab ab -bd -bd -bd -ac -qn -pB -pB -pB -pB +cU +cU +cU +je +qc +pA +pA +pA +pA pG -ac -bd -bd +je +cU +cU ab ab ab @@ -46879,19 +46532,19 @@ ab ab ab ab -bd -bd -bd -ac -ac -ac -ac -ac -ac -pF -ac -bd -bd +cU +cU +cU +je +je +je +je +je +je +pH +je +cU +cU ab ab ab @@ -47137,18 +46790,18 @@ ab ab ab ab -bd -bd -bd -bd -bd -bd -bd -ac -pF -ac -bd -bd +cU +cU +cU +cU +cU +cU +cU +je +pH +je +cU +cU ab ab ab @@ -47395,17 +47048,17 @@ ab ab ab ab -bd -bd -bd -bd -bd -bd -ac -pF -ac -ac -bd +cU +cU +cU +cU +cU +cU +je +pH +je +je +cU ab ab ab @@ -47652,17 +47305,17 @@ ab ab ab ab -bd -bd -bd -bd -bd -bd -pc -qG -mT -ac -bd +cU +cU +cU +cU +cU +cU +pb +qm +mJ +je +cU ab ab ab @@ -47909,17 +47562,17 @@ ab ab ab ab -bd -bd -bd -bd -bd -bd -of -qH -oA -ac -bd +cU +cU +cU +cU +cU +cU +od +qn +ov +je +cU ab ab ab @@ -48055,17 +47708,17 @@ ab ab ab ab -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -48167,17 +47820,17 @@ ab ab ab ab -bd -bd -bd -bd -bd -ac -pF -ac -ac -bd -bd +cU +cU +cU +cU +cU +je +pH +je +je +cU +cU ab ab ab @@ -48311,19 +47964,19 @@ ab ab ab ab -bd -mR -lw -ag -bd -mQ -mQ -ac -ac -mQ -mQ -bd -bd +cU +kv +lF +ku +cU +mZ +mZ +je +je +mZ +mZ +cU +cU ab ab ab @@ -48426,17 +48079,17 @@ ab ab ab ab -bd -bd -bd -ac -pF -ac -bd -bd -bd -bd -bd +cU +cU +cU +je +pH +je +cU +cU +cU +cU +cU ab ab ab @@ -48567,20 +48220,20 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -mZ -ac -ac -ac -mZ -ac -oV -bd +cU +cU +je +je +je +je +na +je +je +je +na +je +oT +cU ab ab ab @@ -48683,17 +48336,17 @@ ab ab ab ab -bd -bd -mR -vS -pF -ac -ac -ac -bd -bd -bd +cU +cU +kv +pX +pH +je +je +je +cU +cU +cU ab ab ab @@ -48823,21 +48476,21 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -oX -bd +cU +cU +je +je +je +je +je +je +je +je +je +je +je +oU +cU ab ab ab @@ -48934,24 +48587,24 @@ ab ab ab ab -xD -xD -xD -xD -xD +wB +wB +wB +wB +wB ab -bd -bd -bd -ac -qn -pB +cU +cU +cU +je +qc +pA pG -ac -bd -bd -bd -bd +je +cU +cU +cU +cU ab ab ab @@ -49080,21 +48733,21 @@ ab ab ab ab -bd -ac -ac -ac -ac -ac -ac -na -ac -ac -ac -ac -ac -oW -mR +cU +je +je +je +je +je +je +nb +je +je +je +je +je +oV +kv ab ab ab @@ -49191,24 +48844,24 @@ ab ab ab ab -xD -xY -yQ -zv -xD +wB +xL +yv +yV +wB ab -bd -bd -bd -ac -ac -ac -pF -ac -bd -bd -bd -bd +cU +cU +cU +je +je +je +pH +je +cU +cU +cU +cU ab ab ab @@ -49336,23 +48989,23 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -ac -my -mQ -mQ -nY -ac -ac -ac -ac -bd -bd +cU +cU +je +je +je +je +je +mD +mZ +mZ +nW +je +je +je +je +cU +cU ab ab ab @@ -49448,25 +49101,25 @@ ab ab ab ab -xD -yd -yd -zx -xD +wB +xM +xM +yW +wB ab ab -bd -bd -bd -bd -ac -pF -ac -ac -ac -ac -bd -bd +cU +cU +cU +cU +je +pH +je +je +je +je +cU +cU ab ab ab @@ -49593,23 +49246,23 @@ ab ab ab ab -bd -ac -ac -ac -ac -ac -ac -ac -nb -nb +cU +je +je +je +je +je +je +je +nc +nc nX -ac -ac -ac -ac -ac -bd +je +je +je +je +je +cU ab ab ab @@ -49698,32 +49351,32 @@ ab ab ab ab -ad -vK +wy +wC ab ab ab ab -xD -xD -yc -yR -zw -xD -yj -yj -bd -bd -bd -bd -ac -qn -pB -pB +wB +wB +xN +yw +yX +wB +xn +xn +cU +cU +cU +cU +je +qc +pA +pA pG -ac -bd -bd +je +cU +cU ab ab ab @@ -49850,23 +49503,23 @@ ab ab ab ab -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd +cU +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +cU ab ab ab @@ -49955,33 +49608,33 @@ ab ab ab ab -vJ -vI -lG -xb -sB -sB -xX -xy -yh -yQ -zz -xD -zm -yj -bd -bd -bd -bd -ac -ac -ac -ac -pF -ac -bd -bd -bd +wz +wA +lN +wM +wO +wO +wZ +xj +xO +yv +yY +wB +Ae +xn +cU +cU +cU +cU +je +je +je +je +pH +je +cU +cU +cU ab ab ab @@ -50107,23 +49760,23 @@ ab ab ab ab -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ag -bd +cU +je +je +je +je +je +je +je +je +je +je +je +je +je +je +ku +cU ab ab ab @@ -50212,33 +49865,33 @@ ab ab ab ab -vI -wQ -mR +wA +wD +kv ab ab ab -xD -xx -ye -yV -zy -xD -zl -yj -bd -Cu -Cu -Cu -Cu -ac -ac -ac -pF -ac -bd -bd -bd +wB +xk +xP +yx +yZ +wB +Af +xn +cU +BD +BD +BD +BD +je +je +je +pH +je +cU +cU +cU ab ab ab @@ -50364,23 +50017,23 @@ ab ab ab ab -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ag -bd +cU +je +je +je +je +je +je +je +je +je +je +je +je +je +je +ku +cU ab ab ab @@ -50475,27 +50128,27 @@ ab ab ab ab -xD -xz -yi -yW -zC -xD -zo -yj -yj +wB +xl +xQ +yy +za +wB +Ag +xn +xn +BD +Ca Cu -Bk -Ct -Cu -ac -ac -ac -pF -ac -bd -bd -bd +BD +je +je +je +pH +je +cU +cU +cU ab ab ab @@ -50621,23 +50274,23 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd -bd -bd +cU +cU +je +je +je +je +je +je +je +je +je +je +je +je +cU +cU +cU ab ab ab @@ -50726,33 +50379,33 @@ ab ab ab ab -xD -xD -xD -xD -xD -xD -xD -xD -xD -xD -xU -zV -zn -AR -Ay -BF -Bj -Cs -Cu -ac -ac -ac -pF -ac -bd -bd -bd +wB +wB +wB +wB +wB +wB +wB +wB +wB +wB +zb +zy +yz +AI +Bl +BE +Cb +Cv +BD +je +je +je +pH +je +cU +cU +cU ab ab ab @@ -50879,20 +50532,20 @@ ab ab ab ab -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd +cU +je +je +je +je +je +je +je +je +je +je +je +je +cU ab ab ab @@ -50983,33 +50636,33 @@ ab ab ab ab -xD -wS -xa -xD -wS -xa -xD -wS -xa -xD -xZ -zX -zn -zP -Az -BG -Bn -Cv -Cu -ac -ac -ac -pF -ac -bd -bd -bd +wB +wE +wI +wB +wE +wI +wB +wE +wI +wB +zc +zz +yz +AJ +Bm +BF +Cc +Cw +BD +je +je +je +pH +je +cU +cU +cU ab ab ab @@ -51136,20 +50789,20 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd +cU +cU +je +je +je +je +je +je +je +je +je +je +je +cU ab ab ab @@ -51240,33 +50893,33 @@ ab ab ab ab -xD -wR -wZ -xD -xc -wZ -xD -xA -wZ -xD -xW -zW -zp -zO -zn -BF -Bm -BC -Cu -ac -ac -ac -pF -ac -bd -bd -bd +wB +wF +wJ +wB +wP +wJ +wB +xm +wJ +wB +zd +zA +Ah +AK +yz +BE +Cd +Cx +BD +je +je +je +pH +je +cU +cU +cU ab ab ab @@ -51394,16 +51047,16 @@ ab ab ab ab -bd -ag -ac -ac -ac -ac -ac -ac -ac -ac +cU +ku +je +je +je +je +je +je +je +je aa aa aa @@ -51449,7 +51102,7 @@ aa aa aa aa -go +gp ab ab ab @@ -51497,33 +51150,33 @@ ab ab ab ab -xD -xD -vO -xD -xD -vY -xD -xD -wI -xD -yf -zV -zn -zQ -zn -Cx -Cx -Cx -Cx -Cx -ac -ac -pF -ac -bd -bd -bd +wB +wB +wK +wB +wB +wT +wB +wB +xR +wB +ze +zy +yz +AL +yz +BG +BG +BG +BG +BG +je +je +pH +je +cU +cU +cU ab ab ab @@ -51652,14 +51305,14 @@ ab ab ab ab -mR -kY -ac -ac -ac -ac +kv +lb +je +je +je +je nA -ac +je nA aa aa @@ -51754,33 +51407,33 @@ ab ab ab ab -xD -vM -vN -vQ -vR -vU -vR -vQ -vU -vR -ya -zX -zn -zQ -zn -Cx -Cc -Do -DD -DN -ac -ac -pF -ac -bd -bd -bd +wB +wG +wL +wN +wQ +wU +wQ +wN +wU +wQ +zf +zz +yz +AL +yz +BG +Ce +Cy +CO +CY +je +je +pH +je +cU +cU +cU ab ab ab @@ -51907,17 +51560,17 @@ ab ab ab ab -jb -ac -ac -ac -ac -ac -ac -ac -nC -ob -nC +jf +je +je +je +je +je +je +je +nB +nY +nB aa aa aa @@ -52011,33 +51664,33 @@ ab ab ab ab -xD -xD -xD -xD -xd -xf -xj -xD -xD -xD -xD -xD -zr -zQ -zn +wB +wB +wB +wB +wR +wV +xa +wB +wB +wB +wB +wB +Ai +AL +yz +BH +Cf Cz -CW -Dq -DE -DO -Dm -DB -DJ -ac -bd -bd -bd +CP +CZ +Dp +DC +DM +je +cU +cU +cU ab ab ab @@ -52160,21 +51813,21 @@ ab aa aa aa -go +gp ab ab ab -ac -ac -ac -af -af -af -af -nf -nB -oa -ox +je +je +je +ae +ae +ae +ae +nd +nC +nZ +or aa aa aa @@ -52271,30 +51924,30 @@ ab ab ab ab -bd -ac -ac -ac -yj -yk -yk -yk -yj -zq -zR -Bp +cU +je +je +je +xn +xS +xS +xS +xn +Aj +AM +Bn +BI +Cg +CA +CA BH -CV -Dp -Dp -Cz -lG -pX -pF -ac -bd -bd -bd +lN +pZ +pH +je +cU +cU +cU ab ab ab @@ -52411,7 +52064,7 @@ ab ab ab ab -bd +cU ab ab aa @@ -52420,8 +52073,8 @@ aa aa aa ab -kD -ac +iv +je aa aa aa @@ -52430,8 +52083,8 @@ aa aa aa nD -oa -oy +nZ +os aa aa aa @@ -52528,33 +52181,33 @@ ab ab ab ab -bd -ac -ac -ac -yj -yl -zn -zn -yj -Es -AS -zn -Cx -CY -Ds -DG -Cx -lG -pX -pF -ac -bd -bd -bd -bd -bd -bd +cU +je +je +je +xn +xT +yz +yz +xn +Ak +AN +yz +BG +Ch +CB +CQ +BG +lN +pZ +pH +je +cU +cU +cU +cU +cU +cU ab ab ab @@ -52667,8 +52320,8 @@ ab ab ab ab -bd -bd +cU +cU ab aa aa @@ -52677,7 +52330,7 @@ aa aa aa aa -iz +iw aa aa aa @@ -52687,8 +52340,8 @@ aa aa aa nD -oa -oy +nZ +os aa aa aa @@ -52744,7 +52397,7 @@ ab ab ab ab -bd +cU ab ab aa @@ -52785,34 +52438,34 @@ ab ab ab ab -bd -ac -ac -ac -xB -wM -zn -yg -yj -Aw -zQ -Bq -Cx -CX -Dr -DF -Cx -lG -pX -pF -ac -bd -bd -bd -bd -bd -bd -bd +cU +je +je +je +xo +xU +yz +zg +xn +Al +AL +Bo +BG +Ci +CC +CR +BG +lN +pZ +pH +je +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -52924,9 +52577,9 @@ ab ab ab ab -bd -bd -bd +cU +cU +cU aa aa aa @@ -52944,8 +52597,8 @@ aa aa aa nD -oa -oy +nZ +os aa aa aa @@ -52972,8 +52625,8 @@ ab ab ab ab -bd -bd +cU +cU ab ab ab @@ -53001,7 +52654,7 @@ ab ab ab ab -bd +cU ab ab aa @@ -53042,34 +52695,34 @@ ab ab ab ab -bd -ac -ac -ac -xF -ym -xn -yo -Ac -AB -AU -Bs -Cx -Cx -Cx -Cx -Cx -lG -pX -pF -ac -bd -bd -bd -bd -bd -bd -bd +cU +je +je +je +xp +xV +yA +zh +zB +Am +AO +Bp +BG +BG +BG +BG +BG +lN +pZ +pH +je +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -53181,7 +52834,7 @@ aa aa aa ab -bd +cU aa aa aa @@ -53201,8 +52854,8 @@ aa aa aa nD -oa -oy +nZ +os aa aa aa @@ -53229,9 +52882,9 @@ aa aa ab ab -bd -bd -bd +cU +cU +cU ab ab aa @@ -53257,9 +52910,9 @@ ab ab ab ab -bd -bd -bd +cU +cU +cU aa aa aa @@ -53299,34 +52952,34 @@ ab ab ab ab -mR -vS -ac -ac -xE -wM -xm -yn -yj -AA -AT -Br -BJ -Cd -Cw -CO -lG -lG +kv pX -pF -ac -bd -bd -bd -bd -bd -bd -bd +je +je +xq +xU +yB +zi +xn +An +AP +Bq +BJ +Cj +CD +CS +lN +lN +pZ +pH +je +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -53437,8 +53090,8 @@ aa aa aa aa -af -af +ae +ae aa aa aa @@ -53458,10 +53111,10 @@ aa aa aa nD -oa -oy -bd -bd +nZ +os +cU +cU aa aa aa @@ -53484,11 +53137,11 @@ aa aa aa aa -go -go -bd -bd -bd +gp +gp +cU +cU +cU ab aa aa @@ -53514,9 +53167,9 @@ aa aa ab ab -bd -bd -af +cU +cU +ae aa aa aa @@ -53556,34 +53209,34 @@ ab ab ab ab -bd -ac -ac -ac -yj -yp -yX -zH -yj -AC -AW -Bt -BL -Cf -CA -CP +cU +je +je +je +xn +xW +yC +zj +xn +Ao +AQ +Br +BK +Ck +CE +CT Da -lG -pX -pF -ac -bd -bd -bd -bd -bd -bd -bd +lN +pZ +pH +je +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -53694,31 +53347,31 @@ aa aa aa aa -af -af +ae +ae aa aa aa aa aa -fZ -gp -ha -ha -iA -jH +fJ +gq +gX +gX +ix +jg aa aa aa aa aa aa -af +ae nD -oa -oy -bd -bd +nZ +os +cU +cU ab ab ab @@ -53741,11 +53394,11 @@ ab aa aa aa -bd -bd -af -qo -af +cU +cU +ae +qd +ae aa aa aa @@ -53771,9 +53424,9 @@ aa aa aa ab -bd -qo -af +cU +qd +ae aa aa aa @@ -53813,34 +53466,34 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -ac -ac -yj -AC -zU -zn +cU +cU +je +je +je +je +je +je +xn +Ao +AR +yz BJ -Ce -Cy +Cl +CF BJ -xJ -xJ -oA -pF -ac -mR -bd -bd -bd -bd -bd -bd +yu +yu +ov +pH +je +kv +cU +cU +cU +cU +cU +cU ab ab ab @@ -53951,31 +53604,31 @@ aa aa aa aa -af -af -ds -ds -ds -ds -ds -fO +ae +ae +dr +dr +dr +dr +dr +fK gr -hc -gq -gq -fO +gY +gs +gs +fK aa aa aa aa aa -af -nf +ae +nd nE -oa -oy -bd -bd +nZ +os +cU +cU ab ab ab @@ -53997,12 +53650,12 @@ ab ab aa aa -bd -bd +cU +cU aa -af -qo -af +ae +qd +ae aa aa aa @@ -54028,9 +53681,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa aa @@ -54071,33 +53724,33 @@ aa aa aa aa -bd -ac -ac -ac -ac -ac -ac -Af -AE -AZ -Bv -yj -yj -yj -yj -vb -ac -ac -pF -ac -jb -ac -bd -bd -bd -bd -bd +cU +je +je +je +je +je +je +zC +Ap +AS +Bs +xn +xn +xn +xn +Db +je +je +pH +je +jf +je +cU +cU +cU +cU +cU ab ab ab @@ -54208,30 +53861,30 @@ aa aa aa aa -af -af -ds -ds -ds -ds -ds -fN -gq -hb -gq -gq -fN -af +ae +ae +dr +dr +dr +dr +dr +fL +gs +gZ +gs +gs +fL +ae aa aa aa -af -af -nf +ae +ae +nd nA -ob +nY nA -bd +cU ab ab ab @@ -54254,12 +53907,12 @@ ab ab aa aa -bd -bd +cU +cU aa -af -qo -af +ae +qd +ae aa aa aa @@ -54285,9 +53938,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa ab @@ -54312,7 +53965,7 @@ ab ab ab ab -bd +cU ab aa aa @@ -54329,32 +53982,32 @@ aa aa aa aa -ac -ac -ac -ac -ac -ac -Ae -AD -AY -Bu -BM -ac -ac -ac -ac -ac -ac -DK -tk -DU -ac -bd -bd -bd -bd -bd +je +je +je +je +je +je +zD +Aq +AT +Bt +BL +je +je +je +je +je +je +DN +sV +Ec +je +cU +cU +cU +cU +cU ab ab ab @@ -54465,30 +54118,30 @@ aa aa aa aa -af -af -ds -ds -ds -ds -ds -fQ -gu -hb -gq -iC -fQ -af -af -af -af -af -af -nf -nC -ac -nC -bd +ae +ae +dr +dr +dr +dr +dr +fM +gt +gZ +gs +iy +fM +ae +ae +ae +ae +ae +ae +nd +nB +je +nB +cU ab ab ab @@ -54514,9 +54167,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa aa @@ -54542,9 +54195,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa ab ab @@ -54568,9 +54221,9 @@ ab ab ab ab -bd -bd -bd +cU +cU +cU aa aa aa @@ -54587,31 +54240,31 @@ aa aa aa aa -ac -ac -ac -ac -ac -ac -xF -zY -xF -ac -ac -ac -ac -ac -ac -ac -ac -ac -DW -ac -bd -bd -bd -bd -bd +je +je +je +je +je +je +xp +AU +xp +je +je +je +je +je +je +je +je +je +Ed +je +cU +cU +cU +cU +cU ab ab ab @@ -54722,30 +54375,30 @@ aa aa aa aa -af -af -ds -ds -ds -ds -ds -fP -gt -hb -hI -iB -jH -ko -ko -ko -ko -ko -ko -ac -ac -ac -ac -bd +ae +ae +dr +dr +dr +dr +dr +fN +gu +gZ +hJ +iz +jg +jM +jM +jM +jM +jM +jM +je +je +je +je +cU ab ab ab @@ -54771,9 +54424,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa aa @@ -54799,9 +54452,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa ab @@ -54825,9 +54478,9 @@ ab ab ab ab -bd -bd -af +cU +cU +ae aa aa aa @@ -54844,31 +54497,31 @@ aa aa aa aa -ac -ac -ac -ac -ac -ac -xE -AY -xE -ac -ac -ac -ac -ac -ac -ac -ac -pc -DV -mT -bd -bd -bd -bd -bd +je +je +je +je +je +je +xq +AT +xq +je +je +je +je +je +je +je +je +pb +Ee +mJ +cU +cU +cU +cU +cU ab ab ab @@ -54979,30 +54632,30 @@ aa aa aa aa -af -af -ds -ds -ds -ds -ds -fO -gx -hb -gq -iE -jH -jK -kq -kq -lz -ma -ko -ac -ac -ac -ac -bd +ae +ae +dr +dr +dr +dr +dr +fK +gv +gZ +gs +iA +jg +jN +kw +kw +lG +mg +jM +je +je +je +je +cU ab ab ab @@ -55028,9 +54681,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa aa @@ -55056,9 +54709,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa ab @@ -55082,9 +54735,9 @@ ab ab ab ab -af +ae aa -af +ae aa aa aa @@ -55102,30 +54755,30 @@ aa aa aa aa -ac -ac -ac -ac +je +je +je +je aa -AF -zZ -Bw -ac -ac -ac -ac -ac -ac -ac -ac -of -DX -oA -bd -bd -bd -bd -bd +Ar +AV +Bu +je +je +je +je +je +je +je +je +od +Ef +ov +cU +cU +cU +cU +cU ab ab ab @@ -55236,31 +54889,31 @@ aa aa aa aa -af -af -ds -ds -ds -ds -ds -fN -gq -hd -hJ -iD -jH -jI -kh -kh -kh -lZ -mz -ng -ac -ac -ac -bd -bd +ae +ae +dr +dr +dr +dr +dr +fL +gs +ha +hK +iB +jg +jO +kx +kx +kx +mh +mE +ne +je +je +je +cU +cU ab ab ab @@ -55285,9 +54938,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa aa @@ -55313,9 +54966,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa ab @@ -55339,11 +54992,11 @@ aa aa aa aa -af +ae aa -af +ae aa -bd +cU aa aa aa @@ -55360,29 +55013,29 @@ aa aa aa aa -ac -ac +je +je aa aa -AF -zZ -Bw +Ar +AV +Bu aa -ac -ac -ac -ac -ac -ac -ac -ac -DW -ac -bd -bd -bd -bd -bd +je +je +je +je +je +je +je +je +Ed +je +cU +cU +cU +cU +cU ab ab ab @@ -55493,31 +55146,31 @@ ab ab ab aa -af +ae cV -ds -ds -ds -ds -ds -fR -gz -hf -hK -gz -jH -jM -kv -kX -lA -mb -mA -lG -ac -ac -ac -ac -bd +dr +dr +dr +dr +dr +fO +gw +hb +hL +gw +jg +jP +ky +lc +lH +mi +mF +lN +je +je +je +je +cU ab ab ab @@ -55542,9 +55195,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa ab @@ -55570,9 +55223,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa ab @@ -55596,12 +55249,12 @@ aa aa aa aa -af +ae aa -af -bd -bd -bd +ae +cU +cU +cU aa aa aa @@ -55621,23 +55274,23 @@ aa aa aa aa -AF -zZ -Bw +Ar +AV +Bu aa -ac -ac -ac +je +je +je aa -af -ac -ac -ac -DW -ac -bd -bd -bd +ae +je +je +je +Ed +je +cU +cU +cU ab ab ab @@ -55751,31 +55404,31 @@ ab ab ab ab -as -aE -dF -ei -at -aE -ge -gy -he -gq -iF -jH -jL -kt -kW -jL -kt -ko -nj -ac -ac -ac -ac -bd -bd +ar +aC +dN +eo +am +aC +fP +gx +hc +gs +iC +jg +jQ +kz +ld +jQ +kz +jM +nf +je +je +je +je +cU +cU ab ab ab @@ -55799,9 +55452,9 @@ aa aa aa aa -bd -bd -bd +cU +cU +cU ab ab ab @@ -55827,9 +55480,9 @@ aa aa aa aa -af -qo -af +ae +qd +ae aa aa ab @@ -55853,12 +55506,12 @@ aa aa aa aa -af +ae aa -af -bd -bd -bd +ae +cU +cU +cU aa aa aa @@ -55878,23 +55531,23 @@ aa aa aa aa -AF -Aa -Bw +Ar +AW +Bu aa aa -af +ae aa aa -af +ae aa -ac -ac -DW -ac -ac -ac -bd +je +je +Ed +je +je +je +cU ab ab ab @@ -56008,31 +55661,31 @@ ab ab ab ab -as -du -dY -dY -dY -fr -fT -gD -hh -hL -iH -jd -jQ -kx -la -lC -mc -ko -ko -ko -ko -oz -ac -bd -bd +ar +ds +dO +dO +dO +fk +fQ +gy +hd +hM +iD +jh +jR +kA +le +lI +mj +jM +jM +jM +jM +ot +je +cU +cU ab ab ab @@ -56056,8 +55709,8 @@ ab ab ab ab -bd -bd +cU +cU ab ab ab @@ -56076,17 +55729,17 @@ aa aa aa aa -ac -ac -ac +je +je +je aa aa aa aa aa -af -qo -af +ae +qd +ae aa aa aa @@ -56110,11 +55763,11 @@ aa aa aa aa -af +ae aa -bd -bd -bd +cU +cU +cU aa aa aa @@ -56135,24 +55788,24 @@ aa aa aa aa -AF -zZ -Bw +Ar +AV +Bu aa aa -af +ae aa aa -af +ae aa aa -pz -DY -pz -ac -rJ -mR -bd +rp +Eg +rp +je +ro +kv +cU ab ab ab @@ -56265,32 +55918,32 @@ ab ab ab ab -as +ar dt -dX -eC -eC -fq -fS -gC -hg -gC -iG -jH -jP -kw -kZ -lB -lB -mK -nk +dP +ep +ep +fl +fR +gz +he +gz +iE +jg +jS +kB +lf +lJ +lJ +mG +ng nF -oc -mT -ac -bd -bd -bd +oa +mJ +je +cU +cU +cU ab ab ab @@ -56314,7 +55967,7 @@ ab ab ab ab -bd +cU ab ab ab @@ -56332,18 +55985,18 @@ aa aa aa aa -ac -ac -ac -ac -ac -ac +je +je +je +je +je +je aa aa aa -af -qo -af +ae +qd +ae aa aa aa @@ -56367,10 +56020,10 @@ aa aa aa aa -af +ae aa -bd -bd +cU +cU aa aa aa @@ -56392,25 +56045,25 @@ aa aa aa aa -AF -zZ -Bw -af -af -af -af -af -af +Ar +AV +Bu +ae +ae +ae +ae +ae +ae aa aa -ac -DW -ac -ac -ac -bd -bd -bd +je +Ed +je +je +je +cU +cU +cU ab ab ab @@ -56517,44 +56170,44 @@ ab ab ab ab -aI -aI -aI -aI -aI -as -dD -ea -ev -ev -fv -fU -gF -hj +aH +aH +aH +aH +aH +ar +du +dQ +eq +eq +fm +fS +gA +hf hN -iJ -jJ -jS -ky -lc -lE -mg -mO -nm -nH -od -oB -ac -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd +iF +ji +jT +kC +lg +lK +mk +mH +nh +nG +ob +ou +je +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -56583,24 +56236,24 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd +cU +cU +je +je +je +je +je +je +je +je +je +je +cU ab aa -af -qo -af +ae +qd +ae aa aa aa @@ -56624,9 +56277,9 @@ aa aa aa aa -af +ae aa -af +ae aa aa aa @@ -56649,25 +56302,25 @@ aa aa aa aa -AF -zZ -Bw +Ar +AV +Bu aa aa -af +ae aa aa -af +ae aa aa aa -DZ -af -af -ac -bd -bd -bd +Eh +ae +ae +je +cU +cU +cU ab ab ab @@ -56773,49 +56426,49 @@ ab ab ab ab -aI -aI -bk -bJ -bJ -bJ -as +aH +aH +bh +bF +bF +bF +ar dv -dZ -es -es -es -fU -gE -hi -hM -iI -jJ -jR -ko -lb -lD -mf -mK -nl -nG -mK -oA -ac -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd +dR +er +er +er +fS +gB +hg +hO +iG +ji +jU +jM +lh +lL +ml +mG +ni +nH +mG +ov +je +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -56840,24 +56493,24 @@ ab ab ab ab -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd -bd +cU +je +je +je +je +je +je +je +je +je +je +je +cU +cU ab -bd -qo -af +cU +qd +ae aa aa aa @@ -56881,9 +56534,9 @@ aa aa aa aa -af +ae aa -af +ae aa aa aa @@ -56906,25 +56559,25 @@ aa aa aa aa -AF -Ab -Bw +Ar +AX +Bu aa aa -af +ae aa aa -af +ae aa aa aa -DZ +Eh aa aa aa aa aa -bd +cU ab ab ab @@ -57030,55 +56683,55 @@ ab ab ab ab -aI -bg -br -bQ -cn -cE -as -dy -dZ -ey -eX -fw -fU -gG -hk -hO -iK -jJ -jU -ko -ko -ko -ko -ko -ko -ko -ko -oD -mT -ac -ac -ac -ac -ac -ac -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd +aH +aX +bi +bG +ce +cu +ar +dw +dR +es +eP +fn +fS +gC +hh +hP +iH +ji +jV +jM +jM +jM +jM +jM +jM +jM +jM +ow +mJ +je +je +je +je +je +je +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -57095,26 +56748,26 @@ ab ab ab ab -bd -bd -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd +cU +cU +cU +je +je +je +je +je +je +je +je +je +je +je +je +cU ab -bd -qo -af +cU +qd +ae aa aa aa @@ -57138,9 +56791,9 @@ aa aa aa aa -af +ae aa -af +ae aa aa aa @@ -57163,19 +56816,19 @@ aa aa aa aa -AF -zZ -Bw +Ar +AV +Bu aa aa -af +ae aa aa -af +ae aa aa aa -DZ +Eh aa aa aa @@ -57287,91 +56940,91 @@ ab ab ab ab -aI -be -bq -bP -cm -cD +aH +aY +bj +bH +cf +cv cW dx -eb -ew -eW -ez -gj -gj -gj -gj -gj -gj -jT -kh -ld -lF -ms -mP -nn +dS +et +eQ +ev +fT +fT +fT +fT +fT +fT +jW +kx +li +lM +mm +mI +nj nI -oe -oC +oc +ox +oN oQ -oS -oS -oS -oS -oZ -ac -ac -ac -ac -ac -ac -ac -ac -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd +oQ +oQ +oQ +oX +je +je +je +je +je +je +je +je +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU ab -bd -bd -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -pQ -mR +cU +cU +cU +je +je +je +je +je +je +je +je +je +je +je +je +je +qt +kv ab -bd -bd -af +cU +cU +ae aa aa aa @@ -57395,9 +57048,9 @@ aa aa aa aa -af -bd -bd +ae +cU +cU ab ab ab @@ -57420,19 +57073,19 @@ aa aa aa aa -AF -zZ -Bw -af -Cg -af -af -af -af -af -af -Cg -DZ +Ar +AV +Bu +ae +Cm +ae +ae +ae +ae +ae +ae +Cm +Eh aa aa aa @@ -57541,94 +57194,94 @@ aa aa aa ab -ak -ak -ak -aI -aI -bu -aI -aI -aI -as -dH -ec -eA -eA -eA -gj -gL -hm -hl -iM +aj +aj +aj +aH +aH +bk +aH +aH +aH +ar +dy +dT +eu +eu +eu +fT +gD +hi +hj +iI +jj +jX +kD +fT +fT +fT +fT +fT je -jW -kz -gj -gj -gj -gj -gj -ac -of -oH -oA -ac -ac -ac -ac -pb -oS -oS -oS -oS -pl -pB +od +oy +ov +je +je +je +je +oY +oQ +oQ +oQ +oQ +pm +pA pG -ac -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -mR -bd -ac -ac -ac -ac -ac -bd -bd -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd +je +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +kv +cU +je +je +je +je +je +cU +cU +cU +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +cU ab -bd -bd -bd +cU +cU +cU aa aa aa @@ -57652,9 +57305,9 @@ aa aa aa ab -bd -bd -bd +cU +cU +cU ab ab ab @@ -57677,19 +57330,19 @@ aa aa aa aa -AF -zZ -Bw +Ar +AV +Bu aa -af -CB -CB -CB -CB -CB -CB -CB -DZ +ae +CG +CG +CG +CG +CG +CG +CG +Eh aa aa aa @@ -57798,94 +57451,94 @@ aa aa ab ab -ak -ao -av -aJ -ak -bt -bR -co -cF -as -dG -dZ -ez -ez -fx -gj -gK -hl -hP -iL -gj -jV -gj -gj -lG -mt -lG -ac -ac -ac -oF -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -pk -ac -pF -ac -ac -pc -mT -ac -ac -ac -ac -ac -ac -ac -ac -ac -jb -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -qv -pB -pB -pB -pB -pB -pB -pB -pB -pB -pB +aj +an +au +aI +aj +bl +bI +cg +cw +ar +dz +dR +ev +ev +fo +fT +gE +hj +hQ +iJ +fT +jY +fT +fT +lN +mn +lN +je +je +je +oz +je +je +je +je +je +je +je +je +je +je +pn +je +pH +je +je +pb +mJ +je +je +je +je +je +je +je +je +je +jf +je +je +je +je +je +je +je +je +je +je +je +qe +pA +pA +pA +pA +pA +pA +pA +pA +pA +pA pG -ac -ac -bd +je +je +cU ab ab -bd -bd +cU +cU ab ab ab @@ -57909,8 +57562,8 @@ aa aa aa ab -bd -bd +cU +cU ab ab ab @@ -57930,23 +57583,23 @@ ab ab ab ab -bd -ac +cU +je aa aa -AF -Aa -Bw +Ar +AW +Bu aa -af -CB -CB -CB -CB -CB -CB -CB -DZ +ae +CG +CG +CG +CG +CG +CG +CG +Eh aa aa aa @@ -58055,93 +57708,93 @@ aa aa ab ab -ak -aq -ax -aL -ak -bx -bT -bS -cH -as -dJ -ea -em -eY -fz -gj -gK -ho -hQ -iN -ji -jX +aj +ao +av +aJ +aj +bm +bJ +bK +cx +ar +dA +dQ +ew +eR +fp +fT +gE +hk +hR +iK +jk +jZ +kE lj -lf -lM -lM -mT -nq -ac -ac -oF -ac -bd -bd -bd -bd -bd -bd -bd -ac -ac -pk -ac -pK -pB -pB -qc -qd -pB -pB -pB -pB -pB -pB -pB +lO +lO +mJ +nk +je +je +oz +je +cU +cU +cU +cU +cU +cU +cU +je +je +pn +je +pI +pA +pA +qa +qb +pA +pA +pA +pA +pA +pA +pA pG -ac -ac -ac -ac -ac -ac -pc -mT -ac -qv -pB -pB -pB -qr -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -pF -ac -ac -bd +je +je +je +je +je +je +pb +mJ +je +qe +pA +pA +pA +qf +je +je +je +je +je +je +je +je +je +je +pH +je +je +cU ab ab -bd +cU ab ab ab @@ -58187,23 +57840,23 @@ ab ab ab ab -bd -ac +cU +je aa aa -AF -zZ -Bw +Ar +AV +Bu aa -af -CB -CB -CB -CB -CB -CB -CB -DZ +ae +CG +CG +CG +CG +CG +CG +CG +Eh aa aa aa @@ -58312,90 +57965,90 @@ aa aa ab ab -ak +aj ap aw aK -ak -bw -bS -cp +aj +bn +bK +ch cy -as -dz -dI -as -as -as -gj -gj -hn -ir -gj -jf -kB -li -le -lI -lI -mS -np -ac -ac -oF -bd -bd +ar +dB +dU +ar +ar +ar +fT +fT +hl +hS +fT +jl +ka +kF +lk +lP +lP +mK +nl +je +je +oz +cU +cU ab ab ab ab ab -bd -ac -ac -pk -ac -pH -ac -ac -of -oA -ac -ac -ac -ac -ac -ac -ac -qn -pB -pB -pB -pB -pB -pB +cU +je +je +pn +je +pJ +je +je +od +ov +je +je +je +je +je +je +je qc -qd -pB -qr -ac -ac -qw -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -pc -qG -mT -ac -bd +pA +pA +pA +pA +pA +pA +qa +qb +pA +qf +je +je +qg +je +je +je +je +je +je +je +je +je +je +pb +qm +mJ +je +cU ab ab ab @@ -58443,24 +58096,24 @@ ab ab ab ab -bd -bd -ac -ac +cU +cU +je +je aa -AF -zZ -Bw +Ar +AV +Bu aa -af -CB -CB -CB -CB -CB -CB -CB -DZ +ae +CG +CG +CG +CG +CG +CG +CG +Eh aa aa aa @@ -58569,90 +58222,90 @@ aa aa ab ab -ak -ak -az -aG -ak -bz -bU -cr -cK -cZ -dL -ef -eG -eT -ft -fW -gM -hv -hY -gj -jN -jY -jn -jn -jn -jn -jn -jn -jn -oG -pa -jn -ab -ab -ab -ab -ab -ab -bd -ac -ac -oF -ac -pH -ac -ac -ac -ac -ac -ac -ac -bd -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -of +aj +aj +ax +aL +aj +bo +bL +ci +cz +cX +dC +dV +ex +eS +fq +fU +gF +hm +hT +fT +jm +kb +iL +iL +iL +iL +iL +iL +iL +oe oA -ac -ac -ac -bd -mR -bd -bd -ac -ac -ac -ac -ac -ac -ac -ac -of -qH -oA -ac -bd +iL +ab +ab +ab +ab +ab +ab +cU +je +je +oz +je +pJ +je +je +je +je +je +je +je +cU +cU +je +je +je +je +je +je +je +je +je +od +ov +je +je +je +cU +kv +cU +cU +je +je +je +je +je +je +je +je +od +qn +ov +je +cU ab ab ab @@ -58698,26 +58351,26 @@ ab ab ab ab -kD -mR -mR -mR -ac -ac +iv +kv +kv +kv +je +je aa -AF -zZ -Bw +Ar +AV +Bu aa -af -CB -CB -CB -CB -CB -CB -CB -DZ +ae +CG +CG +CG +CG +CG +CG +CG +Eh aa aa aa @@ -58827,90 +58480,90 @@ aa ab ab ab -ak -aC -aT -aP -by -bT -cq -cJ -as -dK -ee -eF -eS -fs -dS -dS -gl -hW -jn -jn -kg -jn +aj +ay +aM +aA +bp +bJ +cj +cA +ar +dD +dW +ey +eT +df +dL +dL +gc +hU +iL +iL +kc +iL +ll lQ -lH -mv -mU -nr +mo +mL +nm nJ -og -oI -jn +of +oB +iL ab ab ab ab ab ab -bd -oE -pc -pm -pw -pL -pw -ac -ac -ac -ac -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -ac -ac -ac -ac -ac -bd -bd -bd +cU +oZ +pb +po +pa +pK +pa +je +je +je +je +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +je +je +je +je +je +cU +cU +cU ab ab -bd -bd -bd -bd -bd -bd -bd -ac -ac -ac -pF -ac -ac -bd -bd +cU +cU +cU +cU +cU +cU +cU +je +je +je +pH +je +je +cU +cU ab ab ab @@ -58955,26 +58608,26 @@ ab ab ab ab -mR -xk -xH -yt -ac -ac -ac -zJ -Ba -zJ -af -Cg -af -af -Db -Ee -zJ -DL -Cg -DZ +kv +xb +xr +xX +je +je +je +zl +AY +zl +ae +Cm +ae +ae +Dc +Dq +zl +DO +Cm +Eh aa aa aa @@ -59081,157 +58734,157 @@ aa aa aa aa -am -au -au -ar -aM -aW -aP -bl -bK -ak -cz -as -as -dP -as -as -fy -fY -gP -hq -hR -jn -jp -ki -kA -lS -lO -jn -mX -ns -nL -ns -oL -jn -ab -ab -ab -ab -ab -ab -bd -pw -pe -pp -pw -pN -pw -ac -ac -ac -ac -ag -bd -ab -ab -ab -ab -ab -ab -ab -ab -bd -bd -bd -bd -bd -bd -bd -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bd -bd -ac -ac -pF -ac -ac -ac -bd -bd -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -mR -vq -lG -pX -ac -ac -ac -AH -Ah -AH -aa +ad af +af +aq +az +aN +aA +bq +bM +aj +cB +ar +ar +dX +ar +ar +fr +fV +gG +hn +hV +iL +jn +kd +kG +lm +lR +iL +mM +nn +nK +nn +oC +iL +ab +ab +ab +ab +ab +ab +cU +pa +pc +pp +pa +pL +pa +je +je +je +je +ku +cU +ab +ab +ab +ab +ab +ab +ab +ab +cU +cU +cU +cU +cU +cU +cU +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +cU +cU +je +je +pH +je +je +je +cU +cU +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +kv +uC +lN +pZ +je +je +je +As +AZ +As +aa +ae aa aa -AH -Dt -AH +As +Dr +As aa aa -DZ +Eh aa aa aa @@ -59341,37 +58994,37 @@ aa ab ab ab -ak -aP -aW -bj -bs -bO -ar -cL -da -dM -eg -eH +aj +aA +aN +aZ +br +bN +aq +cC +cY +dE +dY +ez eU -fu -fX -gN -hw -hZ +fs +fW +gH +ho +hW +iM jo -jO +ke kH -lk -lR -mu -mV -mW -ns -nK -ns -oJ -jn +ln +lS +mp +mN +nn +nL +nn +oD +iL ab ab ab @@ -59379,116 +59032,116 @@ ab ab ab ab -pw +pa pd -po -pw +pq +pa pM -pw -vS -ac -ac -ac -bd -bd -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bd -ac -ac -pF -ac -ac -ac -ac -bd -bd -bd -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bd -bd -bd -bd -bd -ab -ab -ab -ab -ab -ab -mR -xl -lG +pa pX -ac -ac -Ag -AG -Ba -Bx -BN -af +je +je +je +cU +cU +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +cU +je +je +pH +je +je +je +je +cU +cU +cU +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +cU +cU +cU +cU +cU +ab +ab +ab +ab +ab +ab +kv +xc +lN +pZ +je +je +zE +At +AY +Bv +BM +ae aa -Ag -Dc -Dn -Bx -BN +zE +Dd +Ds +Bv +BM aa -DZ +Eh aa aa aa @@ -59598,37 +59251,37 @@ aa ab ab ab -ak -aP -aW -bj -bv -bv -ak -cO -dp -dO -eo -eJ -as -fm -ay -gR -dS -ic -jq -jq -jq -jq -jq -jq -jq -jq -nS -nS -nS -nS -nS +aj +aA +aN +aZ +bs +bs +aj +cD +cZ +dF +dZ +eA +ar +ft +al +gI +dL +hX +iN +iN +iN +iN +iN +iN +iN +iN +no +no +no +no +no ab ab ab @@ -59636,17 +59289,17 @@ ab ab ab ab -pw -pg -ps -pw -pR -pw -qb -ac -ac -ac -bd +pa +pe +pr +pa +pN +pa +pY +je +je +je +cU ab ab ab @@ -59674,18 +59327,18 @@ ab ab ab ab -bd -ac -ac -qn -pB +cU +je +je +qc +pA pG -ac -ac -ac -ac -bd -bd +je +je +je +je +cU +cU ab ab ab @@ -59713,41 +59366,41 @@ ab ab ab ab -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU ab ab ab -mR -yv -xI -Er -ac -Ad -zI -AI -Bc -Bz -zI -Ad -Ad -zI +kv +xd +xs +xY +je +zk +zm +Au +Ba +Bw +zm +zk +zk +zm De -Dv -DC -zI +Dt +DD +zm aa -Eb Ei -Ek +Es +Et aa aa aa @@ -59774,8 +59427,8 @@ aa aa aa aa -Em -Em +Ew +Ew aa aa aa @@ -59855,37 +59508,37 @@ aa ab ab ab -ak +aj +aB aO -aY -aZ -bB -bV -ci -cN -do -dN -en -eI -as -fA -ga -gQ -dS -ib +ba +bt +bO +ck +cE +da +dG +ea +eB +ar +fu +fX +gJ +dL +hY iO -jg -kj -kG -ll -lJ -mh -mB -nc +jp +kf +kI +lo +lT +mq +mO +np nM -oh -om -nS +og +oE +no ab ab ab @@ -59893,17 +59546,17 @@ ab ab ab ab -pw +pa pf -pr -pw +ps +pa pO pW -pX -ac -ac -ac -bd +pZ +je +je +je +cU ab ab ab @@ -59931,18 +59584,18 @@ ab ab ab ab -bd -ac -ac -ac -ac -pF -ac -ac -ac -ac -ac -bd +cU +je +je +je +je +pH +je +je +je +je +je +cU ab ab ab @@ -59960,52 +59613,52 @@ ab ab ab ab -bd -bd -mR -bd -bd -bd -bd +cU +cU +kv +cU +cU +cU +cU ab -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -mR -xo -Ax -CR -ac -Ad -yF -AO +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +kv +xe +xt +xZ +je +zk +zF +Av Bb -By -AV -Ci -BI -AO -Dd +Bx +BN +Cn +CH +Av +Df Du -AO -DM -EI -Ea -EI +Av +DP +DU Ej -pz +DU +Eu +rp aa aa aa @@ -60021,19 +59674,19 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -60109,40 +59762,40 @@ aa aa aa aa -af +ae ab ab -as -aE -aE -aE -aE -aE -as -cR -dr -dQ -ep -eM -as -fC -gh -gS -hx -if +ar +aC +aC +aC +aC +aC +ar +cF +db +dH +eb +eC +ar +fv +fY +gK +hp +hZ iP -jj -kl +jq +kg kJ -ln -lL -ml -mD -nu -nO -oj -oN -nS +lp +lU +kK +mP +nq +nN +oh +oF +no ab ab ab @@ -60150,17 +59803,17 @@ ab ab ab ab -pw -oK -pu -pw -pT -pw -pX -ac -ac -bd -bd +pa +pg +pt +pa +pP +pa +pZ +je +je +cU +cU ab ab ab @@ -60188,18 +59841,18 @@ ab ab ab ab -bd -bd -ac -ac -ac -qn -pB -pB +cU +cU +je +je +je +qc +pA +pA pG -ac -ac -bd +je +je +cU ab ab ab @@ -60214,60 +59867,60 @@ ab ab ab ab -bd -bd -bd -bd -ac -jb -ac -ac -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -ac -ac -ac -ac -ac -zJ -yH -zB -Bd -AP -AX -Ck -CC -CQ -Df -Dw -Cn -CD +cU +cU +cU +cU +je +jf +je +je +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +je +je +je +je +je +zl +zG +Aw +Bc +By +BO +Co +CI +CU +Dg +Dv +DE DQ -Et -Ad -uP -bd -bd -bd -bd -bd -bd +DV +Ek +zk +tX +cU +cU +cU +cU +cU +cU aa aa aa @@ -60279,18 +59932,18 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -60369,37 +60022,37 @@ aa aa ab ab -as +ar aD -aQ -aE -bC -bW -as -cA -dq -dA -dR -eK -as -as -as -as -fs -hS -jq -jh -kk -ml -lm -lK -mi -mC -nt -nN +aP +aC +bu +bP +ar +cG +dc +dI +ec +eD +ar +ar +ar +ar +df +ia +iN +jr +kh +kK +lq +lV +mr +mQ +nr +nO oi -oM -nS +oG +no ab ab ab @@ -60407,17 +60060,17 @@ ab ab ab ab -pw +pa ph -pt -pC -pS -pw -bd -bd -bd -bd -bd +pu +pB +pQ +pa +cU +cU +cU +cU +cU ab ab ab @@ -60446,86 +60099,86 @@ ab ab ab ab -bd -bd -bd -ac -ac -ac -ac -pF -ac -ac -bd -bd +cU +cU +cU +je +je +je +je +pH +je +je +cU +cU ab ab ab ab ab ab -bd -bd -bd -bd -bd -bd -bd -bd -ac -ac -ac -ac -pc -mT -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -pc -sa -sa -mT -zI -yG -zA -AO -AO -BO -Cj -AO +cU +cU +cU +cU +cU +cU +cU +cU +je +je +je +je +pb +mJ +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +pb +rN +rN +mJ +zm +zH +Ax +Av +Av BP -BU -AO -Cl -AO -BU -AO -zJ -uP -bd -bd -bd -bd -bd -bd -bd +Cp +Av +CV +Dh +Av +DF +Av +Dh +Av +zl +tX +cU +cU +cU +cU +cU +cU +cU aa aa aa @@ -60536,18 +60189,18 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -60626,37 +60279,37 @@ aa aa ab ab -as -aF -aS +ar aE -bD -bZ -as -cB -dc -dB -er -eO -dP -fE -gk -gU -dS -ij +aQ +aC +bv +bQ +ar +cH +dd +dJ +ed +eE +dX +fw +fZ +gL +dL +ib iQ -jl -km +js +ki kL -lp -jl -mn -mH -nS -nS -nS -nS -nS +lr +js +ms +mR +no +no +no +no +no ab ab ab @@ -60664,12 +60317,12 @@ ab ab ab ab -pw -pj -px -pE -pU -pw +pa +pi +pv +pC +pR +pa ab ab ab @@ -60705,85 +60358,85 @@ ab ab ab ab -bd -ac -ac -ac -ac -pF -ac -ac -ac -bd +cU +je +je +je +je +pH +je +je +je +cU ab ab ab ab ab ab -bd -ac -ac -ac -ac -ac -ac -ac -ac -ac -qv -tk -tX -vn -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tk -tX -xK -yU -yU -yU -Ai -zE -Be -yU -CH -Dg -CI -Dg -BX -AO -Cl -AO -CL -CS +cU +je +je +je +je +je +je +je +je +je +qe +sV +tn +uB +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +tn +xu +ya +ya +ya zI -uP -bd -bd -bd -bd -bd -bd -bd -bd +Ay +Bd +ya +BQ +Cq +CJ +Cq +Di +Av +DF +Av +DW +El +zm +tX +cU +cU +cU +cU +cU +cU +cU +cU aa aa aa @@ -60792,19 +60445,19 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -60881,39 +60534,39 @@ aa aa aa aa -ai -an -as -aE -aN -aE -aE -bL -as -as -as -as -dU -as -as -fD -gi -gT -dS -ih -jq -jk -jx -kK -lo -lT -mm -mG -ni +ag +ak +ar +aC +aR +aC +aC +bR +ar +ar +ar +ar +ee +ar +ar +fx +ga +gM +dL +ic +iN +jt +jw +kM +ls +lW +mt +mS +ns nP -ok -op -pn +oj +oH +oO ab ab ab @@ -60921,12 +60574,12 @@ ab ab ab ab +pa +pj pw -pi -pv pD -pq -pw +pS +pa ab ab ab @@ -60962,86 +60615,86 @@ ab ab ab ab -bd -bd -bd -ac -ac -qn -pB +cU +cU +cU +je +je +qc +pA pG -rJ -mR -bd +ro +kv +cU ab ab ab ab -bd -bd -ac -qv -pB -pB -pB -pB -pB -pB -pB -wb -ac -of -oA -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -qw -ac -ac -ac -ac -ac -ac -ac -ac -of -uI -yT -xp -zK -yJ -zD -An -yT -BQ -Dg -BK -Dg -BW -AO -Cl -AO +cU +cU +je +qe +pA +pA +pA +pA +pA +pA +pA +vz +je +od +ov +je +je +je +je +je +je +je +je +je +je +je +qg +je +je +je +je +je +je +je +je +od +tW +yb +yD +zn +zJ +Az +Be +yb +BR +Cq CK -AO -Ad -uP -bd -bd -bd -bd -bd -bd -bd -bd -bd +Cq +Dj +Av +DF +Av +DX +Av +zk +tX +cU +cU +cU +cU +cU +cU +cU +cU +cU aa aa aa @@ -61053,19 +60706,19 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -61138,39 +60791,39 @@ aa aa aa aa -aj -ay -aB -aR +ah +al +as +aF +aS bb -bn -bp -bX -ck -cG -dd -dC -eu -eR -fk -fF -gm -gI -gm -ik -iS -jt -jt +bw +bS +cl +cI +de +dK +ef +eF +eV +fy +gb +gN +gb +id +iR +ju +ju kN -lr -lU -mp -mJ -nw -nR -on -oP -pn +lt +lX +mu +mT +nt +nQ +ok +oI +oO ab ab ab @@ -61178,12 +60831,12 @@ ab ab ab ab -pw -pw -pA -pw -pV -pw +pa +pa +px +pa +pT +pa ab ab ab @@ -61221,82 +60874,82 @@ ab ab ab ab -bd -bd -ac -ac -ac -pF -ac -ac -bd -bd -bd +cU +cU +je +je +je +pH +je +je +cU +cU +cU ab ab -bd -bd -ac -pF -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -mR -bd -bd -bd -bd -ac -ac -ac -ac -ac -xM -yy -xp -yr -yJ -zF -yr -yT -BR -Dg -CJ -Dg -Di -Ch -Cr -CF -DS -CZ -Dg -uP -bd -bd -bd -bd -bd -bd -bd +cU +cU +je +pH +je +je +je +je +je +je +je +je +je +je +je +je +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +kv +cU +cU +cU +cU +je +je +je +je +je +xv +yc +yD +zo +zJ +AA +zo +yb +BS +Cq +CL +Cq +Dk +Dw +DG +DR +DY +Em +Cq +tX +cU +cU +cU +cU +cU +cU +cU ab ab ab @@ -61310,19 +60963,19 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -61395,39 +61048,39 @@ aa aa aa aa -aj -ay -aA -ay -ba +ah +al +at +al +aT bc -bm -bN -cj -cC -fs -dS -et -eQ -dS -dS -gl -gH -gl -ib -iR -jm -kn -kM -lg -lN -mo -mI -nv -nQ +bx +bT +cm +cJ +df +dL +eg +eG +dL +dL +gc +gO +gc +hY +iS +jv +kj +kO +lu +lY +mv +mU +nu +nR ol +oJ oO -pn ab ab ab @@ -61435,12 +61088,12 @@ ab ab ab ab -pw -pI +pa +pk py -qx -qy -pw +pE +pU +pa ab ab ab @@ -61479,80 +61132,80 @@ ab ab ab ab -bd -ac -ac -ac -pF -ac -ac -ac -ac -bd -bd -bd -bd -bd -ac -pF -ac -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd -bd +cU +je +je +je +pH +je +je +je +je +cU +cU +cU +cU +cU +je +pH +je +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU +cU ab ab ab ab -bd -bd -bd -ac -ac -ac -ac -xL -yw -xp -yq -yK -zF -yr -yT -BR -Dg -BR -Dg -Dh -Dx +cU +cU +cU +je +je +je +je +xw +yd +yD +zp +zK +AA +zo +yb +BS Cq -CE -DR -Ec -Dg -uP -bd -bd -bd -bd -bd -bd +BS +Cq +Dl +Dx +DH +DS +DZ +En +Cq +tX +cU +cU +cU +cU +cU +cU ab ab ab @@ -61565,22 +61218,22 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -61652,39 +61305,39 @@ aa aa aa aa -al -at -as -aE +ai +am +ar +aC aU -aE -aE -ca -aE -cI -dh -dh -dV -aE -aE -aE -aE -aE -hz -ib -iR -jx -kp +aC +aC +bU +aC +cK +dg +dg +eh +aC +aC +aC +aC +aC +hq +hY +iS +jw +kk kP -kG -jx -lL -mM -nZ -nZ -nZ -nZ -nZ +kI +jw +lU +mV +nv +nv +nv +nv +nv ab ab ab @@ -61692,84 +61345,12 @@ ab ab ab ab -pw -pJ -qg -qk -qA -pw -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bd -bd -ac -ac -qn -pB -pB -pG -ac -bd -bd -bd -bd -bd -ac +pa +pl +pz pF -ac -bd -bd -bd -bd -bd -ab -ab -ab -ab -ab -ab -bd -bd -bd -bd -bd -bd +pV +pa ab ab ab @@ -61778,38 +61359,110 @@ ab ab ab ab -bd -bd -bd -ac -ac -ac -xL -yT -xq -ys -yM -zG -yr -yT +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +cU +cU +je +je +qc +pA +pA +pG +je +cU +cU +cU +cU +cU +je +pH +je +cU +cU +cU +cU +cU +ab +ab +ab +ab +ab +ab +cU +cU +cU +cU +cU +cU +ab +ab +ab +ab +ab +ab +ab +ab +cU +cU +cU +je +je +je +xw +yb +yE +zq +zL +AB +zo +yb BT -Cm -BR -Dg -Dk -CG +Cr +BS Cq -CG -DT -Ef -Dg -uP -bd -bd -bd -bd -bd -bd +Dm +Dy +DH +Dy +Ea +Eo +Cq +tX +cU +cU +cU +cU +cU +cU ab ab ab @@ -61820,25 +61473,25 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -61911,37 +61564,37 @@ aa aa aa aa -as -aH +ar +aG aV -aE -bA -bY -cs -bA -db -db -eh -eN -fe -fL -gv -aE +aC +by +bV +cn +by +dh +dh +ei +eH +eW +fz +gd +aC hr -ib -iR -jx -jx -kO -ls -lP -lL -mL -no -nT -oo -os -nZ +hY +iS +jw +jw +kQ +lv +lZ +lU +mW +nw +nS +om +oK +nv ab ab ab @@ -61949,12 +61602,12 @@ ab ab ab ab -pw -pw -pw -pw -pw -pw +pa +pa +pa +pa +pa +pa ab ab ab @@ -61994,25 +61647,25 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -pF -ac -pc -sa -mT -ac -ac -ac -pF -ac -bd -bd -bd +cU +cU +je +je +je +je +pH +je +pb +rN +mJ +je +je +je +pH +je +cU +cU +cU ab ab ab @@ -62035,38 +61688,38 @@ ab ab ab ab -bd -bd -bd -bd -ac -ac -xL -yT -yT -yT -Aj -AJ -Aj -yT -BS -Dg +cU +cU +cU +cU +je +je +xw +yb +yb +yb +zM +AC +zM +yb +BU +Cq CM -Dg -Dj +Cq +Dn +Dz +DI Dy -DH -CG -EO -Ed -Dg -uP -bd -bd -bd -bd -bd -bd +Eb +Ep +Cq +tX +cU +cU +cU +cU +cU +cU ab ab ab @@ -62078,24 +61731,24 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -62168,37 +61821,37 @@ aa aa aa aa -as +ar aD -aX -aE -bH -cc -cc -bA -de -db -ek -eN -eV -fo -gb -gJ -ht -hT -iR -jx -jx -kT -lu -jx -mr -mN -ny -nV -or -ou -nZ +aW +aC +bz +bW +bW +by +di +dh +ej +eH +eX +fA +ge +gP +hs +ie +iS +jw +jw +kR +lw +jw +mw +mX +nx +nT +on +oL +nv ab ab ab @@ -62252,77 +61905,77 @@ ab ab ab ab -bd -bd -ac -ac -ac -qn -tk +cU +cU +je +je +je +qc +sV +tn +tV +uB +sV +sV +sV +vz +qt +kv +cU +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +cU +cU +cU +je +je +xx +ye +yF +yb +zN +AD +Bf +yb +BV +Cs +BS +CW +Do +DA +DJ +CW +DA +Eq +Cq tX -uJ -vn -tk -tk -tk -wb -pQ -mR -bd -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bd -bd -bd -ac -ac -xN -yz -yZ -yT -Al -AL -Bg -yT -BY -Co -BR -CU -Dl -DA -Ey -CU -DA -Eh -Dg -uP -bd -bd -bd -bd -bd +cU +cU +cU +cU +cU ab ab ab @@ -62335,24 +61988,24 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -62425,37 +62078,37 @@ aa aa aa aa -as -as -as -as -bE -cb -ch -cM -de -db -ej -eN -ff -fn -fV -aE -hs -il +ar +ar +ar +ar +bA +bX +bY +cL +di +dh +ek +eH +eY +fB +gf +aC +ht +if iP -jr -mq -kC -lt jx -mq -jx -nx +kl +kS +lx +jw +kl +jw +ny nU -oq -ot -nZ +oo +oM +nv ab ab ab @@ -62510,21 +62163,21 @@ ab ab ab ab -bd -bd -bd -ac -ac -ac -of -uI -oA -ac -ac -ac -ac -ac -bd +cU +cU +cU +je +je +je +od +tW +ov +je +je +je +je +je +cU ab ab ab @@ -62550,36 +62203,36 @@ ab ab ab ab -bd -bd -bd -ac -ac -ac -ac -yY -yT -Ak -AK -Bf -yT -BV -Dg +cU +cU +cU +je +je +je +je +yG +yb +zO +AE +Bg +yb +BW +Cq BT -CT -CT -Dz -DI -DP -CT -VO -Dg -uP -bd -bd -bd -bd -bd +CX +CX +DB +DK +DT +CX +Er +Cq +tX +cU +cU +cU +cU +cU ab ab ab @@ -62592,24 +62245,24 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -62685,34 +62338,34 @@ aa aa aa aa -bf -bI -ch -ch -bA -dg -db +bd +bB +bY +bY +by +dj +dh el -eN -fi -fG -gc -aE +eH +eZ +fC +gg +aC hu -hU -jq -jq -jq -jq -jq -jq -jq -jq -nZ -nZ -nZ -nZ -nZ +ig +iN +iN +iN +iN +iN +iN +iN +iN +nv +nv +nv +nv +nv ab ab ab @@ -62769,19 +62422,19 @@ ab ab ab ab -bd -ac -ac -ac -ac -uP -ac -ac -ac -ac -bd -bd -bd +cU +je +je +je +je +tX +je +je +je +je +cU +cU +cU ab ab ab @@ -62808,35 +62461,35 @@ ab ab ab ab -bd -bd -bd -ac -ac -ac -xL -yT -Am -AN -Bi -yT -Ca -Dg -Dg -Dg -Dg -Dg -Dg -Dg -Dg -Dg -Dg -uP -bd -bd -bd -bd -bd +cU +cU +cU +je +je +je +xw +yb +zP +AF +Bh +yb +BX +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +tX +cU +cU +cU +cU +cU ab ab ab @@ -62849,24 +62502,24 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -62942,102 +62595,29 @@ aa aa aa aa -bf -bA -cg -ct -cQ -df -db -bf -eq -eZ -fB -gw -aE -hC -in -jv -jZ -kQ -lx -md -mE -nd -jw -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bd -bd -ac -ac -ac -ac -uP -ac -ac -ac -ac bd +by +bZ +co +cM +dk +dh bd +eI +fa +fD +gh +aC +hv +ih +iT +jy +km +kT +ly +ma +mx +iU ab ab ab @@ -63066,19 +62646,92 @@ ab ab ab ab -bd ab -ah -ac -ac -xN -zL -zL -AM -Bh -BA -BZ -Cp +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +cU +cU +je +je +je +je +tX +je +je +je +je +cU +cU +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +cU +ab +mC +je +je +xx +zr +zr +AG +Bi +Bz +BY +Ct CN CN CN @@ -63088,11 +62741,11 @@ CN CN CN CN -El -bd -bd -bd -bd +Ev +cU +cU +cU +cU ab ab ab @@ -63106,24 +62759,24 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -63199,29 +62852,29 @@ aa aa aa aa -bf -bf -bf -bf -bf -di -bf -bf -eB +bd +bd +bd +bd +bd +dl +bd +bd +eJ fb fb -gA -dS -dS -iq -jw -ka -kR -ly -me -mF -ne -jw +gi +dL +dL +ii +iU +jz +kn +kU +lz +mb +my +iU ab ab ab @@ -63282,19 +62935,19 @@ ab ab ab ab -bd -ac -ac -ac -ac -ac -uP -ac -ac -ac -ac -ac -bd +cU +je +je +je +je +je +tX +je +je +je +je +je +cU ab ab ab @@ -63323,31 +62976,31 @@ ab ab ab ab -bd -bd +cU +cU ab -ac -ac -ac -ac -ac -ac -vq -pX -Cb -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -bd -bd +je +je +je +je +je +je +uC +pZ +BZ +je +je +je +je +je +je +je +je +je +je +je +cU +cU ab ab ab @@ -63362,25 +63015,25 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -63460,25 +63113,25 @@ aa aa aa aa -cX -dw -bd -bd -ex -fa -bd -as -dS -dS -ia -jw -jw -jw -jw -jw -jw -jw -jw +cN +dm +cU +cU +eK +fc +cU +ar +dL +dL +ij +iU +iU +iU +iU +iU +iU +iU +iU ab ab ab @@ -63538,20 +63191,20 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -ac -uP -ac -ac -ac -ac -ac -bd +cU +cU +je +je +je +je +je +tX +je +je +je +je +je +cU ab ab ab @@ -63581,29 +63234,29 @@ ab ab ab ab -bd -bd -ac -ac -qw -ac -ac -ac -vq -BB -Cb -ac -ac -ac -ac -ac -ac -ac -ac -bd -bd -bd -bd +cU +cU +je +je +qg +je +je +je +uC +BA +BZ +je +je +je +je +je +je +je +je +cU +cU +cU +cU ab ab ab @@ -63621,22 +63274,22 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -63718,22 +63371,22 @@ aa aa aa aa -bd -bd -bd -bd +cU +cU +cU +cU fb -bd -as -gY -hD -it -iT -jz -ks +cU +ar +gQ +hw +ik +iV +jA +ko kV -lv -kb +lA +jB ab ab ab @@ -63795,20 +63448,20 @@ ab ab ab ab -bd -ac -ac -ac -ac -ac -ac -uP -ac -ac -ac -ac -ac -bd +cU +je +je +je +je +je +je +tX +je +je +je +je +je +cU ab ab ab @@ -63840,24 +63493,24 @@ ab ab ab ab -bd -bd -mR -ac -ac -ac -of -oA -Cb -ac -ac -ac -ac -ac -ja -ac -ac -bd +cU +cU +kv +je +je +je +od +ov +BZ +je +je +je +je +je +DL +je +je +cU ab ab ab @@ -63880,19 +63533,19 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -63977,20 +63630,20 @@ aa aa aa aa -bd -bd +cU +cU fb -bd -gB -gB -gB -ie -gB -kb -kr -kU -lv -kb +cU +gj +gj +gj +il +gj +jB +kp +kW +lA +jB ab ab ab @@ -64051,21 +63704,21 @@ ab ab ab ab -bd -bd -ac -ac -ac -ac -ac -ac -uP -ac -ac -ac -ac -ac -bd +cU +cU +je +je +je +je +je +je +tX +je +je +je +je +je +cU ab ab ab @@ -64099,22 +63752,22 @@ ab ab ab ab -bd -bd -ag -ag -ac -ac -ac -ac -ac -bd -bd -bd -mR -bd -bd -bd +cU +cU +ku +ku +je +je +je +je +je +cU +cU +cU +kv +cU +cU +cU ab ab ab @@ -64137,19 +63790,19 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -64239,134 +63892,134 @@ aa aa aa aa -gB -hA -io -iV -kb +gj +hx +im +iW +jB +kq +kW +lA +jB +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +cU +je +je +je +je +je +je +je +tX +je +je +je +je +cU +cU +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +cU +cU +cU +cU ku -kU -lv -kb -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bd -ac -ac -ac -ac -ac -ac -ac -uP -ac -ac -ac -ac -bd -bd -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bd -bd -bd -bd -ag -ac -ac -bd -bd -bd +je +je +cU +cU +cU ab ab ab @@ -64390,19 +64043,19 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -64496,15 +64149,15 @@ aa aa aa aa -gB +gj hy -im -iU -kb -kc -kE -lv -kb +in +iX +jB +kr +kX +lA +jB ab ab ab @@ -64565,20 +64218,20 @@ ab ab ab ab -bd -bd -bd -pz -sa -sa -sa -mT -uP -pc -sa -sa -sa -bd +cU +cU +cU +rp +rN +rN +rN +mJ +tX +pb +rN +rN +rN +cU ab ab ab @@ -64617,11 +64270,11 @@ ab ab ab ab -bd -bd -bd -bd -bd +cU +cU +cU +cU +cU ab ab ab @@ -64648,18 +64301,18 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -64753,15 +64406,15 @@ aa aa aa aa -gB -gB -is -gB -kb -kb -kb -kb -kb +gj +gj +io +gj +jB +jB +jB +jB +jB ab ab ab @@ -64825,17 +64478,17 @@ ab ab ab ab -pz -sf -sX -sX +rp +rO +su +su +to tY -uR -vq -lG -vG -vG -bd +uC +lN +vb +vb +cU ab ab ab @@ -64905,18 +64558,18 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -65010,12 +64663,12 @@ aa aa aa aa -gO -hB +gR +hz ip -iW -js -gB +iY +jC +gj ab ab ab @@ -65082,17 +64735,17 @@ ab ab ab ab -pz -se -sU -tl -pX -uQ -vo -lG -bd -bd -bd +rp +rP +sv +sW +pZ +tZ +uD +lN +cU +cU +cU ab ab ab @@ -65161,19 +64814,19 @@ aa aa aa aa -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em -Em +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew +Ew aa aa aa @@ -65267,12 +64920,12 @@ aa aa aa aa -gB -hE -iv -iY -ju -gB +gj +hA +iq +iZ +jD +gj aa ab ab @@ -65339,15 +64992,15 @@ ab ab ab ab -pz -pz -pz -sc +rp +rp +rp +sw +tp ua -uU -sc -bd -bd +sw +cU +cU ab ab ab @@ -65428,8 +65081,8 @@ aa aa aa aa -Em -Em +Ew +Ew aa aa aa @@ -65524,12 +65177,12 @@ aa aa aa aa -gB -hV -iu -iX -ke -gB +gj +hB +ir +ja +jE +gj aa ab ab @@ -65599,10 +65252,10 @@ ab ab ab ab -sc -tZ -uS -sc +sw +tq +ub +sw ab ab ab @@ -65781,12 +65434,12 @@ aa aa aa aa -gB -hX -iw -iZ -hX -gB +gj +hC +is +jb +hC +gj aa aa ab @@ -65856,10 +65509,10 @@ ab ab ab ab -sc -ui -uX -sc +sw +tr +uc +sw ab ab ab @@ -66038,12 +65691,12 @@ aa aa aa aa -gB -gB -gB -gB -gB -gB +gj +gj +gj +gj +gj +gj aa aa ab @@ -66112,11 +65765,11 @@ ab ab ab ab -sc -sc -ub -uV -sc +sw +sw +ts +ud +sw ab ab ab @@ -66369,11 +66022,11 @@ ab ab ab ab -sc -tn -un -va -uq +sw +sX +tt +ue +rn ab ab ab @@ -66626,11 +66279,11 @@ ab ab ab ab -sc -tm -sr -tp -uq +sw +sY +tu +uf +rn ab ab ab @@ -66883,11 +66536,11 @@ ab ab ab ab -sc -sc -up -tp -uq +sw +sw +tv +uf +rn ab ab ab @@ -67141,10 +66794,10 @@ ab ab ab ab -sc -uo -tp -uq +sw +tw +uf +rn ab ab ab @@ -67395,21 +67048,21 @@ ab ab ab ab -sd -sd -sd -sc +rq +rq +rq sw -ts -sc -wf -wf -wf -wf -wf -wf -wf -wf +tx +ug +sw +uN +uN +uN +uN +uN +uN +uN +uN ab ab ab @@ -67652,21 +67305,21 @@ ab ab ab ab -sd -sG -tK -sc -sv -tr -vr -uc -uc -uc -uc -vd -uA -vv -wf +rq +rQ +sx +sw +ty +uh +uE +uO +uO +uO +uO +vH +vg +vX +uN ab ab ab @@ -67909,21 +67562,21 @@ ab ab ab ab -sd -qI -rk -to -sA -tu -vt -ue -uu -uG -uT -vg -vp -vx -wf +rq +rR +sy +sZ +tz +ui +uF +uP +vc +vm +vA +vI +vQ +vY +uN ab ab ab @@ -68166,21 +67819,21 @@ ab ab ab ab -sd -sI -tL -sc -sy -tt -vs -ud -ut -uE -ux +rq +rS +sz +sw +tA +uj +uG +uQ +vd +vn vf -Eo -vw -wf +vJ +vR +vZ +uN ab ab ab @@ -68419,25 +68072,25 @@ ab ab ab ab -rE -rE -rE -rE -rh -rh -rh -sc -sD -tv -vu -ug -uy -uE -ux +qA +qA +qA +qA +rr +rr +rr +sw +tB +uk +uH +uR +ve +vn vf -ux -ux -wf +vJ +vf +vf +uN ab ab ab @@ -68597,17 +68250,17 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -68676,26 +68329,26 @@ ab ab ab ab -rE -pY -qf -qj -qp -qJ -rl -uq -sC -tp -vt +qA +qD +qO +qZ +rs +rT +sA +rn +tC uf -ux -uH -ux -vh -wf -wf -wf -wf +uF +uS +vf +vo +vf +vK +uN +uN +uN +uN ab ab ab @@ -68847,24 +68500,24 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -68933,26 +68586,26 @@ ab ab ab ab -rE -qa -qi -qm -qm -qm +qA +qE +qP +ra +ra +ra +sB rn -uq -sF -tp -vy -uj -ux -uL -uW -vj -wg -wl -wp -wf +tD +uf +uI +uT +vf +vp +vB +vL +vS +wa +we +uN ab ab ab @@ -69104,24 +68757,24 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -69190,26 +68843,26 @@ ab ab ab ab -rE -pZ -qh -ql -qq -qM -rm -uq -ur -vc -uq -uh -ux -uK -wc -wh -Ep -wk -wo +qA +qF +qQ +rb +rt +rU +sC +rn +tE +ul +rn +uU +vf +vq +vC +vM +vT +wb wf +uN ab ab ab @@ -69361,24 +69014,24 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -69443,30 +69096,30 @@ ab ab ab ab -rj -rj -rj -rj -rE -ra -rE -rw -rK -sh -rE -uq -sJ -tz -vz -ul -uA +qo +qo +qo +qo +qA +qG +qA +rc +ru +rV +qA +rn +tF +um +uJ +uV +vg +vr +vD +vN +uN +uN +uN uN -uY -vl -wf -wf -wf -wf ab ab ab @@ -69610,32 +69263,32 @@ aa aa aa aa -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -69700,30 +69353,30 @@ ab ab ab ab -rj -qK -qK -qK -rj -ro -rA -rR -sg -sY -tR -tq -sF -ty -uq -uk -uz -uM -we -En -Eq -wm -wr -wf +qo +qp +qp +qp +qo +qH +qR +rd +rv +rW +sD +ta +tD +un +rn +uW +vh +vs +vE +vO +vU +wc +wg +uN ab ab ab @@ -69866,30 +69519,30 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -69957,30 +69610,30 @@ ab ab ab ab -rj -qN +qo +qq +qu +qw +qB +qI qS -qW -qZ -rr -rG -rG -si -rG -rG -rI -sF -tp -vA -um -vH -uO -uZ -vm -wi -wn -wu -wf +qS +rw +qS +qS +rm +tD +uf +uK +uX +vi +vt +vF +vP +vV +wd +wh +uN ab ab ab @@ -70123,32 +69776,32 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -70214,30 +69867,30 @@ ab ab ab ab -rj -qL -qR +qo +qr +qv +qx +qo +qJ qT -rj -rq re rx -rM -so -tS -uq -sF -tp -sc -wf -wf -wf -wf -wf -wf -wf -wf -wf +rX +sE +rn +tD +uf +sw +uN +uN +uN +uN +uN +uN +uN +uN +uN ab ab ab @@ -70380,32 +70033,32 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -70471,21 +70124,21 @@ ab ab ab ab -rj -pP -rj -qY -rj -rd -rg -rC -rO -sq -tU -tw -sL -tB -uq +qo +qs +qo +qy +qo +qK +qU +rf +ry +rY +sF +tb +tG +uo +rn ab ab ab @@ -70637,32 +70290,32 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -70728,21 +70381,21 @@ ab ab ab ab -rj -rj -rj -qX -rj -rc -rf -rU -sj -sp -tT -uq -sK -tA -uq +qo +qo +qo +qz +qo +qL +qV +rg +rz +rZ +sG +rn +tH +up +rn ab ab ab @@ -70894,32 +70547,32 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -70987,19 +70640,19 @@ ab ab ab ab -rj -rj -rj -ru -ri -rD -rD -ss -rG -tq -sF -tC +qo +qo +qo +qM +qW +rh +rh +sa +qS +ta +tD uq +rn ab ab ab @@ -71151,32 +70804,32 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac aa aa aa @@ -71246,17 +70899,17 @@ ab ab ab ab -rj -ru -rL -rW -sm -tf -tV -rI -sF -tp -uq +qo +qM +qX +ri +rA +sb +sH +rm +tD +uf +rn ab ab ab @@ -71408,112 +71061,112 @@ aa aa aa aa +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -af aa ab ab ab -qU -qU -rN -qU -rj -rj -rj -uq -us -tE -uq +qC +qC +qY +qC +qo +qo +qo +rn +tI +ur +rn ab ab ab @@ -71666,111 +71319,111 @@ aa aa aa aa -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +aa +aa +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa aa aa ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -af aa aa aa ab ab -bd -pH -rY -qs -st -rp -tx -sM -tD -uq +cU +pJ +rj +rB +sc +sI +tc +tJ +us +rn ab ab ab @@ -71931,103 +71584,103 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa ae aa aa aa aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -af -aa -aa -aa -aa -bd -bd -pH -rY -qu -qP -rt -tF -sP -tI -uq +cU +cU +pJ +rj +rC +sd +sJ +td +tK +ut +rn ab ab ab @@ -72188,103 +71841,103 @@ aa aa aa aa -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa ae aa aa aa aa aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -af -aa -aa -aa -aa -aa -qe -dw -rY -qt -qO -rs -uq -uw -tG -uq +qN +dm +rj +rD +se +sK +rn +tL +uu +rn ab ab ab @@ -72445,6 +72098,87 @@ aa aa aa aa +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa ae ae ae @@ -72453,95 +72187,14 @@ ae ae ae ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -ae -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -af -af -af -af -af -af -af -af -rY -rQ -qQ -rv -tH -uC +rj +rE +sf +sL +te tM -uq +uv +rn ab ab ab @@ -72709,96 +72362,96 @@ aa aa aa aa +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa ae -ae -ae -ae -ae -ae -ae -ae -ae -ae +aa +aa ae aa aa aa aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -af -aa -aa -af -aa -aa -aa -aa -rY -rP -su -td -uv -uB -ve -uq +rj +rF +sg +sM +tf +tN +uw +rn ab ab ab @@ -73040,22 +72693,22 @@ aa aa aa aa -af +ae aa aa -af -af -af -af +ae +ae +ae +ae aa -rH -rS -sx +rk +rG +sh +sN tg -tJ -sW -tG -rH +tO +uu +rk aa aa aa @@ -73297,22 +72950,22 @@ aa aa aa aa -af +ae aa aa -af +ae aa -af +ae aa aa -rF -rS -tc -te -sb -sV -tN -rF +rl +rG +si +sO +th +tP +ux +rl aa aa aa @@ -73554,22 +73207,22 @@ aa aa aa aa -af +ae aa -af -af +ae +ae aa aa aa aa -rI -tO -tO -rz -sk -sZ -tO -rI +rm +rH +rH +sP +ti +tQ +rH +rm aa aa aa @@ -73809,32 +73462,32 @@ aa aa aa aa -af +ae aa -af +ae aa aa -af +ae aa aa aa aa -uq -rT -rT -ry -tQ -uD -tO -uq +rn +rI +rI +sQ +tj +tR +rH +rn aa aa aa -wd -wd -wd -wd -wd +vG +vG +vG +vG +vG aa aa aa @@ -74066,32 +73719,32 @@ aa aa aa aa -af -af -af -af -af -af -af -af -af -af -uq -rV -sz -th -uq -tb -vi -uq -vE -vP -vW -wd -wd -wd -wd -wd +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +rn +rJ +sj +sR +rn +tS +uy +rn +uY +vj +vu +vG +vG +vG +vG +vG aa aa aa @@ -74325,30 +73978,30 @@ aa aa aa aa -af +ae aa aa -af +ae aa aa -af +ae aa -rH -qC -qV -rB -sl -ta -tP -vB -vD -vL -vV -wd -wd -wd -wd -wd +rk +rK +sk +sS +tk +tT +uz +uL +uZ +vk +vv +vG +vG +vG +vG +vG aa aa aa @@ -74582,30 +74235,30 @@ aa aa aa aa -af +ae aa -af -af +ae +ae aa aa -af +ae aa -rI -rX -sH -ti -sn -tc -vk -vC -vF -vT -vX -wd -wd -wd -wd -wd +rm +rL +sl +sT +tl +si +uA +uM +va +vl +vw +vG +vG +vG +vG +vG aa aa aa @@ -74839,30 +74492,30 @@ aa aa aa aa -af -af -af +ae +ae +ae aa aa aa -af -af -uq -rH -sE -rH -sc -uF -th -uq -vE -vP -uq -wd -wd -wd -wd -wd +ae +ae +rn +rk +sm +rk +sw +tU +sR +rn +uY +vj +rn +vG +vG +vG +vG +vG aa aa aa @@ -75096,30 +74749,30 @@ aa aa aa aa -af -af -af +ae +ae +ae aa aa aa -af +ae aa aa -rF -sO -rF +rl +sn +rl aa aa -af +ae aa aa -af -vZ -wd -wd -wd -wd -wd +ae +vx +vG +vG +vG +vG +vG aa aa aa @@ -75353,30 +75006,30 @@ aa aa aa aa -af +ae aa -af -af -af +ae +ae +ae aa -af +ae aa aa -rI -sN -rI +rm +so +rm aa -af -af +ae +ae aa aa -af +ae aa -wd -wd -wd -wd -wd +vG +vG +vG +vG +vG aa aa aa @@ -75610,25 +75263,25 @@ aa aa aa aa -af +ae aa aa -af +ae aa aa -af +ae aa aa aa -rb +sp aa aa aa -af -af -af -af -wa +ae +ae +ae +ae +vy aa aa aa @@ -75864,33 +75517,33 @@ aa aa aa aa -qz +qh aa aa -af +ae aa aa aa aa aa -af +ae aa aa aa -sQ +sq aa aa aa -af +ae aa aa -af +ae aa aa aa aa aa -wx +wi aa aa aa @@ -76121,33 +75774,33 @@ aa aa aa aa -qz +qh aa -qD -qD -qD -qD -qD -qD -qD -qD -qD -qD -af -qo -af -qD -qD -qD -qD -qD -qD -qD -qD -qD -qD +qi +qi +qi +qi +qi +qi +qi +qi +qi +qi +ae +qd +ae +qi +qi +qi +qi +qi +qi +qi +qi +qi +qi aa -qz +qh aa aa aa @@ -76378,33 +76031,33 @@ aa aa aa aa -qz -af -qB -qF -qF -qF -qF -qF -qF -qF -qF -qF -rZ -qo -tj -tW -tW -tW -tW -tW -tW -tW -tW -tW -wj -af -qz +qh +ae +qj +ql +ql +ql +ql +ql +ql +ql +ql +ql +rM +qd +sU +tm +tm +tm +tm +tm +tm +tm +tm +tm +vW +ae +qh aa aa aa @@ -76635,33 +76288,33 @@ aa aa aa aa -qz +qh aa -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -af -qo -af -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +ae +qd +ae +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk aa -qz +qh aa aa aa @@ -76892,33 +76545,33 @@ aa aa aa aa -qz +qh aa aa -af +ae aa aa -af +ae aa aa -af +ae aa aa aa -qo +qd aa aa aa -af +ae aa aa -af +ae aa aa -af +ae aa aa -qz +qh aa aa aa @@ -77149,33 +76802,33 @@ aa aa aa aa -qz +qh aa -qD -qD -qD -qD -qD -qD -qD -qD -qD -qD -af -qo -af -qD -qD -qD -qD -qD -qD -qD -qD -qD -qD +qi +qi +qi +qi +qi +qi +qi +qi +qi +qi +ae +qd +ae +qi +qi +qi +qi +qi +qi +qi +qi +qi +qi aa -qz +qh aa aa aa @@ -77406,33 +77059,33 @@ aa aa aa aa -qz -af -qB -qF -qF -qF -qF -qF -qF -qF -qF -qF -rZ -qo -tj -tW -tW -tW -tW -tW -tW -tW -tW -tW -wj -af -qz +qh +ae +qj +ql +ql +ql +ql +ql +ql +ql +ql +ql +rM +qd +sU +tm +tm +tm +tm +tm +tm +tm +tm +tm +vW +ae +qh aa aa aa @@ -77663,33 +77316,33 @@ aa aa aa aa -qz +qh aa -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -af -qo -af -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +ae +qd +ae +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk aa -qz +qh aa aa aa @@ -77920,33 +77573,33 @@ aa aa aa aa -qz +qh aa aa -af +ae aa aa -af +ae aa aa -af +ae aa aa aa -qo +qd aa aa aa -af +ae aa aa -af +ae aa aa -af +ae aa aa -qz +qh aa aa aa @@ -78177,33 +77830,33 @@ aa aa aa aa -qz +qh aa -qD -qD -qD -qD -qD -qD -qD -qD -qD -qD -af -qo -af -qD -qD -qD -qD -qD -qD -qD -qD -qD -qD +qi +qi +qi +qi +qi +qi +qi +qi +qi +qi +ae +qd +ae +qi +qi +qi +qi +qi +qi +qi +qi +qi +qi aa -qz +qh aa aa aa @@ -78434,33 +78087,33 @@ aa aa aa aa -qz -af -qB -qF -qF -qF -qF -qF -qF -qF -qF -qF -rZ -qo -tj -tW -tW -tW -tW -tW -tW -tW -tW -tW -wj -af -qz +qh +ae +qj +ql +ql +ql +ql +ql +ql +ql +ql +ql +rM +qd +sU +tm +tm +tm +tm +tm +tm +tm +tm +tm +vW +ae +qh aa aa aa @@ -78691,33 +78344,33 @@ aa aa aa aa -qz +qh aa -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -af -sS -af -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk +ae +sr +ae +qk +qk +qk +qk +qk +qk +qk +qk +qk +qk aa -qz +qh aa aa aa @@ -78948,33 +78601,33 @@ aa aa aa aa -qz +qh aa aa -af +ae aa aa -af +ae aa aa -af +ae aa aa aa -sR +ss aa aa aa -af +ae aa aa -af +ae aa aa -af +ae aa aa -qz +qh aa aa aa @@ -79205,33 +78858,33 @@ aa aa aa aa -qz -qz -qz -qz -qz -qz -qz -qz -qz -qz -af -qz -af -sT -af -qz -af -qz -qz -qz -qz -qz -qz -qz -qz -qz -qz +qh +qh +qh +qh +qh +qh +qh +qh +qh +qh +ae +qh +ae +st +ae +qh +ae +qh +qh +qh +qh +qh +qh +qh +qh +qh +qh aa aa aa @@ -79473,11 +79126,11 @@ aa aa aa aa -qz +qh aa -af +ae aa -qz +qh aa aa aa @@ -79730,11 +79383,11 @@ aa aa aa aa -qz -qz -qz -qz -qz +qh +qh +qh +qh +qh aa aa aa diff --git a/maps/exodus/exodus-6.dmm b/maps/exodus/exodus-6_space.dmm similarity index 99% rename from maps/exodus/exodus-6.dmm rename to maps/exodus/exodus-6_space.dmm index 75f69ec7fe6..20432cbdd60 100644 --- a/maps/exodus/exodus-6.dmm +++ b/maps/exodus/exodus-6_space.dmm @@ -1,7 +1,7 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "a" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) (1,1,1) = {" a diff --git a/maps/runtime/code/runtime.dm b/maps/runtime/code/runtime.dm new file mode 100644 index 00000000000..2d67762ecd2 --- /dev/null +++ b/maps/runtime/code/runtime.dm @@ -0,0 +1,19 @@ +/datum/map/runtime + name = "Runtime Station" + full_name = "Runtime Debugging Station" + path = "runtime" + + station_levels = list(1) + admin_levels = list() + contact_levels = list(1) + player_levels = list(1) + accessible_z_levels = list() + + station_name = "NSS Runtime" + station_short = "Runtime" + dock_name = "singulo" + boss_name = "#code_dungeon" + boss_short = "Coders" + company_name = "NanoTarsen" + company_short = "NT" + system_name = "runtime.dm" diff --git a/maps/runtime/code/runtime_unittest.dm b/maps/runtime/code/runtime_unittest.dm new file mode 100644 index 00000000000..a5830a3f191 --- /dev/null +++ b/maps/runtime/code/runtime_unittest.dm @@ -0,0 +1,8 @@ +/datum/map/runtime + ut_environ_exempt_areas = list(/area/space) + ut_apc_exempt_areas = list(/area/maintenance/maintcentral) + ut_atmos_exempt_areas = list(/area) + excluded_test_types = list( + /datum/unit_test/zas_area_test, + /datum/unit_test/foundation/step_shall_return_true_on_success + ) diff --git a/maps/runtime/runtimestation.dmm b/maps/runtime/runtimestation.dmm index 1ac071a2acf..72c92654676 100644 --- a/maps/runtime/runtimestation.dmm +++ b/maps/runtime/runtimestation.dmm @@ -1,19 +1,19 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ab" = ( /obj/structure/lattice, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ac" = ( /turf/simulated/wall/r_wall, /area/maintenance/maintcentral) "ad" = ( /obj/structure/lattice, /obj/structure/grille, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "ae" = ( /turf/simulated/floor/plating, /area/maintenance/maintcentral) @@ -27,7 +27,7 @@ d2 = 2 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "ah" = ( /turf/simulated/wall/r_wall, /area/engineering) @@ -54,8 +54,8 @@ d2 = 4; icon_state = "1-4" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "am" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -68,8 +68,8 @@ d2 = 8; icon_state = "2-8" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "an" = ( /obj/machinery/alarm{ frequency = 1439; @@ -175,7 +175,7 @@ d2 = 4 }, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "az" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -193,8 +193,8 @@ d2 = 4; icon_state = "2-4" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aA" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -202,8 +202,8 @@ d2 = 8; icon_state = "4-8" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aB" = ( /obj/structure/cable{ d1 = 4; @@ -292,8 +292,8 @@ d2 = 4; icon_state = "2-4" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aM" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -304,8 +304,8 @@ d2 = 2; icon_state = "1-2" }, -/turf/space, -/area/space) +/turf/template_noop, +/area/template_noop) "aN" = ( /obj/item/device/flashlight{ pixel_y = 5 @@ -398,7 +398,7 @@ /obj/machinery/power/rtg/advanced, /obj/structure/cable, /turf/simulated/floor/airless, -/area/space) +/area/template_noop) "aZ" = ( /obj/item/weapon/weldingtool/experimental, /obj/structure/table/standard, @@ -1350,6 +1350,78 @@ /obj/machinery/door/airlock/external, /turf/simulated/floor/plating, /area/hallway/secondary/entry) +"dD" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/simulated/floor/plating, +/area/construction) +"dE" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dF" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dG" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dH" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dI" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dJ" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dK" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dL" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dM" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dN" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) +"dO" = ( +/obj/effect/landmark{ + name = "tdome" + }, +/turf/simulated/floor/plating, +/area/construction) (1,1,1) = {" aa @@ -2248,8 +2320,8 @@ dc dc dc dc -dc -dc +dD +dD dc dc dc @@ -2302,8 +2374,8 @@ dc dc dc dc -dc -dc +dD +dD dc dc dc @@ -2356,8 +2428,8 @@ dc dc dc dc -dc -dc +dD +dD dc dc dc @@ -2410,8 +2482,8 @@ dc dc dc dc -dc -dc +dD +dD dc dc dc @@ -2464,8 +2536,8 @@ dc dc dc dc -dc -dc +dD +dD dc dc dc @@ -2518,8 +2590,8 @@ dc dc dc dc -dc -dc +dD +dD dc dc dc @@ -3588,7 +3660,7 @@ ac ac ac bu -dC +dB bu ac ac diff --git a/tools/mapmerge/Prepare Maps - Runtime.bat b/tools/mapmerge/Prepare Maps - Runtime.bat new file mode 100644 index 00000000000..da66a9afc46 --- /dev/null +++ b/tools/mapmerge/Prepare Maps - Runtime.bat @@ -0,0 +1,12 @@ +@echo off +cd ../../maps/runtime + +for /R %%f in (*.dmm) do copy "%%f" "%%f.backup" + +cls +echo All dmm files in the maps/runtime directory have been backed up. +echo Now you can make your changes... +echo --- +echo Remember to run Run Map Merge - TGM.bat just before you commit your changes! +echo --- +pause